public class V1beta1HTTPIngressPathFluentImpl<A extends V1beta1HTTPIngressPathFluent<A>> extends BaseFluent<A> implements V1beta1HTTPIngressPathFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1beta1HTTPIngressPathFluentImpl.BackendNestedImpl<N> |
V1beta1HTTPIngressPathFluent.BackendNested<N>
_visitables
Constructor and Description |
---|
V1beta1HTTPIngressPathFluentImpl() |
V1beta1HTTPIngressPathFluentImpl(V1beta1HTTPIngressPath instance) |
Modifier and Type | Method and Description |
---|---|
V1beta1IngressBackend |
buildBackend() |
V1beta1HTTPIngressPathFluent.BackendNested<A> |
editBackend() |
V1beta1HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackend() |
V1beta1HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackendLike(V1beta1IngressBackend item) |
boolean |
equals(Object o) |
V1beta1IngressBackend |
getBackend()
Deprecated.
|
String |
getPath() |
Boolean |
hasBackend() |
Boolean |
hasPath() |
A |
withBackend(V1beta1IngressBackend backend) |
V1beta1HTTPIngressPathFluent.BackendNested<A> |
withNewBackend() |
V1beta1HTTPIngressPathFluent.BackendNested<A> |
withNewBackendLike(V1beta1IngressBackend item) |
A |
withPath(String path) |
public V1beta1HTTPIngressPathFluentImpl()
public V1beta1HTTPIngressPathFluentImpl(V1beta1HTTPIngressPath instance)
@Deprecated public V1beta1IngressBackend getBackend()
getBackend
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public V1beta1IngressBackend buildBackend()
buildBackend
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public A withBackend(V1beta1IngressBackend backend)
withBackend
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public Boolean hasBackend()
hasBackend
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public V1beta1HTTPIngressPathFluent.BackendNested<A> withNewBackend()
withNewBackend
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public V1beta1HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(V1beta1IngressBackend item)
withNewBackendLike
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public V1beta1HTTPIngressPathFluent.BackendNested<A> editBackend()
editBackend
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public V1beta1HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public V1beta1HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(V1beta1IngressBackend item)
editOrNewBackendLike
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public String getPath()
getPath
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public A withPath(String path)
withPath
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
public Boolean hasPath()
hasPath
in interface V1beta1HTTPIngressPathFluent<A extends V1beta1HTTPIngressPathFluent<A>>
Copyright © 2018. All rights reserved.