Uses of Interface
io.kubernetes.client.openapi.models.V1ResourceQuotaListFluent.ItemsNested
Packages that use V1ResourceQuotaListFluent.ItemsNested
-
Uses of V1ResourceQuotaListFluent.ItemsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceQuotaListFluent.ItemsNestedModifier and TypeMethodDescriptionV1ResourceQuotaListFluent.addNewItem()V1ResourceQuotaListFluentImpl.addNewItem()V1ResourceQuotaListFluent.addNewItemLike(io.kubernetes.client.openapi.models.V1ResourceQuota item) V1ResourceQuotaListFluentImpl.addNewItemLike(io.kubernetes.client.openapi.models.V1ResourceQuota item) V1ResourceQuotaListFluent.editFirstItem()V1ResourceQuotaListFluentImpl.editFirstItem()V1ResourceQuotaListFluent.editLastItem()V1ResourceQuotaListFluentImpl.editLastItem()V1ResourceQuotaListFluent.editMatchingItem(Predicate<V1ResourceQuotaBuilder> predicate) V1ResourceQuotaListFluentImpl.editMatchingItem(Predicate<V1ResourceQuotaBuilder> predicate) V1ResourceQuotaListFluent.setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1ResourceQuota item) V1ResourceQuotaListFluentImpl.setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1ResourceQuota item)