Uses of Class
io.fabric8.openshift.api.model.config.v1.APIServer
-
Packages that use APIServer Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of APIServer in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return APIServer Modifier and Type Method Description APIServerAPIServerBuilder. build()APIServerAPIServerListFluent. buildFirstItem()APIServerAPIServerListFluent. buildItem(int index)APIServerAPIServerListFluent. buildLastItem()APIServerAPIServerListFluent. buildMatchingItem(Predicate<APIServerBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type APIServer Modifier and Type Method Description List<APIServer>APIServerListFluent. buildItems()List<APIServer>APIServerList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServer Modifier and Type Method Description APIServerListFluent.ItemsNested<A>APIServerListFluent. addNewItemLike(APIServer item)AAPIServerListFluent. addToItems(int index, APIServer item)AAPIServerListFluent. addToItems(APIServer... items)protected voidAPIServerFluent. copyInstance(APIServer instance)AAPIServerListFluent. removeFromItems(APIServer... items)APIServerListFluent.ItemsNested<A>APIServerListFluent. setNewItemLike(int index, APIServer item)AAPIServerListFluent. setToItems(int index, APIServer item)AAPIServerListFluent. withItems(APIServer... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type APIServer Modifier and Type Method Description AAPIServerListFluent. addAllToItems(Collection<APIServer> items)AAPIServerListFluent. removeAllFromItems(Collection<APIServer> items)voidAPIServerList. setItems(List<APIServer> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AAPIServerListFluent. withItems(List<APIServer> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServer Constructor Description APIServerBuilder(APIServer instance)APIServerBuilder(APIServerFluent<?> fluent, APIServer instance)APIServerFluent(APIServer instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type APIServer Constructor Description APIServerList(String apiVersion, List<APIServer> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-