Uses of Interface
io.kubernetes.client.openapi.models.V1ServiceListFluent.ItemsNested
Packages that use V1ServiceListFluent.ItemsNested
-
Uses of V1ServiceListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceListFluent.ItemsNestedModifier and TypeMethodDescriptionV1ServiceListFluent.addNewItem()
V1ServiceListFluentImpl.addNewItem()
V1ServiceListFluent.addNewItemLike
(io.kubernetes.client.openapi.models.V1Service item) V1ServiceListFluentImpl.addNewItemLike
(io.kubernetes.client.openapi.models.V1Service item) V1ServiceListFluent.editFirstItem()
V1ServiceListFluentImpl.editFirstItem()
V1ServiceListFluent.editLastItem()
V1ServiceListFluentImpl.editLastItem()
V1ServiceListFluent.editMatchingItem
(Predicate<V1ServiceBuilder> predicate) V1ServiceListFluentImpl.editMatchingItem
(Predicate<V1ServiceBuilder> predicate) V1ServiceListFluent.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Service item) V1ServiceListFluentImpl.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Service item)