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