@maxim_mazurok/gapi.client.gkehub-v1alpha 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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250907
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1398,7 +1398,9 @@ declare namespace gapi.client {
|
|
|
1398
1398
|
interface ResourceOptions {
|
|
1399
1399
|
/** 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. */
|
|
1400
1400
|
connectVersion?: string;
|
|
1401
|
-
/** Optional.
|
|
1401
|
+
/** 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. */
|
|
1402
|
+
k8sGitVersion?: string;
|
|
1403
|
+
/** 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`. */
|
|
1402
1404
|
k8sVersion?: string;
|
|
1403
1405
|
/** Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. This option should be set for clusters with Kubernetes apiserver versions <1.16. */
|
|
1404
1406
|
v1beta1Crd?: boolean;
|
|
@@ -4160,7 +4162,7 @@ declare namespace gapi.client {
|
|
|
4160
4162
|
alt?: string;
|
|
4161
4163
|
/** JSONP */
|
|
4162
4164
|
callback?: string;
|
|
4163
|
-
/** Optional.
|
|
4165
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
4164
4166
|
extraLocationTypes?: string | string[];
|
|
4165
4167
|
/** Selector specifying which fields to include in a partial response. */
|
|
4166
4168
|
fields?: string;
|