| Package | Description |
|---|---|
| me.snowdrop.istio.api | |
| me.snowdrop.istio.mixer.adapter.bypass |
| Modifier and Type | Method and Description |
|---|---|
Any |
AnyBuilder.build() |
Any |
StatusFluent.buildDetail(int index) |
Any |
StatusFluentImpl.buildDetail(int index) |
Any |
StatusFluent.buildFirstDetail() |
Any |
StatusFluentImpl.buildFirstDetail() |
Any |
StatusFluent.buildLastDetail() |
Any |
StatusFluentImpl.buildLastDetail() |
Any |
StatusFluent.buildMatchingDetail(io.fabric8.kubernetes.api.builder.Predicate<AnyBuilder> predicate) |
Any |
StatusFluentImpl.buildMatchingDetail(io.fabric8.kubernetes.api.builder.Predicate<AnyBuilder> predicate) |
Any |
DoneableAny.done() |
| Modifier and Type | Method and Description |
|---|---|
List<Any> |
StatusFluent.buildDetails() |
List<Any> |
StatusFluentImpl.buildDetails() |
List<Any> |
StatusFluent.getDetails()
Deprecated.
|
List<Any> |
StatusFluentImpl.getDetails()
Deprecated.
|
List<Any> |
Status.getDetails() |
| Modifier and Type | Method and Description |
|---|---|
StatusFluent.DetailsNested<A> |
StatusFluent.addNewDetailLike(Any item) |
StatusFluent.DetailsNested<A> |
StatusFluentImpl.addNewDetailLike(Any item) |
A |
StatusFluent.addToDetails(Any... items) |
A |
StatusFluentImpl.addToDetails(Any... items) |
A |
StatusFluent.addToDetails(int index,
Any item) |
A |
StatusFluentImpl.addToDetails(int index,
Any item) |
A |
StatusFluent.removeFromDetails(Any... items) |
A |
StatusFluentImpl.removeFromDetails(Any... items) |
StatusFluent.DetailsNested<A> |
StatusFluent.setNewDetailLike(int index,
Any item) |
StatusFluent.DetailsNested<A> |
StatusFluentImpl.setNewDetailLike(int index,
Any item) |
A |
StatusFluent.setToDetails(int index,
Any item) |
A |
StatusFluentImpl.setToDetails(int index,
Any item) |
A |
StatusFluent.withDetails(Any... details) |
A |
StatusFluentImpl.withDetails(Any... details) |
| Modifier and Type | Method and Description |
|---|---|
A |
StatusFluent.addAllToDetails(Collection<Any> items) |
A |
StatusFluentImpl.addAllToDetails(Collection<Any> items) |
A |
StatusFluent.removeAllFromDetails(Collection<Any> items) |
A |
StatusFluentImpl.removeAllFromDetails(Collection<Any> items) |
void |
Status.setDetails(List<Any> details) |
A |
StatusFluent.withDetails(List<Any> details) |
A |
StatusFluentImpl.withDetails(List<Any> details) |
| Constructor and Description |
|---|
AnyBuilder(Any instance) |
AnyBuilder(Any instance,
Boolean validationEnabled) |
AnyBuilder(AnyFluent<?> fluent,
Any instance) |
AnyBuilder(AnyFluent<?> fluent,
Any instance,
Boolean validationEnabled) |
AnyBuilder(AnyFluent<?> fluent,
Any instance,
javax.validation.Validator validator) |
AnyBuilder(Any instance,
javax.validation.Validator validator) |
AnyFluentImpl(Any instance) |
DoneableAny(Any item) |
DoneableAny(Any item,
io.fabric8.kubernetes.api.builder.Function<Any,Any> function) |
| Constructor and Description |
|---|
DoneableAny(Any item,
io.fabric8.kubernetes.api.builder.Function<Any,Any> function) |
DoneableAny(Any item,
io.fabric8.kubernetes.api.builder.Function<Any,Any> function) |
DoneableAny(io.fabric8.kubernetes.api.builder.Function<Any,Any> function) |
DoneableAny(io.fabric8.kubernetes.api.builder.Function<Any,Any> function) |
Status(Integer code,
List<Any> details,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Any |
BypassSpecFluentImpl.buildParams() |
Any |
BypassSpecFluent.buildParams() |
Any |
BypassSpecFluentImpl.getParams()
Deprecated.
|
Any |
BypassSpecFluent.getParams()
Deprecated.
|
Any |
BypassSpec.getParams() |
| Modifier and Type | Method and Description |
|---|---|
BypassSpecFluent.ParamsNested<A> |
BypassSpecFluentImpl.editOrNewParamsLike(Any item) |
BypassSpecFluent.ParamsNested<A> |
BypassSpecFluent.editOrNewParamsLike(Any item) |
void |
BypassSpec.setParams(Any params) |
BypassSpecFluent.ParamsNested<A> |
BypassSpecFluentImpl.withNewParamsLike(Any item) |
BypassSpecFluent.ParamsNested<A> |
BypassSpecFluent.withNewParamsLike(Any item) |
A |
BypassSpecFluentImpl.withParams(Any params) |
A |
BypassSpecFluent.withParams(Any params) |
| Constructor and Description |
|---|
BypassSpec(String backendAddress,
Any params,
Boolean sessionBased) |
Copyright © 2017–2018 Red Hat. All rights reserved.