@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
@@ -125,7 +125,7 @@ export declare const createResourceV1DeviceClass: API.OperationMethod<{
125
125
  } | undefined;
126
126
  }[] | undefined;
127
127
  };
128
- }, Conflict | UnprocessableEntity, any>;
128
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
129
129
  export declare const CreateResourceV1NamespacedResourceClaimInput: Schema.Struct<{
130
130
  readonly dryRun: Schema.optional<Schema.String>;
131
131
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -490,7 +490,7 @@ export declare const createResourceV1NamespacedResourceClaim: API.OperationMetho
490
490
  readonly uid: string;
491
491
  }[] | undefined;
492
492
  } | undefined;
493
- }, Conflict | UnprocessableEntity, any>;
493
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
494
494
  export declare const CreateResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
495
495
  readonly dryRun: Schema.optional<Schema.String>;
496
496
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -779,7 +779,7 @@ export declare const createResourceV1NamespacedResourceClaimTemplate: API.Operat
779
779
  } | undefined;
780
780
  };
781
781
  };
782
- }, Conflict | UnprocessableEntity, any>;
782
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
783
783
  export declare const CreateResourceV1ResourceSliceInput: Schema.Struct<{
784
784
  readonly dryRun: Schema.optional<Schema.String>;
785
785
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1064,7 +1064,7 @@ export declare const createResourceV1ResourceSlice: API.OperationMethod<{
1064
1064
  readonly name: string;
1065
1065
  }[] | undefined;
1066
1066
  };
1067
- }, Conflict | UnprocessableEntity, any>;
1067
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1068
1068
  export declare const CreateResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
1069
1069
  readonly dryRun: Schema.optional<Schema.String>;
1070
1070
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1201,7 +1201,7 @@ export declare const createResourceV1alpha3DeviceTaintRule: API.OperationMethod<
1201
1201
  readonly type: string;
1202
1202
  }[] | undefined;
1203
1203
  } | undefined;
1204
- }, Conflict | UnprocessableEntity, any>;
1204
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1205
1205
  export declare const CreateResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
1206
1206
  readonly dryRun: Schema.optional<Schema.String>;
1207
1207
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1348,7 +1348,7 @@ export declare const createResourceV1alpha3ResourcePoolStatusRequest: API.Operat
1348
1348
  readonly validationError?: string | undefined;
1349
1349
  }[] | undefined;
1350
1350
  } | undefined;
1351
- }, never, any>;
1351
+ }, never, import("../credentials.ts").Credentials>;
1352
1352
  export declare const CreateResourceV1beta1DeviceClassInput: Schema.Struct<{
1353
1353
  readonly dryRun: Schema.optional<Schema.String>;
1354
1354
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1467,7 +1467,7 @@ export declare const createResourceV1beta1DeviceClass: API.OperationMethod<{
1467
1467
  } | undefined;
1468
1468
  }[] | undefined;
1469
1469
  };
1470
- }, Conflict | UnprocessableEntity, any>;
1470
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1471
1471
  export declare const CreateResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
1472
1472
  readonly dryRun: Schema.optional<Schema.String>;
1473
1473
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1828,7 +1828,7 @@ export declare const createResourceV1beta1NamespacedResourceClaim: API.Operation
1828
1828
  readonly uid: string;
1829
1829
  }[] | undefined;
1830
1830
  } | undefined;
1831
- }, Conflict | UnprocessableEntity, any>;
1831
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1832
1832
  export declare const CreateResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
1833
1833
  readonly dryRun: Schema.optional<Schema.String>;
1834
1834
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2113,7 +2113,7 @@ export declare const createResourceV1beta1NamespacedResourceClaimTemplate: API.O
2113
2113
  } | undefined;
2114
2114
  };
2115
2115
  };
2116
- }, Conflict | UnprocessableEntity, any>;
2116
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
2117
2117
  export declare const CreateResourceV1beta1ResourceSliceInput: Schema.Struct<{
2118
2118
  readonly dryRun: Schema.optional<Schema.String>;
2119
2119
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2402,7 +2402,7 @@ export declare const createResourceV1beta1ResourceSlice: API.OperationMethod<{
2402
2402
  readonly name: string;
2403
2403
  }[] | undefined;
2404
2404
  };
2405
- }, Conflict | UnprocessableEntity, any>;
2405
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
2406
2406
  export declare const CreateResourceV1beta2DeviceClassInput: Schema.Struct<{
2407
2407
  readonly dryRun: Schema.optional<Schema.String>;
2408
2408
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2521,7 +2521,7 @@ export declare const createResourceV1beta2DeviceClass: API.OperationMethod<{
2521
2521
  } | undefined;
2522
2522
  }[] | undefined;
2523
2523
  };
2524
- }, Conflict | UnprocessableEntity, any>;
2524
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
2525
2525
  export declare const CreateResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
2526
2526
  readonly dryRun: Schema.optional<Schema.String>;
2527
2527
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2658,7 +2658,7 @@ export declare const createResourceV1beta2DeviceTaintRule: API.OperationMethod<{
2658
2658
  readonly type: string;
2659
2659
  }[] | undefined;
2660
2660
  } | undefined;
2661
- }, Conflict | UnprocessableEntity, any>;
2661
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
2662
2662
  export declare const CreateResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
2663
2663
  readonly dryRun: Schema.optional<Schema.String>;
2664
2664
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -3023,7 +3023,7 @@ export declare const createResourceV1beta2NamespacedResourceClaim: API.Operation
3023
3023
  readonly uid: string;
3024
3024
  }[] | undefined;
3025
3025
  } | undefined;
3026
- }, Conflict | UnprocessableEntity, any>;
3026
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
3027
3027
  export declare const CreateResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
3028
3028
  readonly dryRun: Schema.optional<Schema.String>;
3029
3029
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -3312,7 +3312,7 @@ export declare const createResourceV1beta2NamespacedResourceClaimTemplate: API.O
3312
3312
  } | undefined;
3313
3313
  };
3314
3314
  };
3315
- }, Conflict | UnprocessableEntity, any>;
3315
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
3316
3316
  export declare const CreateResourceV1beta2ResourceSliceInput: Schema.Struct<{
3317
3317
  readonly dryRun: Schema.optional<Schema.String>;
3318
3318
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -3597,7 +3597,7 @@ export declare const createResourceV1beta2ResourceSlice: API.OperationMethod<{
3597
3597
  readonly name: string;
3598
3598
  }[] | undefined;
3599
3599
  };
3600
- }, Conflict | UnprocessableEntity, any>;
3600
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
3601
3601
  export declare const DeleteResourceV1CollectionDeviceClassInput: Schema.Struct<{
3602
3602
  readonly dryRun: Schema.optional<Schema.String>;
3603
3603
  }>;
@@ -3667,7 +3667,7 @@ export declare const deleteResourceV1CollectionDeviceClass: API.OperationMethod<
3667
3667
  } | undefined;
3668
3668
  readonly reason?: string | undefined;
3669
3669
  readonly status?: string | undefined;
3670
- }, never, any>;
3670
+ }, never, import("../credentials.ts").Credentials>;
3671
3671
  export declare const DeleteResourceV1CollectionNamespacedResourceClaimInput: Schema.Struct<{
3672
3672
  readonly dryRun: Schema.optional<Schema.String>;
3673
3673
  }>;
@@ -3737,7 +3737,7 @@ export declare const deleteResourceV1CollectionNamespacedResourceClaim: API.Oper
3737
3737
  } | undefined;
3738
3738
  readonly reason?: string | undefined;
3739
3739
  readonly status?: string | undefined;
3740
- }, never, any>;
3740
+ }, never, import("../credentials.ts").Credentials>;
3741
3741
  export declare const DeleteResourceV1CollectionNamespacedResourceClaimTemplateInput: Schema.Struct<{
3742
3742
  readonly dryRun: Schema.optional<Schema.String>;
3743
3743
  }>;
@@ -3807,7 +3807,7 @@ export declare const deleteResourceV1CollectionNamespacedResourceClaimTemplate:
3807
3807
  } | undefined;
3808
3808
  readonly reason?: string | undefined;
3809
3809
  readonly status?: string | undefined;
3810
- }, never, any>;
3810
+ }, never, import("../credentials.ts").Credentials>;
3811
3811
  export declare const DeleteResourceV1CollectionResourceSliceInput: Schema.Struct<{
3812
3812
  readonly dryRun: Schema.optional<Schema.String>;
3813
3813
  }>;
@@ -3877,7 +3877,7 @@ export declare const deleteResourceV1CollectionResourceSlice: API.OperationMetho
3877
3877
  } | undefined;
3878
3878
  readonly reason?: string | undefined;
3879
3879
  readonly status?: string | undefined;
3880
- }, never, any>;
3880
+ }, never, import("../credentials.ts").Credentials>;
3881
3881
  export declare const DeleteResourceV1DeviceClassInput: Schema.Struct<{
3882
3882
  readonly dryRun: Schema.optional<Schema.String>;
3883
3883
  }>;
@@ -3993,7 +3993,7 @@ export declare const deleteResourceV1DeviceClass: API.OperationMethod<{
3993
3993
  } | undefined;
3994
3994
  }[] | undefined;
3995
3995
  };
3996
- }, Conflict | NotFound, any>;
3996
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
3997
3997
  export declare const DeleteResourceV1NamespacedResourceClaimInput: Schema.Struct<{
3998
3998
  readonly dryRun: Schema.optional<Schema.String>;
3999
3999
  }>;
@@ -4355,7 +4355,7 @@ export declare const deleteResourceV1NamespacedResourceClaim: API.OperationMetho
4355
4355
  readonly uid: string;
4356
4356
  }[] | undefined;
4357
4357
  } | undefined;
4358
- }, Conflict | NotFound, any>;
4358
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
4359
4359
  export declare const DeleteResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
4360
4360
  readonly dryRun: Schema.optional<Schema.String>;
4361
4361
  }>;
@@ -4641,7 +4641,7 @@ export declare const deleteResourceV1NamespacedResourceClaimTemplate: API.Operat
4641
4641
  } | undefined;
4642
4642
  };
4643
4643
  };
4644
- }, Conflict | NotFound, any>;
4644
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
4645
4645
  export declare const DeleteResourceV1ResourceSliceInput: Schema.Struct<{
4646
4646
  readonly dryRun: Schema.optional<Schema.String>;
4647
4647
  }>;
@@ -4923,7 +4923,7 @@ export declare const deleteResourceV1ResourceSlice: API.OperationMethod<{
4923
4923
  readonly name: string;
4924
4924
  }[] | undefined;
4925
4925
  };
4926
- }, Conflict | NotFound, any>;
4926
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
4927
4927
  export declare const DeleteResourceV1alpha3CollectionDeviceTaintRuleInput: Schema.Struct<{
4928
4928
  readonly dryRun: Schema.optional<Schema.String>;
4929
4929
  }>;
@@ -4993,7 +4993,7 @@ export declare const deleteResourceV1alpha3CollectionDeviceTaintRule: API.Operat
4993
4993
  } | undefined;
4994
4994
  readonly reason?: string | undefined;
4995
4995
  readonly status?: string | undefined;
4996
- }, never, any>;
4996
+ }, never, import("../credentials.ts").Credentials>;
4997
4997
  export declare const DeleteResourceV1alpha3CollectionResourcePoolStatusRequestInput: Schema.Struct<{
4998
4998
  readonly dryRun: Schema.optional<Schema.String>;
4999
4999
  }>;
@@ -5063,7 +5063,7 @@ export declare const deleteResourceV1alpha3CollectionResourcePoolStatusRequest:
5063
5063
  } | undefined;
5064
5064
  readonly reason?: string | undefined;
5065
5065
  readonly status?: string | undefined;
5066
- }, never, any>;
5066
+ }, never, import("../credentials.ts").Credentials>;
5067
5067
  export declare const DeleteResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
5068
5068
  readonly dryRun: Schema.optional<Schema.String>;
5069
5069
  }>;
@@ -5197,7 +5197,7 @@ export declare const deleteResourceV1alpha3DeviceTaintRule: API.OperationMethod<
5197
5197
  readonly type: string;
5198
5198
  }[] | undefined;
5199
5199
  } | undefined;
5200
- }, Conflict | NotFound, any>;
5200
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
5201
5201
  export declare const DeleteResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
5202
5202
  readonly dryRun: Schema.optional<Schema.String>;
5203
5203
  }>;
@@ -5341,7 +5341,7 @@ export declare const deleteResourceV1alpha3ResourcePoolStatusRequest: API.Operat
5341
5341
  readonly validationError?: string | undefined;
5342
5342
  }[] | undefined;
5343
5343
  } | undefined;
5344
- }, never, any>;
5344
+ }, never, import("../credentials.ts").Credentials>;
5345
5345
  export declare const DeleteResourceV1beta1CollectionDeviceClassInput: Schema.Struct<{
5346
5346
  readonly dryRun: Schema.optional<Schema.String>;
5347
5347
  }>;
