@distilled.cloud/kubernetes 0.13.0 → 0.14.0

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.
Files changed (51) hide show
  1. package/lib/client/api.d.ts +5 -4
  2. package/lib/client/api.d.ts.map +1 -1
  3. package/lib/client/api.js.map +1 -1
  4. package/lib/services/admissionregistration.d.ts +97 -97
  5. package/lib/services/admissionregistration.d.ts.map +1 -1
  6. package/lib/services/apiextensions.d.ts +14 -14
  7. package/lib/services/apiextensions.d.ts.map +1 -1
  8. package/lib/services/apiregistration.d.ts +14 -14
  9. package/lib/services/apiregistration.d.ts.map +1 -1
  10. package/lib/services/apps.d.ts +78 -78
  11. package/lib/services/apps.d.ts.map +1 -1
  12. package/lib/services/authentication.d.ts +4 -4
  13. package/lib/services/authentication.d.ts.map +1 -1
  14. package/lib/services/authorization.d.ts +6 -6
  15. package/lib/services/authorization.d.ts.map +1 -1
  16. package/lib/services/autoscaling.d.ts +31 -31
  17. package/lib/services/autoscaling.d.ts.map +1 -1
  18. package/lib/services/batch.d.ts +30 -30
  19. package/lib/services/batch.d.ts.map +1 -1
  20. package/lib/services/certificates.d.ts +51 -51
  21. package/lib/services/certificates.d.ts.map +1 -1
  22. package/lib/services/coordination.d.ts +37 -37
  23. package/lib/services/coordination.d.ts.map +1 -1
  24. package/lib/services/core.d.ts +243 -243
  25. package/lib/services/core.d.ts.map +1 -1
  26. package/lib/services/discovery.d.ts +13 -13
  27. package/lib/services/discovery.d.ts.map +1 -1
  28. package/lib/services/events.d.ts +13 -13
  29. package/lib/services/events.d.ts.map +1 -1
  30. package/lib/services/flowcontrol-apiserver.d.ts +26 -26
  31. package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
  32. package/lib/services/internal-apiserver.d.ts +14 -14
  33. package/lib/services/internal-apiserver.d.ts.map +1 -1
  34. package/lib/services/networking.d.ts +79 -79
  35. package/lib/services/networking.d.ts.map +1 -1
  36. package/lib/services/node.d.ts +11 -11
  37. package/lib/services/node.d.ts.map +1 -1
  38. package/lib/services/policy.d.ts +16 -16
  39. package/lib/services/policy.d.ts.map +1 -1
  40. package/lib/services/rbac-authorization.d.ts +42 -42
  41. package/lib/services/rbac-authorization.d.ts.map +1 -1
  42. package/lib/services/resource.d.ts +170 -170
  43. package/lib/services/resource.d.ts.map +1 -1
  44. package/lib/services/scheduling.d.ts +37 -37
  45. package/lib/services/scheduling.d.ts.map +1 -1
  46. package/lib/services/storage.d.ts +71 -71
  47. package/lib/services/storage.d.ts.map +1 -1
  48. package/lib/services/storagemigration.d.ts +14 -14
  49. package/lib/services/storagemigration.d.ts.map +1 -1
  50. package/package.json +2 -2
  51. package/src/client/api.ts +1 -1
@@ -129,7 +129,7 @@ export declare const createStorageV1CSIDriver: API.OperationMethod<{
129
129
  }[] | undefined;
130
130
  readonly volumeLifecycleModes?: readonly string[] | undefined;
131
131
  };
132
- }, Conflict | UnprocessableEntity, any>;
132
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
133
133
  export declare const CreateStorageV1CSINodeInput: Schema.Struct<{
134
134
  readonly dryRun: Schema.optional<Schema.String>;
135
135
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -240,7 +240,7 @@ export declare const createStorageV1CSINode: API.OperationMethod<{
240
240
  readonly topologyKeys?: readonly string[] | undefined;
241
241
  }[];
242
242
  };
243
- }, Conflict | UnprocessableEntity, any>;
243
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
244
244
  export declare const CreateStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
245
245
  readonly dryRun: Schema.optional<Schema.String>;
246
246
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -355,7 +355,7 @@ export declare const createStorageV1NamespacedCSIStorageCapacity: API.OperationM
355
355
  } | undefined;
356
356
  } | undefined;
357
357
  readonly storageClassName: string;
358
- }, Conflict | UnprocessableEntity, any>;
358
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
359
359
  export declare const CreateStorageV1StorageClassInput: Schema.Struct<{
360
360
  readonly dryRun: Schema.optional<Schema.String>;
361
361
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -472,7 +472,7 @@ export declare const createStorageV1StorageClass: API.OperationMethod<{
472
472
  readonly provisioner: string;
473
473
  readonly reclaimPolicy?: string | undefined;
474
474
  readonly volumeBindingMode?: string | undefined;
475
- }, Conflict | UnprocessableEntity, any>;
475
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
476
476
  export declare const CreateStorageV1VolumeAttachmentInput: Schema.Struct<{
477
477
  readonly dryRun: Schema.optional<Schema.String>;
478
478
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1071,7 +1071,7 @@ export declare const createStorageV1VolumeAttachment: API.OperationMethod<{
1071
1071
  readonly time?: string | undefined;
1072
1072
  } | undefined;
1073
1073
  } | undefined;
1074
- }, Conflict | UnprocessableEntity, any>;
1074
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1075
1075
  export declare const CreateStorageV1VolumeAttributesClassInput: Schema.Struct<{
1076
1076
  readonly dryRun: Schema.optional<Schema.String>;
1077
1077
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1168,7 +1168,7 @@ export declare const createStorageV1VolumeAttributesClass: API.OperationMethod<{
1168
1168
  readonly parameters?: {
1169
1169
  readonly [x: string]: string;
1170
1170
  } | undefined;
1171
- }, Conflict | UnprocessableEntity, any>;
1171
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1172
1172
  export declare const CreateStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
1173
1173
  readonly dryRun: Schema.optional<Schema.String>;
1174
1174
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1265,7 +1265,7 @@ export declare const createStorageV1beta1VolumeAttributesClass: API.OperationMet
1265
1265
  readonly parameters?: {
1266
1266
  readonly [x: string]: string;
1267
1267
  } | undefined;
1268
- }, Conflict | UnprocessableEntity, any>;
1268
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1269
1269
  export declare const DeleteStorageV1CSIDriverInput: Schema.Struct<{
1270
1270
  readonly dryRun: Schema.optional<Schema.String>;
1271
1271
  }>;
