Package org.cdk8s.plus25.k8s
Interface KubeStatefulSetListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeStatefulSetListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.716Z") @Stability(Stable) public interface KubeStatefulSetListProps extends software.amazon.jsii.JsiiSerializable
StatefulSetList is a collection of StatefulSets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeStatefulSetListProps.BuilderA builder forKubeStatefulSetListPropsstatic classKubeStatefulSetListProps.Jsii$ProxyAn implementation forKubeStatefulSetListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeStatefulSetListProps.Builderbuilder()List<KubeStatefulSetProps>getItems()Items is the list of stateful sets.default ListMetagetMetadata()Standard list's metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeStatefulSetProps> getItems()
Items is the list of stateful sets.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeStatefulSetListProps.Builder builder()
- Returns:
- a
KubeStatefulSetListProps.BuilderofKubeStatefulSetListProps
-
-