@@ -5411,7 +5411,7 @@ export declare const deleteResourceV1beta1CollectionDeviceClass: API.OperationMe
5411
5411
  } | undefined;
5412
5412
  readonly reason?: string | undefined;
5413
5413
  readonly status?: string | undefined;
5414
- }, never, any>;
5414
+ }, never, import("../credentials.ts").Credentials>;
5415
5415
  export declare const DeleteResourceV1beta1CollectionNamespacedResourceClaimInput: Schema.Struct<{
5416
5416
  readonly dryRun: Schema.optional<Schema.String>;
5417
5417
  }>;
@@ -5481,7 +5481,7 @@ export declare const deleteResourceV1beta1CollectionNamespacedResourceClaim: API
5481
5481
  } | undefined;
5482
5482
  readonly reason?: string | undefined;
5483
5483
  readonly status?: string | undefined;
5484
- }, never, any>;
5484
+ }, never, import("../credentials.ts").Credentials>;
5485
5485
  export declare const DeleteResourceV1beta1CollectionNamespacedResourceClaimTemplateInput: Schema.Struct<{
5486
5486
  readonly dryRun: Schema.optional<Schema.String>;
5487
5487
  }>;
@@ -5551,7 +5551,7 @@ export declare const deleteResourceV1beta1CollectionNamespacedResourceClaimTempl
5551
5551
  } | undefined;
5552
5552
  readonly reason?: string | undefined;
5553
5553
  readonly status?: string | undefined;
5554
- }, never, any>;
5554
+ }, never, import("../credentials.ts").Credentials>;
5555
5555
  export declare const DeleteResourceV1beta1CollectionResourceSliceInput: Schema.Struct<{
5556
5556
  readonly dryRun: Schema.optional<Schema.String>;
5557
5557
  }>;
@@ -5621,7 +5621,7 @@ export declare const deleteResourceV1beta1CollectionResourceSlice: API.Operation
5621
5621
  } | undefined;
5622
5622
  readonly reason?: string | undefined;
5623
5623
  readonly status?: string | undefined;
5624
- }, never, any>;
5624
+ }, never, import("../credentials.ts").Credentials>;
5625
5625
  export declare const DeleteResourceV1beta1DeviceClassInput: Schema.Struct<{
5626
5626
  readonly dryRun: Schema.optional<Schema.String>;
5627
5627
  }>;
@@ -5737,7 +5737,7 @@ export declare const deleteResourceV1beta1DeviceClass: API.OperationMethod<{
5737
5737
  } | undefined;
5738
5738
  }[] | undefined;
5739
5739
  };
5740
- }, Conflict | NotFound, any>;
5740
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
5741
5741
  export declare const DeleteResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
5742
5742
  readonly dryRun: Schema.optional<Schema.String>;
5743
5743
  }>;
@@ -6095,7 +6095,7 @@ export declare const deleteResourceV1beta1NamespacedResourceClaim: API.Operation
6095
6095
  readonly uid: string;
6096
6096
  }[] | undefined;
6097
6097
  } | undefined;
6098
- }, Conflict | NotFound, any>;
6098
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
6099
6099
  export declare const DeleteResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
6100
6100
  readonly dryRun: Schema.optional<Schema.String>;
6101
6101
  }>;
@@ -6377,7 +6377,7 @@ export declare const deleteResourceV1beta1NamespacedResourceClaimTemplate: API.O
6377
6377
  } | undefined;
6378
6378
  };
6379
6379
  };
6380
- }, Conflict | NotFound, any>;
6380
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
6381
6381
  export declare const DeleteResourceV1beta1ResourceSliceInput: Schema.Struct<{
6382
6382
  readonly dryRun: Schema.optional<Schema.String>;
6383
6383
  }>;
@@ -6663,7 +6663,7 @@ export declare const deleteResourceV1beta1ResourceSlice: API.OperationMethod<{
6663
6663
  readonly name: string;
6664
6664
  }[] | undefined;
6665
6665
  };
6666
- }, Conflict | NotFound, any>;
6666
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
6667
6667
  export declare const DeleteResourceV1beta2CollectionDeviceClassInput: Schema.Struct<{
6668
6668
  readonly dryRun: Schema.optional<Schema.String>;
6669
6669
  }>;
@@ -6733,7 +6733,7 @@ export declare const deleteResourceV1beta2CollectionDeviceClass: API.OperationMe
6733
6733
  } | undefined;
6734
6734
  readonly reason?: string | undefined;
6735
6735
  readonly status?: string | undefined;
6736
- }, never, any>;
6736
+ }, never, import("../credentials.ts").Credentials>;
6737
6737
  export declare const DeleteResourceV1beta2CollectionDeviceTaintRuleInput: Schema.Struct<{
6738
6738
  readonly dryRun: Schema.optional<Schema.String>;
6739
6739
  }>;
@@ -6803,7 +6803,7 @@ export declare const deleteResourceV1beta2CollectionDeviceTaintRule: API.Operati
6803
6803
  } | undefined;
6804
6804
  readonly reason?: string | undefined;
6805
6805
  readonly status?: string | undefined;
6806
- }, never, any>;
6806
+ }, never, import("../credentials.ts").Credentials>;
6807
6807
  export declare const DeleteResourceV1beta2CollectionNamespacedResourceClaimInput: Schema.Struct<{
6808
6808
  readonly dryRun: Schema.optional<Schema.String>;
6809
6809
  }>;
@@ -6873,7 +6873,7 @@ export declare const deleteResourceV1beta2CollectionNamespacedResourceClaim: API
6873
6873
  } | undefined;
6874
6874
  readonly reason?: string | undefined;
6875
6875
  readonly status?: string | undefined;
6876
- }, never, any>;
6876
+ }, never, import("../credentials.ts").Credentials>;
6877
6877
  export declare const DeleteResourceV1beta2CollectionNamespacedResourceClaimTemplateInput: Schema.Struct<{
6878
6878
  readonly dryRun: Schema.optional<Schema.String>;
6879
6879
  }>;
@@ -6943,7 +6943,7 @@ export declare const deleteResourceV1beta2CollectionNamespacedResourceClaimTempl
6943
6943
  } | undefined;
6944
6944
  readonly reason?: string | undefined;
6945
6945
  readonly status?: string | undefined;
6946
- }, never, any>;
6946
+ }, never, import("../credentials.ts").Credentials>;
6947
6947
  export declare const DeleteResourceV1beta2CollectionResourceSliceInput: Schema.Struct<{
6948
6948
  readonly dryRun: Schema.optional<Schema.String>;
6949
6949
  }>;
@@ -7013,7 +7013,7 @@ export declare const deleteResourceV1beta2CollectionResourceSlice: API.Operation
7013
7013
  } | undefined;
7014
7014
  readonly reason?: string | undefined;
7015
7015
  readonly status?: string | undefined;
7016
- }, never, any>;
7016
+ }, never, import("../credentials.ts").Credentials>;
7017
7017
  export declare const DeleteResourceV1beta2DeviceClassInput: Schema.Struct<{
7018
7018
  readonly dryRun: Schema.optional<Schema.String>;
7019
7019
  }>;
@@ -7129,7 +7129,7 @@ export declare const deleteResourceV1beta2DeviceClass: API.OperationMethod<{
7129
7129
  } | undefined;
7130
7130
  }[] | undefined;
7131
7131
  };
7132
- }, Conflict | NotFound, any>;
7132
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
7133
7133
  export declare const DeleteResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
7134
7134
  readonly dryRun: Schema.optional<Schema.String>;
7135
7135
  }>;
@@ -7263,7 +7263,7 @@ export declare const deleteResourceV1beta2DeviceTaintRule: API.OperationMethod<{
7263
7263
  readonly type: string;
7264
7264
  }[] | undefined;
7265
7265
  } | undefined;
7266
- }, Conflict | NotFound, any>;
7266
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
7267
7267
  export declare const DeleteResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
7268
7268
  readonly dryRun: Schema.optional<Schema.String>;
7269
7269
  }>;
@@ -7625,7 +7625,7 @@ export declare const deleteResourceV1beta2NamespacedResourceClaim: API.Operation
7625
7625
  readonly uid: string;
7626
7626
  }[] | undefined;
7627
7627
  } | undefined;
7628
- }, Conflict | NotFound, any>;
7628
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
7629
7629
  export declare const DeleteResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
7630
7630
  readonly dryRun: Schema.optional<Schema.String>;
7631
7631
  }>;
@@ -7911,7 +7911,7 @@ export declare const deleteResourceV1beta2NamespacedResourceClaimTemplate: API.O
7911
7911
  } | undefined;
7912
7912
  };
7913
7913
  };
7914
- }, Conflict | NotFound, any>;
7914
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
7915
7915
  export declare const DeleteResourceV1beta2ResourceSliceInput: Schema.Struct<{
7916
7916
  readonly dryRun: Schema.optional<Schema.String>;
7917
7917
  }>;
@@ -8193,7 +8193,7 @@ export declare const deleteResourceV1beta2ResourceSlice: API.OperationMethod<{
8193
8193
  readonly name: string;
8194
8194
  }[] | undefined;
8195
8195
  };
8196
- }, Conflict | NotFound, any>;
8196
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
8197
8197
  export declare const GetResourceAPIGroupInput: Schema.Struct<{}>;
8198
8198
  export type GetResourceAPIGroupInput = typeof GetResourceAPIGroupInput.Type;
8199
8199
  export declare const GetResourceAPIGroupOutput: Schema.Struct<{
@@ -8233,7 +8233,7 @@ export declare const getResourceAPIGroup: API.OperationMethod<{}, {
8233
8233
  readonly groupVersion: string;
8234
8234
  readonly version: string;
8235
8235
  }[];
8236
- }, never, any>;
8236
+ }, never, import("../credentials.ts").Credentials>;
8237
8237
  export declare const GetResourceV1APIResourcesInput: Schema.Struct<{}>;
8238
8238
  export type GetResourceV1APIResourcesInput = typeof GetResourceV1APIResourcesInput.Type;
8239
8239
  export declare const GetResourceV1APIResourcesOutput: Schema.Struct<{
@@ -8273,7 +8273,7 @@ export declare const getResourceV1APIResources: API.OperationMethod<{}, {
8273
8273
  readonly verbs: readonly string[];
8274
8274
  readonly version?: string | undefined;
8275
8275
  }[];
8276
- }, never, any>;
8276
+ }, never, import("../credentials.ts").Credentials>;
8277
8277
  export declare const GetResourceV1alpha3APIResourcesInput: Schema.Struct<{}>;
8278
8278
  export type GetResourceV1alpha3APIResourcesInput = typeof GetResourceV1alpha3APIResourcesInput.Type;
8279
8279
  export declare const GetResourceV1alpha3APIResourcesOutput: Schema.Struct<{
@@ -8313,7 +8313,7 @@ export declare const getResourceV1alpha3APIResources: API.OperationMethod<{}, {
8313
8313
  readonly verbs: readonly string[];
8314
8314
  readonly version?: string | undefined;
8315
8315
  }[];
8316
- }, never, any>;
8316
+ }, never, import("../credentials.ts").Credentials>;
8317
8317
  export declare const GetResourceV1beta1APIResourcesInput: Schema.Struct<{}>;
8318
8318
  export type GetResourceV1beta1APIResourcesInput = typeof GetResourceV1beta1APIResourcesInput.Type;
8319
8319
  export declare const GetResourceV1beta1APIResourcesOutput: Schema.Struct<{
@@ -8353,7 +8353,7 @@ export declare const getResourceV1beta1APIResources: API.OperationMethod<{}, {
8353
8353
  readonly verbs: readonly string[];
8354
8354
  readonly version?: string | undefined;
8355
8355
  }[];
8356
- }, never, any>;
8356
+ }, never, import("../credentials.ts").Credentials>;
8357
8357
  export declare const GetResourceV1beta2APIResourcesInput: Schema.Struct<{}>;
8358
8358
  export type GetResourceV1beta2APIResourcesInput = typeof GetResourceV1beta2APIResourcesInput.Type;
8359
8359
  export declare const GetResourceV1beta2APIResourcesOutput: Schema.Struct<{
@@ -8393,7 +8393,7 @@ export declare const getResourceV1beta2APIResources: API.OperationMethod<{}, {
8393
8393
  readonly verbs: readonly string[];
8394
8394
  readonly version?: string | undefined;
8395
8395
  }[];
8396
- }, never, any>;
8396
+ }, never, import("../credentials.ts").Credentials>;
8397
8397
  export declare const ListResourceV1DeviceClassInput: Schema.Struct<{}>;
8398
8398
  export type ListResourceV1DeviceClassInput = typeof ListResourceV1DeviceClassInput.Type;
8399
8399
  export declare const ListResourceV1DeviceClassOutput: Schema.Struct<{
@@ -8529,7 +8529,7 @@ export declare const listResourceV1DeviceClass: API.OperationMethod<{}, {
8529
8529
  readonly selector: string;
8530
8530
  } | undefined;
8531
8531
  } | undefined;
