| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
APIServerEncryption |
APIServerEncryptionBuilder.build() |
APIServerEncryption |
APIServerSpecFluent.buildEncryption() |
APIServerEncryption |
APIServerSpec.getEncryption() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
APIServerEncryptionFluent.copyInstance(APIServerEncryption instance) |
APIServerSpecFluent.EncryptionNested<A> |
APIServerSpecFluent.editOrNewEncryptionLike(APIServerEncryption item) |
void |
APIServerSpec.setEncryption(APIServerEncryption encryption) |
A |
APIServerSpecFluent.withEncryption(APIServerEncryption encryption) |
APIServerSpecFluent.EncryptionNested<A> |
APIServerSpecFluent.withNewEncryptionLike(APIServerEncryption item) |
| Constructor and Description |
|---|
APIServerEncryptionBuilder(APIServerEncryption instance) |
APIServerEncryptionBuilder(APIServerEncryptionFluent<?> fluent,
APIServerEncryption instance) |
APIServerEncryptionFluent(APIServerEncryption instance) |
APIServerSpec(List<String> additionalCORSAllowedOrigins,
Audit audit,
ConfigMapNameReference clientCA,
APIServerEncryption encryption,
APIServerServingCerts servingCerts,
TLSSecurityProfile tlsSecurityProfile) |
Copyright © 2015–2024 Red Hat. All rights reserved.