@distilled.cloud/kubernetes 0.25.0 → 0.25.2

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 (49) hide show
  1. package/lib/client/api.d.ts +4 -4
  2. package/lib/client/api.d.ts.map +1 -1
  3. package/lib/services/admissionregistration.d.ts +97 -97
  4. package/lib/services/admissionregistration.d.ts.map +1 -1
  5. package/lib/services/apiextensions.d.ts +14 -14
  6. package/lib/services/apiextensions.d.ts.map +1 -1
  7. package/lib/services/apiregistration.d.ts +14 -14
  8. package/lib/services/apiregistration.d.ts.map +1 -1
  9. package/lib/services/apps.d.ts +78 -78
  10. package/lib/services/apps.d.ts.map +1 -1
  11. package/lib/services/authentication.d.ts +4 -4
  12. package/lib/services/authentication.d.ts.map +1 -1
  13. package/lib/services/authorization.d.ts +6 -6
  14. package/lib/services/authorization.d.ts.map +1 -1
  15. package/lib/services/autoscaling.d.ts +31 -31
  16. package/lib/services/autoscaling.d.ts.map +1 -1
  17. package/lib/services/batch.d.ts +30 -30
  18. package/lib/services/batch.d.ts.map +1 -1
  19. package/lib/services/certificates.d.ts +51 -51
  20. package/lib/services/certificates.d.ts.map +1 -1
  21. package/lib/services/coordination.d.ts +37 -37
  22. package/lib/services/coordination.d.ts.map +1 -1
  23. package/lib/services/core.d.ts +243 -243
  24. package/lib/services/core.d.ts.map +1 -1
  25. package/lib/services/discovery.d.ts +13 -13
  26. package/lib/services/discovery.d.ts.map +1 -1
  27. package/lib/services/events.d.ts +13 -13
  28. package/lib/services/events.d.ts.map +1 -1
  29. package/lib/services/flowcontrol-apiserver.d.ts +26 -26
  30. package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
  31. package/lib/services/internal-apiserver.d.ts +14 -14
  32. package/lib/services/internal-apiserver.d.ts.map +1 -1
  33. package/lib/services/networking.d.ts +79 -79
  34. package/lib/services/networking.d.ts.map +1 -1
  35. package/lib/services/node.d.ts +11 -11
  36. package/lib/services/node.d.ts.map +1 -1
  37. package/lib/services/policy.d.ts +16 -16
  38. package/lib/services/policy.d.ts.map +1 -1
  39. package/lib/services/rbac-authorization.d.ts +42 -42
  40. package/lib/services/rbac-authorization.d.ts.map +1 -1
  41. package/lib/services/resource.d.ts +170 -170
  42. package/lib/services/resource.d.ts.map +1 -1
  43. package/lib/services/scheduling.d.ts +37 -37
  44. package/lib/services/scheduling.d.ts.map +1 -1
  45. package/lib/services/storage.d.ts +71 -71
  46. package/lib/services/storage.d.ts.map +1 -1
  47. package/lib/services/storagemigration.d.ts +14 -14
  48. package/lib/services/storagemigration.d.ts.map +1 -1
  49. package/package.json +2 -2
@@ -207,7 +207,7 @@ export declare const createNetworkingV1IPAddress: API.OperationMethod<{
207
207
  readonly resource: string;
208
208
  };
209
209
  };
210
- }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
210
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
211
211
  export declare const CreateNetworkingV1IngressClassInput: Schema.Struct<{
212
212
  readonly pretty: Schema.optional<Schema.String>;
213
213
  readonly dryRun: Schema.optional<Schema.String>;
@@ -416,7 +416,7 @@ export declare const createNetworkingV1IngressClass: API.OperationMethod<{
416
416
  readonly scope?: string | undefined;
417
417
  } | undefined;
418
418
  } | undefined;
419
- }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
419
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
420
420
  export declare const CreateNetworkingV1NamespacedIngressInput: Schema.Struct<{
421
421
  readonly namespace: Schema.String;
422
422
  readonly pretty: Schema.optional<Schema.String>;
@@ -816,7 +816,7 @@ export declare const createNetworkingV1NamespacedIngress: API.OperationMethod<{
816
816
  }[] | undefined;
817
817
  } | undefined;
818
818
  } | undefined;
819
- }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
819
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
820
820
  export declare const CreateNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
821
821
  readonly namespace: Schema.String;
822
822
  readonly pretty: Schema.optional<Schema.String>;
@@ -1284,7 +1284,7 @@ export declare const createNetworkingV1NamespacedNetworkPolicy: API.OperationMet
1284
1284
  } | undefined;
1285
1285
  readonly policyTypes?: readonly string[] | undefined;
1286
1286
  } | undefined;
1287
- }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1287
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
1288
1288
  export declare const CreateNetworkingV1ServiceCIDRInput: Schema.Struct<{
1289
1289
  readonly pretty: Schema.optional<Schema.String>;
1290
1290
  readonly dryRun: Schema.optional<Schema.String>;
@@ -1505,7 +1505,7 @@ export declare const createNetworkingV1ServiceCIDR: API.OperationMethod<{
1505
1505
  readonly type: string;
1506
1506
  }[] | undefined;
1507
1507
  } | undefined;
1508
- }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1508
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
1509
1509
  export declare const CreateNetworkingV1beta1IPAddressInput: Schema.Struct<{
1510
1510
  readonly pretty: Schema.optional<Schema.String>;
1511
1511
  readonly dryRun: Schema.optional<Schema.String>;
@@ -1706,7 +1706,7 @@ export declare const createNetworkingV1beta1IPAddress: API.OperationMethod<{
1706
1706
  readonly resource: string;
1707
1707
  };
1708
1708
  };
