Uses of Class
io.fabric8.openshift.api.model.config.v1.Infrastructure
-
Packages that use Infrastructure Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Infrastructure in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Infrastructure Modifier and Type Method Description InfrastructureInfrastructureBuilder. build()InfrastructureInfrastructureListFluent. buildFirstItem()InfrastructureInfrastructureListFluent. buildItem(int index)InfrastructureInfrastructureListFluent. buildLastItem()InfrastructureInfrastructureListFluent. buildMatchingItem(Predicate<InfrastructureBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Infrastructure Modifier and Type Method Description List<Infrastructure>InfrastructureListFluent. buildItems()List<Infrastructure>InfrastructureList. getItems()InfrastructureList isMethods in io.fabric8.openshift.api.model.config.v1 with parameters of type Infrastructure Modifier and Type Method Description InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. addNewItemLike(Infrastructure item)AInfrastructureListFluent. addToItems(int index, Infrastructure item)AInfrastructureListFluent. addToItems(Infrastructure... items)protected voidInfrastructureFluent. copyInstance(Infrastructure instance)AInfrastructureListFluent. removeFromItems(Infrastructure... items)InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. setNewItemLike(int index, Infrastructure item)AInfrastructureListFluent. setToItems(int index, Infrastructure item)AInfrastructureListFluent. withItems(Infrastructure... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Infrastructure Modifier and Type Method Description AInfrastructureListFluent. addAllToItems(Collection<Infrastructure> items)AInfrastructureListFluent. removeAllFromItems(Collection<Infrastructure> items)voidInfrastructureList. setItems(List<Infrastructure> items)InfrastructureList isAInfrastructureListFluent. withItems(List<Infrastructure> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Infrastructure Constructor Description InfrastructureBuilder(Infrastructure instance)InfrastructureBuilder(InfrastructureFluent<?> fluent, Infrastructure instance)InfrastructureFluent(Infrastructure instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Infrastructure Constructor Description InfrastructureList(String apiVersion, List<Infrastructure> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-