mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rbd: Unexport IntegratedDEK struct from kms
This commit unexport IntegratedDEK struct from KMS implementation Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
6141aabcd2
commit
3f18d6e4b4
@ -50,7 +50,7 @@ const (
|
||||
|
||||
// SecretsKMS is default KMS implementation that means no KMS is in use.
|
||||
type SecretsKMS struct {
|
||||
IntegratedDEK
|
||||
integratedDEK
|
||||
|
||||
passphrase string
|
||||
}
|
||||
|
Reference in New Issue
Block a user