| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
TLSSecurityProfile |
TLSSecurityProfileBuilder.build() |
TLSSecurityProfile |
APIServerSpecFluent.buildTlsSecurityProfile() |
TLSSecurityProfile |
APIServerSpecFluentImpl.buildTlsSecurityProfile() |
TLSSecurityProfile |
APIServerSpecFluent.getTlsSecurityProfile()
Deprecated.
|
TLSSecurityProfile |
APIServerSpecFluentImpl.getTlsSecurityProfile()
Deprecated.
|
TLSSecurityProfile |
APIServerSpec.getTlsSecurityProfile() |
| Modifier and Type | Method and Description |
|---|---|
APIServerSpecFluent.TlsSecurityProfileNested<A> |
APIServerSpecFluent.editOrNewTlsSecurityProfileLike(TLSSecurityProfile item) |
APIServerSpecFluent.TlsSecurityProfileNested<A> |
APIServerSpecFluentImpl.editOrNewTlsSecurityProfileLike(TLSSecurityProfile item) |
void |
APIServerSpec.setTlsSecurityProfile(TLSSecurityProfile tlsSecurityProfile) |
APIServerSpecFluent.TlsSecurityProfileNested<A> |
APIServerSpecFluent.withNewTlsSecurityProfileLike(TLSSecurityProfile item) |
APIServerSpecFluent.TlsSecurityProfileNested<A> |
APIServerSpecFluentImpl.withNewTlsSecurityProfileLike(TLSSecurityProfile item) |
A |
APIServerSpecFluent.withTlsSecurityProfile(TLSSecurityProfile tlsSecurityProfile) |
A |
APIServerSpecFluentImpl.withTlsSecurityProfile(TLSSecurityProfile tlsSecurityProfile) |
| Constructor and Description |
|---|
APIServerSpec(List<String> additionalCORSAllowedOrigins,
Audit audit,
ConfigMapNameReference clientCA,
APIServerEncryption encryption,
APIServerServingCerts servingCerts,
TLSSecurityProfile tlsSecurityProfile) |
TLSSecurityProfileBuilder(TLSSecurityProfile instance) |
TLSSecurityProfileBuilder(TLSSecurityProfile instance,
Boolean validationEnabled) |
TLSSecurityProfileBuilder(TLSSecurityProfileFluent<?> fluent,
TLSSecurityProfile instance) |
TLSSecurityProfileBuilder(TLSSecurityProfileFluent<?> fluent,
TLSSecurityProfile instance,
Boolean validationEnabled) |
TLSSecurityProfileFluentImpl(TLSSecurityProfile instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.