1709
- }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1709
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
1710
1710
  export declare const CreateNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
1711
1711
  readonly pretty: Schema.optional<Schema.String>;
1712
1712
  readonly dryRun: Schema.optional<Schema.String>;
@@ -1927,7 +1927,7 @@ export declare const createNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
1927
1927
  readonly type: string;
1928
1928
  }[] | undefined;
1929
1929
  } | undefined;
1930
- }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
1930
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
1931
1931
  export declare const DeleteNetworkingV1CollectionIPAddressInput: Schema.Struct<{
1932
1932
  readonly pretty: Schema.optional<Schema.String>;
1933
1933
  readonly continue: Schema.optional<Schema.String>;
@@ -2092,7 +2092,7 @@ export declare const deleteNetworkingV1CollectionIPAddress: API.OperationMethod<
2092
2092
  } | undefined;
2093
2093
  readonly reason?: string | undefined;
2094
2094
  readonly status?: string | undefined;
2095
- }, never, import("../credentials.ts").Credentials>;
2095
+ }, never, import("../credentials.ts").Credentials, never>;
2096
2096
  export declare const DeleteNetworkingV1CollectionIngressClassInput: Schema.Struct<{
2097
2097
  readonly pretty: Schema.optional<Schema.String>;
2098
2098
  readonly continue: Schema.optional<Schema.String>;
@@ -2257,7 +2257,7 @@ export declare const deleteNetworkingV1CollectionIngressClass: API.OperationMeth
2257
2257
  } | undefined;
2258
2258
  readonly reason?: string | undefined;
2259
2259
  readonly status?: string | undefined;
2260
- }, never, import("../credentials.ts").Credentials>;
2260
+ }, never, import("../credentials.ts").Credentials, never>;
2261
2261
  export declare const DeleteNetworkingV1CollectionNamespacedIngressInput: Schema.Struct<{
2262
2262
  readonly namespace: Schema.String;
2263
2263
  readonly pretty: Schema.optional<Schema.String>;
@@ -2425,7 +2425,7 @@ export declare const deleteNetworkingV1CollectionNamespacedIngress: API.Operatio
2425
2425
  } | undefined;
2426
2426
  readonly reason?: string | undefined;
2427
2427
  readonly status?: string | undefined;
2428
- }, never, import("../credentials.ts").Credentials>;
2428
+ }, never, import("../credentials.ts").Credentials, never>;
2429
2429
  export declare const DeleteNetworkingV1CollectionNamespacedNetworkPolicyInput: Schema.Struct<{
2430
2430
  readonly namespace: Schema.String;
2431
2431
  readonly pretty: Schema.optional<Schema.String>;
@@ -2593,7 +2593,7 @@ export declare const deleteNetworkingV1CollectionNamespacedNetworkPolicy: API.Op
2593
2593
  } | undefined;
2594
2594
  readonly reason?: string | undefined;
2595
2595
  readonly status?: string | undefined;
2596
- }, never, import("../credentials.ts").Credentials>;
2596
+ }, never, import("../credentials.ts").Credentials, never>;
2597
2597
  export declare const DeleteNetworkingV1CollectionServiceCIDRInput: Schema.Struct<{
2598
2598
  readonly pretty: Schema.optional<Schema.String>;
2599
2599
  readonly continue: Schema.optional<Schema.String>;
@@ -2758,7 +2758,7 @@ export declare const deleteNetworkingV1CollectionServiceCIDR: API.OperationMetho
2758
2758
  } | undefined;
2759
2759
  readonly reason?: string | undefined;
2760
2760
  readonly status?: string | undefined;
2761
- }, never, import("../credentials.ts").Credentials>;
2761
+ }, never, import("../credentials.ts").Credentials, never>;
2762
2762
  export declare const DeleteNetworkingV1IPAddressInput: Schema.Struct<{
2763
2763
  readonly name: Schema.String;
2764
2764
  readonly pretty: Schema.optional<Schema.String>;
@@ -2858,7 +2858,7 @@ export declare const deleteNetworkingV1IPAddress: API.OperationMethod<{
2858
2858
  } | undefined;
2859
2859
  readonly reason?: string | undefined;
2860
2860
  readonly status?: string | undefined;
2861
- }, Conflict | NotFound, import("../credentials.ts").Credentials>;
2861
+ }, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
2862
2862
  export declare const DeleteNetworkingV1IngressClassInput: Schema.Struct<{
2863
2863
  readonly name: Schema.String;
2864
2864
  readonly pretty: Schema.optional<Schema.String>;
@@ -2958,7 +2958,7 @@ export declare const deleteNetworkingV1IngressClass: API.OperationMethod<{
2958
2958
  } | undefined;
2959
2959
  readonly reason?: string | undefined;
2960
2960
  readonly status?: string | undefined;
2961
- }, Conflict | NotFound, import("../credentials.ts").Credentials>;
2961
+ }, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
2962
2962
  export declare const DeleteNetworkingV1NamespacedIngressInput: Schema.Struct<{
2963
2963
  readonly name: Schema.String;
2964
2964
  readonly namespace: Schema.String;
@@ -3061,7 +3061,7 @@ export declare const deleteNetworkingV1NamespacedIngress: API.OperationMethod<{
3061
3061
  } | undefined;
3062
3062
  readonly reason?: string | undefined;
3063
3063
  readonly status?: string | undefined;
3064
- }, Conflict | NotFound, import("../credentials.ts").Credentials>;
3064
+ }, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
3065
3065
  export declare const DeleteNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
3066
3066
  readonly name: Schema.String;
3067
3067
  readonly namespace: Schema.String;
