Uses of Interface
org.cdk8s.plus24.k8s.KubePodListProps
-
Packages that use KubePodListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubePodListProps Modifier and Type Class Description static class
KubePodListProps.Jsii$Proxy
An implementation forKubePodListProps
Methods in org.cdk8s.plus24.k8s that return KubePodListProps Modifier and Type Method Description KubePodListProps
KubePodListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubePodListProps Modifier and Type Method Description static Object
KubePodList. manifest(KubePodListProps props)
Renders a Kubernetes manifest for "io.k8s.api.core.v1.PodList".Constructors in org.cdk8s.plus24.k8s with parameters of type KubePodListProps Constructor Description KubePodList(software.constructs.Construct scope, String id, KubePodListProps props)
Defines a "io.k8s.api.core.v1.PodList" API object.
-