@@ -1385,7 +1385,7 @@ export declare const deleteStorageV1CSIDriver: API.OperationMethod<{
1385
1385
  }[] | undefined;
1386
1386
  readonly volumeLifecycleModes?: readonly string[] | undefined;
1387
1387
  };
1388
- }, Conflict | NotFound, any>;
1388
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
1389
1389
  export declare const DeleteStorageV1CSINodeInput: Schema.Struct<{
1390
1390
  readonly dryRun: Schema.optional<Schema.String>;
1391
1391
  }>;
@@ -1493,7 +1493,7 @@ export declare const deleteStorageV1CSINode: API.OperationMethod<{
1493
1493
  readonly topologyKeys?: readonly string[] | undefined;
1494
1494
  }[];
1495
1495
  };
1496
- }, Conflict | NotFound, any>;
1496
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
1497
1497
  export declare const DeleteStorageV1CollectionCSIDriverInput: Schema.Struct<{
1498
1498
  readonly dryRun: Schema.optional<Schema.String>;
1499
1499
  }>;
@@ -1563,7 +1563,7 @@ export declare const deleteStorageV1CollectionCSIDriver: API.OperationMethod<{
1563
1563
  } | undefined;
1564
1564
  readonly reason?: string | undefined;
1565
1565
  readonly status?: string | undefined;
1566
- }, never, any>;
1566
+ }, never, import("../credentials.ts").Credentials>;
1567
1567
  export declare const DeleteStorageV1CollectionCSINodeInput: Schema.Struct<{
1568
1568
  readonly dryRun: Schema.optional<Schema.String>;
1569
1569
  }>;
@@ -1633,7 +1633,7 @@ export declare const deleteStorageV1CollectionCSINode: API.OperationMethod<{
1633
1633
  } | undefined;
1634
1634
  readonly reason?: string | undefined;
1635
1635
  readonly status?: string | undefined;
1636
- }, never, any>;
1636
+ }, never, import("../credentials.ts").Credentials>;
1637
1637
  export declare const DeleteStorageV1CollectionNamespacedCSIStorageCapacityInput: Schema.Struct<{
1638
1638
  readonly dryRun: Schema.optional<Schema.String>;
1639
1639
  }>;
@@ -1703,7 +1703,7 @@ export declare const deleteStorageV1CollectionNamespacedCSIStorageCapacity: API.
1703
1703
  } | undefined;
1704
1704
  readonly reason?: string | undefined;
1705
1705
  readonly status?: string | undefined;
1706
- }, never, any>;
1706
+ }, never, import("../credentials.ts").Credentials>;
1707
1707
  export declare const DeleteStorageV1CollectionStorageClassInput: Schema.Struct<{
1708
1708
  readonly dryRun: Schema.optional<Schema.String>;
1709
1709
  }>;
@@ -1773,7 +1773,7 @@ export declare const deleteStorageV1CollectionStorageClass: API.OperationMethod<
1773
1773
  } | undefined;
1774
1774
  readonly reason?: string | undefined;
1775
1775
  readonly status?: string | undefined;
1776
- }, never, any>;
1776
+ }, never, import("../credentials.ts").Credentials>;
1777
1777
  export declare const DeleteStorageV1CollectionVolumeAttachmentInput: Schema.Struct<{
1778
1778
  readonly dryRun: Schema.optional<Schema.String>;
1779
1779
  }>;
@@ -1843,7 +1843,7 @@ export declare const deleteStorageV1CollectionVolumeAttachment: API.OperationMet
1843
1843
  } | undefined;
1844
1844
  readonly reason?: string | undefined;
1845
1845
  readonly status?: string | undefined;
1846
- }, never, any>;
1846
+ }, never, import("../credentials.ts").Credentials>;
1847
1847
  export declare const DeleteStorageV1CollectionVolumeAttributesClassInput: Schema.Struct<{
1848
1848
  readonly dryRun: Schema.optional<Schema.String>;
1849
1849
  }>;
@@ -1913,7 +1913,7 @@ export declare const deleteStorageV1CollectionVolumeAttributesClass: API.Operati
1913
1913
  } | undefined;
1914
1914
  readonly reason?: string | undefined;
1915
1915
  readonly status?: string | undefined;
1916
- }, never, any>;
1916
+ }, never, import("../credentials.ts").Credentials>;
1917
1917
  export declare const DeleteStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
1918
1918
  readonly dryRun: Schema.optional<Schema.String>;
1919
1919
  }>;
@@ -1983,7 +1983,7 @@ export declare const deleteStorageV1NamespacedCSIStorageCapacity: API.OperationM
1983
1983
  } | undefined;
1984
1984
  readonly reason?: string | undefined;
1985
1985
  readonly status?: string | undefined;
1986
- }, Conflict | NotFound, any>;
1986
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
1987
1987
  export declare const DeleteStorageV1StorageClassInput: Schema.Struct<{
1988
1988
  readonly dryRun: Schema.optional<Schema.String>;
1989
1989
  }>;
