Skip to content

Commit 6f3aac8

Browse files
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - schemas.IdentityServiceAuthMethod (Total Keys: 5) - schemas.IdentityServiceMembershipSpec (Total Keys: 4) - schemas.IdentityServiceMembershipState (Total Keys: 6) - schemas.IdentityServiceOidcConfig (Total Keys: 17) - schemas.MembershipFeatureSpec.properties.identityservice.$ref (Total Keys: 1) - schemas.MembershipFeatureState.properties.identityservice.$ref (Total Keys: 1) #### gkehub:v1alpha The following keys were added: - resources.organizations.resources.locations.resources.fleets.methods.list.parameters.pageSize (Total Keys: 3) - resources.projects.resources.locations.resources.fleets.methods.list.parameters.pageSize (Total Keys: 3)
1 parent 9f134a6 commit 6f3aac8

9 files changed

+370
-17
lines changed

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

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

docs/dyn/gkehub_v1alpha.organizations.locations.fleets.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(parent, pageToken=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Returns all fleets within an organization or a project that the caller has access to.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,12 +90,13 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(parent, pageToken=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
9494
<pre>Returns all fleets within an organization or a project that the caller has access to.
9595

9696
Args:
9797
parent: string, Required. The organization or project to list for Fleets under, in the format `organizations/*/locations/*` or `projects/*/locations/*`. (required)
98-
pageToken: string, A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.
98+
pageSize: integer, Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
99+
pageToken: string, Optional. A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.
99100
x__xgafv: string, V1 error format.
100101
Allowed values
101102
1 - v1 error format
@@ -116,7 +117,7 @@ <h3>Method Details</h3>
116117
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. When the Fleet was last updated.
117118
},
118119
],
119-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
120+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. The token is only valid for 1h.
120121
}</pre>
121122
</div>
122123

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Returns the details of a fleet.</p>
8989
<p class="toc_element">
90-
<code><a href="#list">list(parent, pageToken=None, x__xgafv=None)</a></code></p>
90+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Returns all fleets within an organization or a project that the caller has access to.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -183,12 +183,13 @@ <h3>Method Details</h3>
183183
</div>
184184

185185
<div class="method">
186-
<code class="details" id="list">list(parent, pageToken=None, x__xgafv=None)</code>
186+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
187187
<pre>Returns all fleets within an organization or a project that the caller has access to.
188188

189189
Args:
190190
parent: string, Required. The organization or project to list for Fleets under, in the format `organizations/*/locations/*` or `projects/*/locations/*`. (required)
191-
pageToken: string, A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.
191+
pageSize: integer, Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
192+
pageToken: string, Optional. A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.
192193
x__xgafv: string, V1 error format.
193194
Allowed values
194195
1 - v1 error format
@@ -209,7 +210,7 @@ <h3>Method Details</h3>
209210
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. When the Fleet was last updated.
210211
},
211212
],
212-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
213+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. The token is only valid for 1h.
213214
}</pre>
214215
</div>
215216

googleapiclient/discovery_cache/documents/gkehub.v1.json