@@ -3164,7 +3164,7 @@ export declare const deleteNetworkingV1NamespacedNetworkPolicy: API.OperationMet
3164
3164
  } | undefined;
3165
3165
  readonly reason?: string | undefined;
3166
3166
  readonly status?: string | undefined;
3167
- }, Conflict | NotFound, import("../credentials.ts").Credentials>;
3167
+ }, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
3168
3168
  export declare const DeleteNetworkingV1ServiceCIDRInput: Schema.Struct<{
3169
3169
  readonly name: Schema.String;
3170
3170
  readonly pretty: Schema.optional<Schema.String>;
@@ -3264,7 +3264,7 @@ export declare const deleteNetworkingV1ServiceCIDR: API.OperationMethod<{
3264
3264
  } | undefined;
3265
3265
  readonly reason?: string | undefined;
3266
3266
  readonly status?: string | undefined;
3267
- }, Conflict | NotFound, import("../credentials.ts").Credentials>;
3267
+ }, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
3268
3268
  export declare const DeleteNetworkingV1beta1CollectionIPAddressInput: Schema.Struct<{
3269
3269
  readonly pretty: Schema.optional<Schema.String>;
3270
3270
  readonly continue: Schema.optional<Schema.String>;
@@ -3429,7 +3429,7 @@ export declare const deleteNetworkingV1beta1CollectionIPAddress: API.OperationMe
3429
3429
  } | undefined;
3430
3430
  readonly reason?: string | undefined;
3431
3431
  readonly status?: string | undefined;
3432
- }, never, import("../credentials.ts").Credentials>;
3432
+ }, never, import("../credentials.ts").Credentials, never>;
3433
3433
  export declare const DeleteNetworkingV1beta1CollectionServiceCIDRInput: Schema.Struct<{
3434
3434
  readonly pretty: Schema.optional<Schema.String>;
3435
3435
  readonly continue: Schema.optional<Schema.String>;
@@ -3594,7 +3594,7 @@ export declare const deleteNetworkingV1beta1CollectionServiceCIDR: API.Operation
3594
3594
  } | undefined;
3595
3595
  readonly reason?: string | undefined;
3596
3596
  readonly status?: string | undefined;
3597
- }, never, import("../credentials.ts").Credentials>;
3597
+ }, never, import("../credentials.ts").Credentials, never>;
3598
3598
  export declare const DeleteNetworkingV1beta1IPAddressInput: Schema.Struct<{
3599
3599
  readonly name: Schema.String;
3600
3600
  readonly pretty: Schema.optional<Schema.String>;
@@ -3694,7 +3694,7 @@ export declare const deleteNetworkingV1beta1IPAddress: API.OperationMethod<{
3694
3694
  } | undefined;
3695
3695
  readonly reason?: string | undefined;
3696
3696
  readonly status?: string | undefined;
3697
- }, Conflict | NotFound, import("../credentials.ts").Credentials>;
3697
+ }, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
3698
3698
  export declare const DeleteNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
3699
3699
  readonly name: Schema.String;
3700
3700
  readonly pretty: Schema.optional<Schema.String>;
@@ -3794,7 +3794,7 @@ export declare const deleteNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
3794
3794
  } | undefined;
3795
3795
  readonly reason?: string | undefined;
3796
3796
  readonly status?: string | undefined;
3797
- }, Conflict | NotFound, import("../credentials.ts").Credentials>;
3797
+ }, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
3798
3798
  export declare const GetNetworkingAPIGroupInput: Schema.Struct<{}>;
3799
3799
  export type GetNetworkingAPIGroupInput = typeof GetNetworkingAPIGroupInput.Type;
3800
3800
  export declare const GetNetworkingAPIGroupOutput: Schema.Struct<{
@@ -3834,7 +3834,7 @@ export declare const getNetworkingAPIGroup: API.OperationMethod<{}, {
3834
3834
  readonly groupVersion: string;
3835
3835
  readonly version: string;
3836
3836
  }[];
3837
- }, never, import("../credentials.ts").Credentials>;
3837
+ }, never, import("../credentials.ts").Credentials, never>;
3838
3838
  export declare const GetNetworkingV1APIResourcesInput: Schema.Struct<{}>;
3839
3839
  export type GetNetworkingV1APIResourcesInput = typeof GetNetworkingV1APIResourcesInput.Type;
3840
3840
  export declare const GetNetworkingV1APIResourcesOutput: Schema.Struct<{
@@ -3874,7 +3874,7 @@ export declare const getNetworkingV1APIResources: API.OperationMethod<{}, {
3874
3874
  readonly verbs: readonly string[];
3875
3875
  readonly version?: string | undefined;
3876
3876
  }[];
3877
- }, never, import("../credentials.ts").Credentials>;
3877
+ }, never, import("../credentials.ts").Credentials, never>;
3878
3878
  export declare const GetNetworkingV1beta1APIResourcesInput: Schema.Struct<{}>;
3879
3879
  export type GetNetworkingV1beta1APIResourcesInput = typeof GetNetworkingV1beta1APIResourcesInput.Type;
3880
3880
  export declare const GetNetworkingV1beta1APIResourcesOutput: Schema.Struct<{
@@ -3914,7 +3914,7 @@ export declare const getNetworkingV1beta1APIResources: API.OperationMethod<{}, {
3914
3914
  readonly verbs: readonly string[];
3915
3915
  readonly version?: string | undefined;
3916
3916
  }[];
3917
- }, never, import("../credentials.ts").Credentials>;
3917
+ }, never, import("../credentials.ts").Credentials, never>;
3918
3918
  export declare const ListNetworkingV1IPAddressInput: Schema.Struct<{
3919
3919
  readonly pretty: Schema.optional<Schema.String>;
3920
3920
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -4118,7 +4118,7 @@ export declare const listNetworkingV1IPAddress: API.OperationMethod<{
4118
4118
  readonly selector: string;
4119
4119
  } | undefined;
4120
4120
  } | undefined;
