Package org.cdk8s.plus24.k8s
Interface KubeReplicationControllerListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeReplicationControllerListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.609Z") @Stability(Stable) public interface KubeReplicationControllerListProps extends software.amazon.jsii.JsiiSerializable
ReplicationControllerList is a collection of replication controllers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeReplicationControllerListProps.Builder
A builder forKubeReplicationControllerListProps
static class
KubeReplicationControllerListProps.Jsii$Proxy
An implementation forKubeReplicationControllerListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeReplicationControllerListProps.Builder
builder()
List<KubeReplicationControllerProps>
getItems()
List of replication controllers.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeReplicationControllerProps> getItems()
List of replication controllers.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 KubeReplicationControllerListProps.Builder builder()
-
-