Class V1JobListFluentImpl<A extends V1JobListFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1JobListFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1JobListFluent<A>
- Direct Known Subclasses:
V1JobListBuilder
public class V1JobListFluentImpl<A extends V1JobListFluent<A>>
extends BaseFluent<A>
implements V1JobListFluent<A>
Generated
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToItems
(Collection<io.kubernetes.client.openapi.models.V1Job> items) addNewItemLike
(io.kubernetes.client.openapi.models.V1Job item) addToItems
(io.kubernetes.client.openapi.models.V1Job... items) addToItems
(Integer index, io.kubernetes.client.openapi.models.V1Job item) io.kubernetes.client.openapi.models.V1Job
io.kubernetes.client.openapi.models.V1Job
List<io.kubernetes.client.openapi.models.V1Job>
io.kubernetes.client.openapi.models.V1Job
io.kubernetes.client.openapi.models.V1Job
buildMatchingItem
(Predicate<V1JobBuilder> predicate) io.kubernetes.client.openapi.models.V1ListMeta
editMatchingItem
(Predicate<V1JobBuilder> predicate) editOrNewMetadataLike
(io.kubernetes.client.openapi.models.V1ListMeta item) boolean
List<io.kubernetes.client.openapi.models.V1Job>
getItems()
Deprecated.getKind()
io.kubernetes.client.openapi.models.V1ListMeta
Deprecated.int
hashCode()
hasItems()
hasKind()
hasMatchingItem
(Predicate<V1JobBuilder> predicate) removeAllFromItems
(Collection<io.kubernetes.client.openapi.models.V1Job> items) removeFromItems
(io.kubernetes.client.openapi.models.V1Job... items) removeMatchingFromItems
(Predicate<V1JobBuilder> predicate) setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Job item) setToItems
(Integer index, io.kubernetes.client.openapi.models.V1Job item) toString()
withApiVersion
(String apiVersion) withItems
(io.kubernetes.client.openapi.models.V1Job... items) withMetadata
(io.kubernetes.client.openapi.models.V1ListMeta metadata) withNewMetadataLike
(io.kubernetes.client.openapi.models.V1ListMeta item) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1JobListFluentImpl
public V1JobListFluentImpl() -
V1JobListFluentImpl
public V1JobListFluentImpl(io.kubernetes.client.openapi.models.V1JobList instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
addToItems
- Specified by:
addToItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
setToItems
- Specified by:
setToItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
addToItems
- Specified by:
addToItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
addAllToItems
- Specified by:
addAllToItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
buildItem
- Specified by:
buildItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
buildFirstItem
public io.kubernetes.client.openapi.models.V1Job buildFirstItem()- Specified by:
buildFirstItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
buildLastItem
public io.kubernetes.client.openapi.models.V1Job buildLastItem()- Specified by:
buildLastItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
buildMatchingItem
public io.kubernetes.client.openapi.models.V1Job buildMatchingItem(Predicate<V1JobBuilder> predicate) - Specified by:
buildMatchingItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
hasItems
- Specified by:
hasItems
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
addNewItem
- Specified by:
addNewItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
addNewItemLike
public V1JobListFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1Job item) - Specified by:
addNewItemLike
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
setNewItemLike
public V1JobListFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1Job item) - Specified by:
setNewItemLike
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
editItem
- Specified by:
editItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
editLastItem
- Specified by:
editLastItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
editMatchingItem
- Specified by:
editMatchingItem
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadata
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ListMeta buildMetadata()- Specified by:
buildMetadata
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
withMetadata
- Specified by:
withMetadata
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadata
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadata
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
withNewMetadataLike
public V1JobListFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
withNewMetadataLike
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
editMetadata
- Specified by:
editMetadata
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadata
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
editOrNewMetadataLike
public V1JobListFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
editOrNewMetadataLike
in interfaceV1JobListFluent<A extends V1JobListFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1JobListFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1JobListFluent<A>>
-
toString
-