public class NetworkingV1beta1HTTPIngressPathFluentImpl<A extends NetworkingV1beta1HTTPIngressPathFluent<A>> extends BaseFluent<A> implements NetworkingV1beta1HTTPIngressPathFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
NetworkingV1beta1HTTPIngressPathFluentImpl.BackendNestedImpl<N> |
NetworkingV1beta1HTTPIngressPathFluent.BackendNested<N>
_visitables
Constructor and Description |
---|
NetworkingV1beta1HTTPIngressPathFluentImpl() |
NetworkingV1beta1HTTPIngressPathFluentImpl(NetworkingV1beta1HTTPIngressPath instance) |
Modifier and Type | Method and Description |
---|---|
NetworkingV1beta1IngressBackend |
buildBackend() |
NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> |
editBackend() |
NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackend() |
NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackendLike(NetworkingV1beta1IngressBackend item) |
boolean |
equals(Object o) |
NetworkingV1beta1IngressBackend |
getBackend()
Deprecated.
|
String |
getPath() |
Boolean |
hasBackend() |
Boolean |
hasPath() |
A |
withBackend(NetworkingV1beta1IngressBackend backend) |
NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> |
withNewBackend() |
NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> |
withNewBackendLike(NetworkingV1beta1IngressBackend item) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withPath(String path) |
public NetworkingV1beta1HTTPIngressPathFluentImpl()
public NetworkingV1beta1HTTPIngressPathFluentImpl(NetworkingV1beta1HTTPIngressPath instance)
@Deprecated public NetworkingV1beta1IngressBackend getBackend()
getBackend
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public NetworkingV1beta1IngressBackend buildBackend()
buildBackend
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public A withBackend(NetworkingV1beta1IngressBackend backend)
withBackend
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public Boolean hasBackend()
hasBackend
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> withNewBackend()
withNewBackend
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(NetworkingV1beta1IngressBackend item)
withNewBackendLike
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> editBackend()
editBackend
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public NetworkingV1beta1HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(NetworkingV1beta1IngressBackend item)
editOrNewBackendLike
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public String getPath()
getPath
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public A withPath(String path)
withPath
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public Boolean hasPath()
hasPath
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface NetworkingV1beta1HTTPIngressPathFluent<A extends NetworkingV1beta1HTTPIngressPathFluent<A>>
Copyright © 2020. All rights reserved.