Uses of Class
io.fabric8.openshift.api.model.config.v1.Ingress
-
Packages that use Ingress Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Ingress in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Ingress Modifier and Type Method Description IngressIngressBuilder. build()IngressIngressListFluent. buildFirstItem()IngressIngressListFluent. buildItem(int index)IngressIngressListFluent. buildLastItem()IngressIngressListFluent. buildMatchingItem(Predicate<IngressBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Ingress Modifier and Type Method Description List<Ingress>IngressListFluent. buildItems()List<Ingress>IngressList. 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 Ingress Modifier and Type Method Description IngressListFluent.ItemsNested<A>IngressListFluent. addNewItemLike(Ingress item)AIngressListFluent. addToItems(int index, Ingress item)AIngressListFluent. addToItems(Ingress... items)protected voidIngressFluent. copyInstance(Ingress instance)AIngressListFluent. removeFromItems(Ingress... items)IngressListFluent.ItemsNested<A>IngressListFluent. setNewItemLike(int index, Ingress item)AIngressListFluent. setToItems(int index, Ingress item)AIngressListFluent. withItems(Ingress... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Ingress Modifier and Type Method Description AIngressListFluent. addAllToItems(Collection<Ingress> items)AIngressListFluent. removeAllFromItems(Collection<Ingress> items)voidIngressList. setItems(List<Ingress> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AIngressListFluent. withItems(List<Ingress> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Ingress Constructor Description IngressBuilder(Ingress instance)IngressBuilder(IngressFluent<?> fluent, Ingress instance)IngressFluent(Ingress instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Ingress Constructor Description IngressList(String apiVersion, List<Ingress> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-