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