Package-level declarations

Types

Link copied to clipboard
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)
Link copied to clipboard
data class BackupPlanBackupConfigEncryptionKey(val gcpKmsEncryptionKey: String)
Link copied to clipboard
data class BackupPlanBackupSchedule(val cronSchedule: String? = null, val paused: Boolean? = null)
Link copied to clipboard
data class BackupPlanIamBindingCondition(val description: String? = null, val expression: String, val title: String)
Link copied to clipboard
data class BackupPlanIamMemberCondition(val description: String? = null, val expression: String, val title: String)
Link copied to clipboard
data class BackupPlanRetentionPolicy(val backupDeleteLockDays: Int? = null, val backupRetainDays: Int? = null, val locked: Boolean? = null)