@@ -2097,7 +2097,7 @@ export declare const deleteStorageV1StorageClass: API.OperationMethod<{
2097
2097
  readonly provisioner: string;
2098
2098
  readonly reclaimPolicy?: string | undefined;
2099
2099
  readonly volumeBindingMode?: string | undefined;
2100
- }, Conflict | NotFound, any>;
2100
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
2101
2101
  export declare const DeleteStorageV1VolumeAttachmentInput: Schema.Struct<{
2102
2102
  readonly dryRun: Schema.optional<Schema.String>;
2103
2103
  }>;
@@ -2693,7 +2693,7 @@ export declare const deleteStorageV1VolumeAttachment: API.OperationMethod<{
2693
2693
  readonly time?: string | undefined;
2694
2694
  } | undefined;
2695
2695
  } | undefined;
2696
- }, Conflict | NotFound, any>;
2696
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
2697
2697
  export declare const DeleteStorageV1VolumeAttributesClassInput: Schema.Struct<{
2698
2698
  readonly dryRun: Schema.optional<Schema.String>;
2699
2699
  }>;
@@ -2787,7 +2787,7 @@ export declare const deleteStorageV1VolumeAttributesClass: API.OperationMethod<{
2787
2787
  readonly parameters?: {
2788
2788
  readonly [x: string]: string;
2789
2789
  } | undefined;
2790
- }, Conflict | NotFound, any>;
2790
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
2791
2791
  export declare const DeleteStorageV1beta1CollectionVolumeAttributesClassInput: Schema.Struct<{
2792
2792
  readonly dryRun: Schema.optional<Schema.String>;
2793
2793
  }>;
@@ -2857,7 +2857,7 @@ export declare const deleteStorageV1beta1CollectionVolumeAttributesClass: API.Op
2857
2857
  } | undefined;
2858
2858
  readonly reason?: string | undefined;
2859
2859
  readonly status?: string | undefined;
2860
- }, never, any>;
2860
+ }, never, import("../credentials.ts").Credentials>;
2861
2861
  export declare const DeleteStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
2862
2862
  readonly dryRun: Schema.optional<Schema.String>;
2863
2863
  }>;
@@ -2951,7 +2951,7 @@ export declare const deleteStorageV1beta1VolumeAttributesClass: API.OperationMet
2951
2951
  readonly parameters?: {
2952
2952
  readonly [x: string]: string;
2953
2953
  } | undefined;
2954
- }, Conflict | NotFound, any>;
2954
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
2955
2955
  export declare const GetStorageAPIGroupInput: Schema.Struct<{}>;
2956
2956
  export type GetStorageAPIGroupInput = typeof GetStorageAPIGroupInput.Type;
2957
2957
  export declare const GetStorageAPIGroupOutput: Schema.Struct<{
@@ -2991,7 +2991,7 @@ export declare const getStorageAPIGroup: API.OperationMethod<{}, {
2991
2991
  readonly groupVersion: string;
2992
2992
  readonly version: string;
2993
2993
  }[];
2994
- }, never, any>;
2994
+ }, never, import("../credentials.ts").Credentials>;
2995
2995
  export declare const GetStorageV1APIResourcesInput: Schema.Struct<{}>;
2996
2996
  export type GetStorageV1APIResourcesInput = typeof GetStorageV1APIResourcesInput.Type;
2997
2997
  export declare const GetStorageV1APIResourcesOutput: Schema.Struct<{
@@ -3031,7 +3031,7 @@ export declare const getStorageV1APIResources: API.OperationMethod<{}, {
3031
3031
  readonly verbs: readonly string[];
3032
3032
  readonly version?: string | undefined;
3033
3033
  }[];
3034
- }, never, any>;
3034
+ }, never, import("../credentials.ts").Credentials>;
3035
3035
  export declare const GetStorageV1beta1APIResourcesInput: Schema.Struct<{}>;
3036
3036
  export type GetStorageV1beta1APIResourcesInput = typeof GetStorageV1beta1APIResourcesInput.Type;
3037
3037
  export declare const GetStorageV1beta1APIResourcesOutput: Schema.Struct<{
@@ -3071,7 +3071,7 @@ export declare const getStorageV1beta1APIResources: API.OperationMethod<{}, {
3071
3071
  readonly verbs: readonly string[];
3072
3072
  readonly version?: string | undefined;
3073
3073
  }[];
3074
- }, never, any>;
3074
+ }, never, import("../credentials.ts").Credentials>;
3075
3075
  export declare const ListStorageV1CSIDriverInput: Schema.Struct<{}>;
3076
3076
  export type ListStorageV1CSIDriverInput = typeof ListStorageV1CSIDriverInput.Type;
3077
3077
  export declare const ListStorageV1CSIDriverOutput: Schema.Struct<{
@@ -3211,7 +3211,7 @@ export declare const listStorageV1CSIDriver: API.OperationMethod<{}, {
3211
3211
  readonly selector: string;
3212
3212
  } | undefined;
3213
3213
  } | undefined;
3214
- }, never, any>;
3214
+ }, never, import("../credentials.ts").Credentials>;
3215
3215
  export declare const ListStorageV1CSINodeInput: Schema.Struct<{}>;
3216
3216
  export type ListStorageV1CSINodeInput = typeof ListStorageV1CSINodeInput.Type;
3217
3217
  export declare const ListStorageV1CSINodeOutput: Schema.Struct<{
@@ -3339,7 +3339,7 @@ export declare const listStorageV1CSINode: API.OperationMethod<{}, {
3339
3339
  readonly selector: string;
3340
3340
  } | undefined;
3341
3341
  } | undefined;
3342
- }, never, any>;
3342
+ }, never, import("../credentials.ts").Credentials>;
3343
3343
  export declare const ListStorageV1CSIStorageCapacityForAllNamespacesInput: Schema.Struct<{}>;
3344
3344
  export type ListStorageV1CSIStorageCapacityForAllNamespacesInput = typeof ListStorageV1CSIStorageCapacityForAllNamespacesInput.Type;
