Uses of Class
io.fabric8.openshift.api.model.config.v1.InfrastructureListFluent.ItemsNested
-
Packages that use InfrastructureListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of InfrastructureListFluent.ItemsNested in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return InfrastructureListFluent.ItemsNested Modifier and Type Method Description InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. addNewItem()InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. addNewItemLike(Infrastructure item)InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. editFirstItem()InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. editItem(int index)InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. editLastItem()InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. editMatchingItem(Predicate<InfrastructureBuilder> predicate)InfrastructureListFluent.ItemsNested<A>InfrastructureListFluent. setNewItemLike(int index, Infrastructure item)
-