| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
TLSOptions |
TLSOptionsBuilder.build() |
TLSOptions |
ServerFluentImpl.buildTls() |
TLSOptions |
ServerFluent.buildTls() |
TLSOptions |
DoneableTLSOptions.done() |
TLSOptions |
ServerFluentImpl.getTls()
Deprecated.
|
TLSOptions |
ServerFluent.getTls()
Deprecated.
|
TLSOptions |
Server.getTls() |
| Modifier and Type | Method and Description |
|---|---|
ServerFluent.TlsNested<A> |
ServerFluentImpl.editOrNewTlsLike(TLSOptions item) |
ServerFluent.TlsNested<A> |
ServerFluent.editOrNewTlsLike(TLSOptions item) |
void |
Server.setTls(TLSOptions tls) |
ServerFluent.TlsNested<A> |
ServerFluentImpl.withNewTlsLike(TLSOptions item) |
ServerFluent.TlsNested<A> |
ServerFluent.withNewTlsLike(TLSOptions item) |
A |
ServerFluentImpl.withTls(TLSOptions tls) |
A |
ServerFluent.withTls(TLSOptions tls) |
| Constructor and Description |
|---|
DoneableTLSOptions(TLSOptions item) |
DoneableTLSOptions(TLSOptions item,
io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function) |
Server(List<String> hosts,
Port port,
TLSOptions tls) |
TLSOptionsBuilder(TLSOptions instance) |
TLSOptionsBuilder(TLSOptions instance,
Boolean validationEnabled) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent,
TLSOptions instance) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent,
TLSOptions instance,
Boolean validationEnabled) |
TLSOptionsBuilder(TLSOptionsFluent<?> fluent,
TLSOptions instance,
javax.validation.Validator validator) |
TLSOptionsBuilder(TLSOptions instance,
javax.validation.Validator validator) |
TLSOptionsFluentImpl(TLSOptions instance) |
| Constructor and Description |
|---|
DoneableTLSOptions(io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function) |
DoneableTLSOptions(io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function) |
DoneableTLSOptions(TLSOptions item,
io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function) |
DoneableTLSOptions(TLSOptions item,
io.fabric8.kubernetes.api.builder.Function<TLSOptions,TLSOptions> function) |
Copyright © 2017–2018 Red Hat. All rights reserved.