8532
- }, never, any>;
8532
+ }, never, import("../credentials.ts").Credentials>;
8533
8533
  export declare const ListResourceV1NamespacedResourceClaimInput: Schema.Struct<{}>;
8534
8534
  export type ListResourceV1NamespacedResourceClaimInput = typeof ListResourceV1NamespacedResourceClaimInput.Type;
8535
8535
  export declare const ListResourceV1NamespacedResourceClaimOutput: Schema.Struct<{
@@ -8911,7 +8911,7 @@ export declare const listResourceV1NamespacedResourceClaim: API.OperationMethod<
8911
8911
  readonly selector: string;
8912
8912
  } | undefined;
8913
8913
  } | undefined;
8914
- }, never, any>;
8914
+ }, never, import("../credentials.ts").Credentials>;
8915
8915
  export declare const ListResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
8916
8916
  export type ListResourceV1NamespacedResourceClaimTemplateInput = typeof ListResourceV1NamespacedResourceClaimTemplateInput.Type;
8917
8917
  export declare const ListResourceV1NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -9217,7 +9217,7 @@ export declare const listResourceV1NamespacedResourceClaimTemplate: API.Operatio
9217
9217
  readonly selector: string;
9218
9218
  } | undefined;
9219
9219
  } | undefined;
9220
- }, never, any>;
9220
+ }, never, import("../credentials.ts").Credentials>;
9221
9221
  export declare const ListResourceV1ResourceClaimForAllNamespacesInput: Schema.Struct<{}>;
9222
9222
  export type ListResourceV1ResourceClaimForAllNamespacesInput = typeof ListResourceV1ResourceClaimForAllNamespacesInput.Type;
9223
9223
  export declare const ListResourceV1ResourceClaimForAllNamespacesOutput: Schema.Struct<{
@@ -9599,7 +9599,7 @@ export declare const listResourceV1ResourceClaimForAllNamespaces: API.OperationM
9599
9599
  readonly selector: string;
9600
9600
  } | undefined;
9601
9601
  } | undefined;
9602
- }, never, any>;
9602
+ }, never, import("../credentials.ts").Credentials>;
9603
9603
  export declare const ListResourceV1ResourceClaimTemplateForAllNamespacesInput: Schema.Struct<{}>;
9604
9604
  export type ListResourceV1ResourceClaimTemplateForAllNamespacesInput = typeof ListResourceV1ResourceClaimTemplateForAllNamespacesInput.Type;
9605
9605
  export declare const ListResourceV1ResourceClaimTemplateForAllNamespacesOutput: Schema.Struct<{
@@ -9905,7 +9905,7 @@ export declare const listResourceV1ResourceClaimTemplateForAllNamespaces: API.Op
9905
9905
  readonly selector: string;
9906
9906
  } | undefined;
9907
9907
  } | undefined;
9908
- }, never, any>;
9908
+ }, never, import("../credentials.ts").Credentials>;
9909
9909
  export declare const ListResourceV1ResourceSliceInput: Schema.Struct<{}>;
9910
9910
  export type ListResourceV1ResourceSliceInput = typeof ListResourceV1ResourceSliceInput.Type;
9911
9911
  export declare const ListResourceV1ResourceSliceOutput: Schema.Struct<{
@@ -10207,7 +10207,7 @@ export declare const listResourceV1ResourceSlice: API.OperationMethod<{}, {
10207
10207
  readonly selector: string;
10208
10208
  } | undefined;
10209
10209
  } | undefined;
10210
- }, never, any>;
10210
+ }, never, import("../credentials.ts").Credentials>;
10211
10211
  export declare const ListResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{}>;
10212
10212
  export type ListResourceV1alpha3DeviceTaintRuleInput = typeof ListResourceV1alpha3DeviceTaintRuleInput.Type;
10213
10213
  export declare const ListResourceV1alpha3DeviceTaintRuleOutput: Schema.Struct<{
@@ -10361,7 +10361,7 @@ export declare const listResourceV1alpha3DeviceTaintRule: API.OperationMethod<{}
10361
10361
  readonly selector: string;
10362
10362
  } | undefined;
10363
10363
  } | undefined;
10364
- }, never, any>;
10364
+ }, never, import("../credentials.ts").Credentials>;
10365
10365
  export declare const ListResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{}>;
10366
10366
  export type ListResourceV1alpha3ResourcePoolStatusRequestInput = typeof ListResourceV1alpha3ResourcePoolStatusRequestInput.Type;
10367
10367
  export declare const ListResourceV1alpha3ResourcePoolStatusRequestOutput: Schema.Struct<{
@@ -10525,7 +10525,7 @@ export declare const listResourceV1alpha3ResourcePoolStatusRequest: API.Operatio
10525
10525
  readonly selector: string;
10526
10526
  } | undefined;
10527
10527
  } | undefined;
10528
- }, never, any>;
10528
+ }, never, import("../credentials.ts").Credentials>;
10529
10529
  export declare const ListResourceV1beta1DeviceClassInput: Schema.Struct<{}>;
10530
10530
  export type ListResourceV1beta1DeviceClassInput = typeof ListResourceV1beta1DeviceClassInput.Type;
10531
10531
  export declare const ListResourceV1beta1DeviceClassOutput: Schema.Struct<{
@@ -10661,7 +10661,7 @@ export declare const listResourceV1beta1DeviceClass: API.OperationMethod<{}, {
10661
10661
  readonly selector: string;
10662
10662
  } | undefined;
10663
10663
  } | undefined;
10664
- }, never, any>;
10664
+ }, never, import("../credentials.ts").Credentials>;
10665
10665
  export declare const ListResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{}>;
10666
10666
  export type ListResourceV1beta1NamespacedResourceClaimInput = typeof ListResourceV1beta1NamespacedResourceClaimInput.Type;
10667
10667
  export declare const ListResourceV1beta1NamespacedResourceClaimOutput: Schema.Struct<{
@@ -11039,7 +11039,7 @@ export declare const listResourceV1beta1NamespacedResourceClaim: API.OperationMe
11039
11039
  readonly selector: string;
11040
11040
  } | undefined;
11041
11041
  } | undefined;
11042
- }, never, any>;
11042
+ }, never, import("../credentials.ts").Credentials>;
11043
11043
  export declare const ListResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
11044
11044
  export type ListResourceV1beta1NamespacedResourceClaimTemplateInput = typeof ListResourceV1beta1NamespacedResourceClaimTemplateInput.Type;
11045
11045
  export declare const ListResourceV1beta1NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -11341,7 +11341,7 @@ export declare const listResourceV1beta1NamespacedResourceClaimTemplate: API.Ope
11341
11341
  readonly selector: string;
11342
11342
  } | undefined;
11343
11343
  } | undefined;
11344
- }, never, any>;
11344
+ }, never, import("../credentials.ts").Credentials>;
11345
11345
  export declare const ListResourceV1beta1ResourceClaimForAllNamespacesInput: Schema.Struct<{}>;
11346
11346
  export type ListResourceV1beta1ResourceClaimForAllNamespacesInput = typeof ListResourceV1beta1ResourceClaimForAllNamespacesInput.Type;
11347
11347
  export declare const ListResourceV1beta1ResourceClaimForAllNamespacesOutput: Schema.Struct<{
@@ -11719,7 +11719,7 @@ export declare const listResourceV1beta1ResourceClaimForAllNamespaces: API.Opera
11719
11719
  readonly selector: string;
11720
11720
  } | undefined;
11721
11721
  } | undefined;
11722
- }, never, any>;
11722
+ }, never, import("../credentials.ts").Credentials>;
11723
11723
  export declare const ListResourceV1beta1ResourceClaimTemplateForAllNamespacesInput: Schema.Struct<{}>;
11724
11724
  export type ListResourceV1beta1ResourceClaimTemplateForAllNamespacesInput = typeof ListResourceV1beta1ResourceClaimTemplateForAllNamespacesInput.Type;
11725
11725
  export declare const ListResourceV1beta1ResourceClaimTemplateForAllNamespacesOutput: Schema.Struct<{
@@ -12021,7 +12021,7 @@ export declare const listResourceV1beta1ResourceClaimTemplateForAllNamespaces: A
12021
12021
  readonly selector: string;
12022
12022
  } | undefined;
12023
12023
  } | undefined;
12024
- }, never, any>;
12024
+ }, never, import("../credentials.ts").Credentials>;
12025
12025
  export declare const ListResourceV1beta1ResourceSliceInput: Schema.Struct<{}>;
12026
12026
  export type ListResourceV1beta1ResourceSliceInput = typeof ListResourceV1beta1ResourceSliceInput.Type;
12027
12027
  export declare const ListResourceV1beta1ResourceSliceOutput: Schema.Struct<{
@@ -12327,7 +12327,7 @@ export declare const listResourceV1beta1ResourceSlice: API.OperationMethod<{}, {
12327
12327
  readonly selector: string;
12328
12328
  } | undefined;
12329
12329
  } | undefined;
12330
- }, never, any>;
12330
+ }, never, import("../credentials.ts").Credentials>;
12331
12331
  export declare const ListResourceV1beta2DeviceClassInput: Schema.Struct<{}>;
12332
12332
  export type ListResourceV1beta2DeviceClassInput = typeof ListResourceV1beta2DeviceClassInput.Type;
12333
12333
  export declare const ListResourceV1beta2DeviceClassOutput: Schema.Struct<{
@@ -12463,7 +12463,7 @@ export declare const listResourceV1beta2DeviceClass: API.OperationMethod<{}, {
12463
12463
  readonly selector: string;
12464
12464
  } | undefined;
12465
12465
  } | undefined;
12466
- }, never, any>;
12466
+ }, never, import("../credentials.ts").Credentials>;
12467
12467
  export declare const ListResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{}>;
12468
12468
  export type ListResourceV1beta2DeviceTaintRuleInput = typeof ListResourceV1beta2DeviceTaintRuleInput.Type;
12469
12469
  export declare const ListResourceV1beta2DeviceTaintRuleOutput: Schema.Struct<{
@@ -12617,7 +12617,7 @@ export declare const listResourceV1beta2DeviceTaintRule: API.OperationMethod<{},
12617
12617
  readonly selector: string;
12618
12618
  } | undefined;
12619
12619
  } | undefined;
12620
- }, never, any>;
12620
+ }, never, import("../credentials.ts").Credentials>;
12621
12621
  export declare const ListResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{}>;
12622
12622
  export type ListResourceV1beta2NamespacedResourceClaimInput = typeof ListResourceV1beta2NamespacedResourceClaimInput.Type;
12623
12623
  export declare const ListResourceV1beta2NamespacedResourceClaimOutput: Schema.Struct<{
@@ -12999,7 +12999,7 @@ export declare const listResourceV1beta2NamespacedResourceClaim: API.OperationMe
12999
12999
  readonly selector: string;
13000
13000
  } | undefined;
13001
13001
  } | undefined;
13002
- }, never, any>;
13002
+ }, never, import("../credentials.ts").Credentials>;
13003
13003
  export declare const ListResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
13004
13004
  export type ListResourceV1beta2NamespacedResourceClaimTemplateInput = typeof ListResourceV1beta2NamespacedResourceClaimTemplateInput.Type;
13005
13005
  export declare const ListResourceV1beta2NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -13305,7 +13305,7 @@ export declare const listResourceV1beta2NamespacedResourceClaimTemplate: API.Ope
13305
13305
  readonly selector: string;
13306
13306
  } | undefined;
13307
13307
  } | undefined;
13308
- }, never, any>;
13308
+ }, never, import("../credentials.ts").Credentials>;
13309
13309
  export declare const ListResourceV1beta2ResourceClaimForAllNamespacesInput: Schema.Struct<{}>;
13310
13310
  export type ListResourceV1beta2ResourceClaimForAllNamespacesInput = typeof ListResourceV1beta2ResourceClaimForAllNamespacesInput.Type;
13311
13311
  export declare const ListResourceV1beta2ResourceClaimForAllNamespacesOutput: Schema.Struct<{
@@ -13687,7 +13687,7 @@ export declare const listResourceV1beta2ResourceClaimForAllNamespaces: API.Opera
13687
13687
  readonly selector: string;
13688
13688
  } | undefined;
13689
13689
  } | undefined;
13690
- }, never, any>;
13690
+ }, never, import("../credentials.ts").Credentials>;
13691
13691
  export declare const ListResourceV1beta2ResourceClaimTemplateForAllNamespacesInput: Schema.Struct<{}>;
13692
13692
  export type ListResourceV1beta2ResourceClaimTemplateForAllNamespacesInput = typeof ListResourceV1beta2ResourceClaimTemplateForAllNamespacesInput.Type;
13693
13693
  export declare const ListResourceV1beta2ResourceClaimTemplateForAllNamespacesOutput: Schema.Struct<{
@@ -13993,7 +13993,7 @@ export declare const listResourceV1beta2ResourceClaimTemplateForAllNamespaces: A
13993
13993
  readonly selector: string;
13994
13994
  } | undefined;
13995
13995
  } | undefined;