3345
3345
  export declare const ListStorageV1CSIStorageCapacityForAllNamespacesOutput: Schema.Struct<{
@@ -3471,7 +3471,7 @@ export declare const listStorageV1CSIStorageCapacityForAllNamespaces: API.Operat
3471
3471
  readonly selector: string;
3472
3472
  } | undefined;
3473
3473
  } | undefined;
3474
- }, never, any>;
3474
+ }, never, import("../credentials.ts").Credentials>;
3475
3475
  export declare const ListStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{}>;
3476
3476
  export type ListStorageV1NamespacedCSIStorageCapacityInput = typeof ListStorageV1NamespacedCSIStorageCapacityInput.Type;
3477
3477
  export declare const ListStorageV1NamespacedCSIStorageCapacityOutput: Schema.Struct<{
@@ -3603,7 +3603,7 @@ export declare const listStorageV1NamespacedCSIStorageCapacity: API.OperationMet
3603
3603
  readonly selector: string;
3604
3604
  } | undefined;
3605
3605
  } | undefined;
3606
- }, never, any>;
3606
+ }, never, import("../credentials.ts").Credentials>;
3607
3607
  export declare const ListStorageV1StorageClassInput: Schema.Struct<{}>;
3608
3608
  export type ListStorageV1StorageClassInput = typeof ListStorageV1StorageClassInput.Type;
3609
3609
  export declare const ListStorageV1StorageClassOutput: Schema.Struct<{
@@ -3737,7 +3737,7 @@ export declare const listStorageV1StorageClass: API.OperationMethod<{}, {
3737
3737
  readonly selector: string;
3738
3738
  } | undefined;
3739
3739
  } | undefined;
3740
- }, never, any>;
3740
+ }, never, import("../credentials.ts").Credentials>;
3741
3741
  export declare const ListStorageV1VolumeAttachmentInput: Schema.Struct<{}>;
3742
3742
  export type ListStorageV1VolumeAttachmentInput = typeof ListStorageV1VolumeAttachmentInput.Type;
3743
3743
  export declare const ListStorageV1VolumeAttachmentOutput: Schema.Struct<{
@@ -4353,7 +4353,7 @@ export declare const listStorageV1VolumeAttachment: API.OperationMethod<{}, {
4353
4353
  readonly selector: string;
4354
4354
  } | undefined;
4355
4355
  } | undefined;
4356
- }, never, any>;
4356
+ }, never, import("../credentials.ts").Credentials>;
4357
4357
  export declare const ListStorageV1VolumeAttributesClassInput: Schema.Struct<{}>;
4358
4358
  export type ListStorageV1VolumeAttributesClassInput = typeof ListStorageV1VolumeAttributesClassInput.Type;
4359
4359
  export declare const ListStorageV1VolumeAttributesClassOutput: Schema.Struct<{
@@ -4467,7 +4467,7 @@ export declare const listStorageV1VolumeAttributesClass: API.OperationMethod<{},
4467
4467
  readonly selector: string;
4468
4468
  } | undefined;
4469
4469
  } | undefined;
4470
- }, never, any>;
4470
+ }, never, import("../credentials.ts").Credentials>;
4471
4471
  export declare const ListStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{}>;
4472
4472
  export type ListStorageV1beta1VolumeAttributesClassInput = typeof ListStorageV1beta1VolumeAttributesClassInput.Type;
4473
4473
  export declare const ListStorageV1beta1VolumeAttributesClassOutput: Schema.Struct<{
@@ -4581,7 +4581,7 @@ export declare const listStorageV1beta1VolumeAttributesClass: API.OperationMetho
4581
4581
  readonly selector: string;
4582
4582
  } | undefined;
4583
4583
  } | undefined;
4584
- }, never, any>;
4584
+ }, never, import("../credentials.ts").Credentials>;
4585
4585
  export declare const PatchStorageV1CSIDriverInput: Schema.Struct<{
4586
4586
  readonly dryRun: Schema.optional<Schema.String>;
4587
4587
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -4704,7 +4704,7 @@ export declare const patchStorageV1CSIDriver: API.OperationMethod<{
4704
4704
  }[] | undefined;
4705
4705
  readonly volumeLifecycleModes?: readonly string[] | undefined;
4706
4706
  };
4707
- }, Conflict | NotFound | UnprocessableEntity, any>;
4707
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
4708
4708
  export declare const PatchStorageV1CSINodeInput: Schema.Struct<{
4709
4709
  readonly dryRun: Schema.optional<Schema.String>;
4710
4710
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -4815,7 +4815,7 @@ export declare const patchStorageV1CSINode: API.OperationMethod<{
4815
4815
  readonly topologyKeys?: readonly string[] | undefined;
4816
4816
  }[];
4817
4817
  };
4818
- }, Conflict | NotFound | UnprocessableEntity, any>;
4818
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
4819
4819
  export declare const PatchStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
4820
4820
  readonly dryRun: Schema.optional<Schema.String>;
4821
4821
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -4930,7 +4930,7 @@ export declare const patchStorageV1NamespacedCSIStorageCapacity: API.OperationMe
4930
4930
  } | undefined;
4931
4931
  } | undefined;
4932
4932
  readonly storageClassName: string;
