public interface BypassSpecFluent<A extends BypassSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BypassSpecFluent.ParamsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Any |
buildParams() |
BypassSpecFluent.ParamsNested<A> |
editOrNewParams() |
BypassSpecFluent.ParamsNested<A> |
editOrNewParamsLike(Any item) |
BypassSpecFluent.ParamsNested<A> |
editParams() |
String |
getBackendAddress() |
Any |
getParams()
Deprecated.
|
Boolean |
hasBackendAddress() |
Boolean |
hasParams() |
Boolean |
hasSessionBased() |
Boolean |
isSessionBased() |
A |
withBackendAddress(String backendAddress) |
BypassSpecFluent.ParamsNested<A> |
withNewParams() |
A |
withNewParams(String typeUrl,
String value) |
BypassSpecFluent.ParamsNested<A> |
withNewParamsLike(Any item) |
A |
withNewSessionBased(boolean arg1) |
A |
withNewSessionBased(String arg1) |
A |
withParams(Any params) |
A |
withSessionBased(Boolean sessionBased) |
String getBackendAddress()
Boolean hasBackendAddress()
@Deprecated Any getParams()
Any buildParams()
Boolean hasParams()
BypassSpecFluent.ParamsNested<A> withNewParams()
BypassSpecFluent.ParamsNested<A> withNewParamsLike(Any item)
BypassSpecFluent.ParamsNested<A> editParams()
BypassSpecFluent.ParamsNested<A> editOrNewParams()
BypassSpecFluent.ParamsNested<A> editOrNewParamsLike(Any item)
Boolean isSessionBased()
Boolean hasSessionBased()
A withNewSessionBased(boolean arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.