Uses of Interface
io.kubernetes.client.openapi.models.V1RoleBindingListFluent.ItemsNested
Packages that use V1RoleBindingListFluent.ItemsNested
-
Uses of V1RoleBindingListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RoleBindingListFluent.ItemsNestedModifier and TypeMethodDescriptionV1RoleBindingListFluent.addNewItem()
V1RoleBindingListFluentImpl.addNewItem()
V1RoleBindingListFluent.addNewItemLike
(io.kubernetes.client.openapi.models.V1RoleBinding item) V1RoleBindingListFluentImpl.addNewItemLike
(io.kubernetes.client.openapi.models.V1RoleBinding item) V1RoleBindingListFluent.editFirstItem()
V1RoleBindingListFluentImpl.editFirstItem()
V1RoleBindingListFluent.editLastItem()
V1RoleBindingListFluentImpl.editLastItem()
V1RoleBindingListFluent.editMatchingItem
(Predicate<V1RoleBindingBuilder> predicate) V1RoleBindingListFluentImpl.editMatchingItem
(Predicate<V1RoleBindingBuilder> predicate) V1RoleBindingListFluent.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1RoleBinding item) V1RoleBindingListFluentImpl.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1RoleBinding item)