4121
- }, never, import("../credentials.ts").Credentials>;
4121
+ }, never, import("../credentials.ts").Credentials, never>;
4122
4122
  export declare const ListNetworkingV1IngressClassInput: Schema.Struct<{
4123
4123
  readonly pretty: Schema.optional<Schema.String>;
4124
4124
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -4326,7 +4326,7 @@ export declare const listNetworkingV1IngressClass: API.OperationMethod<{
4326
4326
  readonly selector: string;
4327
4327
  } | undefined;
4328
4328
  } | undefined;
4329
- }, never, import("../credentials.ts").Credentials>;
4329
+ }, never, import("../credentials.ts").Credentials, never>;
4330
4330
  export declare const ListNetworkingV1IngressForAllNamespacesInput: Schema.Struct<{
4331
4331
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
4332
4332
  readonly continue: Schema.optional<Schema.String>;
@@ -4628,7 +4628,7 @@ export declare const listNetworkingV1IngressForAllNamespaces: API.OperationMetho
4628
4628
  readonly selector: string;
4629
4629
  } | undefined;
4630
4630
  } | undefined;
4631
- }, never, import("../credentials.ts").Credentials>;
4631
+ }, never, import("../credentials.ts").Credentials, never>;
4632
4632
  export declare const ListNetworkingV1NamespacedIngressInput: Schema.Struct<{
4633
4633
  readonly namespace: Schema.String;
4634
4634
  readonly pretty: Schema.optional<Schema.String>;
@@ -4933,7 +4933,7 @@ export declare const listNetworkingV1NamespacedIngress: API.OperationMethod<{
4933
4933
  readonly selector: string;
4934
4934
  } | undefined;
4935
4935
  } | undefined;
4936
- }, never, import("../credentials.ts").Credentials>;
4936
+ }, never, import("../credentials.ts").Credentials, never>;
4937
4937
  export declare const ListNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
4938
4938
  readonly namespace: Schema.String;
4939
4939
  readonly pretty: Schema.optional<Schema.String>;
@@ -5272,7 +5272,7 @@ export declare const listNetworkingV1NamespacedNetworkPolicy: API.OperationMetho
5272
5272
  readonly selector: string;
5273
5273
  } | undefined;
5274
5274
  } | undefined;
5275
- }, never, import("../credentials.ts").Credentials>;
5275
+ }, never, import("../credentials.ts").Credentials, never>;
5276
5276
  export declare const ListNetworkingV1NetworkPolicyForAllNamespacesInput: Schema.Struct<{
5277
5277
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
5278
5278
  readonly continue: Schema.optional<Schema.String>;
@@ -5608,7 +5608,7 @@ export declare const listNetworkingV1NetworkPolicyForAllNamespaces: API.Operatio
5608
5608
  readonly selector: string;
5609
5609
  } | undefined;
5610
5610
  } | undefined;
5611
- }, never, import("../credentials.ts").Credentials>;
5611
+ }, never, import("../credentials.ts").Credentials, never>;
5612
5612
  export declare const ListNetworkingV1ServiceCIDRInput: Schema.Struct<{
5613
5613
  readonly pretty: Schema.optional<Schema.String>;
5614
5614
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -5822,7 +5822,7 @@ export declare const listNetworkingV1ServiceCIDR: API.OperationMethod<{
5822
5822
  readonly selector: string;
5823
5823
  } | undefined;
5824
5824
  } | undefined;
5825
- }, never, import("../credentials.ts").Credentials>;
5825
+ }, never, import("../credentials.ts").Credentials, never>;
5826
5826
  export declare const ListNetworkingV1beta1IPAddressInput: Schema.Struct<{
5827
5827
  readonly pretty: Schema.optional<Schema.String>;
5828
5828
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -6026,7 +6026,7 @@ export declare const listNetworkingV1beta1IPAddress: API.OperationMethod<{
6026
6026
  readonly selector: string;
6027
6027
  } | undefined;
6028
6028
  } | undefined;
6029
- }, never, import("../credentials.ts").Credentials>;
6029
+ }, never, import("../credentials.ts").Credentials, never>;
6030
6030
  export declare const ListNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
6031
6031
  readonly pretty: Schema.optional<Schema.String>;
6032
6032
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -6240,7 +6240,7 @@ export declare const listNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
6240
6240
  readonly selector: string;
6241
6241
  } | undefined;
6242
6242
  } | undefined;
6243
- }, never, import("../credentials.ts").Credentials>;
6243
+ }, never, import("../credentials.ts").Credentials, never>;
6244
6244
  export declare const PatchNetworkingV1IPAddressInput: Schema.Struct<{
6245
6245
  readonly name: Schema.String;
6246
6246
  readonly pretty: Schema.optional<Schema.String>;
@@ -6359,7 +6359,7 @@ export declare const patchNetworkingV1IPAddress: API.OperationMethod<{
6359
6359
  readonly resource: string;
6360
6360
  };
6361
6361
  };
6362
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
6362
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
6363
6363
  export declare const PatchNetworkingV1IngressClassInput: Schema.Struct<{
6364
6364
  readonly name: Schema.String;
6365
6365
  readonly pretty: Schema.optional<Schema.String>;
@@ -6482,7 +6482,7 @@ export declare const patchNetworkingV1IngressClass: API.OperationMethod<{
6482
6482
  readonly scope?: string | undefined;
6483
6483
  } | undefined;
6484
6484
  } | undefined;
