Package org.cdk8s.plus25.k8s
Class KubeReplicationControllerList.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeReplicationControllerList.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeReplicationControllerList>
- Enclosing class:
- KubeReplicationControllerList
@Stability(Stable) public static final class KubeReplicationControllerList.Builder extends Object implements software.amazon.jsii.Builder<KubeReplicationControllerList>
A fluent builder forKubeReplicationControllerList.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeReplicationControllerListbuild()static KubeReplicationControllerList.Buildercreate(software.constructs.Construct scope, String id)KubeReplicationControllerList.Builderitems(List<? extends KubeReplicationControllerProps> items)List of replication controllers.KubeReplicationControllerList.Buildermetadata(ListMeta metadata)Standard list metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeReplicationControllerList.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- the scope in which to define this object. This parameter is required.id- a scope-local name for the object. This parameter is required.- Returns:
- a new instance of
KubeReplicationControllerList.Builder.
-
items
@Stability(Stable) public KubeReplicationControllerList.Builder items(List<? extends KubeReplicationControllerProps> items)
List of replication controllers.More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
- Parameters:
items- List of replication controllers. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeReplicationControllerList.Builder metadata(ListMeta metadata)
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Parameters:
metadata- Standard list metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeReplicationControllerList build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeReplicationControllerList>- Returns:
- a newly built instance of
KubeReplicationControllerList.
-
-