Uses of Class
io.fabric8.openshift.api.model.config.v1.KMSConfig
-
Packages that use KMSConfig Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of KMSConfig in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return KMSConfig Modifier and Type Method Description KMSConfigKMSConfigBuilder. build()KMSConfigAPIServerEncryptionFluent. buildKms()KMSConfigAPIServerEncryption. getKms()APIServerEncryption is used to encrypt sensitive resources on the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type KMSConfig Modifier and Type Method Description protected voidKMSConfigFluent. copyInstance(KMSConfig instance)APIServerEncryptionFluent.KmsNested<A>APIServerEncryptionFluent. editOrNewKmsLike(KMSConfig item)voidAPIServerEncryption. setKms(KMSConfig kms)APIServerEncryption is used to encrypt sensitive resources on the cluster.AAPIServerEncryptionFluent. withKms(KMSConfig kms)APIServerEncryptionFluent.KmsNested<A>APIServerEncryptionFluent. withNewKmsLike(KMSConfig item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type KMSConfig Constructor Description APIServerEncryption(KMSConfig kms, String type)KMSConfigBuilder(KMSConfig instance)KMSConfigBuilder(KMSConfigFluent<?> fluent, KMSConfig instance)KMSConfigFluent(KMSConfig instance)
-