Uses of Interface
io.kubernetes.client.openapi.models.V1NodeListFluent.ItemsNested
Packages that use V1NodeListFluent.ItemsNested
-
Uses of V1NodeListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeListFluent.ItemsNestedModifier and TypeMethodDescriptionV1NodeListFluent.addNewItem()
V1NodeListFluentImpl.addNewItem()
V1NodeListFluent.addNewItemLike
(io.kubernetes.client.openapi.models.V1Node item) V1NodeListFluentImpl.addNewItemLike
(io.kubernetes.client.openapi.models.V1Node item) V1NodeListFluent.editFirstItem()
V1NodeListFluentImpl.editFirstItem()
V1NodeListFluent.editLastItem()
V1NodeListFluentImpl.editLastItem()
V1NodeListFluent.editMatchingItem
(Predicate<V1NodeBuilder> predicate) V1NodeListFluentImpl.editMatchingItem
(Predicate<V1NodeBuilder> predicate) V1NodeListFluent.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Node item) V1NodeListFluentImpl.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Node item)