Uses of Interface
org.cdk8s.plus25.k8s.KubeNamespaceListProps
-
Packages that use KubeNamespaceListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeNamespaceListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeNamespaceListProps Modifier and Type Class Description static classKubeNamespaceListProps.Jsii$ProxyAn implementation forKubeNamespaceListPropsMethods in org.cdk8s.plus25.k8s that return KubeNamespaceListProps Modifier and Type Method Description KubeNamespaceListPropsKubeNamespaceListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeNamespaceListProps Modifier and Type Method Description static ObjectKubeNamespaceList. manifest(KubeNamespaceListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.NamespaceList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeNamespaceListProps Constructor Description KubeNamespaceList(software.constructs.Construct scope, String id, KubeNamespaceListProps props)Defines a "io.k8s.api.core.v1.NamespaceList" API object.
-