Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 5, 2023
1 parent b56da3d commit c08d405
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
28 changes: 27 additions & 1 deletion container/v1beta1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,7 @@
}
}
},
"revision": "20231012",
"revision": "20231024",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3247,6 +3247,10 @@
"description": "[Output only] The IP address of this cluster's master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information.",
"type": "string"
},
"enterpriseConfig": {
"$ref": "EnterpriseConfig",
"description": "GKE Enterprise Configuration."
},
"etag": {
"description": "This checksum is computed by the server based on the value of cluster fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.",
"type": "string"
Expand Down Expand Up @@ -4151,6 +4155,28 @@
"properties": {},
"type": "object"
},
"EnterpriseConfig": {
"description": "EnterpriseConfig is the cluster enterprise configuration.",
"id": "EnterpriseConfig",
"properties": {
"clusterTier": {
"description": "Output only. [Output only] cluster_tier specifies the premium tier of the cluster.",
"enum": [
"CLUSTER_TIER_UNSPECIFIED",
"STANDARD",
"ENTERPRISE"
],
"enumDescriptions": [
"CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.",
"STANDARD indicates a standard GKE cluster.",
"ENTERPRISE indicates a GKE Enterprise cluster."
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"EphemeralStorageConfig": {
"description": "EphemeralStorageConfig contains configuration for the ephemeral storage filesystem.",
"id": "EphemeralStorageConfig",
Expand Down
39 changes: 39 additions & 0 deletions container/v1beta1/container-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c08d405

Please sign in to comment.