13996
- }, never, any>;
13996
+ }, never, import("../credentials.ts").Credentials>;
13997
13997
  export declare const ListResourceV1beta2ResourceSliceInput: Schema.Struct<{}>;
13998
13998
  export type ListResourceV1beta2ResourceSliceInput = typeof ListResourceV1beta2ResourceSliceInput.Type;
13999
13999
  export declare const ListResourceV1beta2ResourceSliceOutput: Schema.Struct<{
@@ -14295,7 +14295,7 @@ export declare const listResourceV1beta2ResourceSlice: API.OperationMethod<{}, {
14295
14295
  readonly selector: string;
14296
14296
  } | undefined;
14297
14297
  } | undefined;
14298
- }, never, any>;
14298
+ }, never, import("../credentials.ts").Credentials>;
14299
14299
  export declare const PatchResourceV1DeviceClassInput: Schema.Struct<{
14300
14300
  readonly dryRun: Schema.optional<Schema.String>;
14301
14301
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -14414,7 +14414,7 @@ export declare const patchResourceV1DeviceClass: API.OperationMethod<{
14414
14414
  } | undefined;
14415
14415
  }[] | undefined;
14416
14416
  };
14417
- }, Conflict | NotFound | UnprocessableEntity, any>;
14417
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
14418
14418
  export declare const PatchResourceV1NamespacedResourceClaimInput: Schema.Struct<{
14419
14419
  readonly dryRun: Schema.optional<Schema.String>;
14420
14420
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -14779,7 +14779,7 @@ export declare const patchResourceV1NamespacedResourceClaim: API.OperationMethod
14779
14779
  readonly uid: string;
14780
14780
  }[] | undefined;
14781
14781
  } | undefined;
14782
- }, Conflict | NotFound | UnprocessableEntity, any>;
14782
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
14783
14783
  export declare const PatchResourceV1NamespacedResourceClaimStatusInput: Schema.Struct<{
14784
14784
  readonly dryRun: Schema.optional<Schema.String>;
14785
14785
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -15144,7 +15144,7 @@ export declare const patchResourceV1NamespacedResourceClaimStatus: API.Operation
15144
15144
  readonly uid: string;
15145
15145
  }[] | undefined;
15146
15146
  } | undefined;
15147
- }, Conflict | NotFound | UnprocessableEntity, any>;
15147
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
15148
15148
  export declare const PatchResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
15149
15149
  readonly dryRun: Schema.optional<Schema.String>;
15150
15150
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -15433,7 +15433,7 @@ export declare const patchResourceV1NamespacedResourceClaimTemplate: API.Operati
15433
15433
  } | undefined;
15434
15434
  };
15435
15435
  };
15436
- }, Conflict | NotFound | UnprocessableEntity, any>;
15436
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
15437
15437
  export declare const PatchResourceV1ResourceSliceInput: Schema.Struct<{
15438
15438
  readonly dryRun: Schema.optional<Schema.String>;
15439
15439
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -15718,7 +15718,7 @@ export declare const patchResourceV1ResourceSlice: API.OperationMethod<{
15718
15718
  readonly name: string;
15719
15719
  }[] | undefined;
15720
15720
  };
15721
- }, Conflict | NotFound | UnprocessableEntity, any>;
15721
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
15722
15722
  export declare const PatchResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
15723
15723
  readonly dryRun: Schema.optional<Schema.String>;
15724
15724
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -15855,7 +15855,7 @@ export declare const patchResourceV1alpha3DeviceTaintRule: API.OperationMethod<{
15855
15855
  readonly type: string;
15856
15856
  }[] | undefined;
15857
15857
  } | undefined;
15858
- }, Conflict | NotFound | UnprocessableEntity, any>;
15858
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
15859
15859
  export declare const PatchResourceV1alpha3DeviceTaintRuleStatusInput: Schema.Struct<{
15860
15860
  readonly dryRun: Schema.optional<Schema.String>;
15861
15861
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -15992,7 +15992,7 @@ export declare const patchResourceV1alpha3DeviceTaintRuleStatus: API.OperationMe
15992
15992
  readonly type: string;
15993
15993
  }[] | undefined;
15994
15994
  } | undefined;
15995
- }, Conflict | NotFound | UnprocessableEntity, any>;
15995
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
15996
15996
  export declare const PatchResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
15997
15997
  readonly dryRun: Schema.optional<Schema.String>;
15998
15998
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -16139,7 +16139,7 @@ export declare const patchResourceV1alpha3ResourcePoolStatusRequest: API.Operati
16139
16139
  readonly validationError?: string | undefined;
16140
16140
  }[] | undefined;
16141
16141
  } | undefined;
16142
- }, never, any>;
16142
+ }, never, import("../credentials.ts").Credentials>;
16143
16143
  export declare const PatchResourceV1alpha3ResourcePoolStatusRequestStatusInput: Schema.Struct<{
16144
16144
  readonly dryRun: Schema.optional<Schema.String>;
16145
16145
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -16286,7 +16286,7 @@ export declare const patchResourceV1alpha3ResourcePoolStatusRequestStatus: API.O
16286
16286
  readonly validationError?: string | undefined;
16287
16287
  }[] | undefined;
16288
16288
  } | undefined;
16289
- }, never, any>;
16289
+ }, never, import("../credentials.ts").Credentials>;
16290
16290
  export declare const PatchResourceV1beta1DeviceClassInput: Schema.Struct<{
16291
16291
  readonly dryRun: Schema.optional<Schema.String>;
16292
16292
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -16405,7 +16405,7 @@ export declare const patchResourceV1beta1DeviceClass: API.OperationMethod<{
16405
16405
  } | undefined;
16406
16406
  }[] | undefined;
16407
16407
  };
16408
- }, Conflict | NotFound | UnprocessableEntity, any>;
16408
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
16409
16409
  export declare const PatchResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
16410
16410
  readonly dryRun: Schema.optional<Schema.String>;
16411
16411
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -16766,7 +16766,7 @@ export declare const patchResourceV1beta1NamespacedResourceClaim: API.OperationM
16766
16766
  readonly uid: string;
16767
16767
  }[] | undefined;
16768
16768
  } | undefined;
16769
- }, Conflict | NotFound | UnprocessableEntity, any>;
16769
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
16770
16770
  export declare const PatchResourceV1beta1NamespacedResourceClaimStatusInput: Schema.Struct<{
16771
16771
  readonly dryRun: Schema.optional<Schema.String>;
16772
16772
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -17127,7 +17127,7 @@ export declare const patchResourceV1beta1NamespacedResourceClaimStatus: API.Oper
17127
17127
  readonly uid: string;
17128
17128
  }[] | undefined;
17129
17129
  } | undefined;
17130
- }, Conflict | NotFound | UnprocessableEntity, any>;
17130
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
17131
17131
  export declare const PatchResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
17132
17132
  readonly dryRun: Schema.optional<Schema.String>;
17133
17133
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -17412,7 +17412,7 @@ export declare const patchResourceV1beta1NamespacedResourceClaimTemplate: API.Op
17412
17412
  } | undefined;
17413
17413
  };
17414
17414
  };
17415
- }, Conflict | NotFound | UnprocessableEntity, any>;
17415
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
17416
17416
  export declare const PatchResourceV1beta1ResourceSliceInput: Schema.Struct<{
17417
17417
  readonly dryRun: Schema.optional<Schema.String>;
17418
17418
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -17701,7 +17701,7 @@ export declare const patchResourceV1beta1ResourceSlice: API.OperationMethod<{
17701
17701
  readonly name: string;
17702
17702
  }[] | undefined;
17703
17703
  };
17704
- }, Conflict | NotFound | UnprocessableEntity, any>;
17704
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
17705
17705
  export declare const PatchResourceV1beta2DeviceClassInput: Schema.Struct<{
17706
17706
  readonly dryRun: Schema.optional<Schema.String>;
17707
17707
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -17820,7 +17820,7 @@ export declare const patchResourceV1beta2DeviceClass: API.OperationMethod<{
17820
17820
  } | undefined;
17821
17821
  }[] | undefined;
17822
17822
  };
17823
- }, Conflict | NotFound | UnprocessableEntity, any>;
17823
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
17824
17824
  export declare const PatchResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
17825
17825
  readonly dryRun: Schema.optional<Schema.String>;
17826
17826
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -17957,7 +17957,7 @@ export declare const patchResourceV1beta2DeviceTaintRule: API.OperationMethod<{
17957
17957
  readonly type: string;
17958
17958
  }[] | undefined;
17959
17959
  } | undefined;
17960
- }, Conflict | NotFound | UnprocessableEntity, any>;
17960
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
17961
17961
  export declare const PatchResourceV1beta2DeviceTaintRuleStatusInput: Schema.Struct<{
17962
17962
  readonly dryRun: Schema.optional<Schema.String>;
17963
17963
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -18094,7 +18094,7 @@ export declare const patchResourceV1beta2DeviceTaintRuleStatus: API.OperationMet
18094
18094
  readonly type: string;
18095
18095
  }[] | undefined;
18096
18096
  } | undefined;
18097
- }, Conflict | NotFound | UnprocessableEntity, any>;
18097
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
18098
18098
  export declare const PatchResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
18099
18099
  readonly dryRun: Schema.optional<Schema.String>;
18100
18100
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -18459,7 +18459,7 @@ export declare const patchResourceV1beta2NamespacedResourceClaim: API.OperationM
18459
18459
  readonly uid: string;
18460
18460
  }[] | undefined;
18461
18461
  } | undefined;
18462
- }, Conflict | NotFound | UnprocessableEntity, any>;
18462
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
18463
18463
  export declare const PatchResourceV1beta2NamespacedResourceClaimStatusInput: Schema.Struct<{
18464
18464
  readonly dryRun: Schema.optional<Schema.String>;
18465
18465
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -18824,7 +18824,7 @@ export declare const patchResourceV1beta2NamespacedResourceClaimStatus: API.Oper
18824
18824
  readonly uid: string;
18825
18825
  }[] | undefined;
18826
18826
  } | undefined;
18827
- }, Conflict | NotFound | UnprocessableEntity, any>;
18827
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
18828
18828
  export declare const PatchResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
18829
18829
  readonly dryRun: Schema.optional<Schema.String>;
18830
18830
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -19113,7 +19113,7 @@ export declare const patchResourceV1beta2NamespacedResourceClaimTemplate: API.Op
19113
19113
  } | undefined;
19114
19114
  };
19115
19115
  };
19116
- }, Conflict | NotFound | UnprocessableEntity, any>;
19116
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
19117
19117
  export declare const PatchResourceV1beta2ResourceSliceInput: Schema.Struct<{
19118
19118
  readonly dryRun: Schema.optional<Schema.String>;
19119
19119
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -19398,7 +19398,7 @@ export declare const patchResourceV1beta2ResourceSlice: API.OperationMethod<{
19398
19398
  readonly name: string;
19399
19399
  }[] | undefined;
19400
19400
  };
19401
- }, Conflict | NotFound | UnprocessableEntity, any>;
19401
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
19402
19402
  export declare const ReadResourceV1DeviceClassInput: Schema.Struct<{}>;
19403
19403
  export type ReadResourceV1DeviceClassInput = typeof ReadResourceV1DeviceClassInput.Type;
19404
19404
  export declare const ReadResourceV1DeviceClassOutput: Schema.Struct<{
@@ -19508,7 +19508,7 @@ export declare const readResourceV1DeviceClass: API.OperationMethod<{}, {
19508
19508
  } | undefined;
19509
19509
  }[] | undefined;
19510
19510
  };
19511
- }, NotFound, any>;
19511
+ }, NotFound, import("../credentials.ts").Credentials>;
19512
19512
  export declare const ReadResourceV1NamespacedResourceClaimInput: Schema.Struct<{}>;
19513
19513
  export type ReadResourceV1NamespacedResourceClaimInput = typeof ReadResourceV1NamespacedResourceClaimInput.Type;
19514
19514
  export declare const ReadResourceV1NamespacedResourceClaimOutput: Schema.Struct<{
@@ -19864,7 +19864,7 @@ export declare const readResourceV1NamespacedResourceClaim: API.OperationMethod<
19864
19864
  readonly uid: string;
19865
19865
  }[] | undefined;
19866
19866
  } | undefined;
19867
- }, NotFound, any>;
19867
+ }, NotFound, import("../credentials.ts").Credentials>;
19868
19868
  export declare const ReadResourceV1NamespacedResourceClaimStatusInput: Schema.Struct<{}>;
19869
19869
  export type ReadResourceV1NamespacedResourceClaimStatusInput = typeof ReadResourceV1NamespacedResourceClaimStatusInput.Type;
19870
19870
  export declare const ReadResourceV1NamespacedResourceClaimStatusOutput: Schema.Struct<{
@@ -20220,7 +20220,7 @@ export declare const readResourceV1NamespacedResourceClaimStatus: API.OperationM
20220
20220
  readonly uid: string;
20221
20221
  }[] | undefined;