6485
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
6485
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
6486
6486
  export declare const PatchNetworkingV1NamespacedIngressInput: Schema.Struct<{
6487
6487
  readonly name: Schema.String;
6488
6488
  readonly namespace: Schema.String;
@@ -6702,7 +6702,7 @@ export declare const patchNetworkingV1NamespacedIngress: API.OperationMethod<{
6702
6702
  }[] | undefined;
6703
6703
  } | undefined;
6704
6704
  } | undefined;
6705
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
6705
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
6706
6706
  export declare const PatchNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{
6707
6707
  readonly name: Schema.String;
6708
6708
  readonly namespace: Schema.String;
@@ -6922,7 +6922,7 @@ export declare const patchNetworkingV1NamespacedIngressStatus: API.OperationMeth
6922
6922
  }[] | undefined;
6923
6923
  } | undefined;
6924
6924
  } | undefined;
6925
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
6925
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
6926
6926
  export declare const PatchNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
6927
6927
  readonly name: Schema.String;
6928
6928
  readonly namespace: Schema.String;
@@ -7176,7 +7176,7 @@ export declare const patchNetworkingV1NamespacedNetworkPolicy: API.OperationMeth
7176
7176
  } | undefined;
7177
7177
  readonly policyTypes?: readonly string[] | undefined;
7178
7178
  } | undefined;
7179
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
7179
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
7180
7180
  export declare const PatchNetworkingV1ServiceCIDRInput: Schema.Struct<{
7181
7181
  readonly name: Schema.String;
7182
7182
  readonly pretty: Schema.optional<Schema.String>;
@@ -7305,7 +7305,7 @@ export declare const patchNetworkingV1ServiceCIDR: API.OperationMethod<{
7305
7305
  readonly type: string;
7306
7306
  }[] | undefined;
7307
7307
  } | undefined;
7308
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
7308
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
7309
7309
  export declare const PatchNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{
7310
7310
  readonly name: Schema.String;
7311
7311
  readonly pretty: Schema.optional<Schema.String>;
@@ -7434,7 +7434,7 @@ export declare const patchNetworkingV1ServiceCIDRStatus: API.OperationMethod<{
7434
7434
  readonly type: string;
7435
7435
  }[] | undefined;
7436
7436
  } | undefined;
7437
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
7437
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
7438
7438
  export declare const PatchNetworkingV1beta1IPAddressInput: Schema.Struct<{
7439
7439
  readonly name: Schema.String;
7440
7440
  readonly pretty: Schema.optional<Schema.String>;
@@ -7553,7 +7553,7 @@ export declare const patchNetworkingV1beta1IPAddress: API.OperationMethod<{
7553
7553
  readonly resource: string;
7554
7554
  };
7555
7555
  };
7556
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
7556
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
7557
7557
  export declare const PatchNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
7558
7558
  readonly name: Schema.String;
7559
7559
  readonly pretty: Schema.optional<Schema.String>;
@@ -7682,7 +7682,7 @@ export declare const patchNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
7682
7682
  readonly type: string;
7683
7683
  }[] | undefined;
7684
7684
  } | undefined;
7685
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
7685
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
7686
7686
  export declare const PatchNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{
7687
7687
  readonly name: Schema.String;
7688
7688
  readonly pretty: Schema.optional<Schema.String>;
@@ -7811,7 +7811,7 @@ export declare const patchNetworkingV1beta1ServiceCIDRStatus: API.OperationMetho
7811
7811
  readonly type: string;
7812
7812
  }[] | undefined;
7813
7813
  } | undefined;
7814
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
7814
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
7815
7815
  export declare const ReadNetworkingV1IPAddressInput: Schema.Struct<{
7816
7816
  readonly name: Schema.String;
7817
7817
  readonly pretty: Schema.optional<Schema.String>;
@@ -7918,7 +7918,7 @@ export declare const readNetworkingV1IPAddress: API.OperationMethod<{
7918
7918
  readonly resource: string;
7919
7919
  };
7920
7920
  };
7921
- }, NotFound, import("../credentials.ts").Credentials>;
7921
+ }, NotFound, import("../credentials.ts").Credentials, never>;
7922
7922
  export declare const ReadNetworkingV1IngressClassInput: Schema.Struct<{
7923
7923
  readonly name: Schema.String;
7924
7924
  readonly pretty: Schema.optional<Schema.String>;
@@ -8029,7 +8029,7 @@ export declare const readNetworkingV1IngressClass: API.OperationMethod<{
8029
8029
  readonly scope?: string | undefined;
8030
8030
  } | undefined;
8031
8031
  } | undefined;
8032
- }, NotFound, import("../credentials.ts").Credentials>;
8032
+ }, NotFound, import("../credentials.ts").Credentials, never>;
8033
8033
  export declare const ReadNetworkingV1NamespacedIngressInput: Schema.Struct<{
8034
8034
  readonly name: Schema.String;
8035
8035
  readonly namespace: Schema.String;
@@ -8237,7 +8237,7 @@ export declare const readNetworkingV1NamespacedIngress: API.OperationMethod<{
8237
8237
  }[] | undefined;
8238
8238
  } | undefined;
8239
8239
  } | undefined;
8240
- }, NotFound, import("../credentials.ts").Credentials>;
8240
+ }, NotFound, import("../credentials.ts").Credentials, never>;
8241
8241
  export declare const ReadNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{
8242
8242
  readonly name: Schema.String;
8243
8243
  readonly namespace: Schema.String;
@@ -8445,7 +8445,7 @@ export declare const readNetworkingV1NamespacedIngressStatus: API.OperationMetho
8445
8445
  }[] | undefined;
