Uses of Class
io.fabric8.kubernetes.api.model.APIGroup
-
Packages that use APIGroup Package Description io.fabric8.kubernetes.api.model -
-
Uses of APIGroup in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return APIGroup Modifier and Type Method Description APIGroupAPIGroupBuilder. build()APIGroupAPIGroupListFluent. buildFirstGroup()APIGroupAPIGroupListFluent. buildGroup(int index)APIGroupAPIGroupListFluent. buildLastGroup()APIGroupAPIGroupListFluent. buildMatchingGroup(Predicate<APIGroupBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type APIGroup Modifier and Type Method Description List<APIGroup>APIGroupListFluent. buildGroups()List<APIGroup>APIGroupList. getGroups()groups is a list of APIGroup.Methods in io.fabric8.kubernetes.api.model with parameters of type APIGroup Modifier and Type Method Description APIGroupListFluent.GroupsNested<A>APIGroupListFluent. addNewGroupLike(APIGroup item)AAPIGroupListFluent. addToGroups(int index, APIGroup item)AAPIGroupListFluent. addToGroups(APIGroup... items)protected voidAPIGroupFluent. copyInstance(APIGroup instance)AAPIGroupListFluent. removeFromGroups(APIGroup... items)APIGroupListFluent.GroupsNested<A>APIGroupListFluent. setNewGroupLike(int index, APIGroup item)AAPIGroupListFluent. setToGroups(int index, APIGroup item)AAPIGroupListFluent. withGroups(APIGroup... groups)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type APIGroup Modifier and Type Method Description AAPIGroupListFluent. addAllToGroups(Collection<APIGroup> items)AAPIGroupListFluent. removeAllFromGroups(Collection<APIGroup> items)voidAPIGroupList. setGroups(List<APIGroup> groups)groups is a list of APIGroup.AAPIGroupListFluent. withGroups(List<APIGroup> groups)Constructors in io.fabric8.kubernetes.api.model with parameters of type APIGroup Constructor Description APIGroupBuilder(APIGroup instance)APIGroupBuilder(APIGroupFluent<?> fluent, APIGroup instance)APIGroupFluent(APIGroup instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type APIGroup Constructor Description APIGroupList(String apiVersion, List<APIGroup> groups, String kind)
-