Skip to content

Commit b64e792

Browse files
feat(all): auto-regenerate discovery clients (#3089)
1 parent 3c387cd commit b64e792

File tree

6 files changed

+115
-10
lines changed

6 files changed

+115
-10
lines changed

container/v1beta1/container-api.json

+35-2
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@
26852685
}
26862686
}
26872687
},
2688-
"revision": "20250311",
2688+
"revision": "20250318",
26892689
"rootUrl": "https://container.googleapis.com/",
26902690
"schemas": {
26912691
"AcceleratorConfig": {
@@ -4780,6 +4780,11 @@
47804780
"description": "EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.",
47814781
"id": "EphemeralStorageLocalSsdConfig",
47824782
"properties": {
4783+
"dataCacheCount": {
4784+
"description": "Number of local SSDs to use for GKE Data Cache.",
4785+
"format": "int32",
4786+
"type": "integer"
4787+
},
47834788
"localSsdCount": {
47844789
"description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.",
47854790
"format": "int32",
@@ -6250,6 +6255,10 @@
62506255
"$ref": "FastSocket",
62516256
"description": "Enable or disable NCCL fast socket for the node pool."
62526257
},
6258+
"flexStart": {
6259+
"description": "Flex Start flag for enabling Flex Start VM.",
6260+
"type": "boolean"
6261+
},
62536262
"gcfsConfig": {
62546263
"$ref": "GcfsConfig",
62556264
"description": "GCFS (Google Container File System) configs."
@@ -6600,7 +6609,7 @@
66006609
"properties": {
66016610
"autopilotConfig": {
66026611
"$ref": "AutopilotConfig",
6603-
"description": "Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler to implement go/gke-managed-nodes-ccc-api"
6612+
"description": "Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler."
66046613
},
66056614
"autoscaling": {
66066615
"$ref": "NodePoolAutoscaling",
@@ -7738,6 +7747,22 @@
77387747
},
77397748
"type": "object"
77407749
},
7750+
"RotationConfig": {
7751+
"description": "RotationConfig is config for secret manager auto rotation.",
7752+
"id": "RotationConfig",
7753+
"properties": {
7754+
"enabled": {
7755+
"description": "Whether the rotation is enabled.",
7756+
"type": "boolean"
7757+
},
7758+
"rotationInterval": {
7759+
"description": "The interval between two consecutive rotations. Default rotation interval is 2 minutes.",
7760+
"format": "google-duration",
7761+
"type": "string"
7762+
}
7763+
},
7764+
"type": "object"
7765+
},
77417766
"SandboxConfig": {
77427767
"description": "SandboxConfig contains configurations of the sandbox to use for the node.",
77437768
"id": "SandboxConfig",
@@ -7798,6 +7823,10 @@
77987823
"enabled": {
77997824
"description": "Enable/Disable Secret Manager Config.",
78007825
"type": "boolean"
7826+
},
7827+
"rotationConfig": {
7828+
"$ref": "RotationConfig",
7829+
"description": "Rotation config for secret manager."
78017830
}
78027831
},
78037832
"type": "object"
@@ -8725,6 +8754,10 @@
87258754
"$ref": "FastSocket",
87268755
"description": "Enable or disable NCCL fast socket for the node pool."
87278756
},
8757+
"flexStart": {
8758+
"description": "Flex Start flag for enabling Flex Start VM.",
8759+
"type": "boolean"
8760+
},
87288761
"gcfsConfig": {
87298762
"$ref": "GcfsConfig",
87308763
"description": "GCFS config."

container/v1beta1/container-gen.go

+38-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gkeonprem/v1/gkeonprem-api.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -3094,7 +3100,7 @@
30943100
}
30953101
}
30963102
},
3097-
"revision": "20250224",
3103+
"revision": "20250326",
30983104
"rootUrl": "https://gkeonprem.googleapis.com/",
30993105
"schemas": {
31003106
"Authorization": {
@@ -5619,6 +5625,10 @@
56195625
"description": "A human readable description of this VMware admin cluster.",
56205626
"type": "string"
56215627
},
5628+
"enableAdvancedCluster": {
5629+
"description": "Enable advanced cluster.",
5630+
"type": "boolean"
5631+
},
56225632
"endpoint": {
56235633
"description": "Output only. The DNS name of VMware admin cluster's API server.",
56245634
"readOnly": true,
@@ -6094,6 +6104,10 @@
60946104
"description": "Disable bundled ingress.",
60956105
"type": "boolean"
60966106
},
6107+
"enableAdvancedCluster": {
6108+
"description": "Enable advanced cluster.",
6109+
"type": "boolean"
6110+
},
60976111
"enableControlPlaneV2": {
60986112
"description": "Enable control plane V2. Default to false.",
60996113
"type": "boolean"

gkeonprem/v1/gkeonprem-gen.go

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

managedkafka/v1/managedkafka-api.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -1223,7 +1229,7 @@
12231229
}
12241230
}
12251231
},
1226-
"revision": "20250313",
1232+
"revision": "20250320",
12271233
"rootUrl": "https://managedkafka.googleapis.com/",
12281234
"schemas": {
12291235
"AccessConfig": {

managedkafka/v1/managedkafka-gen.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)