Lines changed: 136 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
}
906906
}
907907
},
908-
"revision": "20220415",
908+
"revision": "20220422",
909909
"rootUrl": "https://gkehub.googleapis.com/",
910910
"schemas": {
911911
"AppDevExperienceFeatureSpec": {
@@ -1941,6 +1941,133 @@
19411941
},
19421942
"type": "object"
19431943
},
1944+
"IdentityServiceAuthMethod": {
1945+
"description": "Configuration of an auth method for a member/cluster. Only one authentication method (e.g., OIDC and LDAP) can be set per AuthMethod.",
1946+
"id": "IdentityServiceAuthMethod",
1947+
"properties": {
1948+
"name": {
1949+
"description": "Identifier for auth config.",
1950+
"type": "string"
1951+
},
1952+
"oidcConfig": {
1953+
"$ref": "IdentityServiceOidcConfig",
1954+
"description": "OIDC specific configuration."
1955+
},
1956+
"proxy": {
1957+
"description": "Proxy server address to use for auth method.",
1958+
"type": "string"
1959+
}
1960+
},
1961+
"type": "object"
1962+
},
1963+
"IdentityServiceMembershipSpec": {
1964+
"description": "**Anthos Identity Service**: Configuration for a single Membership.",
1965+
"id": "IdentityServiceMembershipSpec",
1966+
"properties": {
1967+
"authMethods": {
1968+
"description": "A member may support multiple auth methods.",
1969+
"items": {
1970+
"$ref": "IdentityServiceAuthMethod"
1971+
},
1972+
"type": "array"
1973+
}
1974+
},
1975+
"type": "object"
1976+
},
1977+
"IdentityServiceMembershipState": {
1978+
"description": "**Anthos Identity Service**: State for a single Membership.",
1979+
"id": "IdentityServiceMembershipState",
1980+
"properties": {
1981+
"failureReason": {
1982+
"description": "The reason of the failure.",
1983+
"type": "string"
1984+
},
1985+
"installedVersion": {
1986+
"description": "Installed AIS version. This is the AIS version installed on this member. The values makes sense iff state is OK.",
1987+
"type": "string"
1988+
},
1989+
"memberConfig": {
1990+
"$ref": "IdentityServiceMembershipSpec",
1991+
"description": "Last reconciled membership configuration"
1992+
},
1993+
"state": {
1994+
"description": "Deployment state on this member",
1995+
"enum": [
1996+
"DEPLOYMENT_STATE_UNSPECIFIED",
1997+
"OK",
1998+
"ERROR"
1999+
],
2000+
"enumDescriptions": [
2001+
"Unspecified state",
2002+
"deployment succeeds",
2003+
"Failure with error."
2004+
],
2005+
"type": "string"
2006+
}
2007+
},
2008+
"type": "object"
2009+
},
2010+
"IdentityServiceOidcConfig": {
2011+
"description": "Configuration for OIDC Auth flow.",
2012+
"id": "IdentityServiceOidcConfig",
2013+
"properties": {
2014+
"certificateAuthorityData": {
2015+
"description": "PEM-encoded CA for OIDC provider.",
2016+
"type": "string"
2017+
},
2018+
"clientId": {
2019+
"description": "ID for OIDC client application.",
2020+
"type": "string"
2021+
},
2022+
"clientSecret": {
2023+
"description": "Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.",
2024+
"type": "string"
2025+
},
2026+
"deployCloudConsoleProxy": {
2027+
"description": "Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.",
2028+
"type": "boolean"
2029+
},
2030+
"encryptedClientSecret": {
2031+
"description": "Output only. Encrypted OIDC Client secret",
2032+
"format": "byte",
2033+
"readOnly": true,
2034+
"type": "string"
2035+
},
2036+
"extraParams": {
2037+
"description": "Comma-separated list of key-value pairs.",
2038+
"type": "string"
2039+
},
2040+
"groupPrefix": {
2041+
"description": "Prefix to prepend to group name.",
2042+
"type": "string"
2043+
},
2044+
"groupsClaim": {
2045+
"description": "Claim in OIDC ID token that holds group information.",
2046+
"type": "string"
2047+
},
2048+
"issuerUri": {
2049+
"description": "URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.",
2050+
"type": "string"
2051+
},
2052+
"kubectlRedirectUri": {
2053+
"description": "Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.",
2054+
"type": "string"
2055+
},
2056+
"scopes": {
2057+
"description": "Comma-separated list of identifiers.",
2058+
"type": "string"
2059+
},
2060+
"userClaim": {
2061+
"description": "Claim in OIDC ID token that holds username.",
2062+
"type": "string"
2063+
},
2064+
"userPrefix": {
2065+
"description": "Prefix to prepend to user name.",
2066+
"type": "string"
2067+
}
2068+
},
2069+
"type": "object"
2070+
},
19442071
"KubernetesMetadata": {
19452072
"description": "KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters.",
19462073
"id": "KubernetesMetadata",
@@ -2236,6 +2363,10 @@
22362363
"$ref": "ConfigManagementMembershipSpec",
22372364
"description": "Config Management-specific spec."
22382365
},
2366+
"identityservice": {
2367+
"$ref": "IdentityServiceMembershipSpec",
2368+
"description": "Identity Service-specific spec."
2369+
},
22392370
"mesh": {
22402371
"$ref": "ServiceMeshMembershipSpec",
22412372
"description": "Anthos Service Mesh-specific spec"
@@ -2255,6 +2386,10 @@
22552386
"$ref": "ConfigManagementMembershipState",
22562387
"description": "Config Management-specific state."
22572388
},
2389+
"identityservice": {
2390+
"$ref": "IdentityServiceMembershipState",
2391+
"description": "Identity Service-specific state."
2392+
},
22582393
"servicemesh": {
22592394
"$ref": "ServiceMeshMembershipState",
22602395
"description": "Service Mesh-specific state."

googleapiclient/discovery_cache/documents/gkehub.v1alpha.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,14 @@
120120
"parent"
121121
],
122122
"parameters": {
123+
"pageSize": {
124+
"description": "Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
125+
"format": "int32",
126+
"location": "query",
127+
"type": "integer"
128+
},
123129
"pageToken": {
124-
"description": "A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.",
130+
"description": "Optional. A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.",
125131
"location": "query",
126132
"type": "string"
127133
},
@@ -582,8 +588,14 @@
582588
"parent"
583589
],
584590
"parameters": {
591+
"pageSize": {
592+
"description": "Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
593+
"format": "int32",
594+
"location": "query",
595+
"type": "integer"
596+
},
585597
"pageToken": {
586-
"description": "A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.",
598+
"description": "Optional. A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.",
587599
"location": "query",
588600
"type": "string"
589601
},
@@ -1139,7 +1151,7 @@
11391151
}
11401152
}
11411153
},
1142-
"revision": "20220415",
1154+
"revision": "20220422",
11431155
"rootUrl": "https://gkehub.googleapis.com/",
11441156
"schemas": {
11451157
"AnthosObservabilityFeatureSpec": {
@@ -2659,7 +2671,7 @@
26592671
"type": "array"
26602672
},
26612673
"nextPageToken": {
2662-
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
2674+
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. The token is only valid for 1h.",
26632675
"type": "string"
26642676
}
26652677
},

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": "20220415",
655+
"revision": "20220422",
656656
"rootUrl": "https://gkehub.googleapis.com/",
657657
"schemas": {
658658
"AuditConfig": {

googleapiclient/discovery_cache/documents/gkehub.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
}
671671
}
672672
},
673-
"revision": "20220415",
673+
"revision": "20220422",
674674
"rootUrl": "https://gkehub.googleapis.com/",
675675
"schemas": {
676676
"AnthosObservabilityFeatureSpec": {

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": "20220415",
709+
"revision": "20220422",
710710
"rootUrl": "https://gkehub.googleapis.com/",
711711
"schemas": {
712712
"AuditConfig": {

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": "20220415",
283+
"revision": "20220422",
284284
"rootUrl": "https://gkehub.googleapis.com/",
285285
"schemas": {
286286
"CancelOperationRequest": {

0 commit comments

Comments
 (0)