4933
- }, Conflict | NotFound | UnprocessableEntity, any>;
4933
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
4934
4934
  export declare const PatchStorageV1StorageClassInput: Schema.Struct<{
4935
4935
  readonly dryRun: Schema.optional<Schema.String>;
4936
4936
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -5047,7 +5047,7 @@ export declare const patchStorageV1StorageClass: API.OperationMethod<{
5047
5047
  readonly provisioner: string;
5048
5048
  readonly reclaimPolicy?: string | undefined;
5049
5049
  readonly volumeBindingMode?: string | undefined;
5050
- }, Conflict | NotFound | UnprocessableEntity, any>;
5050
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
5051
5051
  export declare const PatchStorageV1VolumeAttachmentInput: Schema.Struct<{
5052
5052
  readonly dryRun: Schema.optional<Schema.String>;
5053
5053
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -5646,7 +5646,7 @@ export declare const patchStorageV1VolumeAttachment: API.OperationMethod<{
5646
5646
  readonly time?: string | undefined;
5647
5647
  } | undefined;
5648
5648
  } | undefined;
5649
- }, Conflict | NotFound | UnprocessableEntity, any>;
5649
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
5650
5650
  export declare const PatchStorageV1VolumeAttachmentStatusInput: Schema.Struct<{
5651
5651
  readonly dryRun: Schema.optional<Schema.String>;
5652
5652
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -6245,7 +6245,7 @@ export declare const patchStorageV1VolumeAttachmentStatus: API.OperationMethod<{
6245
6245
  readonly time?: string | undefined;
6246
6246
  } | undefined;
6247
6247
  } | undefined;
6248
- }, Conflict | NotFound | UnprocessableEntity, any>;
6248
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
6249
6249
  export declare const PatchStorageV1VolumeAttributesClassInput: Schema.Struct<{
6250
6250
  readonly dryRun: Schema.optional<Schema.String>;
6251
6251
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -6342,7 +6342,7 @@ export declare const patchStorageV1VolumeAttributesClass: API.OperationMethod<{
6342
6342
  readonly parameters?: {
6343
6343
  readonly [x: string]: string;
6344
6344
  } | undefined;
6345
- }, Conflict | NotFound | UnprocessableEntity, any>;
6345
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
6346
6346
  export declare const PatchStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
6347
6347
  readonly dryRun: Schema.optional<Schema.String>;
6348
6348
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -6439,7 +6439,7 @@ export declare const patchStorageV1beta1VolumeAttributesClass: API.OperationMeth
6439
6439
  readonly parameters?: {
6440
6440
  readonly [x: string]: string;
6441
6441
  } | undefined;
6442
- }, Conflict | NotFound | UnprocessableEntity, any>;
6442
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
6443
6443
  export declare const ReadStorageV1CSIDriverInput: Schema.Struct<{}>;
6444
6444
  export type ReadStorageV1CSIDriverInput = typeof ReadStorageV1CSIDriverInput.Type;
6445
6445
  export declare const ReadStorageV1CSIDriverOutput: Schema.Struct<{
@@ -6553,7 +6553,7 @@ export declare const readStorageV1CSIDriver: API.OperationMethod<{}, {
6553
6553
  }[] | undefined;
6554
6554
  readonly volumeLifecycleModes?: readonly string[] | undefined;
6555
6555
  };
6556
- }, NotFound, any>;
6556
+ }, NotFound, import("../credentials.ts").Credentials>;
6557
6557
  export declare const ReadStorageV1CSINodeInput: Schema.Struct<{}>;
6558
6558
  export type ReadStorageV1CSINodeInput = typeof ReadStorageV1CSINodeInput.Type;
6559
6559
  export declare const ReadStorageV1CSINodeOutput: Schema.Struct<{
@@ -6655,7 +6655,7 @@ export declare const readStorageV1CSINode: API.OperationMethod<{}, {
6655
6655
  readonly topologyKeys?: readonly string[] | undefined;
6656
6656
  }[];
6657
6657
  };
6658
- }, NotFound, any>;
6658
+ }, NotFound, import("../credentials.ts").Credentials>;
6659
6659
  export declare const ReadStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{}>;
6660
6660
  export type ReadStorageV1NamespacedCSIStorageCapacityInput = typeof ReadStorageV1NamespacedCSIStorageCapacityInput.Type;
6661
6661
  export declare const ReadStorageV1NamespacedCSIStorageCapacityOutput: Schema.Struct<{
@@ -6761,7 +6761,7 @@ export declare const readStorageV1NamespacedCSIStorageCapacity: API.OperationMet
6761
6761
  } | undefined;
6762
6762
  } | undefined;
6763
6763
  readonly storageClassName: string;
6764
- }, NotFound, any>;
6764
+ }, NotFound, import("../credentials.ts").Credentials>;
6765
6765
  export declare const ReadStorageV1StorageClassInput: Schema.Struct<{}>;
6766
6766
  export type ReadStorageV1StorageClassInput = typeof ReadStorageV1StorageClassInput.Type;
6767
6767
  export declare const ReadStorageV1StorageClassOutput: Schema.Struct<{
@@ -6869,7 +6869,7 @@ export declare const readStorageV1StorageClass: API.OperationMethod<{}, {
6869
6869
  readonly provisioner: string;
6870
6870
  readonly reclaimPolicy?: string | undefined;
6871
6871
  readonly volumeBindingMode?: string | undefined;
6872
- }, NotFound, any>;
6872
+ }, NotFound, import("../credentials.ts").Credentials>;
6873
6873
  export declare const ReadStorageV1VolumeAttachmentInput: Schema.Struct<{}>;
6874
6874
  export type ReadStorageV1VolumeAttachmentInput = typeof ReadStorageV1VolumeAttachmentInput.Type;
6875
6875
  export declare const ReadStorageV1VolumeAttachmentOutput: Schema.Struct<{
@@ -7459,7 +7459,7 @@ export declare const readStorageV1VolumeAttachment: API.OperationMethod<{}, {
7459
7459
  readonly time?: string | undefined;
7460
7460
  } | undefined;
7461
7461
  } | undefined;
7462
- }, NotFound, any>;
7462
+ }, NotFound, import("../credentials.ts").Credentials>;
7463
7463
  export declare const ReadStorageV1VolumeAttachmentStatusInput: Schema.Struct<{}>;
7464
7464
  export type ReadStorageV1VolumeAttachmentStatusInput = typeof ReadStorageV1VolumeAttachmentStatusInput.Type;
7465
7465
  export declare const ReadStorageV1VolumeAttachmentStatusOutput: Schema.Struct<{
@@ -8049,7 +8049,7 @@ export declare const readStorageV1VolumeAttachmentStatus: API.OperationMethod<{}
8049
8049
  readonly time?: string | undefined;
8050
8050
  } | undefined;
