Skip to content

Commit

Permalink
feat(gkehub): update the api
Browse files Browse the repository at this point in the history
#### gkehub:v1

The following keys were added:
- schemas.ListMembershipBindingsResponse.properties.unreachable (Total Keys: 2)

#### gkehub:v1alpha

The following keys were added:
- schemas.ListMembershipBindingsResponse.properties.unreachable (Total Keys: 2)
- schemas.ListMembershipRBACRoleBindingsResponse.properties.unreachable (Total Keys: 2)

#### gkehub:v1beta

The following keys were added:
- schemas.ListMembershipBindingsResponse.properties.unreachable (Total Keys: 2)
- schemas.ListMembershipRBACRoleBindingsResponse.properties.unreachable (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 21, 2024
1 parent 106faf3 commit edbcc36
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ <h3>Method Details</h3>
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return.
&quot;unreachable&quot;: [ # List of locations that could not be reached while fetching this list.
&quot;A String&quot;,
],
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ <h3>Method Details</h3>
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return.
&quot;unreachable&quot;: [ # List of locations that could not be reached while fetching this list.
&quot;A String&quot;,
],
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ <h3>Method Details</h3>
&quot;user&quot;: &quot;A String&quot;, # user is the name of the user as seen by the kubernetes cluster, example &quot;alice&quot; or &quot;alice@domain.tld&quot;
},
],
&quot;unreachable&quot;: [ # List of locations that could not be reached while fetching this list.
&quot;A String&quot;,
],
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ <h3>Method Details</h3>
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return.
&quot;unreachable&quot;: [ # List of locations that could not be reached while fetching this list.
&quot;A String&quot;,
],
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ <h3>Method Details</h3>
&quot;user&quot;: &quot;A String&quot;, # user is the name of the user as seen by the kubernetes cluster, example &quot;alice&quot; or &quot;alice@domain.tld&quot;
},
],
&quot;unreachable&quot;: [ # List of locations that could not be reached while fetching this list.
&quot;A String&quot;,
],
}</pre>
</div>

Expand Down
15 changes: 12 additions & 3 deletions googleapiclient/discovery_cache/documents/gkehub.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@
}
}
},
"revision": "20240504",
"revision": "20240511",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AppDevExperienceFeatureSpec": {
Expand Down Expand Up @@ -4325,6 +4325,13 @@
"nextPageToken": {
"description": "A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return.",
"type": "string"
},
"unreachable": {
"description": "List of locations that could not be reached while fetching this list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -5698,12 +5705,14 @@
"enum": [
"MODE_UNSPECIFIED",
"DISABLED",
"BASIC"
"BASIC",
"ENTERPRISE"
],
"enumDescriptions": [
"Default value not specified.",
"Disables Security Posture features on the cluster.",
"Applies Security Posture features on the cluster."
"Applies Security Posture features on the cluster.",
"Applies the Security Posture off cluster Enterprise level features."
],
"type": "string"
},
Expand Down
22 changes: 19 additions & 3 deletions googleapiclient/discovery_cache/documents/gkehub.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@
}
}
},
"revision": "20240504",
"revision": "20240511",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AnthosObservabilityFeatureSpec": {
Expand Down Expand Up @@ -4864,6 +4864,13 @@
"nextPageToken": {
"description": "A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return.",
"type": "string"
},
"unreachable": {
"description": "List of locations that could not be reached while fetching this list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand All @@ -4882,6 +4889,13 @@
"$ref": "RBACRoleBinding"
},
"type": "array"
},
"unreachable": {
"description": "List of locations that could not be reached while fetching this list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -6380,12 +6394,14 @@
"enum": [
"MODE_UNSPECIFIED",
"DISABLED",
"BASIC"
"BASIC",
"ENTERPRISE"
],
"enumDescriptions": [
"Default value not specified.",
"Disables Security Posture features on the cluster.",
"Applies Security Posture features on the cluster."
"Applies Security Posture features on the cluster.",
"Applies the Security Posture off cluster Enterprise level features."
],
"type": "string"
},
Expand Down
22 changes: 19 additions & 3 deletions googleapiclient/discovery_cache/documents/gkehub.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@
}
}
},
"revision": "20240504",
"revision": "20240511",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AnthosObservabilityFeatureSpec": {
Expand Down Expand Up @@ -4620,6 +4620,13 @@
"nextPageToken": {
"description": "A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return.",
"type": "string"
},
"unreachable": {
"description": "List of locations that could not be reached while fetching this list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand All @@ -4638,6 +4645,13 @@
"$ref": "RBACRoleBinding"
},
"type": "array"
},
"unreachable": {
"description": "List of locations that could not be reached while fetching this list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -6080,12 +6094,14 @@
"enum": [
"MODE_UNSPECIFIED",
"DISABLED",
"BASIC"
"BASIC",
"ENTERPRISE"
],
"enumDescriptions": [
"Default value not specified.",
"Disables Security Posture features on the cluster.",
"Applies Security Posture features on the cluster."
"Applies Security Posture features on the cluster.",
"Applies the Security Posture off cluster Enterprise level features."
],
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
}
}
},
"revision": "20240504",
"revision": "20240511",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"ApplianceCluster": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
}
}
},
"revision": "20240504",
"revision": "20240511",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down

0 comments on commit edbcc36

Please sign in to comment.