Uses of Interface
io.kubernetes.client.openapi.models.V1NamespaceListFluent.ItemsNested
Packages that use V1NamespaceListFluent.ItemsNested
-
Uses of V1NamespaceListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NamespaceListFluent.ItemsNestedModifier and TypeMethodDescriptionV1NamespaceListFluent.addNewItem()
V1NamespaceListFluentImpl.addNewItem()
V1NamespaceListFluent.addNewItemLike
(io.kubernetes.client.openapi.models.V1Namespace item) V1NamespaceListFluentImpl.addNewItemLike
(io.kubernetes.client.openapi.models.V1Namespace item) V1NamespaceListFluent.editFirstItem()
V1NamespaceListFluentImpl.editFirstItem()
V1NamespaceListFluent.editLastItem()
V1NamespaceListFluentImpl.editLastItem()
V1NamespaceListFluent.editMatchingItem
(Predicate<V1NamespaceBuilder> predicate) V1NamespaceListFluentImpl.editMatchingItem
(Predicate<V1NamespaceBuilder> predicate) V1NamespaceListFluent.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Namespace item) V1NamespaceListFluentImpl.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Namespace item)