Documentation ¶
Index ¶
Constants ¶
View Source
const ( ResourceName = "tanzu-mission-control_enable_data_protection" // Root Keys. SpecKey = "spec" DeletionPolicyKey = "deletion_policy" // Spec Directive Keys. EnableCSISnapshotsKey = "enable_csi_snapshots" DisableResticKey = "disable_restic" EnableAllAPIGroupVersionsBackupKey = "enable_all_api_group_versions_backup" UseNodeAgentKey = "use_node_agent" SelectorKey = "selector" // Selector keys. ExcludedNamesKey = "excludednames" NamesKey = "names" LabelSelectorKey = "labelselector" MatchExpressionsKey = "matchexpressions" KeyKey = "key" OperatorKey = "operator" ValuesKey = "values" // Deletion Policy Directive Keys. DeleteBackupsKey = "delete_backups" ForceDeleteKey = "force" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.