8051
8051
  } | undefined;
8052
- }, NotFound, any>;
8052
+ }, NotFound, import("../credentials.ts").Credentials>;
8053
8053
  export declare const ReadStorageV1VolumeAttributesClassInput: Schema.Struct<{}>;
8054
8054
  export type ReadStorageV1VolumeAttributesClassInput = typeof ReadStorageV1VolumeAttributesClassInput.Type;
8055
8055
  export declare const ReadStorageV1VolumeAttributesClassOutput: Schema.Struct<{
@@ -8137,7 +8137,7 @@ export declare const readStorageV1VolumeAttributesClass: API.OperationMethod<{},
8137
8137
  readonly parameters?: {
8138
8138
  readonly [x: string]: string;
8139
8139
  } | undefined;
8140
- }, NotFound, any>;
8140
+ }, NotFound, import("../credentials.ts").Credentials>;
8141
8141
  export declare const ReadStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{}>;
8142
8142
  export type ReadStorageV1beta1VolumeAttributesClassInput = typeof ReadStorageV1beta1VolumeAttributesClassInput.Type;
8143
8143
  export declare const ReadStorageV1beta1VolumeAttributesClassOutput: Schema.Struct<{
@@ -8225,7 +8225,7 @@ export declare const readStorageV1beta1VolumeAttributesClass: API.OperationMetho
8225
8225
  readonly parameters?: {
8226
8226
  readonly [x: string]: string;
8227
8227
  } | undefined;
8228
- }, NotFound, any>;
8228
+ }, NotFound, import("../credentials.ts").Credentials>;
8229
8229
  export declare const ReplaceStorageV1CSIDriverInput: Schema.Struct<{
8230
8230
  readonly dryRun: Schema.optional<Schema.String>;
8231
8231
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -8348,7 +8348,7 @@ export declare const replaceStorageV1CSIDriver: API.OperationMethod<{
8348
8348
  }[] | undefined;
8349
8349
  readonly volumeLifecycleModes?: readonly string[] | undefined;
8350
8350
  };
8351
- }, Conflict | NotFound | UnprocessableEntity, any>;
8351
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
8352
8352
  export declare const ReplaceStorageV1CSINodeInput: Schema.Struct<{
8353
8353
  readonly dryRun: Schema.optional<Schema.String>;
8354
8354
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -8459,7 +8459,7 @@ export declare const replaceStorageV1CSINode: API.OperationMethod<{
8459
8459
  readonly topologyKeys?: readonly string[] | undefined;
8460
8460
  }[];
8461
8461
  };
8462
- }, Conflict | NotFound | UnprocessableEntity, any>;
8462
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
8463
8463
  export declare const ReplaceStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
8464
8464
  readonly dryRun: Schema.optional<Schema.String>;
8465
8465
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -8574,7 +8574,7 @@ export declare const replaceStorageV1NamespacedCSIStorageCapacity: API.Operation
8574
8574
  } | undefined;
8575
8575
  } | undefined;
8576
8576
  readonly storageClassName: string;
8577
- }, Conflict | NotFound | UnprocessableEntity, any>;
8577
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
8578
8578
  export declare const ReplaceStorageV1StorageClassInput: Schema.Struct<{
8579
8579
  readonly dryRun: Schema.optional<Schema.String>;
8580
8580
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -8691,7 +8691,7 @@ export declare const replaceStorageV1StorageClass: API.OperationMethod<{
8691
8691
  readonly provisioner: string;
8692
8692
  readonly reclaimPolicy?: string | undefined;
8693
8693
  readonly volumeBindingMode?: string | undefined;
8694
- }, Conflict | NotFound | UnprocessableEntity, any>;
8694
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
8695
8695
  export declare const ReplaceStorageV1VolumeAttachmentInput: Schema.Struct<{
8696
8696
  readonly dryRun: Schema.optional<Schema.String>;
8697
8697
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -9290,7 +9290,7 @@ export declare const replaceStorageV1VolumeAttachment: API.OperationMethod<{
9290
9290
  readonly time?: string | undefined;
9291
9291
  } | undefined;
9292
9292
  } | undefined;
9293
- }, Conflict | NotFound | UnprocessableEntity, any>;
9293
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
9294
9294
  export declare const ReplaceStorageV1VolumeAttachmentStatusInput: Schema.Struct<{
9295
9295
  readonly dryRun: Schema.optional<Schema.String>;
9296
9296
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -9889,7 +9889,7 @@ export declare const replaceStorageV1VolumeAttachmentStatus: API.OperationMethod
9889
9889
  readonly time?: string | undefined;
9890
9890
  } | undefined;
9891
9891
  } | undefined;
9892
- }, Conflict | NotFound | UnprocessableEntity, any>;
9892
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
9893
9893
  export declare const ReplaceStorageV1VolumeAttributesClassInput: Schema.Struct<{
9894
9894
  readonly dryRun: Schema.optional<Schema.String>;
9895
9895
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -9986,7 +9986,7 @@ export declare const replaceStorageV1VolumeAttributesClass: API.OperationMethod<
9986
9986
  readonly parameters?: {
9987
9987
  readonly [x: string]: string;
9988
9988
  } | undefined;
9989
- }, Conflict | NotFound | UnprocessableEntity, any>;
9989
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
9990
9990
  export declare const ReplaceStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
9991
9991
  readonly dryRun: Schema.optional<Schema.String>;
9992
9992
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -10083,7 +10083,7 @@ export declare const replaceStorageV1beta1VolumeAttributesClass: API.OperationMe
10083
10083
  readonly parameters?: {
10084
10084
  readonly [x: string]: string;
10085
10085
  } | undefined;
10086
- }, Conflict | NotFound | UnprocessableEntity, any>;
10086
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
10087
10087
  export declare const WatchStorageV1CSIDriverInput: Schema.Struct<{}>;
