Uses of Class
io.fabric8.kubernetes.api.model.extensions.Ingress
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.extensions |
-
Uses of Ingress in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Ingress Modifier and Type Method Description IngressKubeSchema. getIngress()Methods in io.fabric8.kubernetes.api.model with parameters of type Ingress Modifier and Type Method Description voidKubeSchema. setIngress(Ingress ingress)Constructors in io.fabric8.kubernetes.api.model with parameters of type Ingress Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, io.fabric8.kubernetes.api.model.CreateOptions createOptions, DaemonSet daemonSet, DaemonSetList daemonSetList, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, Deployment deployment, DeploymentList deploymentList, DeploymentRollback deploymentRollback, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, Ingress ingress, IngressList ingressList, io.fabric8.kubernetes.api.model.ListOptions listOptions, NetworkPolicy networkPolicy, NetworkPolicyList networkPolicyList, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.ObjectReference objectReference, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.Quantity quantity, ReplicaSet replicaSet, ReplicaSetList replicaSetList, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) -
Uses of Ingress in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return Ingress Modifier and Type Method Description IngressIngressBuilder. build()IngressIngressListFluent. buildFirstItem()IngressIngressListFluentImpl. buildFirstItem()IngressIngressListFluent. buildItem(int index)IngressIngressListFluentImpl. buildItem(int index)IngressIngressListFluent. buildLastItem()IngressIngressListFluentImpl. buildLastItem()IngressIngressListFluent. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate)IngressIngressListFluentImpl. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate)IngressDoneableIngress. done()Methods in io.fabric8.kubernetes.api.model.extensions that return types with arguments of type Ingress Modifier and Type Method Description List<Ingress>IngressListFluent. buildItems()List<Ingress>IngressListFluentImpl. buildItems()List<Ingress>IngressList. getItems()List<Ingress>IngressListFluent. getItems()Deprecated.List<Ingress>IngressListFluentImpl. getItems()Deprecated.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type Ingress Modifier and Type Method Description IngressListFluent.ItemsNested<A>IngressListFluent. addNewItemLike(Ingress item)IngressListFluent.ItemsNested<A>IngressListFluentImpl. addNewItemLike(Ingress item)AIngressListFluent. addToItems(int index, Ingress item)AIngressListFluent. addToItems(Ingress... items)AIngressListFluentImpl. addToItems(int index, Ingress item)AIngressListFluentImpl. addToItems(Ingress... items)AIngressListFluent. removeFromItems(Ingress... items)AIngressListFluentImpl. removeFromItems(Ingress... items)IngressListFluent.ItemsNested<A>IngressListFluent. setNewItemLike(int index, Ingress item)IngressListFluent.ItemsNested<A>IngressListFluentImpl. setNewItemLike(int index, Ingress item)AIngressListFluent. setToItems(int index, Ingress item)AIngressListFluentImpl. setToItems(int index, Ingress item)AIngressListFluent. withItems(Ingress... items)AIngressListFluentImpl. withItems(Ingress... items)Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type Ingress Modifier and Type Method Description AIngressListFluent. addAllToItems(Collection<Ingress> items)AIngressListFluentImpl. addAllToItems(Collection<Ingress> items)AIngressListFluent. removeAllFromItems(Collection<Ingress> items)AIngressListFluentImpl. removeAllFromItems(Collection<Ingress> items)voidIngressList. setItems(List<Ingress> items)AIngressListFluent. withItems(List<Ingress> items)AIngressListFluentImpl. withItems(List<Ingress> items)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type Ingress Constructor Description DoneableIngress(Ingress item)DoneableIngress(Ingress item, io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function)IngressBuilder(Ingress instance)IngressBuilder(IngressFluent<?> fluent, Ingress instance)IngressBuilder(IngressFluent<?> fluent, Ingress instance, Boolean validationEnabled)IngressBuilder(Ingress instance, Boolean validationEnabled)IngressFluentImpl(Ingress instance)Constructor parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type Ingress Constructor Description DoneableIngress(io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function)DoneableIngress(io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function)DoneableIngress(Ingress item, io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function)DoneableIngress(Ingress item, io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function)IngressList(String apiVersion, List<Ingress> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)