Uses of Interface
io.kubernetes.client.openapi.models.V1PodListFluent.ItemsNested
Packages that use V1PodListFluent.ItemsNested
-
Uses of V1PodListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodListFluent.ItemsNestedModifier and TypeMethodDescriptionV1PodListFluent.addNewItem()V1PodListFluentImpl.addNewItem()V1PodListFluent.addNewItemLike(io.kubernetes.client.openapi.models.V1Pod item) V1PodListFluentImpl.addNewItemLike(io.kubernetes.client.openapi.models.V1Pod item) V1PodListFluent.editFirstItem()V1PodListFluentImpl.editFirstItem()V1PodListFluent.editLastItem()V1PodListFluentImpl.editLastItem()V1PodListFluent.editMatchingItem(Predicate<V1PodBuilder> predicate) V1PodListFluentImpl.editMatchingItem(Predicate<V1PodBuilder> predicate) V1PodListFluent.setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1Pod item) V1PodListFluentImpl.setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1Pod item)