vaultOperatorRaftSnaphotRestoreOptions top-level property

List<Option> vaultOperatorRaftSnaphotRestoreOptions
final

Implementation

final List<Option> vaultOperatorRaftSnaphotRestoreOptions = [

  Option(
    name: '-force',
    description: 'This bypasses checks ensuring the Autounseal or shamir keys are consistent with the snapshot data. The default is false'
  )
];