Uses of Interface
io.kubernetes.client.openapi.models.V1APIGroupListFluent.GroupsNested
Packages that use V1APIGroupListFluent.GroupsNested
-
Uses of V1APIGroupListFluent.GroupsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1APIGroupListFluent.GroupsNestedModifier and TypeMethodDescriptionV1APIGroupListFluent.addNewGroup()V1APIGroupListFluentImpl.addNewGroup()V1APIGroupListFluent.addNewGroupLike(io.kubernetes.client.openapi.models.V1APIGroup item) V1APIGroupListFluentImpl.addNewGroupLike(io.kubernetes.client.openapi.models.V1APIGroup item) V1APIGroupListFluent.editFirstGroup()V1APIGroupListFluentImpl.editFirstGroup()V1APIGroupListFluent.editLastGroup()V1APIGroupListFluentImpl.editLastGroup()V1APIGroupListFluent.editMatchingGroup(Predicate<V1APIGroupBuilder> predicate) V1APIGroupListFluentImpl.editMatchingGroup(Predicate<V1APIGroupBuilder> predicate) V1APIGroupListFluent.setNewGroupLike(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item) V1APIGroupListFluentImpl.setNewGroupLike(Integer index, io.kubernetes.client.openapi.models.V1APIGroup item)