Uses of Interface
org.cdk8s.plus24.k8s.KubeNamespaceProps
-
Packages that use KubeNamespaceProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeNamespaceProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeNamespaceProps Modifier and Type Class Description static class
KubeNamespaceProps.Jsii$Proxy
An implementation forKubeNamespaceProps
Methods in org.cdk8s.plus24.k8s that return KubeNamespaceProps Modifier and Type Method Description KubeNamespaceProps
KubeNamespaceProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.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.plus24.k8s with parameters of type KubeNamespaceProps Modifier and Type Method Description static Object
KubeNamespace. manifest(KubeNamespaceProps props)
Renders a Kubernetes manifest for "io.k8s.api.core.v1.Namespace".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeNamespaceProps Modifier and Type Method Description KubeNamespaceList.Builder
KubeNamespaceList.Builder. items(List<? extends KubeNamespaceProps> items)
Items is the list of Namespace objects in the list.KubeNamespaceListProps.Builder
KubeNamespaceListProps.Builder. items(List<? extends KubeNamespaceProps> items)
Sets the value ofKubeNamespaceListProps.getItems()
Constructors in org.cdk8s.plus24.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.
-