Uses of Class
org.cdk8s.plus28.k8s.KubePodSchedulingContextV1Alpha2.Builder
-
Packages that use KubePodSchedulingContextV1Alpha2.Builder Package Description org.cdk8s.plus28.k8s -
-
Uses of KubePodSchedulingContextV1Alpha2.Builder in org.cdk8s.plus28.k8s
Methods in org.cdk8s.plus28.k8s that return KubePodSchedulingContextV1Alpha2.Builder Modifier and Type Method Description static KubePodSchedulingContextV1Alpha2.BuilderKubePodSchedulingContextV1Alpha2.Builder. create(software.constructs.Construct scope, String id)KubePodSchedulingContextV1Alpha2.BuilderKubePodSchedulingContextV1Alpha2.Builder. metadata(ObjectMeta metadata)Standard object metadata.KubePodSchedulingContextV1Alpha2.BuilderKubePodSchedulingContextV1Alpha2.Builder. spec(PodSchedulingContextSpecV1Alpha2 spec)Spec describes where resources for the Pod are needed.
-