Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2250

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.