Uses of Interface
org.cdk8s.plus24.k8s.KubePodProps
-
Packages that use KubePodProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubePodProps Modifier and Type Class Description static class
KubePodProps.Jsii$Proxy
An implementation forKubePodProps
Methods in org.cdk8s.plus24.k8s that return KubePodProps Modifier and Type Method Description KubePodProps
KubePodProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.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.plus24.k8s with parameters of type KubePodProps Modifier and Type Method Description static Object
KubePod. manifest(KubePodProps props)
Renders a Kubernetes manifest for "io.k8s.api.core.v1.Pod".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubePodProps Modifier and Type Method Description KubePodList.Builder
KubePodList.Builder. items(List<? extends KubePodProps> items)
List of pods.KubePodListProps.Builder
KubePodListProps.Builder. items(List<? extends KubePodProps> items)
Sets the value ofKubePodListProps.getItems()
Constructors in org.cdk8s.plus24.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.
-