Backup Plan Backup Config
data class BackupPlanBackupConfig(val allNamespaces: Boolean? = null, val encryptionKey: BackupPlanBackupConfigEncryptionKey? = null, val includeSecrets: Boolean? = null, val includeVolumeData: Boolean? = null, val selectedApplications: BackupPlanBackupConfigSelectedApplications? = null, val selectedNamespaces: BackupPlanBackupConfigSelectedNamespaces? = null)
Constructors
Link copied to clipboard
fun BackupPlanBackupConfig(allNamespaces: Boolean? = null, encryptionKey: BackupPlanBackupConfigEncryptionKey? = null, includeSecrets: Boolean? = null, includeVolumeData: Boolean? = null, selectedApplications: BackupPlanBackupConfigSelectedApplications? = null, selectedNamespaces: BackupPlanBackupConfigSelectedNamespaces? = null)