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