| Package | Description |
|---|---|
| me.snowdrop.istio.api | |
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
BoolValueBuilder.build() |
BoolValue |
DoneableBoolValue.done() |
| Constructor and Description |
|---|
BoolValueBuilder(BoolValue instance) |
BoolValueBuilder(BoolValue instance,
Boolean validationEnabled) |
BoolValueBuilder(BoolValueFluent<?> fluent,
BoolValue instance) |
BoolValueBuilder(BoolValueFluent<?> fluent,
BoolValue instance,
Boolean validationEnabled) |
BoolValueBuilder(BoolValueFluent<?> fluent,
BoolValue instance,
javax.validation.Validator validator) |
BoolValueBuilder(BoolValue instance,
javax.validation.Validator validator) |
BoolValueFluentImpl(BoolValue instance) |
DoneableBoolValue(BoolValue item) |
DoneableBoolValue(BoolValue item,
io.fabric8.kubernetes.api.builder.Function<BoolValue,BoolValue> function) |
| Constructor and Description |
|---|
DoneableBoolValue(BoolValue item,
io.fabric8.kubernetes.api.builder.Function<BoolValue,BoolValue> function) |
DoneableBoolValue(BoolValue item,
io.fabric8.kubernetes.api.builder.Function<BoolValue,BoolValue> function) |
DoneableBoolValue(io.fabric8.kubernetes.api.builder.Function<BoolValue,BoolValue> function) |
DoneableBoolValue(io.fabric8.kubernetes.api.builder.Function<BoolValue,BoolValue> function) |
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
CorsPolicyFluent.buildAllowCredentials() |
BoolValue |
CorsPolicyFluentImpl.buildAllowCredentials() |
BoolValue |
CorsPolicyFluent.getAllowCredentials()
Deprecated.
|
BoolValue |
CorsPolicyFluentImpl.getAllowCredentials()
Deprecated.
|
BoolValue |
CorsPolicy.getAllowCredentials() |
| Modifier and Type | Method and Description |
|---|---|
CorsPolicyFluent.AllowCredentialsNested<A> |
CorsPolicyFluent.editOrNewAllowCredentialsLike(BoolValue item) |
CorsPolicyFluent.AllowCredentialsNested<A> |
CorsPolicyFluentImpl.editOrNewAllowCredentialsLike(BoolValue item) |
void |
CorsPolicy.setAllowCredentials(BoolValue allowCredentials) |
A |
CorsPolicyFluent.withAllowCredentials(BoolValue allowCredentials) |
A |
CorsPolicyFluentImpl.withAllowCredentials(BoolValue allowCredentials) |
CorsPolicyFluent.AllowCredentialsNested<A> |
CorsPolicyFluent.withNewAllowCredentialsLike(BoolValue item) |
CorsPolicyFluent.AllowCredentialsNested<A> |
CorsPolicyFluentImpl.withNewAllowCredentialsLike(BoolValue item) |
| Constructor and Description |
|---|
CorsPolicy(BoolValue allowCredentials,
List<String> allowHeaders,
List<String> allowMethods,
List<String> allowOrigin,
List<String> exposeHeaders,
Duration maxAge) |
Copyright © 2017–2018 Red Hat. All rights reserved.