Package org.cdk8s.plus25.k8s
Interface KubeReplicaSetListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeReplicaSetListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.690Z") @Stability(Stable) public interface KubeReplicaSetListProps extends software.amazon.jsii.JsiiSerializable
ReplicaSetList is a collection of ReplicaSets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeReplicaSetListProps.BuilderA builder forKubeReplicaSetListPropsstatic classKubeReplicaSetListProps.Jsii$ProxyAn implementation forKubeReplicaSetListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeReplicaSetListProps.Builderbuilder()List<KubeReplicaSetProps>getItems()List of ReplicaSets.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeReplicaSetProps> getItems()
List of ReplicaSets.More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
builder
@Stability(Stable) static KubeReplicaSetListProps.Builder builder()
- Returns:
- a
KubeReplicaSetListProps.BuilderofKubeReplicaSetListProps
-
-