Uses of Interface
io.kubernetes.client.openapi.models.V1EndpointsListFluent.ItemsNested
Packages that use V1EndpointsListFluent.ItemsNested
-
Uses of V1EndpointsListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointsListFluent.ItemsNestedModifier and TypeMethodDescriptionV1EndpointsListFluent.addNewItem()V1EndpointsListFluentImpl.addNewItem()V1EndpointsListFluent.addNewItemLike(io.kubernetes.client.openapi.models.V1Endpoints item) V1EndpointsListFluentImpl.addNewItemLike(io.kubernetes.client.openapi.models.V1Endpoints item) V1EndpointsListFluent.editFirstItem()V1EndpointsListFluentImpl.editFirstItem()V1EndpointsListFluent.editLastItem()V1EndpointsListFluentImpl.editLastItem()V1EndpointsListFluent.editMatchingItem(Predicate<V1EndpointsBuilder> predicate) V1EndpointsListFluentImpl.editMatchingItem(Predicate<V1EndpointsBuilder> predicate) V1EndpointsListFluent.setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1Endpoints item) V1EndpointsListFluentImpl.setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1Endpoints item)