Class JobListFluentImpl<A extends JobListFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.batch.JobListFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,JobListFluent<A>
- Direct Known Subclasses:
DoneableJobList,JobListBuilder
public class JobListFluentImpl<A extends JobListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JobListFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classJobListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.batch.JobListFluent
JobListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description JobListFluentImpl()JobListFluentImpl(JobList instance) -
Method Summary
-
Constructor Details
-
JobListFluentImpl
public JobListFluentImpl() -
JobListFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceJobListFluent<A extends JobListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceJobListFluent<A extends JobListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceJobListFluent<A extends JobListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceJobListFluent<A extends JobListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceJobListFluent<A extends JobListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceJobListFluent<A extends JobListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
setToItems
- Specified by:
setToItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
addAllToItems
- Specified by:
addAllToItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<JobBuilder> predicate)- Specified by:
removeMatchingFromItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceJobListFluent<A extends JobListFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
buildFirstItem
- Specified by:
buildFirstItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
buildLastItem
- Specified by:
buildLastItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
buildMatchingItem
- Specified by:
buildMatchingItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceJobListFluent<A extends JobListFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
addNewItemLike
- Specified by:
addNewItemLikein interfaceJobListFluent<A extends JobListFluent<A>>
-
setNewItemLike
- Specified by:
setNewItemLikein interfaceJobListFluent<A extends JobListFluent<A>>
-
editItem
- Specified by:
editItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
editMatchingItem
public JobListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<JobBuilder> predicate)- Specified by:
editMatchingItemin interfaceJobListFluent<A extends JobListFluent<A>>
-
getKind
- Specified by:
getKindin interfaceJobListFluent<A extends JobListFluent<A>>
-
withKind
- Specified by:
withKindin interfaceJobListFluent<A extends JobListFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceJobListFluent<A extends JobListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceJobListFluent<A extends JobListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceJobListFluent<A extends JobListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceJobListFluent<A extends JobListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()- Specified by:
getMetadatain interfaceJobListFluent<A extends JobListFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceJobListFluent<A extends JobListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceJobListFluent<A extends JobListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)- Specified by:
withNewMetadatain interfaceJobListFluent<A extends JobListFluent<A>>
-
equals
-