Package org.cdk8s.plus24.k8s
Class KubeReplicaSetList.Builder
- java.lang.Object
-
- org.cdk8s.plus24.k8s.KubeReplicaSetList.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeReplicaSetList>
- Enclosing class:
- KubeReplicaSetList
@Stability(Stable) public static final class KubeReplicaSetList.Builder extends Object implements software.amazon.jsii.Builder<KubeReplicaSetList>
A fluent builder forKubeReplicaSetList
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeReplicaSetList
build()
static KubeReplicaSetList.Builder
create(software.constructs.Construct scope, String id)
KubeReplicaSetList.Builder
items(List<? extends KubeReplicaSetProps> items)
List of ReplicaSets.KubeReplicaSetList.Builder
metadata(ListMeta metadata)
Standard list metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeReplicaSetList.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
KubeReplicaSetList.Builder
.
-
items
@Stability(Stable) public KubeReplicaSetList.Builder items(List<? extends KubeReplicaSetProps> items)
List of ReplicaSets.More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
- Parameters:
items
- List of ReplicaSets. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeReplicaSetList.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 KubeReplicaSetList build()
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<KubeReplicaSetList>
-
-