Uses of Class
io.fabric8.kubernetes.api.model.APIGroupListFluent.GroupsNested
-
Packages that use APIGroupListFluent.GroupsNested Package Description io.fabric8.kubernetes.api.model -
-
Uses of APIGroupListFluent.GroupsNested in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return APIGroupListFluent.GroupsNested Modifier and Type Method Description APIGroupListFluent.GroupsNested<A>APIGroupListFluent. addNewGroup()APIGroupListFluent.GroupsNested<A>APIGroupListFluent. addNewGroupLike(APIGroup item)APIGroupListFluent.GroupsNested<A>APIGroupListFluent. editFirstGroup()APIGroupListFluent.GroupsNested<A>APIGroupListFluent. editGroup(int index)APIGroupListFluent.GroupsNested<A>APIGroupListFluent. editLastGroup()APIGroupListFluent.GroupsNested<A>APIGroupListFluent. editMatchingGroup(Predicate<APIGroupBuilder> predicate)APIGroupListFluent.GroupsNested<A>APIGroupListFluent. setNewGroupLike(int index, APIGroup item)
-