8446
8446
  } | undefined;
8447
8447
  } | undefined;
8448
- }, NotFound, import("../credentials.ts").Credentials>;
8448
+ }, NotFound, import("../credentials.ts").Credentials, never>;
8449
8449
  export declare const ReadNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
8450
8450
  readonly name: Schema.String;
8451
8451
  readonly namespace: Schema.String;
@@ -8687,7 +8687,7 @@ export declare const readNetworkingV1NamespacedNetworkPolicy: API.OperationMetho
8687
8687
  } | undefined;
8688
8688
  readonly policyTypes?: readonly string[] | undefined;
8689
8689
  } | undefined;
8690
- }, NotFound, import("../credentials.ts").Credentials>;
8690
+ }, NotFound, import("../credentials.ts").Credentials, never>;
8691
8691
  export declare const ReadNetworkingV1ServiceCIDRInput: Schema.Struct<{
8692
8692
  readonly name: Schema.String;
8693
8693
  readonly pretty: Schema.optional<Schema.String>;
@@ -8804,7 +8804,7 @@ export declare const readNetworkingV1ServiceCIDR: API.OperationMethod<{
8804
8804
  readonly type: string;
8805
8805
  }[] | undefined;
8806
8806
  } | undefined;
8807
- }, NotFound, import("../credentials.ts").Credentials>;
8807
+ }, NotFound, import("../credentials.ts").Credentials, never>;
8808
8808
  export declare const ReadNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{
8809
8809
  readonly name: Schema.String;
8810
8810
  readonly pretty: Schema.optional<Schema.String>;
@@ -8921,7 +8921,7 @@ export declare const readNetworkingV1ServiceCIDRStatus: API.OperationMethod<{
8921
8921
  readonly type: string;
8922
8922
  }[] | undefined;
8923
8923
  } | undefined;
8924
- }, NotFound, import("../credentials.ts").Credentials>;
8924
+ }, NotFound, import("../credentials.ts").Credentials, never>;
8925
8925
  export declare const ReadNetworkingV1beta1IPAddressInput: Schema.Struct<{
8926
8926
  readonly name: Schema.String;
8927
8927
  readonly pretty: Schema.optional<Schema.String>;
@@ -9028,7 +9028,7 @@ export declare const readNetworkingV1beta1IPAddress: API.OperationMethod<{
9028
9028
  readonly resource: string;
9029
9029
  };
9030
9030
  };
9031
- }, NotFound, import("../credentials.ts").Credentials>;
9031
+ }, NotFound, import("../credentials.ts").Credentials, never>;
9032
9032
  export declare const ReadNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
9033
9033
  readonly name: Schema.String;
9034
9034
  readonly pretty: Schema.optional<Schema.String>;
@@ -9145,7 +9145,7 @@ export declare const readNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
9145
9145
  readonly type: string;
9146
9146
  }[] | undefined;
9147
9147
  } | undefined;
9148
- }, NotFound, import("../credentials.ts").Credentials>;
9148
+ }, NotFound, import("../credentials.ts").Credentials, never>;
9149
9149
  export declare const ReadNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{
9150
9150
  readonly name: Schema.String;
9151
9151
  readonly pretty: Schema.optional<Schema.String>;
@@ -9262,7 +9262,7 @@ export declare const readNetworkingV1beta1ServiceCIDRStatus: API.OperationMethod
9262
9262
  readonly type: string;
9263
9263
  }[] | undefined;
9264
9264
  } | undefined;
9265
- }, NotFound, import("../credentials.ts").Credentials>;
9265
+ }, NotFound, import("../credentials.ts").Credentials, never>;
9266
9266
  export declare const ReplaceNetworkingV1IPAddressInput: Schema.Struct<{
9267
9267
  readonly name: Schema.String;
9268
9268
  readonly pretty: Schema.optional<Schema.String>;
@@ -9466,7 +9466,7 @@ export declare const replaceNetworkingV1IPAddress: API.OperationMethod<{
9466
9466
  readonly resource: string;
9467
9467
  };
9468
9468
  };
9469
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
9469
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
9470
9470
  export declare const ReplaceNetworkingV1IngressClassInput: Schema.Struct<{
9471
9471
  readonly name: Schema.String;
9472
9472
  readonly pretty: Schema.optional<Schema.String>;
@@ -9678,7 +9678,7 @@ export declare const replaceNetworkingV1IngressClass: API.OperationMethod<{
9678
9678
  readonly scope?: string | undefined;
9679
9679
  } | undefined;
9680
9680
  } | undefined;
9681
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
9681
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
9682
9682
  export declare const ReplaceNetworkingV1NamespacedIngressInput: Schema.Struct<{
9683
9683
  readonly name: Schema.String;
9684
9684
  readonly namespace: Schema.String;
@@ -10081,7 +10081,7 @@ export declare const replaceNetworkingV1NamespacedIngress: API.OperationMethod<{
10081
10081
  }[] | undefined;
10082
10082
  } | undefined;
10083
10083
  } | undefined;
10084
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
10084
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
10085
10085
  export declare const ReplaceNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{
10086
10086
  readonly name: Schema.String;
10087
10087
  readonly namespace: Schema.String;
@@ -10484,7 +10484,7 @@ export declare const replaceNetworkingV1NamespacedIngressStatus: API.OperationMe
10484
10484
  }[] | undefined;
10485
10485
  } | undefined;
10486
10486
  } | undefined;
10487
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
10487
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
10488
10488
  export declare const ReplaceNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
10489
10489
  readonly name: Schema.String;
10490
10490
  readonly namespace: Schema.String;