20222
20222
  } | undefined;
20223
- }, NotFound, any>;
20223
+ }, NotFound, import("../credentials.ts").Credentials>;
20224
20224
  export declare const ReadResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
20225
20225
  export type ReadResourceV1NamespacedResourceClaimTemplateInput = typeof ReadResourceV1NamespacedResourceClaimTemplateInput.Type;
20226
20226
  export declare const ReadResourceV1NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -20500,7 +20500,7 @@ export declare const readResourceV1NamespacedResourceClaimTemplate: API.Operatio
20500
20500
  } | undefined;
20501
20501
  };
20502
20502
  };
20503
- }, NotFound, any>;
20503
+ }, NotFound, import("../credentials.ts").Credentials>;
20504
20504
  export declare const ReadResourceV1ResourceSliceInput: Schema.Struct<{}>;
20505
20505
  export type ReadResourceV1ResourceSliceInput = typeof ReadResourceV1ResourceSliceInput.Type;
20506
20506
  export declare const ReadResourceV1ResourceSliceOutput: Schema.Struct<{
@@ -20776,7 +20776,7 @@ export declare const readResourceV1ResourceSlice: API.OperationMethod<{}, {
20776
20776
  readonly name: string;
20777
20777
  }[] | undefined;
20778
20778
  };
20779
- }, NotFound, any>;
20779
+ }, NotFound, import("../credentials.ts").Credentials>;
20780
20780
  export declare const ReadResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{}>;
20781
20781
  export type ReadResourceV1alpha3DeviceTaintRuleInput = typeof ReadResourceV1alpha3DeviceTaintRuleInput.Type;
20782
20782
  export declare const ReadResourceV1alpha3DeviceTaintRuleOutput: Schema.Struct<{
@@ -20904,7 +20904,7 @@ export declare const readResourceV1alpha3DeviceTaintRule: API.OperationMethod<{}
20904
20904
  readonly type: string;
20905
20905
  }[] | undefined;
20906
20906
  } | undefined;
20907
- }, NotFound, any>;
20907
+ }, NotFound, import("../credentials.ts").Credentials>;
20908
20908
  export declare const ReadResourceV1alpha3DeviceTaintRuleStatusInput: Schema.Struct<{}>;
20909
20909
  export type ReadResourceV1alpha3DeviceTaintRuleStatusInput = typeof ReadResourceV1alpha3DeviceTaintRuleStatusInput.Type;
20910
20910
  export declare const ReadResourceV1alpha3DeviceTaintRuleStatusOutput: Schema.Struct<{
@@ -21032,7 +21032,7 @@ export declare const readResourceV1alpha3DeviceTaintRuleStatus: API.OperationMet
21032
21032
  readonly type: string;
21033
21033
  }[] | undefined;
21034
21034
  } | undefined;
21035
- }, NotFound, any>;
21035
+ }, NotFound, import("../credentials.ts").Credentials>;
21036
21036
  export declare const ReadResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{}>;
21037
21037
  export type ReadResourceV1alpha3ResourcePoolStatusRequestInput = typeof ReadResourceV1alpha3ResourcePoolStatusRequestInput.Type;
21038
21038
  export declare const ReadResourceV1alpha3ResourcePoolStatusRequestOutput: Schema.Struct<{
@@ -21170,7 +21170,7 @@ export declare const readResourceV1alpha3ResourcePoolStatusRequest: API.Operatio
21170
21170
  readonly validationError?: string | undefined;
21171
21171
  }[] | undefined;
21172
21172
  } | undefined;
21173
- }, never, any>;
21173
+ }, never, import("../credentials.ts").Credentials>;
21174
21174
  export declare const ReadResourceV1alpha3ResourcePoolStatusRequestStatusInput: Schema.Struct<{}>;
21175
21175
  export type ReadResourceV1alpha3ResourcePoolStatusRequestStatusInput = typeof ReadResourceV1alpha3ResourcePoolStatusRequestStatusInput.Type;
21176
21176
  export declare const ReadResourceV1alpha3ResourcePoolStatusRequestStatusOutput: Schema.Struct<{
@@ -21308,7 +21308,7 @@ export declare const readResourceV1alpha3ResourcePoolStatusRequestStatus: API.Op
21308
21308
  readonly validationError?: string | undefined;
21309
21309
  }[] | undefined;
21310
21310
  } | undefined;
21311
- }, never, any>;
21311
+ }, never, import("../credentials.ts").Credentials>;
21312
21312
  export declare const ReadResourceV1beta1DeviceClassInput: Schema.Struct<{}>;
21313
21313
  export type ReadResourceV1beta1DeviceClassInput = typeof ReadResourceV1beta1DeviceClassInput.Type;
21314
21314
  export declare const ReadResourceV1beta1DeviceClassOutput: Schema.Struct<{
@@ -21418,7 +21418,7 @@ export declare const readResourceV1beta1DeviceClass: API.OperationMethod<{}, {
21418
21418
  } | undefined;
21419
21419
  }[] | undefined;
21420
21420
  };
21421
- }, NotFound, any>;
21421
+ }, NotFound, import("../credentials.ts").Credentials>;
21422
21422
  export declare const ReadResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{}>;
21423
21423
  export type ReadResourceV1beta1NamespacedResourceClaimInput = typeof ReadResourceV1beta1NamespacedResourceClaimInput.Type;
21424
21424
  export declare const ReadResourceV1beta1NamespacedResourceClaimOutput: Schema.Struct<{
@@ -21770,7 +21770,7 @@ export declare const readResourceV1beta1NamespacedResourceClaim: API.OperationMe
21770
21770
  readonly uid: string;
21771
21771
  }[] | undefined;
21772
21772
  } | undefined;
21773
- }, NotFound, any>;
21773
+ }, NotFound, import("../credentials.ts").Credentials>;
21774
21774
  export declare const ReadResourceV1beta1NamespacedResourceClaimStatusInput: Schema.Struct<{}>;
21775
21775
  export type ReadResourceV1beta1NamespacedResourceClaimStatusInput = typeof ReadResourceV1beta1NamespacedResourceClaimStatusInput.Type;
21776
21776
  export declare const ReadResourceV1beta1NamespacedResourceClaimStatusOutput: Schema.Struct<{
@@ -22122,7 +22122,7 @@ export declare const readResourceV1beta1NamespacedResourceClaimStatus: API.Opera
22122
22122
  readonly uid: string;
22123
22123
  }[] | undefined;
22124
22124
  } | undefined;
22125
- }, NotFound, any>;
22125
+ }, NotFound, import("../credentials.ts").Credentials>;
22126
22126
  export declare const ReadResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
22127
22127
  export type ReadResourceV1beta1NamespacedResourceClaimTemplateInput = typeof ReadResourceV1beta1NamespacedResourceClaimTemplateInput.Type;
22128
22128
  export declare const ReadResourceV1beta1NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -22398,7 +22398,7 @@ export declare const readResourceV1beta1NamespacedResourceClaimTemplate: API.Ope
22398
22398
  } | undefined;
22399
22399
  };
22400
22400
  };
22401
- }, NotFound, any>;
22401
+ }, NotFound, import("../credentials.ts").Credentials>;
22402
22402
  export declare const ReadResourceV1beta1ResourceSliceInput: Schema.Struct<{}>;
22403
22403
  export type ReadResourceV1beta1ResourceSliceInput = typeof ReadResourceV1beta1ResourceSliceInput.Type;
22404
22404
  export declare const ReadResourceV1beta1ResourceSliceOutput: Schema.Struct<{
@@ -22678,7 +22678,7 @@ export declare const readResourceV1beta1ResourceSlice: API.OperationMethod<{}, {
22678
22678
  readonly name: string;
22679
22679
  }[] | undefined;
22680
22680
  };
22681
- }, NotFound, any>;
22681
+ }, NotFound, import("../credentials.ts").Credentials>;
22682
22682
  export declare const ReadResourceV1beta2DeviceClassInput: Schema.Struct<{}>;
22683
22683
  export type ReadResourceV1beta2DeviceClassInput = typeof ReadResourceV1beta2DeviceClassInput.Type;
22684
22684
  export declare const ReadResourceV1beta2DeviceClassOutput: Schema.Struct<{
@@ -22788,7 +22788,7 @@ export declare const readResourceV1beta2DeviceClass: API.OperationMethod<{}, {
22788
22788
  } | undefined;
22789
22789
  }[] | undefined;
22790
22790
  };
22791
- }, NotFound, any>;
22791
+ }, NotFound, import("../credentials.ts").Credentials>;
22792
22792
  export declare const ReadResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{}>;
22793
22793
  export type ReadResourceV1beta2DeviceTaintRuleInput = typeof ReadResourceV1beta2DeviceTaintRuleInput.Type;
22794
22794
  export declare const ReadResourceV1beta2DeviceTaintRuleOutput: Schema.Struct<{
@@ -22916,7 +22916,7 @@ export declare const readResourceV1beta2DeviceTaintRule: API.OperationMethod<{},
22916
22916
  readonly type: string;
22917
22917
  }[] | undefined;
22918
22918
  } | undefined;
22919
- }, NotFound, any>;
22919
+ }, NotFound, import("../credentials.ts").Credentials>;
22920
22920
  export declare const ReadResourceV1beta2DeviceTaintRuleStatusInput: Schema.Struct<{}>;
22921
22921
  export type ReadResourceV1beta2DeviceTaintRuleStatusInput = typeof ReadResourceV1beta2DeviceTaintRuleStatusInput.Type;
22922
22922
  export declare const ReadResourceV1beta2DeviceTaintRuleStatusOutput: Schema.Struct<{
@@ -23044,7 +23044,7 @@ export declare const readResourceV1beta2DeviceTaintRuleStatus: API.OperationMeth
23044
23044
  readonly type: string;
23045
23045
  }[] | undefined;
23046
23046
  } | undefined;
23047
- }, NotFound, any>;
23047
+ }, NotFound, import("../credentials.ts").Credentials>;
23048
23048
  export declare const ReadResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{}>;
23049
23049
  export type ReadResourceV1beta2NamespacedResourceClaimInput = typeof ReadResourceV1beta2NamespacedResourceClaimInput.Type;
23050
23050
  export declare const ReadResourceV1beta2NamespacedResourceClaimOutput: Schema.Struct<{
@@ -23400,7 +23400,7 @@ export declare const readResourceV1beta2NamespacedResourceClaim: API.OperationMe
23400
23400
  readonly uid: string;
23401
23401
  }[] | undefined;
23402
23402
  } | undefined;
23403
- }, NotFound, any>;
23403
+ }, NotFound, import("../credentials.ts").Credentials>;
23404
23404
  export declare const ReadResourceV1beta2NamespacedResourceClaimStatusInput: Schema.Struct<{}>;
23405
23405
  export type ReadResourceV1beta2NamespacedResourceClaimStatusInput = typeof ReadResourceV1beta2NamespacedResourceClaimStatusInput.Type;
23406
23406
  export declare const ReadResourceV1beta2NamespacedResourceClaimStatusOutput: Schema.Struct<{
@@ -23756,7 +23756,7 @@ export declare const readResourceV1beta2NamespacedResourceClaimStatus: API.Opera
23756
23756
  readonly uid: string;
23757
23757
  }[] | undefined;
23758
23758
  } | undefined;
23759
- }, NotFound, any>;
23759
+ }, NotFound, import("../credentials.ts").Credentials>;
23760
23760
  export declare const ReadResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
23761
23761
  export type ReadResourceV1beta2NamespacedResourceClaimTemplateInput = typeof ReadResourceV1beta2NamespacedResourceClaimTemplateInput.Type;
23762
23762
  export declare const ReadResourceV1beta2NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -24036,7 +24036,7 @@ export declare const readResourceV1beta2NamespacedResourceClaimTemplate: API.Ope
24036
24036
  } | undefined;
24037
24037
  };
24038
24038
  };
24039
- }, NotFound, any>;
24039
+ }, NotFound, import("../credentials.ts").Credentials>;
24040
24040
  export declare const ReadResourceV1beta2ResourceSliceInput: Schema.Struct<{}>;
24041
24041
  export type ReadResourceV1beta2ResourceSliceInput = typeof ReadResourceV1beta2ResourceSliceInput.Type;
24042
24042
  export declare const ReadResourceV1beta2ResourceSliceOutput: Schema.Struct<{
@@ -24312,7 +24312,7 @@ export declare const readResourceV1beta2ResourceSlice: API.OperationMethod<{}, {
24312
24312
  readonly name: string;
24313
24313
  }[] | undefined;
24314
24314
  };
24315
- }, NotFound, any>;
24315
+ }, NotFound, import("../credentials.ts").Credentials>;
24316
24316
  export declare const ReplaceResourceV1DeviceClassInput: Schema.Struct<{
24317
24317
  readonly dryRun: Schema.optional<Schema.String>;
24318
24318
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -24431,7 +24431,7 @@ export declare const replaceResourceV1DeviceClass: API.OperationMethod<{
24431
24431
  } | undefined;
24432
24432
  }[] | undefined;
