Uses of Interface
org.cdk8s.plus24.k8s.KubeSecretListProps
-
Packages that use KubeSecretListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeSecretListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeSecretListProps Modifier and Type Class Description static class
KubeSecretListProps.Jsii$Proxy
An implementation forKubeSecretListProps
Methods in org.cdk8s.plus24.k8s that return KubeSecretListProps Modifier and Type Method Description KubeSecretListProps
KubeSecretListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeSecretListProps Modifier and Type Method Description static Object
KubeSecretList. manifest(KubeSecretListProps props)
Renders a Kubernetes manifest for "io.k8s.api.core.v1.SecretList".Constructors in org.cdk8s.plus24.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.
-