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