Skip to content

Commit

Permalink
feat(gkeonprem): update the api
Browse files Browse the repository at this point in the history
#### gkeonprem:v1

The following keys were deleted:
- schemas.UpgradeDependency.properties.localName.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 3, 2023
1 parent 37333bb commit ff4e124
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
Expand Up @@ -1036,7 +1036,6 @@ <h3>Method Details</h3>
&quot;dependencies&quot;: [ # The list of upgrade dependencies for this version.
{ # UpgradeDependency represents a dependency when upgrading a resource.
&quot;currentVersion&quot;: &quot;A String&quot;, # Current version of the dependency e.g. 1.15.0.
&quot;localName&quot;: &quot;A String&quot;, # Local name of the dependency.
&quot;membership&quot;: &quot;A String&quot;, # Membership names are formatted as `projects//locations//memberships/`.
&quot;resourceName&quot;: &quot;A String&quot;, # Resource name of the dependency.
&quot;targetVersion&quot;: &quot;A String&quot;, # Target version of the dependency e.g. 1.16.1. This is the version the dependency needs to be upgraded to before a resource can be upgraded.
Expand Down
Expand Up @@ -1505,7 +1505,6 @@ <h3>Method Details</h3>
&quot;dependencies&quot;: [ # The list of upgrade dependencies for this version.
{ # UpgradeDependency represents a dependency when upgrading a resource.
&quot;currentVersion&quot;: &quot;A String&quot;, # Current version of the dependency e.g. 1.15.0.
&quot;localName&quot;: &quot;A String&quot;, # Local name of the dependency.
&quot;membership&quot;: &quot;A String&quot;, # Membership names are formatted as `projects//locations//memberships/`.
&quot;resourceName&quot;: &quot;A String&quot;, # Resource name of the dependency.
&quot;targetVersion&quot;: &quot;A String&quot;, # Target version of the dependency e.g. 1.16.1. This is the version the dependency needs to be upgraded to before a resource can be upgraded.
Expand Down
Expand Up @@ -1209,7 +1209,6 @@ <h3>Method Details</h3>
&quot;dependencies&quot;: [ # The list of upgrade dependencies for this version.
{ # UpgradeDependency represents a dependency when upgrading a resource.
&quot;currentVersion&quot;: &quot;A String&quot;, # Current version of the dependency e.g. 1.15.0.
&quot;localName&quot;: &quot;A String&quot;, # Local name of the dependency.
&quot;membership&quot;: &quot;A String&quot;, # Membership names are formatted as `projects//locations//memberships/`.
&quot;resourceName&quot;: &quot;A String&quot;, # Resource name of the dependency.
&quot;targetVersion&quot;: &quot;A String&quot;, # Target version of the dependency e.g. 1.16.1. This is the version the dependency needs to be upgraded to before a resource can be upgraded.
Expand Down
6 changes: 1 addition & 5 deletions googleapiclient/discovery_cache/documents/gkeonprem.v1.json
Expand Up @@ -2996,7 +2996,7 @@
}
}
},
"revision": "20230918",
"revision": "20230925",
"rootUrl": "https://gkeonprem.googleapis.com/",
"schemas": {
"Authorization": {
Expand Down Expand Up @@ -5260,10 +5260,6 @@
"description": "Current version of the dependency e.g. 1.15.0.",
"type": "string"
},
"localName": {
"description": "Local name of the dependency.",
"type": "string"
},
"membership": {
"description": "Membership names are formatted as `projects//locations//memberships/`.",
"type": "string"
Expand Down

0 comments on commit ff4e124

Please sign in to comment.