Skip to content

Commit c08d405

Browse files
feat(all): auto-regenerate discovery clients (#2250)
1 parent b56da3d commit c08d405

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

container/v1beta1/container-api.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2565,7 +2565,7 @@
25652565
}
25662566
}
25672567
},
2568-
"revision": "20231012",
2568+
"revision": "20231024",
25692569
"rootUrl": "https://container.googleapis.com/",
25702570
"schemas": {
25712571
"AcceleratorConfig": {
@@ -3247,6 +3247,10 @@
32473247
"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.",
32483248
"type": "string"
32493249
},
3250+
"enterpriseConfig": {
3251+
"$ref": "EnterpriseConfig",
3252+
"description": "GKE Enterprise Configuration."
3253+
},
32503254
"etag": {
32513255
"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.",
32523256
"type": "string"
@@ -4151,6 +4155,28 @@
41514155
"properties": {},
41524156
"type": "object"
41534157
},
4158+
"EnterpriseConfig": {
4159+
"description": "EnterpriseConfig is the cluster enterprise configuration.",
4160+
"id": "EnterpriseConfig",
4161+
"properties": {
4162+
"clusterTier": {
4163+
"description": "Output only. [Output only] cluster_tier specifies the premium tier of the cluster.",
4164+
"enum": [
4165+
"CLUSTER_TIER_UNSPECIFIED",
4166+
"STANDARD",
4167+
"ENTERPRISE"
4168+
],
4169+
"enumDescriptions": [
4170+
"CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.",
4171+
"STANDARD indicates a standard GKE cluster.",
4172+
"ENTERPRISE indicates a GKE Enterprise cluster."
4173+
],
4174+
"readOnly": true,
4175+
"type": "string"
4176+
}
4177+
},
4178+
"type": "object"
4179+
},
41544180
"EphemeralStorageConfig": {
41554181
"description": "EphemeralStorageConfig contains configuration for the ephemeral storage filesystem.",
41564182
"id": "EphemeralStorageConfig",

container/v1beta1/container-gen.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)