BackupConfig constructor
BackupConfig({
- bool? allNamespaces,
- EncryptionKey? encryptionKey,
- bool? includeSecrets,
- bool? includeVolumeData,
- NamespacedNames? selectedApplications,
- Namespaces? selectedNamespaces,
Implementation
BackupConfig({
this.allNamespaces,
this.encryptionKey,
this.includeSecrets,
this.includeVolumeData,
this.selectedApplications,
this.selectedNamespaces,
});