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