Uses of Interface
org.cdk8s.plus28.k8s.KubePodSchedulingContextV1Alpha2Props
-
Packages that use KubePodSchedulingContextV1Alpha2Props Package Description org.cdk8s.plus28.k8s -
-
Uses of KubePodSchedulingContextV1Alpha2Props in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement KubePodSchedulingContextV1Alpha2Props Modifier and Type Class Description static classKubePodSchedulingContextV1Alpha2Props.Jsii$ProxyAn implementation forKubePodSchedulingContextV1Alpha2PropsMethods in org.cdk8s.plus28.k8s that return KubePodSchedulingContextV1Alpha2Props Modifier and Type Method Description KubePodSchedulingContextV1Alpha2PropsKubePodSchedulingContextV1Alpha2Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type KubePodSchedulingContextV1Alpha2Props Modifier and Type Method Description List<KubePodSchedulingContextV1Alpha2Props>KubePodSchedulingContextListV1Alpha2Props. getItems()Items is the list of PodSchedulingContext objects.List<KubePodSchedulingContextV1Alpha2Props>KubePodSchedulingContextListV1Alpha2Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus28.k8s with parameters of type KubePodSchedulingContextV1Alpha2Props Modifier and Type Method Description static ObjectKubePodSchedulingContextV1Alpha2. manifest(KubePodSchedulingContextV1Alpha2Props props)Renders a Kubernetes manifest for "io.k8s.api.resource.v1alpha2.PodSchedulingContext".Method parameters in org.cdk8s.plus28.k8s with type arguments of type KubePodSchedulingContextV1Alpha2Props Modifier and Type Method Description KubePodSchedulingContextListV1Alpha2.BuilderKubePodSchedulingContextListV1Alpha2.Builder. items(List<? extends KubePodSchedulingContextV1Alpha2Props> items)Items is the list of PodSchedulingContext objects.KubePodSchedulingContextListV1Alpha2Props.BuilderKubePodSchedulingContextListV1Alpha2Props.Builder. items(List<? extends KubePodSchedulingContextV1Alpha2Props> items)Sets the value ofKubePodSchedulingContextListV1Alpha2Props.getItems()Constructors in org.cdk8s.plus28.k8s with parameters of type KubePodSchedulingContextV1Alpha2Props Constructor Description KubePodSchedulingContextV1Alpha2(software.constructs.Construct scope, String id, KubePodSchedulingContextV1Alpha2Props props)Defines a "io.k8s.api.resource.v1alpha2.PodSchedulingContext" API object.
-