@@ -10955,7 +10955,7 @@ export declare const replaceNetworkingV1NamespacedNetworkPolicy: API.OperationMe
10955
10955
  } | undefined;
10956
10956
  readonly policyTypes?: readonly string[] | undefined;
10957
10957
  } | undefined;
10958
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
10958
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
10959
10959
  export declare const ReplaceNetworkingV1ServiceCIDRInput: Schema.Struct<{
10960
10960
  readonly name: Schema.String;
10961
10961
  readonly pretty: Schema.optional<Schema.String>;
@@ -11179,7 +11179,7 @@ export declare const replaceNetworkingV1ServiceCIDR: API.OperationMethod<{
11179
11179
  readonly type: string;
11180
11180
  }[] | undefined;
11181
11181
  } | undefined;
11182
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
11182
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
11183
11183
  export declare const ReplaceNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{
11184
11184
  readonly name: Schema.String;
11185
11185
  readonly pretty: Schema.optional<Schema.String>;
@@ -11403,7 +11403,7 @@ export declare const replaceNetworkingV1ServiceCIDRStatus: API.OperationMethod<{
11403
11403
  readonly type: string;
11404
11404
  }[] | undefined;
11405
11405
  } | undefined;
11406
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
11406
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
11407
11407
  export declare const ReplaceNetworkingV1beta1IPAddressInput: Schema.Struct<{
11408
11408
  readonly name: Schema.String;
11409
11409
  readonly pretty: Schema.optional<Schema.String>;
@@ -11607,7 +11607,7 @@ export declare const replaceNetworkingV1beta1IPAddress: API.OperationMethod<{
11607
11607
  readonly resource: string;
11608
11608
  };
11609
11609
  };
11610
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
11610
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
11611
11611
  export declare const ReplaceNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
11612
11612
  readonly name: Schema.String;
11613
11613
  readonly pretty: Schema.optional<Schema.String>;
@@ -11831,7 +11831,7 @@ export declare const replaceNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
11831
11831
  readonly type: string;
11832
11832
  }[] | undefined;
11833
11833
  } | undefined;
11834
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
11834
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
11835
11835
  export declare const ReplaceNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{
11836
11836
  readonly name: Schema.String;
11837
11837
  readonly pretty: Schema.optional<Schema.String>;
@@ -12055,7 +12055,7 @@ export declare const replaceNetworkingV1beta1ServiceCIDRStatus: API.OperationMet
12055
12055
  readonly type: string;
12056
12056
  }[] | undefined;
12057
12057
  } | undefined;
12058
- }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
12058
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
12059
12059
  export declare const WatchNetworkingV1IPAddressInput: Schema.Struct<{
12060
12060
  readonly name: Schema.String;
12061
12061
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -12152,7 +12152,7 @@ export declare const watchNetworkingV1IPAddress: API.OperationMethod<{
12152
12152
  }, {
12153
12153
  readonly object: unknown;
12154
12154
  readonly type: string;
12155
- }, never, import("../credentials.ts").Credentials>;
12155
+ }, never, import("../credentials.ts").Credentials, never>;
12156
12156
  export declare const WatchNetworkingV1IPAddressListInput: Schema.Struct<{
12157
12157
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
12158
12158
  readonly continue: Schema.optional<Schema.String>;
@@ -12246,7 +12246,7 @@ export declare const watchNetworkingV1IPAddressList: API.OperationMethod<{
12246
12246
  }, {
12247
12247
  readonly object: unknown;
12248
12248
  readonly type: string;
12249
- }, never, import("../credentials.ts").Credentials>;
12249
+ }, never, import("../credentials.ts").Credentials, never>;
12250
12250
  export declare const WatchNetworkingV1IngressClassInput: Schema.Struct<{
12251
12251
  readonly name: Schema.String;
12252
12252
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -12343,7 +12343,7 @@ export declare const watchNetworkingV1IngressClass: API.OperationMethod<{
12343
12343
  }, {
12344
12344
  readonly object: unknown;
12345
12345
  readonly type: string;
12346
- }, never, import("../credentials.ts").Credentials>;
12346
+ }, never, import("../credentials.ts").Credentials, never>;
12347
12347
  export declare const WatchNetworkingV1IngressClassListInput: Schema.Struct<{
12348
12348
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
12349
12349
  readonly continue: Schema.optional<Schema.String>;
@@ -12437,7 +12437,7 @@ export declare const watchNetworkingV1IngressClassList: API.OperationMethod<{
12437
12437
  }, {
12438
12438
  readonly object: unknown;
12439
12439
  readonly type: string;
12440
- }, never, import("../credentials.ts").Credentials>;
12440
+ }, never, import("../credentials.ts").Credentials, never>;
12441
12441
  export declare const WatchNetworkingV1IngressListForAllNamespacesInput: Schema.Struct<{
12442
12442
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
12443
12443
  readonly continue: Schema.optional<Schema.String>;
@@ -12531,7 +12531,7 @@ export declare const watchNetworkingV1IngressListForAllNamespaces: API.Operation
12531
12531
  }, {
12532
12532
  readonly object: unknown;
12533
12533
  readonly type: string;
12534
- }, never, import("../credentials.ts").Credentials>;
12534
+ }, never, import("../credentials.ts").Credentials, never>;
12535
12535
  export declare const WatchNetworkingV1NamespacedIngressInput: Schema.Struct<{
12536
12536
  readonly name: Schema.String;
12537
12537
  readonly namespace: Schema.String;
@@ -12631,7 +12631,7 @@ export declare const watchNetworkingV1NamespacedIngress: API.OperationMethod<{
12631
12631
  }, {
12632
12632
  readonly object: unknown;
12633
12633
  readonly type: string;
12634
- }, never, import("../credentials.ts").Credentials>;
12634
+ }, never, import("../credentials.ts").Credentials, never>;
12635
12635
  export declare const WatchNetworkingV1NamespacedIngressListInput: Schema.Struct<{
12636
12636
  readonly namespace: Schema.String;
12637
12637
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -12728,7 +12728,7 @@ export declare const watchNetworkingV1NamespacedIngressList: API.OperationMethod
12728
12728
  }, {
12729
12729
  readonly object: unknown;
12730
12730
  readonly type: string;
12731
- }, never, import("../credentials.ts").Credentials>;
12731
+ }, never, import("../credentials.ts").Credentials, never>;
12732
12732
  export declare const WatchNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
