| Package | Description |
|---|---|
| io.fabric8.openshift.api.model | |
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
TLSProfileSpec |
TLSProfileSpecBuilder.build() |
| Constructor and Description |
|---|
TLSProfileSpecBuilder(TLSProfileSpec instance) |
TLSProfileSpecBuilder(TLSProfileSpec instance,
Boolean validationEnabled) |
TLSProfileSpecBuilder(TLSProfileSpecFluent<?> fluent,
TLSProfileSpec instance) |
TLSProfileSpecBuilder(TLSProfileSpecFluent<?> fluent,
TLSProfileSpec instance,
Boolean validationEnabled) |
TLSProfileSpecFluentImpl(TLSProfileSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
TLSProfileSpec |
IngressControllerStatusFluent.buildTlsProfile() |
TLSProfileSpec |
IngressControllerStatusFluentImpl.buildTlsProfile() |
TLSProfileSpec |
IngressControllerStatusFluent.getTlsProfile()
Deprecated.
|
TLSProfileSpec |
IngressControllerStatusFluentImpl.getTlsProfile()
Deprecated.
|
TLSProfileSpec |
IngressControllerStatus.getTlsProfile() |
| Modifier and Type | Method and Description |
|---|---|
IngressControllerStatusFluent.TlsProfileNested<A> |
IngressControllerStatusFluent.editOrNewTlsProfileLike(TLSProfileSpec item) |
IngressControllerStatusFluent.TlsProfileNested<A> |
IngressControllerStatusFluentImpl.editOrNewTlsProfileLike(TLSProfileSpec item) |
void |
IngressControllerStatus.setTlsProfile(TLSProfileSpec tlsProfile) |
IngressControllerStatusFluent.TlsProfileNested<A> |
IngressControllerStatusFluent.withNewTlsProfileLike(TLSProfileSpec item) |
IngressControllerStatusFluent.TlsProfileNested<A> |
IngressControllerStatusFluentImpl.withNewTlsProfileLike(TLSProfileSpec item) |
A |
IngressControllerStatusFluent.withTlsProfile(TLSProfileSpec tlsProfile) |
A |
IngressControllerStatusFluentImpl.withTlsProfile(TLSProfileSpec tlsProfile) |
| Constructor and Description |
|---|
IngressControllerStatus(Integer availableReplicas,
List<OperatorCondition> conditions,
String domain,
EndpointPublishingStrategy endpointPublishingStrategy,
Long observedGeneration,
String selector,
TLSProfileSpec tlsProfile) |
Copyright © 2015–2021 Red Hat. All rights reserved.