Uses of Class
io.fabric8.openshift.api.model.config.v1.APIServerEncryption
-
Packages that use APIServerEncryption Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of APIServerEncryption in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return APIServerEncryption Modifier and Type Method Description APIServerEncryptionAPIServerEncryptionBuilder. build()APIServerEncryptionAPIServerSpecFluent. buildEncryption()APIServerEncryptionAPIServerSpec. getEncryption()Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerEncryption Modifier and Type Method Description protected voidAPIServerEncryptionFluent. copyInstance(APIServerEncryption instance)APIServerSpecFluent.EncryptionNested<A>APIServerSpecFluent. editOrNewEncryptionLike(APIServerEncryption item)voidAPIServerSpec. setEncryption(APIServerEncryption encryption)AAPIServerSpecFluent. withEncryption(APIServerEncryption encryption)APIServerSpecFluent.EncryptionNested<A>APIServerSpecFluent. withNewEncryptionLike(APIServerEncryption item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerEncryption Constructor 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)
-