public class HTTPIngressPathFluentImpl<A extends HTTPIngressPathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPIngressPathFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPIngressPathFluentImpl.BackendNestedImpl<N> |
HTTPIngressPathFluent.BackendNested<N>| Constructor and Description |
|---|
HTTPIngressPathFluentImpl() |
HTTPIngressPathFluentImpl(HTTPIngressPath instance) |
| Modifier and Type | Method and Description |
|---|---|
IngressBackend |
buildBackend() |
HTTPIngressPathFluent.BackendNested<A> |
editBackend() |
HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackend() |
HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackendLike(IngressBackend item) |
boolean |
equals(Object o) |
IngressBackend |
getBackend()
Deprecated.
|
String |
getPath() |
String |
getPathType() |
Boolean |
hasBackend() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasPathType() |
A |
withBackend(IngressBackend backend) |
HTTPIngressPathFluent.BackendNested<A> |
withNewBackend() |
HTTPIngressPathFluent.BackendNested<A> |
withNewBackendLike(IngressBackend item) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewPathType(String arg1) |
A |
withNewPathType(StringBuffer arg1) |
A |
withNewPathType(StringBuilder arg1) |
A |
withPath(String path) |
A |
withPathType(String pathType) |
public HTTPIngressPathFluentImpl()
public HTTPIngressPathFluentImpl(HTTPIngressPath instance)
@Deprecated public IngressBackend getBackend()
getBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public IngressBackend buildBackend()
buildBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withBackend(IngressBackend backend)
withBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public Boolean hasBackend()
hasBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> withNewBackend()
withNewBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(IngressBackend item)
withNewBackendLike in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> editBackend()
editBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(IngressBackend item)
editOrNewBackendLike in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public String getPath()
getPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withPath(String path)
withPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public Boolean hasPath()
hasPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPath(String arg1)
withNewPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPath(StringBuilder arg1)
withNewPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPath(StringBuffer arg1)
withNewPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public String getPathType()
getPathType in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withPathType(String pathType)
withPathType in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public Boolean hasPathType()
hasPathType in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPathType(String arg1)
withNewPathType in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPathType(StringBuilder arg1)
withNewPathType in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPathType(StringBuffer arg1)
withNewPathType in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.