Skip to content

Commit aa81a39

Browse files
feat(gkehub): update the api
#### gkehub:v1 The following keys were deleted: - schemas.ConfigManagementConfigSync.properties.allowVerticalScale (Total Keys: 2) #### gkehub:v1alpha The following keys were deleted: - schemas.ConfigManagementConfigSync.properties.allowVerticalScale (Total Keys: 2) #### gkehub:v1beta The following keys were deleted: - schemas.ConfigManagementConfigSync.properties.allowVerticalScale (Total Keys: 2) #### gkehub:v2 The following keys were deleted: - schemas.ConfigManagementConfigSync.properties.allowVerticalScale (Total Keys: 2) #### gkehub:v2alpha The following keys were deleted: - schemas.ConfigManagementConfigSync.properties.allowVerticalScale (Total Keys: 2) #### gkehub:v2beta The following keys were deleted: - schemas.ConfigManagementConfigSync.properties.allowVerticalScale (Total Keys: 2)
1 parent e7bf3e1 commit aa81a39

12 files changed

+270
-360
lines changed

docs/dyn/gkehub_v1.projects.locations.features.html

Lines changed: 48 additions & 60 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v1alpha.projects.locations.features.html

Lines changed: 48 additions & 60 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v1beta.projects.locations.features.html

Lines changed: 48 additions & 60 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v2.projects.locations.memberships.features.html

Lines changed: 32 additions & 40 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v2alpha.projects.locations.memberships.features.html

Lines changed: 32 additions & 40 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v2beta.projects.locations.memberships.features.html

