Skip to content

Commit d37f66d

Browse files
yoshi-automationsofisl
authored andcommitted
feat(gkeonprem): update the API
#### gkeonprem:v1 The following keys were added: - schemas.BareMetalCluster.properties.localNamespace.description - schemas.BareMetalCluster.properties.localNamespace.readOnly - schemas.BareMetalCluster.properties.localNamespace.type
1 parent dd9f11b commit d37f66d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

‎discovery/gkeonprem-v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3100,7 +3100,7 @@
31003100
}
31013101
}
31023102
},
3103-
"revision": "20250326",
3103+
"revision": "20250423",
31043104
"rootUrl": "https://gkeonprem.googleapis.com/",
31053105
"schemas": {
31063106
"Authorization": {
@@ -3711,6 +3711,11 @@
37113711
"readOnly": true,
37123712
"type": "string"
37133713
},
3714+
"localNamespace": {
3715+
"description": "Output only. The namespace of the cluster.",
3716+
"readOnly": true,
3717+
"type": "string"
3718+
},
37143719
"maintenanceConfig": {
37153720
"$ref": "BareMetalMaintenanceConfig",
37163721
"description": "Maintenance configuration."

‎src/apis/gkeonprem/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,10 @@ export namespace gkeonprem_v1 {
594594
* Output only. The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.
595595
*/
596596
localName?: string | null;
597+
/**
598+
* Output only. The namespace of the cluster.
599+
*/
600+
localNamespace?: string | null;
597601
/**
598602
* Maintenance configuration.
599603
*/

0 commit comments

Comments
 (0)