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