Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.GCPKMSKeyReference
-
Packages that use GCPKMSKeyReference Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of GCPKMSKeyReference in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return GCPKMSKeyReference Modifier and Type Method Description GCPKMSKeyReferenceGCPKMSKeyReferenceBuilder. build()GCPKMSKeyReferenceGCPEncryptionKeyReferenceFluent. buildKmsKey()GCPKMSKeyReferenceGCPEncryptionKeyReference. getKmsKey()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPKMSKeyReference Modifier and Type Method Description protected voidGCPKMSKeyReferenceFluent. copyInstance(GCPKMSKeyReference instance)GCPEncryptionKeyReferenceFluent.KmsKeyNested<A>GCPEncryptionKeyReferenceFluent. editOrNewKmsKeyLike(GCPKMSKeyReference item)voidGCPEncryptionKeyReference. setKmsKey(GCPKMSKeyReference kmsKey)AGCPEncryptionKeyReferenceFluent. withKmsKey(GCPKMSKeyReference kmsKey)GCPEncryptionKeyReferenceFluent.KmsKeyNested<A>GCPEncryptionKeyReferenceFluent. withNewKmsKeyLike(GCPKMSKeyReference item)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPKMSKeyReference Constructor Description GCPEncryptionKeyReference(GCPKMSKeyReference kmsKey, String kmsKeyServiceAccount)GCPKMSKeyReferenceBuilder(GCPKMSKeyReference instance)GCPKMSKeyReferenceBuilder(GCPKMSKeyReferenceFluent<?> fluent, GCPKMSKeyReference instance)GCPKMSKeyReferenceFluent(GCPKMSKeyReference instance)
-