Uses of Interface
org.cdk8s.plus25.k8s.KubeConfigMapProps
-
Packages that use KubeConfigMapProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeConfigMapProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeConfigMapProps Modifier and Type Class Description static classKubeConfigMapProps.Jsii$ProxyAn implementation forKubeConfigMapPropsMethods in org.cdk8s.plus25.k8s that return KubeConfigMapProps Modifier and Type Method Description KubeConfigMapPropsKubeConfigMapProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeConfigMapProps Modifier and Type Method Description List<KubeConfigMapProps>KubeConfigMapListProps. getItems()Items is the list of ConfigMaps.List<KubeConfigMapProps>KubeConfigMapListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeConfigMapProps Modifier and Type Method Description static ObjectKubeConfigMap. manifest(KubeConfigMapProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.ConfigMap".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeConfigMapProps Modifier and Type Method Description KubeConfigMapList.BuilderKubeConfigMapList.Builder. items(List<? extends KubeConfigMapProps> items)Items is the list of ConfigMaps.KubeConfigMapListProps.BuilderKubeConfigMapListProps.Builder. items(List<? extends KubeConfigMapProps> items)Sets the value ofKubeConfigMapListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeConfigMapProps Constructor Description KubeConfigMap(software.constructs.Construct scope, String id, KubeConfigMapProps props)Defines a "io.k8s.api.core.v1.ConfigMap" API object.
-