Uses of Interface
org.cdk8s.plus25.k8s.KubeSecretListProps
-
Packages that use KubeSecretListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeSecretListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeSecretListProps Modifier and Type Class Description static classKubeSecretListProps.Jsii$ProxyAn implementation forKubeSecretListPropsMethods in org.cdk8s.plus25.k8s that return KubeSecretListProps Modifier and Type Method Description KubeSecretListPropsKubeSecretListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeSecretListProps Modifier and Type Method Description static ObjectKubeSecretList. manifest(KubeSecretListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.SecretList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeSecretListProps Constructor Description KubeSecretList(software.constructs.Construct scope, String id, KubeSecretListProps props)Defines a "io.k8s.api.core.v1.SecretList" API object.
-