10088
10088
  export type WatchStorageV1CSIDriverInput = typeof WatchStorageV1CSIDriverInput.Type;
10089
10089
  export declare const WatchStorageV1CSIDriverOutput: Schema.Struct<{
@@ -10097,7 +10097,7 @@ export type WatchStorageV1CSIDriverOutput = typeof WatchStorageV1CSIDriverOutput
10097
10097
  export declare const watchStorageV1CSIDriver: API.OperationMethod<{}, {
10098
10098
  readonly object: unknown;
10099
10099
  readonly type: string;
10100
- }, never, any>;
10100
+ }, never, import("../credentials.ts").Credentials>;
10101
10101
  export declare const WatchStorageV1CSIDriverListInput: Schema.Struct<{}>;
10102
10102
  export type WatchStorageV1CSIDriverListInput = typeof WatchStorageV1CSIDriverListInput.Type;
10103
10103
  export declare const WatchStorageV1CSIDriverListOutput: Schema.Struct<{
@@ -10111,7 +10111,7 @@ export type WatchStorageV1CSIDriverListOutput = typeof WatchStorageV1CSIDriverLi
10111
10111
  export declare const watchStorageV1CSIDriverList: API.OperationMethod<{}, {
10112
10112
  readonly object: unknown;
10113
10113
  readonly type: string;
10114
- }, never, any>;
10114
+ }, never, import("../credentials.ts").Credentials>;
10115
10115
  export declare const WatchStorageV1CSINodeInput: Schema.Struct<{}>;
10116
10116
  export type WatchStorageV1CSINodeInput = typeof WatchStorageV1CSINodeInput.Type;
10117
10117
  export declare const WatchStorageV1CSINodeOutput: Schema.Struct<{
@@ -10125,7 +10125,7 @@ export type WatchStorageV1CSINodeOutput = typeof WatchStorageV1CSINodeOutput.Typ
10125
10125
  export declare const watchStorageV1CSINode: API.OperationMethod<{}, {
10126
10126
  readonly object: unknown;
10127
10127
  readonly type: string;
10128
- }, never, any>;
10128
+ }, never, import("../credentials.ts").Credentials>;
10129
10129
  export declare const WatchStorageV1CSINodeListInput: Schema.Struct<{}>;
10130
10130
  export type WatchStorageV1CSINodeListInput = typeof WatchStorageV1CSINodeListInput.Type;
10131
10131
  export declare const WatchStorageV1CSINodeListOutput: Schema.Struct<{
@@ -10139,7 +10139,7 @@ export type WatchStorageV1CSINodeListOutput = typeof WatchStorageV1CSINodeListOu
10139
10139
  export declare const watchStorageV1CSINodeList: API.OperationMethod<{}, {
10140
10140
  readonly object: unknown;
10141
10141
  readonly type: string;
10142
- }, never, any>;
10142
+ }, never, import("../credentials.ts").Credentials>;
10143
10143
  export declare const WatchStorageV1CSIStorageCapacityListForAllNamespacesInput: Schema.Struct<{}>;
10144
10144
  export type WatchStorageV1CSIStorageCapacityListForAllNamespacesInput = typeof WatchStorageV1CSIStorageCapacityListForAllNamespacesInput.Type;
10145
10145
  export declare const WatchStorageV1CSIStorageCapacityListForAllNamespacesOutput: Schema.Struct<{
@@ -10153,7 +10153,7 @@ export type WatchStorageV1CSIStorageCapacityListForAllNamespacesOutput = typeof
10153
10153
  export declare const watchStorageV1CSIStorageCapacityListForAllNamespaces: API.OperationMethod<{}, {
10154
10154
  readonly object: unknown;
10155
10155
  readonly type: string;
10156
- }, never, any>;
10156
+ }, never, import("../credentials.ts").Credentials>;
10157
10157
  export declare const WatchStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{}>;
10158
10158
  export type WatchStorageV1NamespacedCSIStorageCapacityInput = typeof WatchStorageV1NamespacedCSIStorageCapacityInput.Type;
10159
10159
  export declare const WatchStorageV1NamespacedCSIStorageCapacityOutput: Schema.Struct<{
@@ -10167,7 +10167,7 @@ export type WatchStorageV1NamespacedCSIStorageCapacityOutput = typeof WatchStora
10167
10167
  export declare const watchStorageV1NamespacedCSIStorageCapacity: API.OperationMethod<{}, {
10168
10168
  readonly object: unknown;
10169
10169
  readonly type: string;
10170
- }, never, any>;
10170
+ }, never, import("../credentials.ts").Credentials>;
10171
10171
  export declare const WatchStorageV1NamespacedCSIStorageCapacityListInput: Schema.Struct<{}>;
10172
10172
  export type WatchStorageV1NamespacedCSIStorageCapacityListInput = typeof WatchStorageV1NamespacedCSIStorageCapacityListInput.Type;
10173
10173
  export declare const WatchStorageV1NamespacedCSIStorageCapacityListOutput: Schema.Struct<{
@@ -10181,7 +10181,7 @@ export type WatchStorageV1NamespacedCSIStorageCapacityListOutput = typeof WatchS
10181
10181
  export declare const watchStorageV1NamespacedCSIStorageCapacityList: API.OperationMethod<{}, {
10182
10182
  readonly object: unknown;
10183
10183
  readonly type: string;
10184
- }, never, any>;
10184
+ }, never, import("../credentials.ts").Credentials>;
10185
10185
  export declare const WatchStorageV1StorageClassInput: Schema.Struct<{}>;
10186
10186
  export type WatchStorageV1StorageClassInput = typeof WatchStorageV1StorageClassInput.Type;
