Uses of Interface
org.cdk8s.plus24.k8s.KubeStatefulSetProps
-
Packages that use KubeStatefulSetProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeStatefulSetProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeStatefulSetProps Modifier and Type Class Description static class
KubeStatefulSetProps.Jsii$Proxy
An implementation forKubeStatefulSetProps
Methods in org.cdk8s.plus24.k8s that return KubeStatefulSetProps Modifier and Type Method Description KubeStatefulSetProps
KubeStatefulSetProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeStatefulSetProps Modifier and Type Method Description List<KubeStatefulSetProps>
KubeStatefulSetListProps. getItems()
Items is the list of stateful sets.List<KubeStatefulSetProps>
KubeStatefulSetListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeStatefulSetProps Modifier and Type Method Description static Object
KubeStatefulSet. manifest(KubeStatefulSetProps props)
Renders a Kubernetes manifest for "io.k8s.api.apps.v1.StatefulSet".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeStatefulSetProps Modifier and Type Method Description KubeStatefulSetList.Builder
KubeStatefulSetList.Builder. items(List<? extends KubeStatefulSetProps> items)
Items is the list of stateful sets.KubeStatefulSetListProps.Builder
KubeStatefulSetListProps.Builder. items(List<? extends KubeStatefulSetProps> items)
Sets the value ofKubeStatefulSetListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeStatefulSetProps Constructor Description KubeStatefulSet(software.constructs.Construct scope, String id, KubeStatefulSetProps props)
Defines a "io.k8s.api.apps.v1.StatefulSet" API object.
-