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