10187
10187
  export declare const WatchStorageV1StorageClassOutput: Schema.Struct<{
@@ -10195,7 +10195,7 @@ export type WatchStorageV1StorageClassOutput = typeof WatchStorageV1StorageClass
10195
10195
  export declare const watchStorageV1StorageClass: API.OperationMethod<{}, {
10196
10196
  readonly object: unknown;
10197
10197
  readonly type: string;
10198
- }, never, any>;
10198
+ }, never, import("../credentials.ts").Credentials>;
10199
10199
  export declare const WatchStorageV1StorageClassListInput: Schema.Struct<{}>;
10200
10200
  export type WatchStorageV1StorageClassListInput = typeof WatchStorageV1StorageClassListInput.Type;
10201
10201
  export declare const WatchStorageV1StorageClassListOutput: Schema.Struct<{
@@ -10209,7 +10209,7 @@ export type WatchStorageV1StorageClassListOutput = typeof WatchStorageV1StorageC
10209
10209
  export declare const watchStorageV1StorageClassList: API.OperationMethod<{}, {
10210
10210
  readonly object: unknown;
10211
10211
  readonly type: string;
10212
- }, never, any>;
10212
+ }, never, import("../credentials.ts").Credentials>;
10213
10213
  export declare const WatchStorageV1VolumeAttachmentInput: Schema.Struct<{}>;
10214
10214
  export type WatchStorageV1VolumeAttachmentInput = typeof WatchStorageV1VolumeAttachmentInput.Type;
10215
10215
  export declare const WatchStorageV1VolumeAttachmentOutput: Schema.Struct<{
@@ -10223,7 +10223,7 @@ export type WatchStorageV1VolumeAttachmentOutput = typeof WatchStorageV1VolumeAt
10223
10223
  export declare const watchStorageV1VolumeAttachment: API.OperationMethod<{}, {
10224
10224
  readonly object: unknown;
10225
10225
  readonly type: string;
10226
- }, never, any>;
10226
+ }, never, import("../credentials.ts").Credentials>;
10227
10227
  export declare const WatchStorageV1VolumeAttachmentListInput: Schema.Struct<{}>;
10228
10228
  export type WatchStorageV1VolumeAttachmentListInput = typeof WatchStorageV1VolumeAttachmentListInput.Type;
10229
10229
  export declare const WatchStorageV1VolumeAttachmentListOutput: Schema.Struct<{
@@ -10237,7 +10237,7 @@ export type WatchStorageV1VolumeAttachmentListOutput = typeof WatchStorageV1Volu
10237
10237
  export declare const watchStorageV1VolumeAttachmentList: API.OperationMethod<{}, {
10238
10238
  readonly object: unknown;
10239
10239
  readonly type: string;
10240
- }, never, any>;
10240
+ }, never, import("../credentials.ts").Credentials>;
10241
10241
  export declare const WatchStorageV1VolumeAttributesClassInput: Schema.Struct<{}>;
10242
10242
  export type WatchStorageV1VolumeAttributesClassInput = typeof WatchStorageV1VolumeAttributesClassInput.Type;
10243
10243
  export declare const WatchStorageV1VolumeAttributesClassOutput: Schema.Struct<{
@@ -10251,7 +10251,7 @@ export type WatchStorageV1VolumeAttributesClassOutput = typeof WatchStorageV1Vol
10251
10251
  export declare const watchStorageV1VolumeAttributesClass: API.OperationMethod<{}, {
10252
10252
  readonly object: unknown;
10253
10253
  readonly type: string;
10254
- }, never, any>;
10254
+ }, never, import("../credentials.ts").Credentials>;
10255
10255
  export declare const WatchStorageV1VolumeAttributesClassListInput: Schema.Struct<{}>;
10256
10256
  export type WatchStorageV1VolumeAttributesClassListInput = typeof WatchStorageV1VolumeAttributesClassListInput.Type;
10257
10257
  export declare const WatchStorageV1VolumeAttributesClassListOutput: Schema.Struct<{
@@ -10265,7 +10265,7 @@ export type WatchStorageV1VolumeAttributesClassListOutput = typeof WatchStorageV
10265
10265
  export declare const watchStorageV1VolumeAttributesClassList: API.OperationMethod<{}, {
10266
10266
  readonly object: unknown;
10267
10267
  readonly type: string;
10268
- }, never, any>;
10268
+ }, never, import("../credentials.ts").Credentials>;
10269
10269
  export declare const WatchStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{}>;
10270
10270
  export type WatchStorageV1beta1VolumeAttributesClassInput = typeof WatchStorageV1beta1VolumeAttributesClassInput.Type;
10271
10271
  export declare const WatchStorageV1beta1VolumeAttributesClassOutput: Schema.Struct<{
@@ -10279,7 +10279,7 @@ export type WatchStorageV1beta1VolumeAttributesClassOutput = typeof WatchStorage
10279
10279
  export declare const watchStorageV1beta1VolumeAttributesClass: API.OperationMethod<{}, {
10280
10280
  readonly object: unknown;
10281
10281
  readonly type: string;
10282
- }, never, any>;
10282
+ }, never, import("../credentials.ts").Credentials>;
10283
10283
  export declare const WatchStorageV1beta1VolumeAttributesClassListInput: Schema.Struct<{}>;
10284
10284
  export type WatchStorageV1beta1VolumeAttributesClassListInput = typeof WatchStorageV1beta1VolumeAttributesClassListInput.Type;
10285
10285
  export declare const WatchStorageV1beta1VolumeAttributesClassListOutput: Schema.Struct<{
@@ -10293,5 +10293,5 @@ export type WatchStorageV1beta1VolumeAttributesClassListOutput = typeof WatchSto
10293
10293
  export declare const watchStorageV1beta1VolumeAttributesClassList: API.OperationMethod<{}, {
10294
10294
  readonly object: unknown;
10295
10295
  readonly type: string;
10296
- }, never, any>;
10296
+ }, never, import("../credentials.ts").Credentials>;
10297
10297
  //# sourceMappingURL=storage.d.ts.map