12733
12733
  readonly name: Schema.String;
12734
12734
  readonly namespace: Schema.String;
@@ -12828,7 +12828,7 @@ export declare const watchNetworkingV1NamespacedNetworkPolicy: API.OperationMeth
12828
12828
  }, {
12829
12829
  readonly object: unknown;
12830
12830
  readonly type: string;
12831
- }, never, import("../credentials.ts").Credentials>;
12831
+ }, never, import("../credentials.ts").Credentials, never>;
12832
12832
  export declare const WatchNetworkingV1NamespacedNetworkPolicyListInput: Schema.Struct<{
12833
12833
  readonly namespace: Schema.String;
12834
12834
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -12925,7 +12925,7 @@ export declare const watchNetworkingV1NamespacedNetworkPolicyList: API.Operation
12925
12925
  }, {
12926
12926
  readonly object: unknown;
12927
12927
  readonly type: string;
12928
- }, never, import("../credentials.ts").Credentials>;
12928
+ }, never, import("../credentials.ts").Credentials, never>;
12929
12929
  export declare const WatchNetworkingV1NetworkPolicyListForAllNamespacesInput: Schema.Struct<{
12930
12930
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
12931
12931
  readonly continue: Schema.optional<Schema.String>;
@@ -13019,7 +13019,7 @@ export declare const watchNetworkingV1NetworkPolicyListForAllNamespaces: API.Ope
13019
13019
  }, {
13020
13020
  readonly object: unknown;
13021
13021
  readonly type: string;
13022
- }, never, import("../credentials.ts").Credentials>;
13022
+ }, never, import("../credentials.ts").Credentials, never>;
13023
13023
  export declare const WatchNetworkingV1ServiceCIDRInput: Schema.Struct<{
13024
13024
  readonly name: Schema.String;
13025
13025
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -13116,7 +13116,7 @@ export declare const watchNetworkingV1ServiceCIDR: API.OperationMethod<{
13116
13116
  }, {
13117
13117
  readonly object: unknown;
13118
13118
  readonly type: string;
13119
- }, never, import("../credentials.ts").Credentials>;
13119
+ }, never, import("../credentials.ts").Credentials, never>;
13120
13120
  export declare const WatchNetworkingV1ServiceCIDRListInput: Schema.Struct<{
13121
13121
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
13122
13122
  readonly continue: Schema.optional<Schema.String>;
@@ -13210,7 +13210,7 @@ export declare const watchNetworkingV1ServiceCIDRList: API.OperationMethod<{
13210
13210
  }, {
13211
13211
  readonly object: unknown;
13212
13212
  readonly type: string;
13213
- }, never, import("../credentials.ts").Credentials>;
13213
+ }, never, import("../credentials.ts").Credentials, never>;
13214
13214
  export declare const WatchNetworkingV1beta1IPAddressInput: Schema.Struct<{
13215
13215
  readonly name: Schema.String;
13216
13216
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -13307,7 +13307,7 @@ export declare const watchNetworkingV1beta1IPAddress: API.OperationMethod<{
13307
13307
  }, {
13308
13308
  readonly object: unknown;
13309
13309
  readonly type: string;
13310
- }, never, import("../credentials.ts").Credentials>;
13310
+ }, never, import("../credentials.ts").Credentials, never>;
13311
13311
  export declare const WatchNetworkingV1beta1IPAddressListInput: Schema.Struct<{
13312
13312
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
13313
13313
  readonly continue: Schema.optional<Schema.String>;
@@ -13401,7 +13401,7 @@ export declare const watchNetworkingV1beta1IPAddressList: API.OperationMethod<{
13401
13401
  }, {
13402
13402
  readonly object: unknown;
13403
13403
  readonly type: string;
13404
- }, never, import("../credentials.ts").Credentials>;
13404
+ }, never, import("../credentials.ts").Credentials, never>;
13405
13405
  export declare const WatchNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
13406
13406
  readonly name: Schema.String;
13407
13407
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
@@ -13498,7 +13498,7 @@ export declare const watchNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
13498
13498
  }, {
13499
13499
  readonly object: unknown;
13500
13500
  readonly type: string;
13501
- }, never, import("../credentials.ts").Credentials>;
13501
+ }, never, import("../credentials.ts").Credentials, never>;
13502
13502
  export declare const WatchNetworkingV1beta1ServiceCIDRListInput: Schema.Struct<{
13503
13503
  readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
13504
13504
  readonly continue: Schema.optional<Schema.String>;
@@ -13592,5 +13592,5 @@ export declare const watchNetworkingV1beta1ServiceCIDRList: API.OperationMethod<
13592
13592
  }, {
13593
13593
  readonly object: unknown;
13594
13594
  readonly type: string;
13595
- }, never, import("../credentials.ts").Credentials>;
13595
+ }, never, import("../credentials.ts").Credentials, never>;
13596
13596
  //# sourceMappingURL=networking.d.ts.map