Uses of Interface
org.cdk8s.plus25.k8s.KubeNamespaceProps
-
Packages that use KubeNamespaceProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeNamespaceProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeNamespaceProps Modifier and Type Class Description static classKubeNamespaceProps.Jsii$ProxyAn implementation forKubeNamespacePropsMethods in org.cdk8s.plus25.k8s that return KubeNamespaceProps Modifier and Type Method Description KubeNamespacePropsKubeNamespaceProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeNamespaceProps Modifier and Type Method Description List<KubeNamespaceProps>KubeNamespaceListProps. getItems()Items is the list of Namespace objects in the list.List<KubeNamespaceProps>KubeNamespaceListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeNamespaceProps Modifier and Type Method Description static ObjectKubeNamespace. manifest(KubeNamespaceProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.Namespace".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeNamespaceProps Modifier and Type Method Description KubeNamespaceList.BuilderKubeNamespaceList.Builder. items(List<? extends KubeNamespaceProps> items)Items is the list of Namespace objects in the list.KubeNamespaceListProps.BuilderKubeNamespaceListProps.Builder. items(List<? extends KubeNamespaceProps> items)Sets the value ofKubeNamespaceListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeNamespaceProps Constructor Description KubeNamespace(software.constructs.Construct scope, String id, KubeNamespaceProps props)Defines a "io.k8s.api.core.v1.Namespace" API object.
-