Uses of Class
io.fabric8.kubernetes.api.model.batch.v1.Job
-
Packages that use Job Package Description io.fabric8.kubernetes.api.model.batch.v1 -
-
Uses of Job in io.fabric8.kubernetes.api.model.batch.v1
Methods in io.fabric8.kubernetes.api.model.batch.v1 that return Job Modifier and Type Method Description JobJobBuilder. build()JobJobListFluent. buildFirstItem()JobJobListFluent. buildItem(int index)JobJobListFluent. buildLastItem()JobJobListFluent. buildMatchingItem(Predicate<JobBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.batch.v1 that return types with arguments of type Job Modifier and Type Method Description List<Job>JobListFluent. buildItems()List<Job>JobList. getItems()items is the list of Jobs.Methods in io.fabric8.kubernetes.api.model.batch.v1 with parameters of type Job Modifier and Type Method Description JobListFluent.ItemsNested<A>JobListFluent. addNewItemLike(Job item)AJobListFluent. addToItems(int index, Job item)AJobListFluent. addToItems(Job... items)protected voidJobFluent. copyInstance(Job instance)AJobListFluent. removeFromItems(Job... items)JobListFluent.ItemsNested<A>JobListFluent. setNewItemLike(int index, Job item)AJobListFluent. setToItems(int index, Job item)AJobListFluent. withItems(Job... items)Method parameters in io.fabric8.kubernetes.api.model.batch.v1 with type arguments of type Job Modifier and Type Method Description AJobListFluent. addAllToItems(Collection<Job> items)AJobListFluent. removeAllFromItems(Collection<Job> items)voidJobList. setItems(List<Job> items)items is the list of Jobs.AJobListFluent. withItems(List<Job> items)Constructors in io.fabric8.kubernetes.api.model.batch.v1 with parameters of type Job Constructor Description JobBuilder(Job instance)JobBuilder(JobFluent<?> fluent, Job instance)JobFluent(Job instance)Constructor parameters in io.fabric8.kubernetes.api.model.batch.v1 with type arguments of type Job Constructor Description JobList(String apiVersion, List<Job> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-