Skip to content

Commit f689940

Browse files
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - schemas.CommonFleetDefaultMemberConfigSpec (Total Keys: 2) - schemas.Feature.properties.fleetDefaultMemberConfig.$ref (Total Keys: 1) #### gkehub:v1alpha The following keys were added: - schemas.CommonFleetDefaultMemberConfigSpec (Total Keys: 3) - schemas.Feature.properties.fleetDefaultMemberConfig.$ref (Total Keys: 1) #### gkehub:v1beta The following keys were added: - schemas.CommonFleetDefaultMemberConfigSpec (Total Keys: 3) - schemas.Feature.properties.fleetDefaultMemberConfig.$ref (Total Keys: 1)
1 parent eb0b715 commit f689940

9 files changed

+346
-10
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ <h3>Method Details</h3>
122122
{ # Feature represents the settings and status of any Hub Feature.
123123
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
124124
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
125+
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
126+
},
125127
&quot;labels&quot;: { # GCP labels for this Feature.
126128
&quot;a_key&quot;: &quot;A String&quot;,
127129
},
@@ -547,6 +549,8 @@ <h3>Method Details</h3>
547549
{ # Feature represents the settings and status of any Hub Feature.
548550
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
549551
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
552+
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
553+
},
550554
&quot;labels&quot;: { # GCP labels for this Feature.
551555
&quot;a_key&quot;: &quot;A String&quot;,
552556
},
@@ -960,6 +964,8 @@ <h3>Method Details</h3>
960964
{ # Feature represents the settings and status of any Hub Feature.
961965
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
962966
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
967+
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
968+
},
963969
&quot;labels&quot;: { # GCP labels for this Feature.
964970
&quot;a_key&quot;: &quot;A String&quot;,
965971
},
@@ -1329,6 +1335,8 @@ <h3>Method Details</h3>
13291335
{ # Feature represents the settings and status of any Hub Feature.
13301336
&quot;createTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was created.
13311337
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. When the Feature resource was deleted.
1338+
&quot;fleetDefaultMemberConfig&quot;: { # CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet # Optional. Feature configuration applicable to all memberships of the fleet.
1339+
},
13321340
&quot;labels&quot;: { # GCP labels for this Feature.
13331341
&quot;a_key&quot;: &quot;A String&quot;,
13341342
},

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

Lines changed: 144 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 144 additions & 0 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/gkehub.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
}
906906
}
907907
},
908-
"revision": "20230106",
908+
"revision": "20230119",
909909
"rootUrl": "https://gkehub.googleapis.com/",
910910
"schemas": {
911911
"AppDevExperienceFeatureSpec": {
@@ -1077,6 +1077,12 @@
10771077
},
10781078
"type": "object"
10791079
},
1080+
"CommonFleetDefaultMemberConfigSpec": {
1081+
"description": "CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet",
1082+
"id": "CommonFleetDefaultMemberConfigSpec",
1083+
"properties": {},
1084+
"type": "object"
1085+
},
10801086
"ConfigManagementConfigSync": {
10811087
"description": "Configuration for Config Sync",
10821088
"id": "ConfigManagementConfigSync",
@@ -1878,6 +1884,10 @@
18781884
"readOnly": true,
18791885
"type": "string"
18801886
},
1887+
"fleetDefaultMemberConfig": {
1888+
"$ref": "CommonFleetDefaultMemberConfigSpec",
1889+
"description": "Optional. Feature configuration applicable to all memberships of the fleet."
1890+
},
18811891
"labels": {
18821892
"additionalProperties": {
18831893
"type": "string"

googleapiclient/discovery_cache/documents/gkehub.v1alpha.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
}
11801180
}
11811181
},
1182-
"revision": "20230106",
1182+
"revision": "20230119",
11831183
"rootUrl": "https://gkehub.googleapis.com/",
11841184
"schemas": {
11851185
"AnthosObservabilityFeatureSpec": {
@@ -1436,6 +1436,17 @@
14361436
},
14371437
"type": "object"
14381438
},
1439+
"CommonFleetDefaultMemberConfigSpec": {
1440+
"description": "CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet",
1441+
"id": "CommonFleetDefaultMemberConfigSpec",
1442+
"properties": {
1443+
"identityservice": {
1444+
"$ref": "IdentityServiceMembershipSpec",
1445+
"description": "Identity Service-specific spec."
1446+
}
1447+
},
1448+
"type": "object"
1449+
},
14391450
"ConfigManagementBinauthzConfig": {
14401451
"description": "Configuration for Binauthz",
14411452
"id": "ConfigManagementBinauthzConfig",
@@ -2294,6 +2305,10 @@
22942305
"readOnly": true,
22952306
"type": "string"
22962307
},
2308+
"fleetDefaultMemberConfig": {
2309+
"$ref": "CommonFleetDefaultMemberConfigSpec",
2310+
"description": "Optional. Feature configuration applicable to all memberships of the fleet."
2311+
},
22972312
"labels": {
22982313
"additionalProperties": {
22992314
"type": "string"
@@ -3570,7 +3585,7 @@
35703585
"INSTALLING",
35713586
"ACTIVE",
35723587
"UPDATING",
3573-
"DECOMISSIONING",
3588+
"DECOMMISSIONING",
35743589
"CLUSTER_ERROR",
35753590
"HUB_ERROR",
35763591
"SUSPENDED"
@@ -3631,7 +3646,7 @@
36313646
"INSTALLING",
36323647
"ACTIVE",
36333648
"UPDATING",
3634-
"DECOMISSIONING",
3649+
"DECOMMISSIONING",
36353650
"CLUSTER_ERROR",
36363651
"HUB_ERROR",
36373652
"SUSPENDED"

googleapiclient/discovery_cache/documents/gkehub.v1alpha2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
}
653653
}
654654
},
655-
"revision": "20230106",
655+
"revision": "20230119",
656656
"rootUrl": "https://gkehub.googleapis.com/",
657657
"schemas": {
658658
"ApplianceCluster": {

googleapiclient/discovery_cache/documents/gkehub.v1beta.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
}
671671
}
672672
},
673-
"revision": "20230106",
673+
"revision": "20230119",
674674
"rootUrl": "https://gkehub.googleapis.com/",
675675
"schemas": {
676676
"AnthosObservabilityFeatureSpec": {
@@ -839,6 +839,17 @@
839839
},
840840
"type": "object"
841841
},
842+
"CommonFleetDefaultMemberConfigSpec": {
843+
"description": "CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet",
844+
"id": "CommonFleetDefaultMemberConfigSpec",
845+
"properties": {
846+
"identityservice": {
847+
"$ref": "IdentityServiceMembershipSpec",
848+
"description": "Identity Service-specific spec."
849+
}
850+
},
851+
"type": "object"
852+
},
842853
"ConfigManagementBinauthzConfig": {
843854
"description": "Configuration for Binauthz",
844855
"id": "ConfigManagementBinauthzConfig",
@@ -1671,6 +1682,10 @@
16711682
"readOnly": true,
16721683
"type": "string"
16731684
},
1685+
"fleetDefaultMemberConfig": {
1686+
"$ref": "CommonFleetDefaultMemberConfigSpec",
1687+
"description": "Optional. Feature configuration applicable to all memberships of the fleet."
1688+
},
16741689
"labels": {
16751690
"additionalProperties": {
16761691
"type": "string"
@@ -2494,7 +2509,7 @@
24942509
"INSTALLING",
24952510
"ACTIVE",
24962511
"UPDATING",
2497-
"DECOMISSIONING",
2512+
"DECOMMISSIONING",
24982513
"CLUSTER_ERROR",
24992514
"HUB_ERROR",
25002515
"SUSPENDED"
@@ -2555,7 +2570,7 @@
25552570
"INSTALLING",
25562571
"ACTIVE",
25572572
"UPDATING",
2558-
"DECOMISSIONING",
2573+
"DECOMMISSIONING",
25592574
"CLUSTER_ERROR",
25602575
"HUB_ERROR",
25612576
"SUSPENDED"

googleapiclient/discovery_cache/documents/gkehub.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
}
707707
}
708708
},
709-
"revision": "20230106",
709+
"revision": "20230119",
710710
"rootUrl": "https://gkehub.googleapis.com/",
711711
"schemas": {
712712
"ApplianceCluster": {

googleapiclient/discovery_cache/documents/gkehub.v2alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
}
281281
}
282282
},
283-
"revision": "20230106",
283+
"revision": "20230119",
284284
"rootUrl": "https://gkehub.googleapis.com/",
285285
"schemas": {
286286
"CancelOperationRequest": {

0 commit comments

Comments
 (0)