BackupConfig constructor

BackupConfig({
  1. bool? allNamespaces,
  2. EncryptionKey? encryptionKey,
  3. bool? includeSecrets,
  4. bool? includeVolumeData,
  5. NamespacedNames? selectedApplications,
  6. Namespaces? selectedNamespaces,
})

Implementation

BackupConfig({
  this.allNamespaces,
  this.encryptionKey,
  this.includeSecrets,
  this.includeVolumeData,
  this.selectedApplications,
  this.selectedNamespaces,
});