Uses of Interface
org.cdk8s.plus25.k8s.KubeStatefulSetListProps
-
Packages that use KubeStatefulSetListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeStatefulSetListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeStatefulSetListProps Modifier and Type Class Description static classKubeStatefulSetListProps.Jsii$ProxyAn implementation forKubeStatefulSetListPropsMethods in org.cdk8s.plus25.k8s that return KubeStatefulSetListProps Modifier and Type Method Description KubeStatefulSetListPropsKubeStatefulSetListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeStatefulSetListProps Modifier and Type Method Description static ObjectKubeStatefulSetList. manifest(KubeStatefulSetListProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.StatefulSetList".Constructors in org.cdk8s.plus25.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.
-