Uses of Class
io.fabric8.openshift.api.model.operator.v1.GCPKMSKeyReference
-
Packages that use GCPKMSKeyReference Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of GCPKMSKeyReference in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return GCPKMSKeyReference Modifier and Type Method Description GCPKMSKeyReferenceGCPKMSKeyReferenceBuilder. build()GCPKMSKeyReferenceGCPCSIDriverConfigSpecFluent. buildKmsKey()GCPKMSKeyReferenceGCPCSIDriverConfigSpec. getKmsKey()GCPCSIDriverConfigSpec defines properties that can be configured for the GCP CSI driver.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type GCPKMSKeyReference Modifier and Type Method Description protected voidGCPKMSKeyReferenceFluent. copyInstance(GCPKMSKeyReference instance)GCPCSIDriverConfigSpecFluent.KmsKeyNested<A>GCPCSIDriverConfigSpecFluent. editOrNewKmsKeyLike(GCPKMSKeyReference item)voidGCPCSIDriverConfigSpec. setKmsKey(GCPKMSKeyReference kmsKey)GCPCSIDriverConfigSpec defines properties that can be configured for the GCP CSI driver.AGCPCSIDriverConfigSpecFluent. withKmsKey(GCPKMSKeyReference kmsKey)GCPCSIDriverConfigSpecFluent.KmsKeyNested<A>GCPCSIDriverConfigSpecFluent. withNewKmsKeyLike(GCPKMSKeyReference item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type GCPKMSKeyReference Constructor Description GCPCSIDriverConfigSpec(GCPKMSKeyReference kmsKey)GCPKMSKeyReferenceBuilder(GCPKMSKeyReference instance)GCPKMSKeyReferenceBuilder(GCPKMSKeyReferenceFluent<?> fluent, GCPKMSKeyReference instance)GCPKMSKeyReferenceFluent(GCPKMSKeyReference instance)
-