Lines changed: 32 additions & 40 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/gkehub.v1.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
}
21122112
}
21132113
},
2114-
"revision": "20250103",
2114+
"revision": "20250113",
21152115
"rootUrl": "https://gkehub.googleapis.com/",
21162116
"schemas": {
21172117
"AppDevExperienceFeatureSpec": {
@@ -2645,11 +2645,6 @@
26452645
"description": "Configuration for Config Sync",
26462646
"id": "ConfigManagementConfigSync",
26472647
"properties": {
2648-
"allowVerticalScale": {
2649-
"deprecated": true,
2650-
"description": "Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
2651-
"type": "boolean"
2652-
},
26532648
"enabled": {
26542649
"description": "Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
26552650
"type": "boolean"
@@ -3116,15 +3111,15 @@
31163111
"type": "string"
31173112
},
31183113
"secretType": {
3119-
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
3114+
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive.",
31203115
"type": "string"
31213116
},
31223117
"syncBranch": {
31233118
"description": "Optional. The branch of the repository to sync from. Default: master.",
31243119
"type": "string"
31253120
},
31263121
"syncRepo": {
3127-
"description": "Optional. The URL of the Git repository to use as the source of truth.",
3122+
"description": "Required. The URL of the Git repository to use as the source of truth.",
31283123
"type": "string"
31293124
},
31303125
"syncRev": {
@@ -3354,11 +3349,11 @@
33543349
"type": "string"
33553350
},
33563351
"secretType": {
3357-
"description": "Optional. Type of secret configured for access to the Git repo.",
3352+
"description": "Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.",
33583353
"type": "string"
33593354
},
33603355
"syncRepo": {
3361-
"description": "Optional. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
3356+
"description": "Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
33623357
"type": "string"
33633358
},
33643359
"syncWaitSecs": {

googleapiclient/discovery_cache/documents/gkehub.v1alpha.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@
22552255
}
22562256
}
22572257
},
2258-
"revision": "20250103",
2258+
"revision": "20250113",
22592259
"rootUrl": "https://gkehub.googleapis.com/",
22602260
"schemas": {
22612261
"AnthosObservabilityFeatureSpec": {
@@ -2990,11 +2990,6 @@
29902990
"description": "Configuration for Config Sync",
29912991
"id": "ConfigManagementConfigSync",
29922992
"properties": {
2993-
"allowVerticalScale": {
2994-
"deprecated": true,
2995-
"description": "Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
2996-
"type": "boolean"
2997-
},
29982993
"enabled": {
29992994
"description": "Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
30002995
"type": "boolean"
@@ -3461,15 +3456,15 @@
34613456
"type": "string"
34623457
},
34633458
"secretType": {
3464-
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
3459+
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive.",
34653460
"type": "string"
34663461
},
34673462
"syncBranch": {
34683463
"description": "Optional. The branch of the repository to sync from. Default: master.",
34693464
"type": "string"
34703465
},
34713466
"syncRepo": {
3472-
"description": "Optional. The URL of the Git repository to use as the source of truth.",
3467+
"description": "Required. The URL of the Git repository to use as the source of truth.",
34733468
"type": "string"
34743469
},
34753470
"syncRev": {
@@ -3709,11 +3704,11 @@
37093704
"type": "string"
37103705
},
37113706
"secretType": {
3712-
"description": "Optional. Type of secret configured for access to the Git repo.",
3707+
"description": "Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.",
37133708
"type": "string"
37143709
},
37153710
"syncRepo": {
3716-
"description": "Optional. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
3711+
"description": "Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
37173712
"type": "string"
37183713
},
37193714
"syncWaitSecs": {

googleapiclient/discovery_cache/documents/gkehub.v1beta.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
}
21122112
}
21132113
},
2114-
"revision": "20250103",
2114+
"revision": "20250113",
21152115
"rootUrl": "https://gkehub.googleapis.com/",
21162116
"schemas": {
21172117
"AnthosObservabilityFeatureSpec": {
@@ -2730,11 +2730,6 @@
27302730
"description": "Configuration for Config Sync",
27312731
"id": "ConfigManagementConfigSync",
27322732
"properties": {
2733-
"allowVerticalScale": {
2734-
"deprecated": true,
2735-
"description": "Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
2736-
"type": "boolean"
2737-
},
27382733
"enabled": {
27392734
"description": "Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
27402735
"type": "boolean"
@@ -3201,15 +3196,15 @@
32013196
"type": "string"
32023197
},
32033198
"secretType": {
3204-
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
3199+
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive.",
32053200
"type": "string"
32063201
},
32073202
"syncBranch": {
32083203
"description": "Optional. The branch of the repository to sync from. Default: master.",
32093204
"type": "string"
32103205
},
32113206
"syncRepo": {
3212-
"description": "Optional. The URL of the Git repository to use as the source of truth.",
3207+
"description": "Required. The URL of the Git repository to use as the source of truth.",
32133208
"type": "string"
32143209
},
32153210
"syncRev": {
@@ -3449,11 +3444,11 @@
34493444
"type": "string"
34503445
},
34513446
"secretType": {
3452-
"description": "Optional. Type of secret configured for access to the Git repo.",
3447+
"description": "Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.",
34533448
"type": "string"
34543449
},
34553450
"syncRepo": {
3456-
"description": "Optional. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
3451+
"description": "Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
34573452
"type": "string"
34583453
},
34593454
"syncWaitSecs": {

googleapiclient/discovery_cache/documents/gkehub.v2.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
}
472472
}
473473
},
474-
"revision": "20250103",
474+
"revision": "20250113",
475475
"rootUrl": "https://gkehub.googleapis.com/",
476476
"schemas": {
477477
"AppDevExperienceState": {
@@ -700,11 +700,6 @@
700700
"description": "Configuration for Config Sync",
701701
"id": "ConfigManagementConfigSync",
702702
"properties": {
703-
"allowVerticalScale": {
704-
"deprecated": true,
705-
"description": "Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
706-
"type": "boolean"
707-
},
708703
"enabled": {
709704
"description": "Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
710705
"type": "boolean"
@@ -1171,15 +1166,15 @@
11711166
"type": "string"
11721167
},
11731168
"secretType": {
1174-
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
1169+
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive.",
11751170
"type": "string"
11761171
},
11771172
"syncBranch": {
11781173
"description": "Optional. The branch of the repository to sync from. Default: master.",
11791174
"type": "string"
11801175
},
11811176
"syncRepo": {
1182-
"description": "Optional. The URL of the Git repository to use as the source of truth.",
1177+
"description": "Required. The URL of the Git repository to use as the source of truth.",
11831178
"type": "string"
11841179
},
11851180
"syncRev": {
@@ -1329,11 +1324,11 @@
13291324
"type": "string"
13301325
},
13311326
"secretType": {
1332-
"description": "Optional. Type of secret configured for access to the Git repo.",
1327+
"description": "Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.",
13331328
"type": "string"
13341329
},
13351330
"syncRepo": {
1336-
"description": "Optional. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
1331+
"description": "Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
13371332
"type": "string"
13381333
},
13391334
"syncWaitSecs": {

googleapiclient/discovery_cache/documents/gkehub.v2alpha.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
}
472472
}
473473
},
474-
"revision": "20250103",
474+
"revision": "20250113",
475475
"rootUrl": "https://gkehub.googleapis.com/",
476476
"schemas": {
477477
"AppDevExperienceState": {
@@ -700,11 +700,6 @@
700700
"description": "Configuration for Config Sync",
701701
"id": "ConfigManagementConfigSync",
702702
"properties": {
703-
"allowVerticalScale": {
704-
"deprecated": true,
705-
"description": "Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
706-
"type": "boolean"
707-
},
708703
"enabled": {
709704
"description": "Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
710705
"type": "boolean"
@@ -1171,15 +1166,15 @@
11711166
"type": "string"
11721167
},
11731168
"secretType": {
1174-
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
1169+
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive.",
11751170
"type": "string"
11761171
},
11771172
"syncBranch": {
11781173
"description": "Optional. The branch of the repository to sync from. Default: master.",
11791174
"type": "string"
11801175
},
11811176
"syncRepo": {
1182-
"description": "Optional. The URL of the Git repository to use as the source of truth.",
1177+
"description": "Required. The URL of the Git repository to use as the source of truth.",
11831178
"type": "string"
11841179
},
11851180
"syncRev": {
@@ -1329,11 +1324,11 @@
13291324
"type": "string"
13301325
},
13311326
"secretType": {
1332-
"description": "Optional. Type of secret configured for access to the Git repo.",
1327+
"description": "Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.",
13331328
"type": "string"
13341329
},
13351330
"syncRepo": {
1336-
"description": "Optional. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
1331+
"description": "Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
13371332
"type": "string"
13381333
},
13391334
"syncWaitSecs": {

googleapiclient/discovery_cache/documents/gkehub.v2beta.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
}
472472
}
473473
},
474-
"revision": "20250103",
474+
"revision": "20250113",
475475
"rootUrl": "https://gkehub.googleapis.com/",
476476
"schemas": {
477477
"AppDevExperienceState": {
@@ -700,11 +700,6 @@
700700
"description": "Configuration for Config Sync",
701701
"id": "ConfigManagementConfigSync",
702702
"properties": {
703-
"allowVerticalScale": {
704-
"deprecated": true,
705-
"description": "Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
706-
"type": "boolean"
707-
},
708703
"enabled": {
709704
"description": "Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
710705
"type": "boolean"
@@ -1171,15 +1166,15 @@
11711166
"type": "string"
11721167
},
11731168
"secretType": {
1174-
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
1169+
"description": "Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive.",
11751170
"type": "string"
11761171
},
11771172
"syncBranch": {
11781173
"description": "Optional. The branch of the repository to sync from. Default: master.",
11791174
"type": "string"
11801175
},
11811176
"syncRepo": {
1182-
"description": "Optional. The URL of the Git repository to use as the source of truth.",
1177+
"description": "Required. The URL of the Git repository to use as the source of truth.",
11831178
"type": "string"
11841179
},
11851180
"syncRev": {
@@ -1329,11 +1324,11 @@
13291324
"type": "string"
13301325
},
13311326
"secretType": {
1332-
"description": "Optional. Type of secret configured for access to the Git repo.",
1327+
"description": "Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.",
13331328
"type": "string"
13341329
},
13351330
"syncRepo": {
1336-
"description": "Optional. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
1331+
"description": "Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
13371332
"type": "string"
13381333
},
13391334
"syncWaitSecs": {

0 commit comments

Comments
 (0)