You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/crd/bases/mysql.presslabs.org_mysqlbackups.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ spec:
36
36
backupURL:
37
37
description: BackupURL represents the URL to the backup location, this can be partially specifyied. Default is used the one specified in the cluster.
38
38
type: string
39
+
candidateNode:
40
+
description: CandidateNode is the node host that will be used to take the backup. If not set or set to wrong node, the operator will calculate candidate node by itself.
41
+
type: string
39
42
clusterName:
40
43
description: ClustterName represents the cluster for which to take backup
Copy file name to clipboardExpand all lines: deploy/charts/mysql-operator/crds/mysql.presslabs.org_mysqlbackups.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ spec:
37
37
backupURL:
38
38
description: BackupURL represents the URL to the backup location, this can be partially specifyied. Default is used the one specified in the cluster.
39
39
type: string
40
+
candidateNode:
41
+
description: CandidateNode is the node host that will be used to take the backup. If not set or set to wrong node, the operator will calculate candidate node by itself.
42
+
type: string
40
43
clusterName:
41
44
description: ClustterName represents the cluster for which to take backup
0 commit comments