Uses of Interface
org.cdk8s.plus25.k8s.KubePodProps
-
Packages that use KubePodProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePodProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubePodProps Modifier and Type Class Description static classKubePodProps.Jsii$ProxyAn implementation forKubePodPropsMethods in org.cdk8s.plus25.k8s that return KubePodProps Modifier and Type Method Description KubePodPropsKubePodProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubePodProps Modifier and Type Method Description List<KubePodProps>KubePodListProps. getItems()List of pods.List<KubePodProps>KubePodListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubePodProps Modifier and Type Method Description static ObjectKubePod. manifest(KubePodProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.Pod".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubePodProps Modifier and Type Method Description KubePodList.BuilderKubePodList.Builder. items(List<? extends KubePodProps> items)List of pods.KubePodListProps.BuilderKubePodListProps.Builder. items(List<? extends KubePodProps> items)Sets the value ofKubePodListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubePodProps Constructor Description KubePod(software.constructs.Construct scope, String id, KubePodProps props)Defines a "io.k8s.api.core.v1.Pod" API object.
-