Uses of Class
io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer
-
Packages that use OpenShiftAPIServer Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of OpenShiftAPIServer in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return OpenShiftAPIServer Modifier and Type Method Description OpenShiftAPIServerOpenShiftAPIServerBuilder. build()OpenShiftAPIServerOpenShiftAPIServerListFluent. buildFirstItem()OpenShiftAPIServerOpenShiftAPIServerListFluent. buildItem(int index)OpenShiftAPIServerOpenShiftAPIServerListFluent. buildLastItem()OpenShiftAPIServerOpenShiftAPIServerListFluent. buildMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type OpenShiftAPIServer Modifier and Type Method Description List<OpenShiftAPIServer>OpenShiftAPIServerListFluent. buildItems()List<OpenShiftAPIServer>OpenShiftAPIServerList. getItems()items contains the itemsMethods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServer Modifier and Type Method Description OpenShiftAPIServerListFluent.ItemsNested<A>OpenShiftAPIServerListFluent. addNewItemLike(OpenShiftAPIServer item)AOpenShiftAPIServerListFluent. addToItems(int index, OpenShiftAPIServer item)AOpenShiftAPIServerListFluent. addToItems(OpenShiftAPIServer... items)protected voidOpenShiftAPIServerFluent. copyInstance(OpenShiftAPIServer instance)AOpenShiftAPIServerListFluent. removeFromItems(OpenShiftAPIServer... items)OpenShiftAPIServerListFluent.ItemsNested<A>OpenShiftAPIServerListFluent. setNewItemLike(int index, OpenShiftAPIServer item)AOpenShiftAPIServerListFluent. setToItems(int index, OpenShiftAPIServer item)AOpenShiftAPIServerListFluent. withItems(OpenShiftAPIServer... items)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type OpenShiftAPIServer Modifier and Type Method Description AOpenShiftAPIServerListFluent. addAllToItems(Collection<OpenShiftAPIServer> items)AOpenShiftAPIServerListFluent. removeAllFromItems(Collection<OpenShiftAPIServer> items)voidOpenShiftAPIServerList. setItems(List<OpenShiftAPIServer> items)items contains the itemsAOpenShiftAPIServerListFluent. withItems(List<OpenShiftAPIServer> items)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServer Constructor Description OpenShiftAPIServerBuilder(OpenShiftAPIServer instance)OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, OpenShiftAPIServer instance)OpenShiftAPIServerFluent(OpenShiftAPIServer instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type OpenShiftAPIServer Constructor Description OpenShiftAPIServerList(String apiVersion, List<OpenShiftAPIServer> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-