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: docs/dyn/gkebackup_v1.projects.locations.backupPlans.backups.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ <h3>Method Details</h3>
155
155
},
156
156
"manual": True or False, # Output only. This flag indicates whether this Backup resource was created manually by a user or via a schedule in the BackupPlan. A value of True means that the Backup was created manually.
157
157
"name": "A String", # Output only. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`
158
+
"permissiveMode": True or False, # Output only. If false, Backup will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Inherited from the parent BackupPlan's permissive_mode value.
158
159
"podCount": 42, # Output only. The total number of Kubernetes Pods contained in the Backup.
159
160
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
160
161
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
@@ -289,6 +290,7 @@ <h3>Method Details</h3>
289
290
},
290
291
"manual": True or False, # Output only. This flag indicates whether this Backup resource was created manually by a user or via a schedule in the BackupPlan. A value of True means that the Backup was created manually.
291
292
"name": "A String", # Output only. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`
293
+
"permissiveMode": True or False, # Output only. If false, Backup will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Inherited from the parent BackupPlan's permissive_mode value.
292
294
"podCount": 42, # Output only. The total number of Kubernetes Pods contained in the Backup.
293
295
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
294
296
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
@@ -430,6 +432,7 @@ <h3>Method Details</h3>
430
432
},
431
433
"manual": True or False, # Output only. This flag indicates whether this Backup resource was created manually by a user or via a schedule in the BackupPlan. A value of True means that the Backup was created manually.
432
434
"name": "A String", # Output only. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`
435
+
"permissiveMode": True or False, # Output only. If false, Backup will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Inherited from the parent BackupPlan's permissive_mode value.
433
436
"podCount": 42, # Output only. The total number of Kubernetes Pods contained in the Backup.
434
437
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
435
438
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
@@ -510,6 +513,7 @@ <h3>Method Details</h3>
510
513
},
511
514
"manual": True or False, # Output only. This flag indicates whether this Backup resource was created manually by a user or via a schedule in the BackupPlan. A value of True means that the Backup was created manually.
512
515
"name": "A String", # Output only. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`
516
+
"permissiveMode": True or False, # Output only. If false, Backup will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Inherited from the parent BackupPlan's permissive_mode value.
513
517
"podCount": 42, # Output only. The total number of Kubernetes Pods contained in the Backup.
514
518
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
515
519
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
Copy file name to clipboardExpand all lines: docs/dyn/gkebackup_v1.projects.locations.backupPlans.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ <h3>Method Details</h3>
132
132
},
133
133
"includeSecrets": True or False, # Optional. This flag specifies whether Kubernetes Secret resources should be included when they fall into the scope of Backups. Default: False
134
134
"includeVolumeData": True or False, # Optional. This flag specifies whether volume data should be backed up when PVCs are included in the scope of a Backup. Default: False
135
+
"permissiveMode": True or False, # Optional. If false, Backups will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Default: False
135
136
"selectedApplications": { # A list of namespaced Kubernetes resources. # If set, include just the resources referenced by the listed ProtectedApplications.
136
137
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
137
138
{ # A reference to a namespaced resource in Kubernetes.
@@ -287,6 +288,7 @@ <h3>Method Details</h3>
287
288
},
288
289
"includeSecrets": True or False, # Optional. This flag specifies whether Kubernetes Secret resources should be included when they fall into the scope of Backups. Default: False
289
290
"includeVolumeData": True or False, # Optional. This flag specifies whether volume data should be backed up when PVCs are included in the scope of a Backup. Default: False
291
+
"permissiveMode": True or False, # Optional. If false, Backups will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Default: False
290
292
"selectedApplications": { # A list of namespaced Kubernetes resources. # If set, include just the resources referenced by the listed ProtectedApplications.
291
293
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
292
294
{ # A reference to a namespaced resource in Kubernetes.
@@ -431,6 +433,7 @@ <h3>Method Details</h3>
431
433
},
432
434
"includeSecrets": True or False, # Optional. This flag specifies whether Kubernetes Secret resources should be included when they fall into the scope of Backups. Default: False
433
435
"includeVolumeData": True or False, # Optional. This flag specifies whether volume data should be backed up when PVCs are included in the scope of a Backup. Default: False
436
+
"permissiveMode": True or False, # Optional. If false, Backups will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Default: False
434
437
"selectedApplications": { # A list of namespaced Kubernetes resources. # If set, include just the resources referenced by the listed ProtectedApplications.
435
438
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
436
439
{ # A reference to a namespaced resource in Kubernetes.
@@ -536,6 +539,7 @@ <h3>Method Details</h3>
536
539
},
537
540
"includeSecrets": True or False, # Optional. This flag specifies whether Kubernetes Secret resources should be included when they fall into the scope of Backups. Default: False
538
541
"includeVolumeData": True or False, # Optional. This flag specifies whether volume data should be backed up when PVCs are included in the scope of a Backup. Default: False
542
+
"permissiveMode": True or False, # Optional. If false, Backups will fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. Default: False
539
543
"selectedApplications": { # A list of namespaced Kubernetes resources. # If set, include just the resources referenced by the listed ProtectedApplications.
540
544
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
541
545
{ # A reference to a namespaced resource in Kubernetes.
0 commit comments