public interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HTTPIngressPathFluent.BackendNested<N> |
@Deprecated IngressBackend getBackend()
IngressBackend buildBackend()
A withBackend(IngressBackend backend)
Boolean hasBackend()
HTTPIngressPathFluent.BackendNested<A> withNewBackend()
HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(IngressBackend item)
HTTPIngressPathFluent.BackendNested<A> editBackend()
HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(IngressBackend item)
String getPath()
Boolean hasPath()
A withNewPath(StringBuilder arg1)
A withNewPath(int[] arg1, int arg2, int arg3)
A withNewPath(char[] arg1)
A withNewPath(StringBuffer arg1)
A withNewPath(byte[] arg1, int arg2)
A withNewPath(byte[] arg1)
A withNewPath(char[] arg1, int arg2, int arg3)
A withNewPath(byte[] arg1, int arg2, int arg3)
A withNewPath(byte[] arg1, int arg2, int arg3, int arg4)
String getPathType()
Boolean hasPathType()
A withNewPathType(StringBuilder arg1)
A withNewPathType(int[] arg1, int arg2, int arg3)
A withNewPathType(char[] arg1)
A withNewPathType(StringBuffer arg1)
A withNewPathType(byte[] arg1, int arg2)
A withNewPathType(byte[] arg1)
A withNewPathType(char[] arg1, int arg2, int arg3)
A withNewPathType(byte[] arg1, int arg2, int arg3)
A withNewPathType(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.