| Package | Description |
|---|---|
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1IngressTLS |
V1beta1IngressTLS.addHostsItem(String hostsItem) |
V1beta1IngressTLS |
V1beta1IngressTLSBuilder.build() |
V1beta1IngressTLS |
V1beta1IngressSpecFluent.buildFirstTl() |
V1beta1IngressTLS |
V1beta1IngressSpecFluentImpl.buildFirstTl() |
V1beta1IngressTLS |
V1beta1IngressSpecFluent.buildLastTl() |
V1beta1IngressTLS |
V1beta1IngressSpecFluentImpl.buildLastTl() |
V1beta1IngressTLS |
V1beta1IngressSpecFluent.buildMatchingTl(Predicate<V1beta1IngressTLSBuilder> predicate) |
V1beta1IngressTLS |
V1beta1IngressSpecFluentImpl.buildMatchingTl(Predicate<V1beta1IngressTLSBuilder> predicate) |
V1beta1IngressTLS |
V1beta1IngressSpecFluent.buildTl(int index) |
V1beta1IngressTLS |
V1beta1IngressSpecFluentImpl.buildTl(int index) |
V1beta1IngressTLS |
V1beta1IngressTLS.hosts(List<String> hosts) |
V1beta1IngressTLS |
V1beta1IngressTLS.secretName(String secretName) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1IngressTLS> |
V1beta1IngressSpecFluent.buildTls() |
List<V1beta1IngressTLS> |
V1beta1IngressSpecFluentImpl.buildTls() |
List<V1beta1IngressTLS> |
V1beta1IngressSpecFluent.getTls()
Deprecated.
|
List<V1beta1IngressTLS> |
V1beta1IngressSpecFluentImpl.getTls()
Deprecated.
|
List<V1beta1IngressTLS> |
V1beta1IngressSpec.getTls()
TLS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1IngressSpecFluent.TlsNested<A> |
V1beta1IngressSpecFluent.addNewTlLike(V1beta1IngressTLS item) |
V1beta1IngressSpecFluent.TlsNested<A> |
V1beta1IngressSpecFluentImpl.addNewTlLike(V1beta1IngressTLS item) |
V1beta1IngressSpec |
V1beta1IngressSpec.addTlsItem(V1beta1IngressTLS tlsItem) |
A |
V1beta1IngressSpecFluent.addToTls(int index,
V1beta1IngressTLS item) |
A |
V1beta1IngressSpecFluentImpl.addToTls(int index,
V1beta1IngressTLS item) |
A |
V1beta1IngressSpecFluent.addToTls(V1beta1IngressTLS... items) |
A |
V1beta1IngressSpecFluentImpl.addToTls(V1beta1IngressTLS... items) |
A |
V1beta1IngressSpecFluent.removeFromTls(V1beta1IngressTLS... items) |
A |
V1beta1IngressSpecFluentImpl.removeFromTls(V1beta1IngressTLS... items) |
V1beta1IngressSpecFluent.TlsNested<A> |
V1beta1IngressSpecFluent.setNewTlLike(int index,
V1beta1IngressTLS item) |
V1beta1IngressSpecFluent.TlsNested<A> |
V1beta1IngressSpecFluentImpl.setNewTlLike(int index,
V1beta1IngressTLS item) |
A |
V1beta1IngressSpecFluent.setToTls(int index,
V1beta1IngressTLS item) |
A |
V1beta1IngressSpecFluentImpl.setToTls(int index,
V1beta1IngressTLS item) |
A |
V1beta1IngressSpecFluent.withTls(V1beta1IngressTLS... tls) |
A |
V1beta1IngressSpecFluentImpl.withTls(V1beta1IngressTLS... tls) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1beta1IngressSpecFluent.addAllToTls(Collection<V1beta1IngressTLS> items) |
A |
V1beta1IngressSpecFluentImpl.addAllToTls(Collection<V1beta1IngressTLS> items) |
A |
V1beta1IngressSpecFluent.removeAllFromTls(Collection<V1beta1IngressTLS> items) |
A |
V1beta1IngressSpecFluentImpl.removeAllFromTls(Collection<V1beta1IngressTLS> items) |
void |
V1beta1IngressSpec.setTls(List<V1beta1IngressTLS> tls) |
V1beta1IngressSpec |
V1beta1IngressSpec.tls(List<V1beta1IngressTLS> tls) |
A |
V1beta1IngressSpecFluent.withTls(List<V1beta1IngressTLS> tls) |
A |
V1beta1IngressSpecFluentImpl.withTls(List<V1beta1IngressTLS> tls) |
| Constructor and Description |
|---|
V1beta1IngressTLSBuilder(V1beta1IngressTLS instance) |
V1beta1IngressTLSBuilder(V1beta1IngressTLS instance,
Boolean validationEnabled) |
V1beta1IngressTLSBuilder(V1beta1IngressTLSFluent<?> fluent,
V1beta1IngressTLS instance) |
V1beta1IngressTLSBuilder(V1beta1IngressTLSFluent<?> fluent,
V1beta1IngressTLS instance,
Boolean validationEnabled) |
V1beta1IngressTLSFluentImpl(V1beta1IngressTLS instance) |
Copyright © 2019. All rights reserved.