@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20230219 → 0.0.20230224
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +13 -4
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://gkehub.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230224
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1118,7 +1118,10 @@ declare namespace gapi.client {
|
|
|
1118
1118
|
deleteTime?: string;
|
|
1119
1119
|
/** group is the group, as seen by the kubernetes cluster. */
|
|
1120
1120
|
group?: string;
|
|
1121
|
-
/**
|
|
1121
|
+
/**
|
|
1122
|
+
* The resource name for the rbacrolebinding `projects/{project}/locations/{location}/namespaces/{namespace}/rbacrolebindings/{rbacrolebinding}` or
|
|
1123
|
+
* `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}`
|
|
1124
|
+
*/
|
|
1122
1125
|
name?: string;
|
|
1123
1126
|
/** Required. Role to bind to the principal */
|
|
1124
1127
|
role?: Role;
|
|
@@ -2837,7 +2840,10 @@ declare namespace gapi.client {
|
|
|
2837
2840
|
fields?: string;
|
|
2838
2841
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2839
2842
|
key?: string;
|
|
2840
|
-
/**
|
|
2843
|
+
/**
|
|
2844
|
+
* The resource name for the rbacrolebinding `projects/{project}/locations/{location}/namespaces/{namespace}/rbacrolebindings/{rbacrolebinding}` or
|
|
2845
|
+
* `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}`
|
|
2846
|
+
*/
|
|
2841
2847
|
name: string;
|
|
2842
2848
|
/** OAuth 2.0 token for the current user. */
|
|
2843
2849
|
oauth_token?: string;
|
|
@@ -2867,7 +2873,10 @@ declare namespace gapi.client {
|
|
|
2867
2873
|
fields?: string;
|
|
2868
2874
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2869
2875
|
key?: string;
|
|
2870
|
-
/**
|
|
2876
|
+
/**
|
|
2877
|
+
* The resource name for the rbacrolebinding `projects/{project}/locations/{location}/namespaces/{namespace}/rbacrolebindings/{rbacrolebinding}` or
|
|
2878
|
+
* `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}`
|
|
2879
|
+
*/
|
|
2871
2880
|
name: string;
|
|
2872
2881
|
/** OAuth 2.0 token for the current user. */
|
|
2873
2882
|
oauth_token?: string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230224
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|