Class V1ReplicaSetListBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicaSetListFluentImpl<V1ReplicaSetListBuilder>
io.kubernetes.client.openapi.models.V1ReplicaSetListBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ReplicaSetList>
,Fluent<V1ReplicaSetListBuilder>
,Visitable<V1ReplicaSetListBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicaSetList,
,V1ReplicaSetListBuilder> V1ReplicaSetListFluent<V1ReplicaSetListBuilder>
public class V1ReplicaSetListBuilder
extends V1ReplicaSetListFluentImpl<V1ReplicaSetListBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicaSetList,V1ReplicaSetListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ReplicaSetListFluent
V1ReplicaSetListFluent.ItemsNested<N>, V1ReplicaSetListFluent.MetadataNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicaSetListBuilder
(io.kubernetes.client.openapi.models.V1ReplicaSetList instance) V1ReplicaSetListBuilder
(V1ReplicaSetListFluent<?> fluent) V1ReplicaSetListBuilder
(V1ReplicaSetListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetList instance) V1ReplicaSetListBuilder
(V1ReplicaSetListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetList instance, Boolean validationEnabled) V1ReplicaSetListBuilder
(V1ReplicaSetListFluent<?> fluent, Boolean validationEnabled) V1ReplicaSetListBuilder
(io.kubernetes.client.openapi.models.V1ReplicaSetList instance, Boolean validationEnabled) V1ReplicaSetListBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1ReplicaSetListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, equals, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata, withNewMetadataLike
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ReplicaSetListBuilder
public V1ReplicaSetListBuilder() -
V1ReplicaSetListBuilder
-
V1ReplicaSetListBuilder
-
V1ReplicaSetListBuilder
-
V1ReplicaSetListBuilder
public V1ReplicaSetListBuilder(V1ReplicaSetListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetList instance) -
V1ReplicaSetListBuilder
public V1ReplicaSetListBuilder(V1ReplicaSetListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicaSetList instance, Boolean validationEnabled) -
V1ReplicaSetListBuilder
public V1ReplicaSetListBuilder(io.kubernetes.client.openapi.models.V1ReplicaSetList instance) -
V1ReplicaSetListBuilder
public V1ReplicaSetListBuilder(io.kubernetes.client.openapi.models.V1ReplicaSetList instance, Boolean validationEnabled)
-
-
Method Details