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()IngressBackendIngressSpec. getBackend()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)voidIngressSpec. setBackend(IngressBackend backend)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)
-