Uses of Interface
io.kubernetes.client.openapi.models.V1ComponentStatusListFluent.ItemsNested
Packages that use V1ComponentStatusListFluent.ItemsNested
-
Uses of V1ComponentStatusListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ComponentStatusListFluent.ItemsNestedModifier and TypeMethodDescriptionV1ComponentStatusListFluent.addNewItem()
V1ComponentStatusListFluentImpl.addNewItem()
V1ComponentStatusListFluent.addNewItemLike
(io.kubernetes.client.openapi.models.V1ComponentStatus item) V1ComponentStatusListFluentImpl.addNewItemLike
(io.kubernetes.client.openapi.models.V1ComponentStatus item) V1ComponentStatusListFluent.editFirstItem()
V1ComponentStatusListFluentImpl.editFirstItem()
V1ComponentStatusListFluent.editLastItem()
V1ComponentStatusListFluentImpl.editLastItem()
V1ComponentStatusListFluent.editMatchingItem
(Predicate<V1ComponentStatusBuilder> predicate) V1ComponentStatusListFluentImpl.editMatchingItem
(Predicate<V1ComponentStatusBuilder> predicate) V1ComponentStatusListFluent.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1ComponentStatus item) V1ComponentStatusListFluentImpl.setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1ComponentStatus item)