Uses of Interface
org.cdk8s.plus25.k8s.KubeStatefulSetProps
-
Packages that use KubeStatefulSetProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeStatefulSetProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeStatefulSetProps Modifier and Type Class Description static classKubeStatefulSetProps.Jsii$ProxyAn implementation forKubeStatefulSetPropsMethods in org.cdk8s.plus25.k8s that return KubeStatefulSetProps Modifier and Type Method Description KubeStatefulSetPropsKubeStatefulSetProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with parameters of type KubeStatefulSetProps Modifier and Type Method Description static ObjectKubeStatefulSet. manifest(KubeStatefulSetProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.StatefulSet".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeStatefulSetProps Modifier and Type Method Description KubeStatefulSetList.BuilderKubeStatefulSetList.Builder. items(List<? extends KubeStatefulSetProps> items)Items is the list of stateful sets.KubeStatefulSetListProps.BuilderKubeStatefulSetListProps.Builder. items(List<? extends KubeStatefulSetProps> items)Sets the value ofKubeStatefulSetListProps.getItems()Constructors in org.cdk8s.plus25.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.
-