public class JobListFluentImpl<A extends JobListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JobListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
JobListFluentImpl.ItemsNestedImpl<N> |
JobListFluent.ItemsNested<N>| Constructor and Description |
|---|
JobListFluentImpl() |
JobListFluentImpl(JobList instance) |
public JobListFluentImpl()
public JobListFluentImpl(JobList instance)
public String getApiVersion()
getApiVersion in interface JobListFluent<A extends JobListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface JobListFluent<A extends JobListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface JobListFluent<A extends JobListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface JobListFluent<A extends JobListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface JobListFluent<A extends JobListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface JobListFluent<A extends JobListFluent<A>>public A addToItems(int index, Job item)
addToItems in interface JobListFluent<A extends JobListFluent<A>>public A setToItems(int index, Job item)
setToItems in interface JobListFluent<A extends JobListFluent<A>>public A addToItems(Job... items)
addToItems in interface JobListFluent<A extends JobListFluent<A>>public A addAllToItems(Collection<Job> items)
addAllToItems in interface JobListFluent<A extends JobListFluent<A>>public A removeFromItems(Job... items)
removeFromItems in interface JobListFluent<A extends JobListFluent<A>>public A removeAllFromItems(Collection<Job> items)
removeAllFromItems in interface JobListFluent<A extends JobListFluent<A>>public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<JobBuilder> predicate)
removeMatchingFromItems in interface JobListFluent<A extends JobListFluent<A>>@Deprecated public List<Job> getItems()
getItems in interface JobListFluent<A extends JobListFluent<A>>public List<Job> buildItems()
buildItems in interface JobListFluent<A extends JobListFluent<A>>public Job buildItem(int index)
buildItem in interface JobListFluent<A extends JobListFluent<A>>public Job buildFirstItem()
buildFirstItem in interface JobListFluent<A extends JobListFluent<A>>public Job buildLastItem()
buildLastItem in interface JobListFluent<A extends JobListFluent<A>>public Job buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<JobBuilder> predicate)
buildMatchingItem in interface JobListFluent<A extends JobListFluent<A>>public Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<JobBuilder> predicate)
hasMatchingItem in interface JobListFluent<A extends JobListFluent<A>>public A withItems(List<Job> items)
withItems in interface JobListFluent<A extends JobListFluent<A>>public A withItems(Job... items)
withItems in interface JobListFluent<A extends JobListFluent<A>>public Boolean hasItems()
hasItems in interface JobListFluent<A extends JobListFluent<A>>public JobListFluent.ItemsNested<A> addNewItem()
addNewItem in interface JobListFluent<A extends JobListFluent<A>>public JobListFluent.ItemsNested<A> addNewItemLike(Job item)
addNewItemLike in interface JobListFluent<A extends JobListFluent<A>>public JobListFluent.ItemsNested<A> setNewItemLike(int index, Job item)
setNewItemLike in interface JobListFluent<A extends JobListFluent<A>>public JobListFluent.ItemsNested<A> editItem(int index)
editItem in interface JobListFluent<A extends JobListFluent<A>>public JobListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface JobListFluent<A extends JobListFluent<A>>public JobListFluent.ItemsNested<A> editLastItem()
editLastItem in interface JobListFluent<A extends JobListFluent<A>>public JobListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<JobBuilder> predicate)
editMatchingItem in interface JobListFluent<A extends JobListFluent<A>>public String getKind()
getKind in interface JobListFluent<A extends JobListFluent<A>>public A withKind(String kind)
withKind in interface JobListFluent<A extends JobListFluent<A>>public Boolean hasKind()
hasKind in interface JobListFluent<A extends JobListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface JobListFluent<A extends JobListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface JobListFluent<A extends JobListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface JobListFluent<A extends JobListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface JobListFluent<A extends JobListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface JobListFluent<A extends JobListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface JobListFluent<A extends JobListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface JobListFluent<A extends JobListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.