| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1IngressTLS |
V1IngressTLS.addHostsItem(String hostsItem) |
V1IngressTLS |
V1IngressTLSBuilder.build() |
V1IngressTLS |
V1IngressSpecFluent.buildFirstTl() |
V1IngressTLS |
V1IngressSpecFluentImpl.buildFirstTl() |
V1IngressTLS |
V1IngressSpecFluent.buildLastTl() |
V1IngressTLS |
V1IngressSpecFluentImpl.buildLastTl() |
V1IngressTLS |
V1IngressSpecFluent.buildMatchingTl(Predicate<V1IngressTLSBuilder> predicate) |
V1IngressTLS |
V1IngressSpecFluentImpl.buildMatchingTl(Predicate<V1IngressTLSBuilder> predicate) |
V1IngressTLS |
V1IngressSpecFluent.buildTl(int index) |
V1IngressTLS |
V1IngressSpecFluentImpl.buildTl(int index) |
V1IngressTLS |
V1IngressTLS.hosts(List<String> hosts) |
V1IngressTLS |
V1IngressTLS.secretName(String secretName) |
| Modifier and Type | Method and Description |
|---|---|
List<V1IngressTLS> |
V1IngressSpecFluent.buildTls() |
List<V1IngressTLS> |
V1IngressSpecFluentImpl.buildTls() |
List<V1IngressTLS> |
V1IngressSpecFluent.getTls()
Deprecated.
|
List<V1IngressTLS> |
V1IngressSpecFluentImpl.getTls()
Deprecated.
|
List<V1IngressTLS> |
V1IngressSpec.getTls()
TLS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
V1IngressSpecFluent.TlsNested<A> |
V1IngressSpecFluent.addNewTlLike(V1IngressTLS item) |
V1IngressSpecFluent.TlsNested<A> |
V1IngressSpecFluentImpl.addNewTlLike(V1IngressTLS item) |
V1IngressSpec |
V1IngressSpec.addTlsItem(V1IngressTLS tlsItem) |
A |
V1IngressSpecFluent.addToTls(int index,
V1IngressTLS item) |
A |
V1IngressSpecFluentImpl.addToTls(int index,
V1IngressTLS item) |
A |
V1IngressSpecFluent.addToTls(V1IngressTLS... items) |
A |
V1IngressSpecFluentImpl.addToTls(V1IngressTLS... items) |
A |
V1IngressSpecFluent.removeFromTls(V1IngressTLS... items) |
A |
V1IngressSpecFluentImpl.removeFromTls(V1IngressTLS... items) |
V1IngressSpecFluent.TlsNested<A> |
V1IngressSpecFluent.setNewTlLike(int index,
V1IngressTLS item) |
V1IngressSpecFluent.TlsNested<A> |
V1IngressSpecFluentImpl.setNewTlLike(int index,
V1IngressTLS item) |
A |
V1IngressSpecFluent.setToTls(int index,
V1IngressTLS item) |
A |
V1IngressSpecFluentImpl.setToTls(int index,
V1IngressTLS item) |
A |
V1IngressSpecFluent.withTls(V1IngressTLS... tls) |
A |
V1IngressSpecFluentImpl.withTls(V1IngressTLS... tls) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1IngressSpecFluent.addAllToTls(Collection<V1IngressTLS> items) |
A |
V1IngressSpecFluentImpl.addAllToTls(Collection<V1IngressTLS> items) |
A |
V1IngressSpecFluent.removeAllFromTls(Collection<V1IngressTLS> items) |
A |
V1IngressSpecFluentImpl.removeAllFromTls(Collection<V1IngressTLS> items) |
void |
V1IngressSpec.setTls(List<V1IngressTLS> tls) |
V1IngressSpec |
V1IngressSpec.tls(List<V1IngressTLS> tls) |
A |
V1IngressSpecFluent.withTls(List<V1IngressTLS> tls) |
A |
V1IngressSpecFluentImpl.withTls(List<V1IngressTLS> tls) |
| Constructor and Description |
|---|
V1IngressTLSBuilder(V1IngressTLS instance) |
V1IngressTLSBuilder(V1IngressTLS instance,
Boolean validationEnabled) |
V1IngressTLSBuilder(V1IngressTLSFluent<?> fluent,
V1IngressTLS instance) |
V1IngressTLSBuilder(V1IngressTLSFluent<?> fluent,
V1IngressTLS instance,
Boolean validationEnabled) |
V1IngressTLSFluentImpl(V1IngressTLS instance) |
Copyright © 2021. All rights reserved.