Uses of Interface
org.cdk8s.plus25.k8s.KubePodListProps
-
Packages that use KubePodListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePodListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubePodListProps Modifier and Type Class Description static classKubePodListProps.Jsii$ProxyAn implementation forKubePodListPropsMethods in org.cdk8s.plus25.k8s that return KubePodListProps Modifier and Type Method Description KubePodListPropsKubePodListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubePodListProps Modifier and Type Method Description static ObjectKubePodList. manifest(KubePodListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.PodList".Constructors in org.cdk8s.plus25.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.
-