24433
24433
  };
24434
- }, Conflict | NotFound | UnprocessableEntity, any>;
24434
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
24435
24435
  export declare const ReplaceResourceV1NamespacedResourceClaimInput: Schema.Struct<{
24436
24436
  readonly dryRun: Schema.optional<Schema.String>;
24437
24437
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -24796,7 +24796,7 @@ export declare const replaceResourceV1NamespacedResourceClaim: API.OperationMeth
24796
24796
  readonly uid: string;
24797
24797
  }[] | undefined;
24798
24798
  } | undefined;
24799
- }, Conflict | NotFound | UnprocessableEntity, any>;
24799
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
24800
24800
  export declare const ReplaceResourceV1NamespacedResourceClaimStatusInput: Schema.Struct<{
24801
24801
  readonly dryRun: Schema.optional<Schema.String>;
24802
24802
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -25161,7 +25161,7 @@ export declare const replaceResourceV1NamespacedResourceClaimStatus: API.Operati
25161
25161
  readonly uid: string;
25162
25162
  }[] | undefined;
25163
25163
  } | undefined;
25164
- }, Conflict | NotFound | UnprocessableEntity, any>;
25164
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
25165
25165
  export declare const ReplaceResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
25166
25166
  readonly dryRun: Schema.optional<Schema.String>;
25167
25167
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -25450,7 +25450,7 @@ export declare const replaceResourceV1NamespacedResourceClaimTemplate: API.Opera
25450
25450
  } | undefined;
25451
25451
  };
25452
25452
  };
25453
- }, Conflict | NotFound | UnprocessableEntity, any>;
25453
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
25454
25454
  export declare const ReplaceResourceV1ResourceSliceInput: Schema.Struct<{
25455
25455
  readonly dryRun: Schema.optional<Schema.String>;
25456
25456
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -25735,7 +25735,7 @@ export declare const replaceResourceV1ResourceSlice: API.OperationMethod<{
25735
25735
  readonly name: string;
25736
25736
  }[] | undefined;
25737
25737
  };
25738
- }, Conflict | NotFound | UnprocessableEntity, any>;
25738
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
25739
25739
  export declare const ReplaceResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
25740
25740
  readonly dryRun: Schema.optional<Schema.String>;
25741
25741
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -25872,7 +25872,7 @@ export declare const replaceResourceV1alpha3DeviceTaintRule: API.OperationMethod
25872
25872
  readonly type: string;
25873
25873
  }[] | undefined;
25874
25874
  } | undefined;
25875
- }, Conflict | NotFound | UnprocessableEntity, any>;
25875
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
25876
25876
  export declare const ReplaceResourceV1alpha3DeviceTaintRuleStatusInput: Schema.Struct<{
25877
25877
  readonly dryRun: Schema.optional<Schema.String>;
25878
25878
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -26009,7 +26009,7 @@ export declare const replaceResourceV1alpha3DeviceTaintRuleStatus: API.Operation
26009
26009
  readonly type: string;
26010
26010
  }[] | undefined;
26011
26011
  } | undefined;
26012
- }, Conflict | NotFound | UnprocessableEntity, any>;
26012
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
26013
26013
  export declare const ReplaceResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
26014
26014
  readonly dryRun: Schema.optional<Schema.String>;
26015
26015
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -26156,7 +26156,7 @@ export declare const replaceResourceV1alpha3ResourcePoolStatusRequest: API.Opera
26156
26156
  readonly validationError?: string | undefined;
26157
26157
  }[] | undefined;
26158
26158
  } | undefined;
26159
- }, never, any>;
26159
+ }, never, import("../credentials.ts").Credentials>;
26160
26160
  export declare const ReplaceResourceV1alpha3ResourcePoolStatusRequestStatusInput: Schema.Struct<{
26161
26161
  readonly dryRun: Schema.optional<Schema.String>;
26162
26162
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -26303,7 +26303,7 @@ export declare const replaceResourceV1alpha3ResourcePoolStatusRequestStatus: API
26303
26303
  readonly validationError?: string | undefined;
26304
26304
  }[] | undefined;
26305
26305
  } | undefined;
26306
- }, never, any>;
26306
+ }, never, import("../credentials.ts").Credentials>;
26307
26307
  export declare const ReplaceResourceV1beta1DeviceClassInput: Schema.Struct<{
26308
26308
  readonly dryRun: Schema.optional<Schema.String>;
26309
26309
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -26422,7 +26422,7 @@ export declare const replaceResourceV1beta1DeviceClass: API.OperationMethod<{
26422
26422
  } | undefined;
26423
26423
  }[] | undefined;
26424
26424
  };
26425
- }, Conflict | NotFound | UnprocessableEntity, any>;
26425
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
26426
26426
  export declare const ReplaceResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
26427
26427
  readonly dryRun: Schema.optional<Schema.String>;
26428
26428
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -26783,7 +26783,7 @@ export declare const replaceResourceV1beta1NamespacedResourceClaim: API.Operatio
26783
26783
  readonly uid: string;
26784
26784
  }[] | undefined;
26785
26785
  } | undefined;
26786
- }, Conflict | NotFound | UnprocessableEntity, any>;
26786
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
26787
26787
  export declare const ReplaceResourceV1beta1NamespacedResourceClaimStatusInput: Schema.Struct<{
26788
26788
  readonly dryRun: Schema.optional<Schema.String>;
26789
26789
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -27144,7 +27144,7 @@ export declare const replaceResourceV1beta1NamespacedResourceClaimStatus: API.Op
27144
27144
  readonly uid: string;
27145
27145
  }[] | undefined;
27146
27146
  } | undefined;
27147
- }, Conflict | NotFound | UnprocessableEntity, any>;
27147
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
27148
27148
  export declare const ReplaceResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
27149
27149
  readonly dryRun: Schema.optional<Schema.String>;
27150
27150
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -27429,7 +27429,7 @@ export declare const replaceResourceV1beta1NamespacedResourceClaimTemplate: API.
27429
27429
  } | undefined;
27430
27430
  };
27431
27431
  };
27432
- }, Conflict | NotFound | UnprocessableEntity, any>;
27432
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
27433
27433
  export declare const ReplaceResourceV1beta1ResourceSliceInput: Schema.Struct<{
27434
27434
  readonly dryRun: Schema.optional<Schema.String>;
27435
27435
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -27718,7 +27718,7 @@ export declare const replaceResourceV1beta1ResourceSlice: API.OperationMethod<{
27718
27718
  readonly name: string;
27719
27719
  }[] | undefined;
27720
27720
  };
27721
- }, Conflict | NotFound | UnprocessableEntity, any>;
27721
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
27722
27722
  export declare const ReplaceResourceV1beta2DeviceClassInput: Schema.Struct<{
27723
27723
  readonly dryRun: Schema.optional<Schema.String>;
27724
27724
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -27837,7 +27837,7 @@ export declare const replaceResourceV1beta2DeviceClass: API.OperationMethod<{
27837
27837
  } | undefined;
27838
27838
  }[] | undefined;
27839
27839
  };
27840
- }, Conflict | NotFound | UnprocessableEntity, any>;
27840
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
27841
27841
  export declare const ReplaceResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
27842
27842
  readonly dryRun: Schema.optional<Schema.String>;
27843
27843
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -27974,7 +27974,7 @@ export declare const replaceResourceV1beta2DeviceTaintRule: API.OperationMethod<
27974
27974
  readonly type: string;
27975
27975
  }[] | undefined;
27976
27976
  } | undefined;
27977
- }, Conflict | NotFound | UnprocessableEntity, any>;
27977
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
27978
27978
  export declare const ReplaceResourceV1beta2DeviceTaintRuleStatusInput: Schema.Struct<{
27979
27979
  readonly dryRun: Schema.optional<Schema.String>;
27980
27980
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -28111,7 +28111,7 @@ export declare const replaceResourceV1beta2DeviceTaintRuleStatus: API.OperationM
28111
28111
  readonly type: string;
28112
28112
  }[] | undefined;
28113
28113
  } | undefined;
28114
- }, Conflict | NotFound | UnprocessableEntity, any>;
28114
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
28115
28115
  export declare const ReplaceResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
28116
28116
  readonly dryRun: Schema.optional<Schema.String>;
28117
28117
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -28476,7 +28476,7 @@ export declare const replaceResourceV1beta2NamespacedResourceClaim: API.Operatio
28476
28476
  readonly uid: string;
28477
28477
  }[] | undefined;
28478
28478
  } | undefined;
28479
- }, Conflict | NotFound | UnprocessableEntity, any>;
28479
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
28480
28480
  export declare const ReplaceResourceV1beta2NamespacedResourceClaimStatusInput: Schema.Struct<{
28481
28481
  readonly dryRun: Schema.optional<Schema.String>;
28482
28482
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -28841,7 +28841,7 @@ export declare const replaceResourceV1beta2NamespacedResourceClaimStatus: API.Op
28841
28841
  readonly uid: string;
28842
28842
  }[] | undefined;
28843
28843
  } | undefined;
28844
- }, Conflict | NotFound | UnprocessableEntity, any>;
28844
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
28845
28845
  export declare const ReplaceResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
28846
28846
  readonly dryRun: Schema.optional<Schema.String>;
28847
28847
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -29130,7 +29130,7 @@ export declare const replaceResourceV1beta2NamespacedResourceClaimTemplate: API.
29130
29130
  } | undefined;
29131
29131
  };
29132
29132
  };
29133
- }, Conflict | NotFound | UnprocessableEntity, any>;
29133
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
29134
29134
  export declare const ReplaceResourceV1beta2ResourceSliceInput: Schema.Struct<{
29135
29135
  readonly dryRun: Schema.optional<Schema.String>;
29136
29136
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -29415,7 +29415,7 @@ export declare const replaceResourceV1beta2ResourceSlice: API.OperationMethod<{
29415
29415
  readonly name: string;
29416
29416
  }[] | undefined;
29417
29417
  };
29418
- }, Conflict | NotFound | UnprocessableEntity, any>;
29418
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
29419
29419
  export declare const WatchResourceV1DeviceClassInput: Schema.Struct<{}>;
29420
29420
  export type WatchResourceV1DeviceClassInput = typeof WatchResourceV1DeviceClassInput.Type;
29421
29421
  export declare const WatchResourceV1DeviceClassOutput: Schema.Struct<{
@@ -29429,7 +29429,7 @@ export type WatchResourceV1DeviceClassOutput = typeof WatchResourceV1DeviceClass
29429
29429
  export declare const watchResourceV1DeviceClass: API.OperationMethod<{}, {
29430
29430
  readonly object: unknown;
29431
29431
  readonly type: string;
29432
- }, never, any>;
29432
+ }, never, import("../credentials.ts").Credentials>;
29433
29433
  export declare const WatchResourceV1DeviceClassListInput: Schema.Struct<{}>;
29434
29434
  export type WatchResourceV1DeviceClassListInput = typeof WatchResourceV1DeviceClassListInput.Type;
29435
29435
  export declare const WatchResourceV1DeviceClassListOutput: Schema.Struct<{
@@ -29443,7 +29443,7 @@ export type WatchResourceV1DeviceClassListOutput = typeof WatchResourceV1DeviceC
29443
29443
  export declare const watchResourceV1DeviceClassList: API.OperationMethod<{}, {
29444
29444
  readonly object: unknown;
29445
29445
  readonly type: string;
29446
- }, never, any>;
29446
+ }, never, import("../credentials.ts").Credentials>;
29447
29447
  export declare const WatchResourceV1NamespacedResourceClaimInput: Schema.Struct<{}>;
29448
29448
  export type WatchResourceV1NamespacedResourceClaimInput = typeof WatchResourceV1NamespacedResourceClaimInput.Type;
29449
29449
  export declare const WatchResourceV1NamespacedResourceClaimOutput: Schema.Struct<{
@@ -29457,7 +29457,7 @@ export type WatchResourceV1NamespacedResourceClaimOutput = typeof WatchResourceV
29457
29457
  export declare const watchResourceV1NamespacedResourceClaim: API.OperationMethod<{}, {
29458
29458
  readonly object: unknown;
29459
29459
  readonly type: string;
29460
- }, never, any>;
29460
+ }, never, import("../credentials.ts").Credentials>;
29461
29461
  export declare const WatchResourceV1NamespacedResourceClaimListInput: Schema.Struct<{}>;
29462
29462
  export type WatchResourceV1NamespacedResourceClaimListInput = typeof WatchResourceV1NamespacedResourceClaimListInput.Type;
29463
29463
  export declare const WatchResourceV1NamespacedResourceClaimListOutput: Schema.Struct<{
@@ -29471,7 +29471,7 @@ export type WatchResourceV1NamespacedResourceClaimListOutput = typeof WatchResou
29471
29471
  export declare const watchResourceV1NamespacedResourceClaimList: API.OperationMethod<{}, {
29472
29472
  readonly object: unknown;
29473
29473
  readonly type: string;
29474
- }, never, any>;
29474
+ }, never, import("../credentials.ts").Credentials>;
29475
29475
  export declare const WatchResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
