Uses of Interface
org.cdk8s.plus25.k8s.KubeSecretProps
-
Packages that use KubeSecretProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeSecretProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeSecretProps Modifier and Type Class Description static classKubeSecretProps.Jsii$ProxyAn implementation forKubeSecretPropsMethods in org.cdk8s.plus25.k8s that return KubeSecretProps Modifier and Type Method Description KubeSecretPropsKubeSecretProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeSecretProps Modifier and Type Method Description List<KubeSecretProps>KubeSecretListProps. getItems()Items is a list of secret objects.List<KubeSecretProps>KubeSecretListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeSecretProps Modifier and Type Method Description static ObjectKubeSecret. manifest(KubeSecretProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.Secret".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeSecretProps Modifier and Type Method Description KubeSecretList.BuilderKubeSecretList.Builder. items(List<? extends KubeSecretProps> items)Items is a list of secret objects.KubeSecretListProps.BuilderKubeSecretListProps.Builder. items(List<? extends KubeSecretProps> items)Sets the value ofKubeSecretListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeSecretProps Constructor Description KubeSecret(software.constructs.Construct scope, String id, KubeSecretProps props)Defines a "io.k8s.api.core.v1.Secret" API object.
-