Uses of Interface
io.kubernetes.client.openapi.models.V1PodTemplateListFluent.ItemsNested
Packages that use V1PodTemplateListFluent.ItemsNested
-
Uses of V1PodTemplateListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodTemplateListFluent.ItemsNestedModifier and TypeMethodDescriptionV1PodTemplateListFluent.addNewItem()
V1PodTemplateListFluentImpl.addNewItem()
V1PodTemplateListFluent.addNewItemLike
(io.kubernetes.client.openapi.models.V1PodTemplate item) V1PodTemplateListFluentImpl.addNewItemLike
(io.kubernetes.client.openapi.models.V1PodTemplate item) V1PodTemplateListFluent.editFirstItem()
V1PodTemplateListFluentImpl.editFirstItem()
V1PodTemplateListFluent.editLastItem()
V1PodTemplateListFluentImpl.editLastItem()
V1PodTemplateListFluent.editMatchingItem
(Predicate<V1PodTemplateBuilder> predicate) V1PodTemplateListFluentImpl.editMatchingItem
(Predicate<V1PodTemplateBuilder> predicate) V1PodTemplateListFluent.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1PodTemplate item) V1PodTemplateListFluentImpl.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1PodTemplate item)