Class V1ReplicationControllerListBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicationControllerListFluentImpl<V1ReplicationControllerListBuilder>
io.kubernetes.client.openapi.models.V1ReplicationControllerListBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ReplicationControllerList>
,Fluent<V1ReplicationControllerListBuilder>
,Visitable<V1ReplicationControllerListBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicationControllerList,
,V1ReplicationControllerListBuilder> V1ReplicationControllerListFluent<V1ReplicationControllerListBuilder>
public class V1ReplicationControllerListBuilder
extends V1ReplicationControllerListFluentImpl<V1ReplicationControllerListBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ReplicationControllerList,V1ReplicationControllerListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ReplicationControllerListFluent
V1ReplicationControllerListFluent.ItemsNested<N>, V1ReplicationControllerListFluent.MetadataNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicationControllerListBuilder
(io.kubernetes.client.openapi.models.V1ReplicationControllerList instance) V1ReplicationControllerListBuilder
(V1ReplicationControllerListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationControllerList instance) V1ReplicationControllerListBuilder
(V1ReplicationControllerListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationControllerList instance, Boolean validationEnabled) V1ReplicationControllerListBuilder
(V1ReplicationControllerListFluent<?> fluent, Boolean validationEnabled) V1ReplicationControllerListBuilder
(io.kubernetes.client.openapi.models.V1ReplicationControllerList instance, Boolean validationEnabled) V1ReplicationControllerListBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ReplicationControllerList
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1ReplicationControllerListFluentImpl
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
-
V1ReplicationControllerListBuilder
public V1ReplicationControllerListBuilder() -
V1ReplicationControllerListBuilder
-
V1ReplicationControllerListBuilder
-
V1ReplicationControllerListBuilder
public V1ReplicationControllerListBuilder(V1ReplicationControllerListFluent<?> fluent, Boolean validationEnabled) -
V1ReplicationControllerListBuilder
public V1ReplicationControllerListBuilder(V1ReplicationControllerListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationControllerList instance) -
V1ReplicationControllerListBuilder
public V1ReplicationControllerListBuilder(V1ReplicationControllerListFluent<?> fluent, io.kubernetes.client.openapi.models.V1ReplicationControllerList instance, Boolean validationEnabled) -
V1ReplicationControllerListBuilder
public V1ReplicationControllerListBuilder(io.kubernetes.client.openapi.models.V1ReplicationControllerList instance) -
V1ReplicationControllerListBuilder
public V1ReplicationControllerListBuilder(io.kubernetes.client.openapi.models.V1ReplicationControllerList instance, Boolean validationEnabled)
-
-
Method Details