Skip to content

Commit

Permalink
fix(gkebackup): update the API
Browse files Browse the repository at this point in the history
#### gkebackup:v1

The following keys were changed:
- schemas.Backup.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jul 15, 2023
1 parent a16969d commit 1c6e68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/gkebackup-v1.json
Expand Up @@ -1688,7 +1688,7 @@
}
}
},
"revision": "20230609",
"revision": "20230705",
"rootUrl": "https://gkebackup.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1740,7 +1740,7 @@
"type": "object"
},
"Backup": {
"description": "Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 28",
"description": "Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 29",
"id": "Backup",
"properties": {
"allNamespaces": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/gkebackup/v1.ts
Expand Up @@ -151,7 +151,7 @@ export namespace gkebackup_v1 {
logType?: string | null;
}
/**
* Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 28
* Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 29
*/
export interface Schema$Backup {
/**
Expand Down

0 comments on commit 1c6e68e

Please sign in to comment.