Uses of Class
io.fabric8.openshift.api.model.operator.v1.Ingress
-
Packages that use Ingress Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of Ingress in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return Ingress Modifier and Type Method Description IngressIngressBuilder. build()IngressConsoleSpecFluent. buildIngress()IngressConsoleSpec. getIngress()ConsoleSpec is the specification of the desired behavior of the Console.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type Ingress Modifier and Type Method Description protected voidIngressFluent. copyInstance(Ingress instance)ConsoleSpecFluent.IngressNested<A>ConsoleSpecFluent. editOrNewIngressLike(Ingress item)voidConsoleSpec. setIngress(Ingress ingress)ConsoleSpec is the specification of the desired behavior of the Console.AConsoleSpecFluent. withIngress(Ingress ingress)ConsoleSpecFluent.IngressNested<A>ConsoleSpecFluent. withNewIngressLike(Ingress item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type Ingress Constructor Description ConsoleSpec(ConsoleCustomization customization, Ingress ingress, String logLevel, String managementState, Object observedConfig, String operatorLogLevel, List<String> plugins, ConsoleProviders providers, ConsoleConfigRoute route, Object unsupportedConfigOverrides)IngressBuilder(Ingress instance)IngressBuilder(IngressFluent<?> fluent, Ingress instance)IngressFluent(Ingress instance)
-