29476
29476
  export type WatchResourceV1NamespacedResourceClaimTemplateInput = typeof WatchResourceV1NamespacedResourceClaimTemplateInput.Type;
29477
29477
  export declare const WatchResourceV1NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -29485,7 +29485,7 @@ export type WatchResourceV1NamespacedResourceClaimTemplateOutput = typeof WatchR
29485
29485
  export declare const watchResourceV1NamespacedResourceClaimTemplate: API.OperationMethod<{}, {
29486
29486
  readonly object: unknown;
29487
29487
  readonly type: string;
29488
- }, never, any>;
29488
+ }, never, import("../credentials.ts").Credentials>;
29489
29489
  export declare const WatchResourceV1NamespacedResourceClaimTemplateListInput: Schema.Struct<{}>;
29490
29490
  export type WatchResourceV1NamespacedResourceClaimTemplateListInput = typeof WatchResourceV1NamespacedResourceClaimTemplateListInput.Type;
29491
29491
  export declare const WatchResourceV1NamespacedResourceClaimTemplateListOutput: Schema.Struct<{
@@ -29499,7 +29499,7 @@ export type WatchResourceV1NamespacedResourceClaimTemplateListOutput = typeof Wa
29499
29499
  export declare const watchResourceV1NamespacedResourceClaimTemplateList: API.OperationMethod<{}, {
29500
29500
  readonly object: unknown;
29501
29501
  readonly type: string;
29502
- }, never, any>;
29502
+ }, never, import("../credentials.ts").Credentials>;
29503
29503
  export declare const WatchResourceV1ResourceClaimListForAllNamespacesInput: Schema.Struct<{}>;
29504
29504
  export type WatchResourceV1ResourceClaimListForAllNamespacesInput = typeof WatchResourceV1ResourceClaimListForAllNamespacesInput.Type;
29505
29505
  export declare const WatchResourceV1ResourceClaimListForAllNamespacesOutput: Schema.Struct<{
@@ -29513,7 +29513,7 @@ export type WatchResourceV1ResourceClaimListForAllNamespacesOutput = typeof Watc
29513
29513
  export declare const watchResourceV1ResourceClaimListForAllNamespaces: API.OperationMethod<{}, {
29514
29514
  readonly object: unknown;
29515
29515
  readonly type: string;
29516
- }, never, any>;
29516
+ }, never, import("../credentials.ts").Credentials>;
29517
29517
  export declare const WatchResourceV1ResourceClaimTemplateListForAllNamespacesInput: Schema.Struct<{}>;
29518
29518
  export type WatchResourceV1ResourceClaimTemplateListForAllNamespacesInput = typeof WatchResourceV1ResourceClaimTemplateListForAllNamespacesInput.Type;
29519
29519
  export declare const WatchResourceV1ResourceClaimTemplateListForAllNamespacesOutput: Schema.Struct<{
@@ -29527,7 +29527,7 @@ export type WatchResourceV1ResourceClaimTemplateListForAllNamespacesOutput = typ
29527
29527
  export declare const watchResourceV1ResourceClaimTemplateListForAllNamespaces: API.OperationMethod<{}, {
29528
29528
  readonly object: unknown;
29529
29529
  readonly type: string;
29530
- }, never, any>;
29530
+ }, never, import("../credentials.ts").Credentials>;
29531
29531
  export declare const WatchResourceV1ResourceSliceInput: Schema.Struct<{}>;
29532
29532
  export type WatchResourceV1ResourceSliceInput = typeof WatchResourceV1ResourceSliceInput.Type;
29533
29533
  export declare const WatchResourceV1ResourceSliceOutput: Schema.Struct<{
@@ -29541,7 +29541,7 @@ export type WatchResourceV1ResourceSliceOutput = typeof WatchResourceV1ResourceS
29541
29541
  export declare const watchResourceV1ResourceSlice: API.OperationMethod<{}, {
29542
29542
  readonly object: unknown;
29543
29543
  readonly type: string;
29544
- }, never, any>;
29544
+ }, never, import("../credentials.ts").Credentials>;
29545
29545
  export declare const WatchResourceV1ResourceSliceListInput: Schema.Struct<{}>;
29546
29546
  export type WatchResourceV1ResourceSliceListInput = typeof WatchResourceV1ResourceSliceListInput.Type;
29547
29547
  export declare const WatchResourceV1ResourceSliceListOutput: Schema.Struct<{
@@ -29555,7 +29555,7 @@ export type WatchResourceV1ResourceSliceListOutput = typeof WatchResourceV1Resou
29555
29555
  export declare const watchResourceV1ResourceSliceList: API.OperationMethod<{}, {
29556
29556
  readonly object: unknown;
29557
29557
  readonly type: string;
29558
- }, never, any>;
29558
+ }, never, import("../credentials.ts").Credentials>;
29559
29559
  export declare const WatchResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{}>;
29560
29560
  export type WatchResourceV1alpha3DeviceTaintRuleInput = typeof WatchResourceV1alpha3DeviceTaintRuleInput.Type;
29561
29561
  export declare const WatchResourceV1alpha3DeviceTaintRuleOutput: Schema.Struct<{
@@ -29569,7 +29569,7 @@ export type WatchResourceV1alpha3DeviceTaintRuleOutput = typeof WatchResourceV1a
29569
29569
  export declare const watchResourceV1alpha3DeviceTaintRule: API.OperationMethod<{}, {
29570
29570
  readonly object: unknown;
29571
29571
  readonly type: string;
29572
- }, never, any>;
29572
+ }, never, import("../credentials.ts").Credentials>;
29573
29573
  export declare const WatchResourceV1alpha3DeviceTaintRuleListInput: Schema.Struct<{}>;
29574
29574
  export type WatchResourceV1alpha3DeviceTaintRuleListInput = typeof WatchResourceV1alpha3DeviceTaintRuleListInput.Type;
29575
29575
  export declare const WatchResourceV1alpha3DeviceTaintRuleListOutput: Schema.Struct<{
@@ -29583,7 +29583,7 @@ export type WatchResourceV1alpha3DeviceTaintRuleListOutput = typeof WatchResourc
29583
29583
  export declare const watchResourceV1alpha3DeviceTaintRuleList: API.OperationMethod<{}, {
29584
29584
  readonly object: unknown;
29585
29585
  readonly type: string;
29586
- }, never, any>;
29586
+ }, never, import("../credentials.ts").Credentials>;
29587
29587
  export declare const WatchResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{}>;
29588
29588
  export type WatchResourceV1alpha3ResourcePoolStatusRequestInput = typeof WatchResourceV1alpha3ResourcePoolStatusRequestInput.Type;
29589
29589
  export declare const WatchResourceV1alpha3ResourcePoolStatusRequestOutput: Schema.Struct<{
@@ -29597,7 +29597,7 @@ export type WatchResourceV1alpha3ResourcePoolStatusRequestOutput = typeof WatchR
29597
29597
  export declare const watchResourceV1alpha3ResourcePoolStatusRequest: API.OperationMethod<{}, {
29598
29598
  readonly object: unknown;
29599
29599
  readonly type: string;
29600
- }, never, any>;
29600
+ }, never, import("../credentials.ts").Credentials>;
29601
29601
  export declare const WatchResourceV1alpha3ResourcePoolStatusRequestListInput: Schema.Struct<{}>;
29602
29602
  export type WatchResourceV1alpha3ResourcePoolStatusRequestListInput = typeof WatchResourceV1alpha3ResourcePoolStatusRequestListInput.Type;
29603
29603
  export declare const WatchResourceV1alpha3ResourcePoolStatusRequestListOutput: Schema.Struct<{
@@ -29611,7 +29611,7 @@ export type WatchResourceV1alpha3ResourcePoolStatusRequestListOutput = typeof Wa
29611
29611
  export declare const watchResourceV1alpha3ResourcePoolStatusRequestList: API.OperationMethod<{}, {
29612
29612
  readonly object: unknown;
29613
29613
  readonly type: string;
29614
- }, never, any>;
29614
+ }, never, import("../credentials.ts").Credentials>;
29615
29615
  export declare const WatchResourceV1beta1DeviceClassInput: Schema.Struct<{}>;
29616
29616
  export type WatchResourceV1beta1DeviceClassInput = typeof WatchResourceV1beta1DeviceClassInput.Type;
29617
29617
  export declare const WatchResourceV1beta1DeviceClassOutput: Schema.Struct<{
@@ -29625,7 +29625,7 @@ export type WatchResourceV1beta1DeviceClassOutput = typeof WatchResourceV1beta1D
29625
29625
  export declare const watchResourceV1beta1DeviceClass: API.OperationMethod<{}, {
29626
29626
  readonly object: unknown;
29627
29627
  readonly type: string;
29628
- }, never, any>;
29628
+ }, never, import("../credentials.ts").Credentials>;
29629
29629
  export declare const WatchResourceV1beta1DeviceClassListInput: Schema.Struct<{}>;
29630
29630
  export type WatchResourceV1beta1DeviceClassListInput = typeof WatchResourceV1beta1DeviceClassListInput.Type;
29631
29631
  export declare const WatchResourceV1beta1DeviceClassListOutput: Schema.Struct<{
@@ -29639,7 +29639,7 @@ export type WatchResourceV1beta1DeviceClassListOutput = typeof WatchResourceV1be
29639
29639
  export declare const watchResourceV1beta1DeviceClassList: API.OperationMethod<{}, {
29640
29640
  readonly object: unknown;
29641
29641
  readonly type: string;
29642
- }, never, any>;
29642
+ }, never, import("../credentials.ts").Credentials>;
29643
29643
  export declare const WatchResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{}>;
29644
29644
  export type WatchResourceV1beta1NamespacedResourceClaimInput = typeof WatchResourceV1beta1NamespacedResourceClaimInput.Type;
29645
29645
  export declare const WatchResourceV1beta1NamespacedResourceClaimOutput: Schema.Struct<{
@@ -29653,7 +29653,7 @@ export type WatchResourceV1beta1NamespacedResourceClaimOutput = typeof WatchReso
29653
29653
  export declare const watchResourceV1beta1NamespacedResourceClaim: API.OperationMethod<{}, {
29654
29654
  readonly object: unknown;
29655
29655
  readonly type: string;
29656
- }, never, any>;
29656
+ }, never, import("../credentials.ts").Credentials>;
29657
29657
  export declare const WatchResourceV1beta1NamespacedResourceClaimListInput: Schema.Struct<{}>;
29658
29658
  export type WatchResourceV1beta1NamespacedResourceClaimListInput = typeof WatchResourceV1beta1NamespacedResourceClaimListInput.Type;
29659
29659
  export declare const WatchResourceV1beta1NamespacedResourceClaimListOutput: Schema.Struct<{
@@ -29667,7 +29667,7 @@ export type WatchResourceV1beta1NamespacedResourceClaimListOutput = typeof Watch
29667
29667
  export declare const watchResourceV1beta1NamespacedResourceClaimList: API.OperationMethod<{}, {
29668
29668
  readonly object: unknown;
29669
29669
  readonly type: string;
29670
- }, never, any>;
29670
+ }, never, import("../credentials.ts").Credentials>;
29671
29671
  export declare const WatchResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
29672
29672
  export type WatchResourceV1beta1NamespacedResourceClaimTemplateInput = typeof WatchResourceV1beta1NamespacedResourceClaimTemplateInput.Type;
29673
29673
  export declare const WatchResourceV1beta1NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -29681,7 +29681,7 @@ export type WatchResourceV1beta1NamespacedResourceClaimTemplateOutput = typeof W
29681
29681
  export declare const watchResourceV1beta1NamespacedResourceClaimTemplate: API.OperationMethod<{}, {
29682
29682
  readonly object: unknown;
29683
29683
  readonly type: string;
29684
- }, never, any>;
29684
+ }, never, import("../credentials.ts").Credentials>;
29685
29685
  export declare const WatchResourceV1beta1NamespacedResourceClaimTemplateListInput: Schema.Struct<{}>;
29686
29686
  export type WatchResourceV1beta1NamespacedResourceClaimTemplateListInput = typeof WatchResourceV1beta1NamespacedResourceClaimTemplateListInput.Type;
29687
29687
  export declare const WatchResourceV1beta1NamespacedResourceClaimTemplateListOutput: Schema.Struct<{
@@ -29695,7 +29695,7 @@ export type WatchResourceV1beta1NamespacedResourceClaimTemplateListOutput = type
29695
29695
  export declare const watchResourceV1beta1NamespacedResourceClaimTemplateList: API.OperationMethod<{}, {
29696
29696
  readonly object: unknown;
29697
29697
  readonly type: string;
29698
- }, never, any>;
29698
+ }, never, import("../credentials.ts").Credentials>;
29699
29699
  export declare const WatchResourceV1beta1ResourceClaimListForAllNamespacesInput: Schema.Struct<{}>;
