| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
APIServerServingCerts |
APIServerServingCertsBuilder.build() |
APIServerServingCerts |
APIServerSpecFluent.buildServingCerts() |
APIServerServingCerts |
APIServerSpecFluentImpl.buildServingCerts() |
APIServerServingCerts |
APIServerSpecFluent.getServingCerts()
Deprecated.
|
APIServerServingCerts |
APIServerSpecFluentImpl.getServingCerts()
Deprecated.
|
APIServerServingCerts |
APIServerSpec.getServingCerts() |
| Modifier and Type | Method and Description |
|---|---|
APIServerSpecFluent.ServingCertsNested<A> |
APIServerSpecFluent.editOrNewServingCertsLike(APIServerServingCerts item) |
APIServerSpecFluent.ServingCertsNested<A> |
APIServerSpecFluentImpl.editOrNewServingCertsLike(APIServerServingCerts item) |
void |
APIServerSpec.setServingCerts(APIServerServingCerts servingCerts) |
APIServerSpecFluent.ServingCertsNested<A> |
APIServerSpecFluent.withNewServingCertsLike(APIServerServingCerts item) |
APIServerSpecFluent.ServingCertsNested<A> |
APIServerSpecFluentImpl.withNewServingCertsLike(APIServerServingCerts item) |
A |
APIServerSpecFluent.withServingCerts(APIServerServingCerts servingCerts) |
A |
APIServerSpecFluentImpl.withServingCerts(APIServerServingCerts servingCerts) |
| Constructor and Description |
|---|
APIServerServingCertsBuilder(APIServerServingCerts instance) |
APIServerServingCertsBuilder(APIServerServingCerts instance,
Boolean validationEnabled) |
APIServerServingCertsBuilder(APIServerServingCertsFluent<?> fluent,
APIServerServingCerts instance) |
APIServerServingCertsBuilder(APIServerServingCertsFluent<?> fluent,
APIServerServingCerts instance,
Boolean validationEnabled) |
APIServerServingCertsFluentImpl(APIServerServingCerts instance) |
APIServerSpec(List<String> additionalCORSAllowedOrigins,
Audit audit,
ConfigMapNameReference clientCA,
APIServerEncryption encryption,
APIServerServingCerts servingCerts,
TLSSecurityProfile tlsSecurityProfile) |
Copyright © 2015–2020 Red Hat. All rights reserved.