| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableTLSConfig |
| Modifier and Type | Method and Description |
|---|---|
TLSConfig |
RouteSpecFluent.getTls() |
TLSConfig |
RouteSpec.getTls() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteSpec.setTls(TLSConfig tls) |
RouteSpecFluent.TlsNested<T> |
RouteSpecFluent.withNewTlsLike(TLSConfig item) |
T |
RouteSpecFluent.withTls(TLSConfig tls) |
| Constructor and Description |
|---|
EditableRouteSpec(String host,
String path,
TLSConfig tls,
ObjectReference to) |
RouteSpec(String host,
String path,
TLSConfig tls,
ObjectReference to) |
TLSConfigBuilder(TLSConfig instance) |
TLSConfigBuilder(TLSConfigFluent<?> fluent,
TLSConfig instance) |
Copyright © 2011–2015 Red Hat. All rights reserved.