29700
29700
  export type WatchResourceV1beta1ResourceClaimListForAllNamespacesInput = typeof WatchResourceV1beta1ResourceClaimListForAllNamespacesInput.Type;
29701
29701
  export declare const WatchResourceV1beta1ResourceClaimListForAllNamespacesOutput: Schema.Struct<{
@@ -29709,7 +29709,7 @@ export type WatchResourceV1beta1ResourceClaimListForAllNamespacesOutput = typeof
29709
29709
  export declare const watchResourceV1beta1ResourceClaimListForAllNamespaces: API.OperationMethod<{}, {
29710
29710
  readonly object: unknown;
29711
29711
  readonly type: string;
29712
- }, never, any>;
29712
+ }, never, import("../credentials.ts").Credentials>;
29713
29713
  export declare const WatchResourceV1beta1ResourceClaimTemplateListForAllNamespacesInput: Schema.Struct<{}>;
29714
29714
  export type WatchResourceV1beta1ResourceClaimTemplateListForAllNamespacesInput = typeof WatchResourceV1beta1ResourceClaimTemplateListForAllNamespacesInput.Type;
29715
29715
  export declare const WatchResourceV1beta1ResourceClaimTemplateListForAllNamespacesOutput: Schema.Struct<{
@@ -29723,7 +29723,7 @@ export type WatchResourceV1beta1ResourceClaimTemplateListForAllNamespacesOutput
29723
29723
  export declare const watchResourceV1beta1ResourceClaimTemplateListForAllNamespaces: API.OperationMethod<{}, {
29724
29724
  readonly object: unknown;
29725
29725
  readonly type: string;
29726
- }, never, any>;
29726
+ }, never, import("../credentials.ts").Credentials>;
29727
29727
  export declare const WatchResourceV1beta1ResourceSliceInput: Schema.Struct<{}>;
29728
29728
  export type WatchResourceV1beta1ResourceSliceInput = typeof WatchResourceV1beta1ResourceSliceInput.Type;
29729
29729
  export declare const WatchResourceV1beta1ResourceSliceOutput: Schema.Struct<{
@@ -29737,7 +29737,7 @@ export type WatchResourceV1beta1ResourceSliceOutput = typeof WatchResourceV1beta
29737
29737
  export declare const watchResourceV1beta1ResourceSlice: API.OperationMethod<{}, {
29738
29738
  readonly object: unknown;
29739
29739
  readonly type: string;
29740
- }, never, any>;
29740
+ }, never, import("../credentials.ts").Credentials>;
29741
29741
  export declare const WatchResourceV1beta1ResourceSliceListInput: Schema.Struct<{}>;
29742
29742
  export type WatchResourceV1beta1ResourceSliceListInput = typeof WatchResourceV1beta1ResourceSliceListInput.Type;
29743
29743
  export declare const WatchResourceV1beta1ResourceSliceListOutput: Schema.Struct<{
@@ -29751,7 +29751,7 @@ export type WatchResourceV1beta1ResourceSliceListOutput = typeof WatchResourceV1
29751
29751
  export declare const watchResourceV1beta1ResourceSliceList: API.OperationMethod<{}, {
29752
29752
  readonly object: unknown;
29753
29753
  readonly type: string;
29754
- }, never, any>;
29754
+ }, never, import("../credentials.ts").Credentials>;
29755
29755
  export declare const WatchResourceV1beta2DeviceClassInput: Schema.Struct<{}>;
29756
29756
  export type WatchResourceV1beta2DeviceClassInput = typeof WatchResourceV1beta2DeviceClassInput.Type;
29757
29757
  export declare const WatchResourceV1beta2DeviceClassOutput: Schema.Struct<{
@@ -29765,7 +29765,7 @@ export type WatchResourceV1beta2DeviceClassOutput = typeof WatchResourceV1beta2D
29765
29765
  export declare const watchResourceV1beta2DeviceClass: API.OperationMethod<{}, {
29766
29766
  readonly object: unknown;
29767
29767
  readonly type: string;
29768
- }, never, any>;
29768
+ }, never, import("../credentials.ts").Credentials>;
29769
29769
  export declare const WatchResourceV1beta2DeviceClassListInput: Schema.Struct<{}>;
29770
29770
  export type WatchResourceV1beta2DeviceClassListInput = typeof WatchResourceV1beta2DeviceClassListInput.Type;
29771
29771
  export declare const WatchResourceV1beta2DeviceClassListOutput: Schema.Struct<{
@@ -29779,7 +29779,7 @@ export type WatchResourceV1beta2DeviceClassListOutput = typeof WatchResourceV1be
29779
29779
  export declare const watchResourceV1beta2DeviceClassList: API.OperationMethod<{}, {
29780
29780
  readonly object: unknown;
29781
29781
  readonly type: string;
29782
- }, never, any>;
29782
+ }, never, import("../credentials.ts").Credentials>;
29783
29783
  export declare const WatchResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{}>;
29784
29784
  export type WatchResourceV1beta2DeviceTaintRuleInput = typeof WatchResourceV1beta2DeviceTaintRuleInput.Type;
29785
29785
  export declare const WatchResourceV1beta2DeviceTaintRuleOutput: Schema.Struct<{
@@ -29793,7 +29793,7 @@ export type WatchResourceV1beta2DeviceTaintRuleOutput = typeof WatchResourceV1be
29793
29793
  export declare const watchResourceV1beta2DeviceTaintRule: API.OperationMethod<{}, {
29794
29794
  readonly object: unknown;
29795
29795
  readonly type: string;
29796
- }, never, any>;
29796
+ }, never, import("../credentials.ts").Credentials>;
29797
29797
  export declare const WatchResourceV1beta2DeviceTaintRuleListInput: Schema.Struct<{}>;
29798
29798
  export type WatchResourceV1beta2DeviceTaintRuleListInput = typeof WatchResourceV1beta2DeviceTaintRuleListInput.Type;
29799
29799
  export declare const WatchResourceV1beta2DeviceTaintRuleListOutput: Schema.Struct<{
@@ -29807,7 +29807,7 @@ export type WatchResourceV1beta2DeviceTaintRuleListOutput = typeof WatchResource
29807
29807
  export declare const watchResourceV1beta2DeviceTaintRuleList: API.OperationMethod<{}, {
29808
29808
  readonly object: unknown;
29809
29809
  readonly type: string;
29810
- }, never, any>;
29810
+ }, never, import("../credentials.ts").Credentials>;
29811
29811
  export declare const WatchResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{}>;
29812
29812
  export type WatchResourceV1beta2NamespacedResourceClaimInput = typeof WatchResourceV1beta2NamespacedResourceClaimInput.Type;
29813
29813
  export declare const WatchResourceV1beta2NamespacedResourceClaimOutput: Schema.Struct<{
@@ -29821,7 +29821,7 @@ export type WatchResourceV1beta2NamespacedResourceClaimOutput = typeof WatchReso
29821
29821
  export declare const watchResourceV1beta2NamespacedResourceClaim: API.OperationMethod<{}, {
29822
29822
  readonly object: unknown;
29823
29823
  readonly type: string;
29824
- }, never, any>;
29824
+ }, never, import("../credentials.ts").Credentials>;
29825
29825
  export declare const WatchResourceV1beta2NamespacedResourceClaimListInput: Schema.Struct<{}>;
29826
29826
  export type WatchResourceV1beta2NamespacedResourceClaimListInput = typeof WatchResourceV1beta2NamespacedResourceClaimListInput.Type;
29827
29827
  export declare const WatchResourceV1beta2NamespacedResourceClaimListOutput: Schema.Struct<{
@@ -29835,7 +29835,7 @@ export type WatchResourceV1beta2NamespacedResourceClaimListOutput = typeof Watch
29835
29835
  export declare const watchResourceV1beta2NamespacedResourceClaimList: API.OperationMethod<{}, {
29836
29836
  readonly object: unknown;
29837
29837
  readonly type: string;
29838
- }, never, any>;
29838
+ }, never, import("../credentials.ts").Credentials>;
29839
29839
  export declare const WatchResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{}>;
29840
29840
  export type WatchResourceV1beta2NamespacedResourceClaimTemplateInput = typeof WatchResourceV1beta2NamespacedResourceClaimTemplateInput.Type;
29841
29841
  export declare const WatchResourceV1beta2NamespacedResourceClaimTemplateOutput: Schema.Struct<{
@@ -29849,7 +29849,7 @@ export type WatchResourceV1beta2NamespacedResourceClaimTemplateOutput = typeof W
29849
29849
  export declare const watchResourceV1beta2NamespacedResourceClaimTemplate: API.OperationMethod<{}, {
29850
29850
  readonly object: unknown;
29851
29851
  readonly type: string;
29852
- }, never, any>;
29852
+ }, never, import("../credentials.ts").Credentials>;
29853
29853
  export declare const WatchResourceV1beta2NamespacedResourceClaimTemplateListInput: Schema.Struct<{}>;
29854
29854
  export type WatchResourceV1beta2NamespacedResourceClaimTemplateListInput = typeof WatchResourceV1beta2NamespacedResourceClaimTemplateListInput.Type;
29855
29855
  export declare const WatchResourceV1beta2NamespacedResourceClaimTemplateListOutput: Schema.Struct<{
@@ -29863,7 +29863,7 @@ export type WatchResourceV1beta2NamespacedResourceClaimTemplateListOutput = type
29863
29863
  export declare const watchResourceV1beta2NamespacedResourceClaimTemplateList: API.OperationMethod<{}, {
29864
29864
  readonly object: unknown;
29865
29865
  readonly type: string;
29866
- }, never, any>;
29866
+ }, never, import("../credentials.ts").Credentials>;
29867
29867
  export declare const WatchResourceV1beta2ResourceClaimListForAllNamespacesInput: Schema.Struct<{}>;
29868
29868
  export type WatchResourceV1beta2ResourceClaimListForAllNamespacesInput = typeof WatchResourceV1beta2ResourceClaimListForAllNamespacesInput.Type;
29869
29869
  export declare const WatchResourceV1beta2ResourceClaimListForAllNamespacesOutput: Schema.Struct<{
@@ -29877,7 +29877,7 @@ export type WatchResourceV1beta2ResourceClaimListForAllNamespacesOutput = typeof
29877
29877
  export declare const watchResourceV1beta2ResourceClaimListForAllNamespaces: API.OperationMethod<{}, {
29878
29878
  readonly object: unknown;
29879
29879
  readonly type: string;
29880
- }, never, any>;
29880
+ }, never, import("../credentials.ts").Credentials>;
29881
29881
  export declare const WatchResourceV1beta2ResourceClaimTemplateListForAllNamespacesInput: Schema.Struct<{}>;
29882
29882
  export type WatchResourceV1beta2ResourceClaimTemplateListForAllNamespacesInput = typeof WatchResourceV1beta2ResourceClaimTemplateListForAllNamespacesInput.Type;
29883
29883
  export declare const WatchResourceV1beta2ResourceClaimTemplateListForAllNamespacesOutput: Schema.Struct<{
@@ -29891,7 +29891,7 @@ export type WatchResourceV1beta2ResourceClaimTemplateListForAllNamespacesOutput
29891
29891
  export declare const watchResourceV1beta2ResourceClaimTemplateListForAllNamespaces: API.OperationMethod<{}, {
29892
29892
  readonly object: unknown;
29893
29893
  readonly type: string;
29894
- }, never, any>;
29894
+ }, never, import("../credentials.ts").Credentials>;
29895
29895
  export declare const WatchResourceV1beta2ResourceSliceInput: Schema.Struct<{}>;
29896
29896
  export type WatchResourceV1beta2ResourceSliceInput = typeof WatchResourceV1beta2ResourceSliceInput.Type;
29897
29897
  export declare const WatchResourceV1beta2ResourceSliceOutput: Schema.Struct<{
@@ -29905,7 +29905,7 @@ export type WatchResourceV1beta2ResourceSliceOutput = typeof WatchResourceV1beta
29905
29905
  export declare const watchResourceV1beta2ResourceSlice: API.OperationMethod<{}, {
29906
29906
  readonly object: unknown;
29907
29907
  readonly type: string;
29908
- }, never, any>;
29908
+ }, never, import("../credentials.ts").Credentials>;
29909
29909
  export declare const WatchResourceV1beta2ResourceSliceListInput: Schema.Struct<{}>;
29910
29910
  export type WatchResourceV1beta2ResourceSliceListInput = typeof WatchResourceV1beta2ResourceSliceListInput.Type;
29911
29911
  export declare const WatchResourceV1beta2ResourceSliceListOutput: Schema.Struct<{
@@ -29919,5 +29919,5 @@ export type WatchResourceV1beta2ResourceSliceListOutput = typeof WatchResourceV1
29919
29919
  export declare const watchResourceV1beta2ResourceSliceList: API.OperationMethod<{}, {
29920
29920
  readonly object: unknown;
29921
29921
  readonly type: string;
29922
- }, never, any>;
29922
+ }, never, import("../credentials.ts").Credentials>;
29923
29923
  //# sourceMappingURL=resource.d.ts.map