Package org.cdk8s.plus23.k8s
Interface KubeRuntimeClassV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeRuntimeClassV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.514Z") @Stability(Stable) public interface KubeRuntimeClassV1Alpha1Props extends software.amazon.jsii.JsiiSerializable
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/585-runtime-class
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeRuntimeClassV1Alpha1Props.Builder
A builder forKubeRuntimeClassV1Alpha1Props
static class
KubeRuntimeClassV1Alpha1Props.Jsii$Proxy
An implementation forKubeRuntimeClassV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeRuntimeClassV1Alpha1Props.Builder
builder()
default ObjectMeta
getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.RuntimeClassSpecV1Alpha1
getSpec()
Specification of the RuntimeClass More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull RuntimeClassSpecV1Alpha1 getSpec()
Specification of the RuntimeClass More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
builder
@Stability(Stable) static KubeRuntimeClassV1Alpha1Props.Builder builder()
-
-