Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90b348b

Browse files
committedFeb 18, 2025
feat(gkehub): update the api
#### gkehub:v1alpha The following keys were added: - schemas.ServiceMeshFeatureCondition (Total Keys: 5) - schemas.ServiceMeshFeatureState.properties.conditions (Total Keys: 3)
1 parent 893f066 commit 90b348b

9 files changed

+213
-48
lines changed
 

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -813,8 +813,8 @@ <h3>Method Details</h3>
813813
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
814814
},
815815
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
816-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
817-
{ # Condition being reported.
816+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
817+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
818818
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
819819
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
820820
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -1770,8 +1770,8 @@ <h3>Method Details</h3>
17701770
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
17711771
},
17721772
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
1773-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
1774-
{ # Condition being reported.
1773+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
1774+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
17751775
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
17761776
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
17771777
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -2715,8 +2715,8 @@ <h3>Method Details</h3>
27152715
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
27162716
},
27172717
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
2718-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
2719-
{ # Condition being reported.
2718+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
2719+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
27202720
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
27212721
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
27222722
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -3615,8 +3615,8 @@ <h3>Method Details</h3>
36153615
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
36163616
},
36173617
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
3618-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
3619-
{ # Condition being reported.
3618+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
3619+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
36203620
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
36213621
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
36223622
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.

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

+40-8
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,8 @@ <h3>Method Details</h3>
867867
],
868868
},
869869
],
870-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
871-
{ # Condition being reported.
870+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
871+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
872872
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
873873
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
874874
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -1129,6 +1129,14 @@ <h3>Method Details</h3>
11291129
],
11301130
},
11311131
],
1132+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this feature.
1133+
{ # Condition being reported. TODO b/395151419: This message should be used to replace the membership-level Condition message.
1134+
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
1135+
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
1136+
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
1137+
&quot;severity&quot;: &quot;A String&quot;, # Severity level of the condition.
1138+
},
1139+
],
11321140
},
11331141
&quot;state&quot;: { # FeatureState describes the high-level state of a Feature. It may be used to describe a Feature&#x27;s state at the environ-level, or per-membershop, depending on the context. # Output only. The &quot;running state&quot; of the Feature in this Fleet.
11341142
&quot;code&quot;: &quot;A String&quot;, # The high-level, machine-readable status of this Feature.
@@ -1973,8 +1981,8 @@ <h3>Method Details</h3>
19731981
],
19741982
},
19751983
],
1976-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
1977-
{ # Condition being reported.
1984+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
1985+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
19781986
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
19791987
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
19801988
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -2235,6 +2243,14 @@ <h3>Method Details</h3>
22352243
],
22362244
},
22372245
],
2246+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this feature.
2247+
{ # Condition being reported. TODO b/395151419: This message should be used to replace the membership-level Condition message.
2248+
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
2249+
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
2250+
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
2251+
&quot;severity&quot;: &quot;A String&quot;, # Severity level of the condition.
2252+
},
2253+
],
22382254
},
22392255
&quot;state&quot;: { # FeatureState describes the high-level state of a Feature. It may be used to describe a Feature&#x27;s state at the environ-level, or per-membershop, depending on the context. # Output only. The &quot;running state&quot; of the Feature in this Fleet.
22402256
&quot;code&quot;: &quot;A String&quot;, # The high-level, machine-readable status of this Feature.
@@ -3067,8 +3083,8 @@ <h3>Method Details</h3>
30673083
],
30683084
},
30693085
],
3070-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
3071-
{ # Condition being reported.
3086+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
3087+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
30723088
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
30733089
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
30743090
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -3329,6 +3345,14 @@ <h3>Method Details</h3>
33293345
],
33303346
},
33313347
],
3348+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this feature.
3349+
{ # Condition being reported. TODO b/395151419: This message should be used to replace the membership-level Condition message.
3350+
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
3351+
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
3352+
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
3353+
&quot;severity&quot;: &quot;A String&quot;, # Severity level of the condition.
3354+
},
3355+
],
33323356
},
33333357
&quot;state&quot;: { # FeatureState describes the high-level state of a Feature. It may be used to describe a Feature&#x27;s state at the environ-level, or per-membershop, depending on the context. # Output only. The &quot;running state&quot; of the Feature in this Fleet.
33343358
&quot;code&quot;: &quot;A String&quot;, # The high-level, machine-readable status of this Feature.
@@ -4116,8 +4140,8 @@ <h3>Method Details</h3>
41164140
],
41174141
},
41184142
],
4119-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
4120-
{ # Condition being reported.
4143+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
4144+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
41214145
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
41224146
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
41234147
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -4378,6 +4402,14 @@ <h3>Method Details</h3>
43784402
],
43794403
},
43804404
],
4405+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this feature.
4406+
{ # Condition being reported. TODO b/395151419: This message should be used to replace the membership-level Condition message.
4407+
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
4408+
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
4409+
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
4410+
&quot;severity&quot;: &quot;A String&quot;, # Severity level of the condition.
4411+
},
4412+
],
43814413
},
43824414
&quot;state&quot;: { # FeatureState describes the high-level state of a Feature. It may be used to describe a Feature&#x27;s state at the environ-level, or per-membershop, depending on the context. # Output only. The &quot;running state&quot; of the Feature in this Fleet.
43834415
&quot;code&quot;: &quot;A String&quot;, # The high-level, machine-readable status of this Feature.

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,8 @@ <h3>Method Details</h3>
836836
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
837837
},
838838
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
839-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
840-
{ # Condition being reported.
839+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
840+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
841841
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
842842
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
843843
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -1817,8 +1817,8 @@ <h3>Method Details</h3>
18171817
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
18181818
},
18191819
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
1820-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
1821-
{ # Condition being reported.
1820+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
1821+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
18221822
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
18231823
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
18241824
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -2786,8 +2786,8 @@ <h3>Method Details</h3>
27862786
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
27872787
},
27882788
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
2789-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
2790-
{ # Condition being reported.
2789+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
2790+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
27912791
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
27922792
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
27932793
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.
@@ -3710,8 +3710,8 @@ <h3>Method Details</h3>
37103710
&quot;state&quot;: &quot;A String&quot;, # The overall Policy Controller lifecycle state observed by the Hub Feature controller.
37113711
},
37123712
&quot;servicemesh&quot;: { # **Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller. # Service Mesh-specific state.
3713-
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership.
3714-
{ # Condition being reported.
3713+
&quot;conditions&quot;: [ # Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.
3714+
{ # Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.
37153715
&quot;code&quot;: &quot;A String&quot;, # Unique identifier of the condition which describes the condition recognizable to the user.
37163716
&quot;details&quot;: &quot;A String&quot;, # A short summary about the issue.
37173717
&quot;documentationLink&quot;: &quot;A String&quot;, # Links contains actionable information.

‎googleapiclient/discovery_cache/documents/gkehub.v1.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
}
21122112
}
21132113
},
2114-
"revision": "20250116",
2114+
"revision": "20250209",
21152115
"rootUrl": "https://gkehub.googleapis.com/",
21162116
"schemas": {
21172117
"AppDevExperienceFeatureSpec": {
@@ -6151,7 +6151,7 @@
61516151
"type": "object"
61526152
},
61536153
"ServiceMeshCondition": {
6154-
"description": "Condition being reported.",
6154+
"description": "Condition being reported. TODO b/395151419: Remove this message once the membership-level conditions field uses the common Condition message.",
61556155
"id": "ServiceMeshCondition",
61566156
"properties": {
61576157
"code": {
@@ -6192,7 +6192,8 @@
61926192
"MODERNIZATION_SCHEDULED",
61936193
"MODERNIZATION_IN_PROGRESS",
61946194
"MODERNIZATION_COMPLETED",
6195-
"MODERNIZATION_ABORTED"
6195+
"MODERNIZATION_ABORTED",
6196+
"MODERNIZATION_WILL_BE_SCHEDULED"
61966197
],
61976198
"enumDescriptions": [
61986199
"Default Unspecified code",
@@ -6230,7 +6231,8 @@
62306231
"Modernization is scheduled for a cluster.",
62316232
"Modernization is in progress for a cluster.",
62326233
"Modernization is completed for a cluster.",
6233-
"Modernization is aborted for a cluster."
6234+
"Modernization is aborted for a cluster.",
6235+
"Modernization will be scheduled for a fleet."
62346236
],
62356237
"type": "string"
62366238
},
@@ -6409,7 +6411,7 @@
64096411
"id": "ServiceMeshMembershipState",
64106412
"properties": {
64116413
"conditions": {
6412-
"description": "Output only. List of conditions reported for this membership.",
6414+
"description": "Output only. List of conditions reported for this membership. TODO b/395151419: Use the common Condition message.",
64136415
"items": {
64146416
"$ref": "ServiceMeshCondition"
64156417
},

0 commit comments

Comments
 (0)
Please sign in to comment.