Uses of Class
io.fabric8.openshift.api.model.operator.v1.KubeAPIServer
-
Packages that use KubeAPIServer Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of KubeAPIServer in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return KubeAPIServer Modifier and Type Method Description KubeAPIServerKubeAPIServerBuilder. build()KubeAPIServerKubeAPIServerListFluent. buildFirstItem()KubeAPIServerKubeAPIServerListFluent. buildItem(int index)KubeAPIServerKubeAPIServerListFluent. buildLastItem()KubeAPIServerKubeAPIServerListFluent. buildMatchingItem(Predicate<KubeAPIServerBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type KubeAPIServer Modifier and Type Method Description List<KubeAPIServer>KubeAPIServerListFluent. buildItems()List<KubeAPIServer>KubeAPIServerList. getItems()items contains the itemsMethods in io.fabric8.openshift.api.model.operator.v1 with parameters of type KubeAPIServer Modifier and Type Method Description KubeAPIServerListFluent.ItemsNested<A>KubeAPIServerListFluent. addNewItemLike(KubeAPIServer item)AKubeAPIServerListFluent. addToItems(int index, KubeAPIServer item)AKubeAPIServerListFluent. addToItems(KubeAPIServer... items)protected voidKubeAPIServerFluent. copyInstance(KubeAPIServer instance)AKubeAPIServerListFluent. removeFromItems(KubeAPIServer... items)KubeAPIServerListFluent.ItemsNested<A>KubeAPIServerListFluent. setNewItemLike(int index, KubeAPIServer item)AKubeAPIServerListFluent. setToItems(int index, KubeAPIServer item)AKubeAPIServerListFluent. withItems(KubeAPIServer... items)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type KubeAPIServer Modifier and Type Method Description AKubeAPIServerListFluent. addAllToItems(Collection<KubeAPIServer> items)AKubeAPIServerListFluent. removeAllFromItems(Collection<KubeAPIServer> items)voidKubeAPIServerList. setItems(List<KubeAPIServer> items)items contains the itemsAKubeAPIServerListFluent. withItems(List<KubeAPIServer> items)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type KubeAPIServer Constructor Description KubeAPIServerBuilder(KubeAPIServer instance)KubeAPIServerBuilder(KubeAPIServerFluent<?> fluent, KubeAPIServer instance)KubeAPIServerFluent(KubeAPIServer instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type KubeAPIServer Constructor Description KubeAPIServerList(String apiVersion, List<KubeAPIServer> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-