Uses of Interface
org.cdk8s.plus24.k8s.KubeStatefulSetListProps
-
Packages that use KubeStatefulSetListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeStatefulSetListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeStatefulSetListProps Modifier and Type Class Description static class
KubeStatefulSetListProps.Jsii$Proxy
An implementation forKubeStatefulSetListProps
Methods in org.cdk8s.plus24.k8s that return KubeStatefulSetListProps Modifier and Type Method Description KubeStatefulSetListProps
KubeStatefulSetListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeStatefulSetListProps Modifier and Type Method Description static Object
KubeStatefulSetList. manifest(KubeStatefulSetListProps props)
Renders a Kubernetes manifest for "io.k8s.api.apps.v1.StatefulSetList".Constructors in org.cdk8s.plus24.k8s with parameters of type KubeStatefulSetListProps Constructor Description KubeStatefulSetList(software.constructs.Construct scope, String id, KubeStatefulSetListProps props)
Defines a "io.k8s.api.apps.v1.StatefulSetList" API object.
-