Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeRuntimeClassV1Alpha1Props

RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md

schema

io.k8s.api.node.v1alpha1.RuntimeClass

Hierarchy

  • KubeRuntimeClassV1Alpha1Props

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.node.v1alpha1.RuntimeClass#metadata

Readonly spec

schema

io.k8s.api.node.v1alpha1.RuntimeClass#spec

Generated using TypeDoc