Uses of Class
io.fabric8.kubernetes.api.model.APIService
-
Packages that use APIService Package Description io.fabric8.kubernetes.api.model -
-
Uses of APIService in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return APIService Modifier and Type Method Description APIServiceAPIServiceBuilder. build()APIServiceAPIServiceListFluent. buildFirstItem()APIServiceAPIServiceListFluent. buildItem(int index)APIServiceAPIServiceListFluent. buildLastItem()APIServiceAPIServiceListFluent. buildMatchingItem(Predicate<APIServiceBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type APIService Modifier and Type Method Description List<APIService>APIServiceListFluent. buildItems()List<APIService>APIServiceList. getItems()Items is the list of APIServiceMethods in io.fabric8.kubernetes.api.model with parameters of type APIService Modifier and Type Method Description KubernetesListFluent.APIServiceItemsNested<A>KubernetesListFluent. addNewAPIServiceItemLike(APIService item)APIServiceListFluent.ItemsNested<A>APIServiceListFluent. addNewItemLike(APIService item)AAPIServiceListFluent. addToItems(int index, APIService item)AAPIServiceListFluent. addToItems(APIService... items)protected voidAPIServiceFluent. copyInstance(APIService instance)AAPIServiceListFluent. removeFromItems(APIService... items)KubernetesListFluent.APIServiceItemsNested<A>KubernetesListFluent. setNewAPIServiceItemLike(int index, APIService item)APIServiceListFluent.ItemsNested<A>APIServiceListFluent. setNewItemLike(int index, APIService item)AAPIServiceListFluent. setToItems(int index, APIService item)AAPIServiceListFluent. withItems(APIService... items)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type APIService Modifier and Type Method Description AAPIServiceListFluent. addAllToItems(Collection<APIService> items)AAPIServiceListFluent. removeAllFromItems(Collection<APIService> items)voidAPIServiceList. setItems(List<APIService> items)Items is the list of APIServiceAAPIServiceListFluent. withItems(List<APIService> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type APIService Constructor Description APIServiceBuilder(APIService instance)APIServiceBuilder(APIServiceFluent<?> fluent, APIService instance)APIServiceFluent(APIService instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type APIService Constructor Description APIServiceList(String apiVersion, List<APIService> items, String kind, ListMeta metadata)
-