| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.networking.v1 |
| Modifier and Type | Method and Description |
|---|---|
IngressTLS |
IngressTLSBuilder.build() |
IngressTLS |
IngressSpecFluent.buildFirstTl() |
IngressTLS |
IngressSpecFluentImpl.buildFirstTl() |
IngressTLS |
IngressSpecFluent.buildLastTl() |
IngressTLS |
IngressSpecFluentImpl.buildLastTl() |
IngressTLS |
IngressSpecFluent.buildMatchingTl(Predicate<IngressTLSBuilder> predicate) |
IngressTLS |
IngressSpecFluentImpl.buildMatchingTl(Predicate<IngressTLSBuilder> predicate) |
IngressTLS |
IngressSpecFluent.buildTl(Integer index) |
IngressTLS |
IngressSpecFluentImpl.buildTl(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<IngressTLS> |
IngressSpecFluent.buildTls() |
List<IngressTLS> |
IngressSpecFluentImpl.buildTls() |
List<IngressTLS> |
IngressSpecFluent.getTls()
Deprecated.
|
List<IngressTLS> |
IngressSpecFluentImpl.getTls()
Deprecated.
|
List<IngressTLS> |
IngressSpec.getTls() |
| Modifier and Type | Method and Description |
|---|---|
IngressSpecFluent.TlsNested<A> |
IngressSpecFluent.addNewTlLike(IngressTLS item) |
IngressSpecFluent.TlsNested<A> |
IngressSpecFluentImpl.addNewTlLike(IngressTLS item) |
A |
IngressSpecFluent.addToTls(IngressTLS... items) |
A |
IngressSpecFluentImpl.addToTls(IngressTLS... items) |
A |
IngressSpecFluent.addToTls(Integer index,
IngressTLS item) |
A |
IngressSpecFluentImpl.addToTls(Integer index,
IngressTLS item) |
A |
IngressSpecFluent.removeFromTls(IngressTLS... items) |
A |
IngressSpecFluentImpl.removeFromTls(IngressTLS... items) |
IngressSpecFluent.TlsNested<A> |
IngressSpecFluent.setNewTlLike(Integer index,
IngressTLS item) |
IngressSpecFluent.TlsNested<A> |
IngressSpecFluentImpl.setNewTlLike(Integer index,
IngressTLS item) |
A |
IngressSpecFluent.setToTls(Integer index,
IngressTLS item) |
A |
IngressSpecFluentImpl.setToTls(Integer index,
IngressTLS item) |
A |
IngressSpecFluent.withTls(IngressTLS... tls) |
A |
IngressSpecFluentImpl.withTls(IngressTLS... tls) |
| Modifier and Type | Method and Description |
|---|---|
A |
IngressSpecFluent.addAllToTls(Collection<IngressTLS> items) |
A |
IngressSpecFluentImpl.addAllToTls(Collection<IngressTLS> items) |
A |
IngressSpecFluent.removeAllFromTls(Collection<IngressTLS> items) |
A |
IngressSpecFluentImpl.removeAllFromTls(Collection<IngressTLS> items) |
void |
IngressSpec.setTls(List<IngressTLS> tls) |
A |
IngressSpecFluent.withTls(List<IngressTLS> tls) |
A |
IngressSpecFluentImpl.withTls(List<IngressTLS> tls) |
| Constructor and Description |
|---|
IngressTLSBuilder(IngressTLS instance) |
IngressTLSBuilder(IngressTLS instance,
Boolean validationEnabled) |
IngressTLSBuilder(IngressTLSFluent<?> fluent,
IngressTLS instance) |
IngressTLSBuilder(IngressTLSFluent<?> fluent,
IngressTLS instance,
Boolean validationEnabled) |
IngressTLSFluentImpl(IngressTLS instance) |
| Constructor and Description |
|---|
IngressSpec(IngressBackend defaultBackend,
String ingressClassName,
List<IngressRule> rules,
List<IngressTLS> tls) |
Copyright © 2015–2020 Red Hat. All rights reserved.