Uses of Class
io.fabric8.kubernetes.api.model.extensions.IngressBackend
-
-
Uses of IngressBackend in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IngressBackend Modifier and Type Method Description IngressBackendIngressBackendBuilder. build()IngressBackendHTTPIngressPathFluent. buildBackend()IngressBackendIngressSpecFluent. buildBackend()IngressBackendHTTPIngressPath. getBackend()HTTPIngressPath associates a path regex with a backend.IngressBackendIngressSpec. getBackend()IngressSpec describes the Ingress the user wishes to exist.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type IngressBackend Modifier and Type Method Description protected voidIngressBackendFluent. copyInstance(IngressBackend instance)HTTPIngressPathFluent.BackendNested<A>HTTPIngressPathFluent. editOrNewBackendLike(IngressBackend item)IngressSpecFluent.BackendNested<A>IngressSpecFluent. editOrNewBackendLike(IngressBackend item)voidHTTPIngressPath. setBackend(IngressBackend backend)HTTPIngressPath associates a path regex with a backend.voidIngressSpec. setBackend(IngressBackend backend)IngressSpec describes the Ingress the user wishes to exist.AHTTPIngressPathFluent. withBackend(IngressBackend backend)AIngressSpecFluent. withBackend(IngressBackend backend)HTTPIngressPathFluent.BackendNested<A>HTTPIngressPathFluent. withNewBackendLike(IngressBackend item)IngressSpecFluent.BackendNested<A>IngressSpecFluent. withNewBackendLike(IngressBackend item)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type IngressBackend Constructor Description HTTPIngressPath(IngressBackend backend, String path)IngressBackendBuilder(IngressBackend instance)IngressBackendBuilder(IngressBackendFluent<?> fluent, IngressBackend instance)IngressBackendFluent(IngressBackend instance)IngressSpec(IngressBackend backend, List<IngressRule> rules, List<IngressTLS> tls)
-