Uses of Class
io.fabric8.kubernetes.api.model.PodTemplate
-
Packages that use PodTemplate Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodTemplate in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodTemplate Modifier and Type Method Description PodTemplatePodTemplateBuilder. build()PodTemplatePodTemplateListFluent. buildFirstItem()PodTemplatePodTemplateListFluent. buildItem(int index)PodTemplatePodTemplateListFluent. buildLastItem()PodTemplatePodTemplateListFluent. buildMatchingItem(Predicate<PodTemplateBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type PodTemplate Modifier and Type Method Description List<PodTemplate>PodTemplateListFluent. buildItems()List<PodTemplate>PodTemplateList. getItems()List of pod templatesMethods in io.fabric8.kubernetes.api.model with parameters of type PodTemplate Modifier and Type Method Description PodTemplateListFluent.ItemsNested<A>PodTemplateListFluent. addNewItemLike(PodTemplate item)KubernetesListFluent.PodTemplateItemsNested<A>KubernetesListFluent. addNewPodTemplateItemLike(PodTemplate item)APodTemplateListFluent. addToItems(int index, PodTemplate item)APodTemplateListFluent. addToItems(PodTemplate... items)protected voidPodTemplateFluent. copyInstance(PodTemplate instance)APodTemplateListFluent. removeFromItems(PodTemplate... items)PodTemplateListFluent.ItemsNested<A>PodTemplateListFluent. setNewItemLike(int index, PodTemplate item)KubernetesListFluent.PodTemplateItemsNested<A>KubernetesListFluent. setNewPodTemplateItemLike(int index, PodTemplate item)APodTemplateListFluent. setToItems(int index, PodTemplate item)APodTemplateListFluent. withItems(PodTemplate... items)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type PodTemplate Modifier and Type Method Description APodTemplateListFluent. addAllToItems(Collection<PodTemplate> items)APodTemplateListFluent. removeAllFromItems(Collection<PodTemplate> items)voidPodTemplateList. setItems(List<PodTemplate> items)List of pod templatesAPodTemplateListFluent. withItems(List<PodTemplate> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type PodTemplate Constructor Description PodTemplateBuilder(PodTemplate instance)PodTemplateBuilder(PodTemplateFluent<?> fluent, PodTemplate instance)PodTemplateFluent(PodTemplate instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type PodTemplate Constructor Description PodTemplateList(String apiVersion, List<PodTemplate> items, String kind, ListMeta metadata)
-