@maxim_mazurok/gapi.client.gkehub-v1 0.1.20250829 → 0.1.20250907
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 +5 -3
- package/package.json +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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250907
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1287,7 +1287,9 @@ declare namespace gapi.client {
|
|
|
1287
1287
|
interface ResourceOptions {
|
|
1288
1288
|
/** Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected. */
|
|
1289
1289
|
connectVersion?: string;
|
|
1290
|
-
/** Optional.
|
|
1290
|
+
/** Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above. */
|
|
1291
|
+
k8sGitVersion?: string;
|
|
1292
|
+
/** Optional. Major and minor version of the Kubernetes cluster. This is only used to determine which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1` or`apiextensions/v1`. */
|
|
1291
1293
|
k8sVersion?: string;
|
|
1292
1294
|
/** Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. This option should be set for clusters with Kubernetes apiserver versions <1.16. */
|
|
1293
1295
|
v1beta1Crd?: boolean;
|
|
@@ -3785,7 +3787,7 @@ declare namespace gapi.client {
|
|
|
3785
3787
|
alt?: string;
|
|
3786
3788
|
/** JSONP */
|
|
3787
3789
|
callback?: string;
|
|
3788
|
-
/** Optional.
|
|
3790
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
3789
3791
|
extraLocationTypes?: string | string[];
|
|
3790
3792
|
/** Selector specifying which fields to include in a partial response. */
|
|
3791
3793
|
fields?: string;
|