@distilled.cloud/kubernetes 0.10.2 → 0.12.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 (118) 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 +6364 -97
  4. package/lib/services/admissionregistration.d.ts.map +1 -1
  5. package/lib/services/admissionregistration.js +54 -0
  6. package/lib/services/admissionregistration.js.map +1 -1
  7. package/lib/services/apiextensions.d.ts +1582 -14
  8. package/lib/services/apiextensions.d.ts.map +1 -1
  9. package/lib/services/apiextensions.js +9 -0
  10. package/lib/services/apiextensions.js.map +1 -1
  11. package/lib/services/apiregistration.d.ts +630 -14
  12. package/lib/services/apiregistration.d.ts.map +1 -1
  13. package/lib/services/apiregistration.js +9 -0
  14. package/lib/services/apiregistration.js.map +1 -1
  15. package/lib/services/apps.d.ts +58511 -78
  16. package/lib/services/apps.d.ts.map +1 -1
  17. package/lib/services/apps.js +47 -0
  18. package/lib/services/apps.js.map +1 -1
  19. package/lib/services/authentication.d.ts +143 -4
  20. package/lib/services/authentication.d.ts.map +1 -1
  21. package/lib/services/authentication.js +3 -0
  22. package/lib/services/authentication.js.map +1 -1
  23. package/lib/services/authorization.d.ts +336 -6
  24. package/lib/services/authorization.d.ts.map +1 -1
  25. package/lib/services/authorization.js +5 -0
  26. package/lib/services/authorization.js.map +1 -1
  27. package/lib/services/autoscaling.d.ts +3127 -31
  28. package/lib/services/autoscaling.d.ts.map +1 -1
  29. package/lib/services/autoscaling.js +17 -0
  30. package/lib/services/autoscaling.js.map +1 -1
  31. package/lib/services/batch.d.ts +28710 -30
  32. package/lib/services/batch.d.ts.map +1 -1
  33. package/lib/services/batch.js +17 -0
  34. package/lib/services/batch.js.map +1 -1
  35. package/lib/services/certificates.d.ts +2236 -51
  36. package/lib/services/certificates.d.ts.map +1 -1
  37. package/lib/services/certificates.js +30 -0
  38. package/lib/services/certificates.js.map +1 -1
  39. package/lib/services/coordination.d.ts +1267 -37
  40. package/lib/services/coordination.d.ts.map +1 -1
  41. package/lib/services/coordination.js +16 -0
  42. package/lib/services/coordination.js.map +1 -1
  43. package/lib/services/core.d.ts +64516 -243
  44. package/lib/services/core.d.ts.map +1 -1
  45. package/lib/services/core.js +116 -0
  46. package/lib/services/core.js.map +1 -1
  47. package/lib/services/discovery.d.ts +613 -13
  48. package/lib/services/discovery.d.ts.map +1 -1
  49. package/lib/services/discovery.js +6 -0
  50. package/lib/services/discovery.js.map +1 -1
  51. package/lib/services/events.d.ts +601 -13
  52. package/lib/services/events.d.ts.map +1 -1
  53. package/lib/services/events.js +6 -0
  54. package/lib/services/events.js.map +1 -1
  55. package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
  56. package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
  57. package/lib/services/flowcontrol-apiserver.js +17 -0
  58. package/lib/services/flowcontrol-apiserver.js.map +1 -1
  59. package/lib/services/internal-apiserver.d.ts +598 -14
  60. package/lib/services/internal-apiserver.d.ts.map +1 -1
  61. package/lib/services/internal-apiserver.js +9 -0
  62. package/lib/services/internal-apiserver.js.map +1 -1
  63. package/lib/services/networking.d.ts +3914 -79
  64. package/lib/services/networking.d.ts.map +1 -1
  65. package/lib/services/networking.js +45 -0
  66. package/lib/services/networking.js.map +1 -1
  67. package/lib/services/node.d.ts +418 -11
  68. package/lib/services/node.d.ts.map +1 -1
  69. package/lib/services/node.js +6 -0
  70. package/lib/services/node.js.map +1 -1
  71. package/lib/services/policy.d.ts +808 -16
  72. package/lib/services/policy.d.ts.map +1 -1
  73. package/lib/services/policy.js +9 -0
  74. package/lib/services/policy.js.map +1 -1
  75. package/lib/services/rbac-authorization.d.ts +1576 -42
  76. package/lib/services/rbac-authorization.d.ts.map +1 -1
  77. package/lib/services/rbac-authorization.js +21 -0
  78. package/lib/services/rbac-authorization.js.map +1 -1
  79. package/lib/services/resource.d.ts +14825 -170
  80. package/lib/services/resource.d.ts.map +1 -1
  81. package/lib/services/resource.js +86 -0
  82. package/lib/services/resource.js.map +1 -1
  83. package/lib/services/scheduling.d.ts +1732 -37
  84. package/lib/services/scheduling.d.ts.map +1 -1
  85. package/lib/services/scheduling.js +19 -0
  86. package/lib/services/scheduling.js.map +1 -1
  87. package/lib/services/storage.d.ts +5034 -71
  88. package/lib/services/storage.d.ts.map +1 -1
  89. package/lib/services/storage.js +39 -0
  90. package/lib/services/storage.js.map +1 -1
  91. package/lib/services/storagemigration.d.ts +590 -14
  92. package/lib/services/storagemigration.d.ts.map +1 -1
  93. package/lib/services/storagemigration.js +9 -0
  94. package/lib/services/storagemigration.js.map +1 -1
  95. package/package.json +3 -2
  96. package/src/services/admissionregistration.ts +54 -0
  97. package/src/services/apiextensions.ts +9 -0
  98. package/src/services/apiregistration.ts +9 -0
  99. package/src/services/apps.ts +47 -0
  100. package/src/services/authentication.ts +3 -0
  101. package/src/services/authorization.ts +5 -0
  102. package/src/services/autoscaling.ts +17 -0
  103. package/src/services/batch.ts +17 -0
  104. package/src/services/certificates.ts +30 -0
  105. package/src/services/coordination.ts +16 -0
  106. package/src/services/core.ts +116 -0
  107. package/src/services/discovery.ts +6 -0
  108. package/src/services/events.ts +6 -0
  109. package/src/services/flowcontrol-apiserver.ts +17 -0
  110. package/src/services/internal-apiserver.ts +9 -0
  111. package/src/services/networking.ts +45 -0
  112. package/src/services/node.ts +6 -0
  113. package/src/services/policy.ts +9 -0
  114. package/src/services/rbac-authorization.ts +21 -0
  115. package/src/services/resource.ts +86 -0
  116. package/src/services/scheduling.ts +19 -0
  117. package/src/services/storage.ts +39 -0
  118. package/src/services/storagemigration.ts +9 -0
@@ -5,6 +5,8 @@
5
5
  * DO NOT EDIT - regenerate with: bun run generate
6
6
  */
7
7
  import * as Schema from "effect/Schema";
8
+ import * as API from "../client/api.ts";
9
+ import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
8
10
  export declare const CreateRbacAuthorizationV1ClusterRoleInput: Schema.Struct<{
9
11
  readonly dryRun: Schema.optional<Schema.String>;
10
12
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -70,7 +72,68 @@ export type CreateRbacAuthorizationV1ClusterRoleOutput = typeof CreateRbacAuthor
70
72
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
71
73
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
72
74
  */
73
- export declare const createRbacAuthorizationV1ClusterRole: any;
75
+ export declare const createRbacAuthorizationV1ClusterRole: API.OperationMethod<{
76
+ readonly dryRun?: string | undefined;
77
+ readonly fieldValidation?: string | undefined;
78
+ }, {
79
+ readonly aggregationRule?: {
80
+ readonly clusterRoleSelectors?: readonly {
81
+ readonly matchExpressions?: readonly {
82
+ readonly key: string;
83
+ readonly operator: string;
84
+ readonly values?: readonly string[] | undefined;
85
+ }[] | undefined;
86
+ readonly matchLabels?: {
87
+ readonly [x: string]: string;
88
+ } | undefined;
89
+ }[] | undefined;
90
+ } | undefined;
91
+ readonly apiVersion?: string | undefined;
92
+ readonly kind?: string | undefined;
93
+ readonly metadata?: {
94
+ readonly annotations?: {
95
+ readonly [x: string]: string;
96
+ } | undefined;
97
+ readonly creationTimestamp?: string | undefined;
98
+ readonly deletionGracePeriodSeconds?: number | undefined;
99
+ readonly deletionTimestamp?: string | undefined;
100
+ readonly finalizers?: readonly string[] | undefined;
101
+ readonly generateName?: string | undefined;
102
+ readonly generation?: number | undefined;
103
+ readonly labels?: {
104
+ readonly [x: string]: string;
105
+ } | undefined;
106
+ readonly managedFields?: readonly {
107
+ readonly apiVersion?: string | undefined;
108
+ readonly fieldsType?: string | undefined;
109
+ readonly fieldsV1?: unknown;
110
+ readonly manager?: string | undefined;
111
+ readonly operation?: string | undefined;
112
+ readonly subresource?: string | undefined;
113
+ readonly time?: string | undefined;
114
+ }[] | undefined;
115
+ readonly name?: string | undefined;
116
+ readonly namespace?: string | undefined;
117
+ readonly ownerReferences?: readonly {
118
+ readonly apiVersion: string;
119
+ readonly blockOwnerDeletion?: boolean | undefined;
120
+ readonly controller?: boolean | undefined;
121
+ readonly kind: string;
122
+ readonly name: string;
123
+ readonly uid: string;
124
+ }[] | undefined;
125
+ readonly resourceVersion?: string | undefined;
126
+ readonly selfLink?: string | undefined;
127
+ readonly uid?: string | undefined;
128
+ } | undefined;
129
+ readonly rules?: readonly {
130
+ readonly apiGroups?: readonly string[] | undefined;
131
+ readonly nonResourceURLs?: readonly string[] | undefined;
132
+ readonly resourceNames?: readonly string[] | undefined;
133
+ readonly resources?: readonly string[] | undefined;
134
+ readonly verbs: readonly string[];
135
+ }[] | undefined;
136
+ }, Conflict | UnprocessableEntity, any>;
74
137
  export declare const CreateRbacAuthorizationV1ClusterRoleBindingInput: Schema.Struct<{
75
138
  readonly dryRun: Schema.optional<Schema.String>;
76
139
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -130,7 +193,60 @@ export type CreateRbacAuthorizationV1ClusterRoleBindingOutput = typeof CreateRba
130
193
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
131
194
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
132
195
  */
133
- export declare const createRbacAuthorizationV1ClusterRoleBinding: any;
196
+ export declare const createRbacAuthorizationV1ClusterRoleBinding: API.OperationMethod<{
197
+ readonly dryRun?: string | undefined;
198
+ readonly fieldValidation?: string | undefined;
199
+ }, {
200
+ readonly apiVersion?: string | undefined;
201
+ readonly kind?: string | undefined;
202
+ readonly metadata?: {
203
+ readonly annotations?: {
204
+ readonly [x: string]: string;
205
+ } | undefined;
206
+ readonly creationTimestamp?: string | undefined;
207
+ readonly deletionGracePeriodSeconds?: number | undefined;
208
+ readonly deletionTimestamp?: string | undefined;
209
+ readonly finalizers?: readonly string[] | undefined;
210
+ readonly generateName?: string | undefined;
211
+ readonly generation?: number | undefined;
212
+ readonly labels?: {
213
+ readonly [x: string]: string;
214
+ } | undefined;
215
+ readonly managedFields?: readonly {
216
+ readonly apiVersion?: string | undefined;
217
+ readonly fieldsType?: string | undefined;
218
+ readonly fieldsV1?: unknown;
219
+ readonly manager?: string | undefined;
220
+ readonly operation?: string | undefined;
221
+ readonly subresource?: string | undefined;
222
+ readonly time?: string | undefined;
223
+ }[] | undefined;
224
+ readonly name?: string | undefined;
225
+ readonly namespace?: string | undefined;
226
+ readonly ownerReferences?: readonly {
227
+ readonly apiVersion: string;
228
+ readonly blockOwnerDeletion?: boolean | undefined;
229
+ readonly controller?: boolean | undefined;
230
+ readonly kind: string;
231
+ readonly name: string;
232
+ readonly uid: string;
233
+ }[] | undefined;
234
+ readonly resourceVersion?: string | undefined;
235
+ readonly selfLink?: string | undefined;
236
+ readonly uid?: string | undefined;
237
+ } | undefined;
238
+ readonly roleRef: {
239
+ readonly apiGroup?: string | undefined;
240
+ readonly kind: string;
241
+ readonly name: string;
242
+ };
243
+ readonly subjects?: readonly {
244
+ readonly apiGroup?: string | undefined;
245
+ readonly kind: string;
246
+ readonly name: string;
247
+ readonly namespace?: string | undefined;
248
+ }[] | undefined;
249
+ }, Conflict | UnprocessableEntity, any>;
134
250
  export declare const CreateRbacAuthorizationV1NamespacedRoleInput: Schema.Struct<{
135
251
  readonly dryRun: Schema.optional<Schema.String>;
136
252
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -186,7 +302,56 @@ export type CreateRbacAuthorizationV1NamespacedRoleOutput = typeof CreateRbacAut
186
302
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
187
303
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
188
304
  */
189
- export declare const createRbacAuthorizationV1NamespacedRole: any;
305
+ export declare const createRbacAuthorizationV1NamespacedRole: API.OperationMethod<{
306
+ readonly dryRun?: string | undefined;
307
+ readonly fieldValidation?: string | undefined;
308
+ }, {
309
+ readonly apiVersion?: string | undefined;
310
+ readonly kind?: string | undefined;
311
+ readonly metadata?: {
312
+ readonly annotations?: {
313
+ readonly [x: string]: string;
314
+ } | undefined;
315
+ readonly creationTimestamp?: string | undefined;
316
+ readonly deletionGracePeriodSeconds?: number | undefined;
317
+ readonly deletionTimestamp?: string | undefined;
318
+ readonly finalizers?: readonly string[] | undefined;
319
+ readonly generateName?: string | undefined;
320
+ readonly generation?: number | undefined;
321
+ readonly labels?: {
322
+ readonly [x: string]: string;
323
+ } | undefined;
324
+ readonly managedFields?: readonly {
325
+ readonly apiVersion?: string | undefined;
326
+ readonly fieldsType?: string | undefined;
327
+ readonly fieldsV1?: unknown;
328
+ readonly manager?: string | undefined;
329
+ readonly operation?: string | undefined;
330
+ readonly subresource?: string | undefined;
331
+ readonly time?: string | undefined;
332
+ }[] | undefined;
333
+ readonly name?: string | undefined;
334
+ readonly namespace?: string | undefined;
335
+ readonly ownerReferences?: readonly {
336
+ readonly apiVersion: string;
337
+ readonly blockOwnerDeletion?: boolean | undefined;
338
+ readonly controller?: boolean | undefined;
339
+ readonly kind: string;
340
+ readonly name: string;
341
+ readonly uid: string;
342
+ }[] | undefined;
343
+ readonly resourceVersion?: string | undefined;
344
+ readonly selfLink?: string | undefined;
345
+ readonly uid?: string | undefined;
346
+ } | undefined;
347
+ readonly rules?: readonly {
348
+ readonly apiGroups?: readonly string[] | undefined;
349
+ readonly nonResourceURLs?: readonly string[] | undefined;
350
+ readonly resourceNames?: readonly string[] | undefined;
351
+ readonly resources?: readonly string[] | undefined;
352
+ readonly verbs: readonly string[];
353
+ }[] | undefined;
354
+ }, Conflict | UnprocessableEntity, any>;
190
355
  export declare const CreateRbacAuthorizationV1NamespacedRoleBindingInput: Schema.Struct<{
191
356
  readonly dryRun: Schema.optional<Schema.String>;
192
357
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -246,7 +411,60 @@ export type CreateRbacAuthorizationV1NamespacedRoleBindingOutput = typeof Create
246
411
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
247
412
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
248
413
  */
249
- export declare const createRbacAuthorizationV1NamespacedRoleBinding: any;
414
+ export declare const createRbacAuthorizationV1NamespacedRoleBinding: API.OperationMethod<{
415
+ readonly dryRun?: string | undefined;
416
+ readonly fieldValidation?: string | undefined;
417
+ }, {
418
+ readonly apiVersion?: string | undefined;
419
+ readonly kind?: string | undefined;
420
+ readonly metadata?: {
421
+ readonly annotations?: {
422
+ readonly [x: string]: string;
423
+ } | undefined;
424
+ readonly creationTimestamp?: string | undefined;
425
+ readonly deletionGracePeriodSeconds?: number | undefined;
426
+ readonly deletionTimestamp?: string | undefined;
427
+ readonly finalizers?: readonly string[] | undefined;
428
+ readonly generateName?: string | undefined;
429
+ readonly generation?: number | undefined;
430
+ readonly labels?: {
431
+ readonly [x: string]: string;
432
+ } | undefined;
433
+ readonly managedFields?: readonly {
434
+ readonly apiVersion?: string | undefined;
435
+ readonly fieldsType?: string | undefined;
436
+ readonly fieldsV1?: unknown;
437
+ readonly manager?: string | undefined;
438
+ readonly operation?: string | undefined;
439
+ readonly subresource?: string | undefined;
440
+ readonly time?: string | undefined;
441
+ }[] | undefined;
442
+ readonly name?: string | undefined;
443
+ readonly namespace?: string | undefined;
444
+ readonly ownerReferences?: readonly {
445
+ readonly apiVersion: string;
446
+ readonly blockOwnerDeletion?: boolean | undefined;
447
+ readonly controller?: boolean | undefined;
448
+ readonly kind: string;
449
+ readonly name: string;
450
+ readonly uid: string;
451
+ }[] | undefined;
452
+ readonly resourceVersion?: string | undefined;
453
+ readonly selfLink?: string | undefined;
454
+ readonly uid?: string | undefined;
455
+ } | undefined;
456
+ readonly roleRef: {
457
+ readonly apiGroup?: string | undefined;
458
+ readonly kind: string;
459
+ readonly name: string;
460
+ };
461
+ readonly subjects?: readonly {
462
+ readonly apiGroup?: string | undefined;
463
+ readonly kind: string;
464
+ readonly name: string;
465
+ readonly namespace?: string | undefined;
466
+ }[] | undefined;
467
+ }, Conflict | UnprocessableEntity, any>;
250
468
  export declare const DeleteRbacAuthorizationV1ClusterRoleInput: Schema.Struct<{
251
469
  readonly dryRun: Schema.optional<Schema.String>;
252
470
  }>;
@@ -286,7 +504,37 @@ export type DeleteRbacAuthorizationV1ClusterRoleOutput = typeof DeleteRbacAuthor
286
504
  *
287
505
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
288
506
  */
289
- export declare const deleteRbacAuthorizationV1ClusterRole: any;
507
+ export declare const deleteRbacAuthorizationV1ClusterRole: API.OperationMethod<{
508
+ readonly dryRun?: string | undefined;
509
+ }, {
510
+ readonly apiVersion?: string | undefined;
511
+ readonly code?: number | undefined;
512
+ readonly details?: {
513
+ readonly causes?: readonly {
514
+ readonly field?: string | undefined;
515
+ readonly message?: string | undefined;
516
+ readonly reason?: string | undefined;
517
+ }[] | undefined;
518
+ readonly group?: string | undefined;
519
+ readonly kind?: string | undefined;
520
+ readonly name?: string | undefined;
521
+ readonly retryAfterSeconds?: number | undefined;
522
+ readonly uid?: string | undefined;
523
+ } | undefined;
524
+ readonly kind?: string | undefined;
525
+ readonly message?: string | undefined;
526
+ readonly metadata?: {
527
+ readonly continue?: string | undefined;
528
+ readonly remainingItemCount?: number | undefined;
529
+ readonly resourceVersion?: string | undefined;
530
+ readonly selfLink?: string | undefined;
531
+ readonly shardInfo?: {
532
+ readonly selector: string;
533
+ } | undefined;
534
+ } | undefined;
535
+ readonly reason?: string | undefined;
536
+ readonly status?: string | undefined;
537
+ }, Conflict | NotFound, any>;
290
538
  export declare const DeleteRbacAuthorizationV1ClusterRoleBindingInput: Schema.Struct<{
291
539
  readonly dryRun: Schema.optional<Schema.String>;
292
540
  }>;
@@ -326,7 +574,37 @@ export type DeleteRbacAuthorizationV1ClusterRoleBindingOutput = typeof DeleteRba
326
574
  *
327
575
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
328
576
  */
329
- export declare const deleteRbacAuthorizationV1ClusterRoleBinding: any;
577
+ export declare const deleteRbacAuthorizationV1ClusterRoleBinding: API.OperationMethod<{
578
+ readonly dryRun?: string | undefined;
579
+ }, {
580
+ readonly apiVersion?: string | undefined;
581
+ readonly code?: number | undefined;
582
+ readonly details?: {
583
+ readonly causes?: readonly {
584
+ readonly field?: string | undefined;
585
+ readonly message?: string | undefined;
586
+ readonly reason?: string | undefined;
587
+ }[] | undefined;
588
+ readonly group?: string | undefined;
589
+ readonly kind?: string | undefined;
590
+ readonly name?: string | undefined;
591
+ readonly retryAfterSeconds?: number | undefined;
592
+ readonly uid?: string | undefined;
593
+ } | undefined;
594
+ readonly kind?: string | undefined;
595
+ readonly message?: string | undefined;
596
+ readonly metadata?: {
597
+ readonly continue?: string | undefined;
598
+ readonly remainingItemCount?: number | undefined;
599
+ readonly resourceVersion?: string | undefined;
600
+ readonly selfLink?: string | undefined;
601
+ readonly shardInfo?: {
602
+ readonly selector: string;
603
+ } | undefined;
604
+ } | undefined;
605
+ readonly reason?: string | undefined;
606
+ readonly status?: string | undefined;
607
+ }, Conflict | NotFound, any>;
330
608
  export declare const DeleteRbacAuthorizationV1CollectionClusterRoleInput: Schema.Struct<{
331
609
  readonly dryRun: Schema.optional<Schema.String>;
332
610
  }>;
@@ -366,7 +644,37 @@ export type DeleteRbacAuthorizationV1CollectionClusterRoleOutput = typeof Delete
366
644
  *
367
645
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
368
646
  */
369
- export declare const deleteRbacAuthorizationV1CollectionClusterRole: any;
647
+ export declare const deleteRbacAuthorizationV1CollectionClusterRole: API.OperationMethod<{
648
+ readonly dryRun?: string | undefined;
649
+ }, {
650
+ readonly apiVersion?: string | undefined;
651
+ readonly code?: number | undefined;
652
+ readonly details?: {
653
+ readonly causes?: readonly {
654
+ readonly field?: string | undefined;
655
+ readonly message?: string | undefined;
656
+ readonly reason?: string | undefined;
657
+ }[] | undefined;
658
+ readonly group?: string | undefined;
659
+ readonly kind?: string | undefined;
660
+ readonly name?: string | undefined;
661
+ readonly retryAfterSeconds?: number | undefined;
662
+ readonly uid?: string | undefined;
663
+ } | undefined;
664
+ readonly kind?: string | undefined;
665
+ readonly message?: string | undefined;
666
+ readonly metadata?: {
667
+ readonly continue?: string | undefined;
668
+ readonly remainingItemCount?: number | undefined;
669
+ readonly resourceVersion?: string | undefined;
670
+ readonly selfLink?: string | undefined;
671
+ readonly shardInfo?: {
672
+ readonly selector: string;
673
+ } | undefined;
674
+ } | undefined;
675
+ readonly reason?: string | undefined;
676
+ readonly status?: string | undefined;
677
+ }, never, any>;
370
678
  export declare const DeleteRbacAuthorizationV1CollectionClusterRoleBindingInput: Schema.Struct<{
371
679
  readonly dryRun: Schema.optional<Schema.String>;
372
680
  }>;
@@ -406,7 +714,37 @@ export type DeleteRbacAuthorizationV1CollectionClusterRoleBindingOutput = typeof
406
714
  *
407
715
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
408
716
  */
409
- export declare const deleteRbacAuthorizationV1CollectionClusterRoleBinding: any;
717
+ export declare const deleteRbacAuthorizationV1CollectionClusterRoleBinding: API.OperationMethod<{
718
+ readonly dryRun?: string | undefined;
719
+ }, {
720
+ readonly apiVersion?: string | undefined;
721
+ readonly code?: number | undefined;
722
+ readonly details?: {
723
+ readonly causes?: readonly {
724
+ readonly field?: string | undefined;
725
+ readonly message?: string | undefined;
726
+ readonly reason?: string | undefined;
727
+ }[] | undefined;
728
+ readonly group?: string | undefined;
729
+ readonly kind?: string | undefined;
730
+ readonly name?: string | undefined;
731
+ readonly retryAfterSeconds?: number | undefined;
732
+ readonly uid?: string | undefined;
733
+ } | undefined;
734
+ readonly kind?: string | undefined;
735
+ readonly message?: string | undefined;
736
+ readonly metadata?: {
737
+ readonly continue?: string | undefined;
738
+ readonly remainingItemCount?: number | undefined;
739
+ readonly resourceVersion?: string | undefined;
740
+ readonly selfLink?: string | undefined;
741
+ readonly shardInfo?: {
742
+ readonly selector: string;
743
+ } | undefined;
744
+ } | undefined;
745
+ readonly reason?: string | undefined;
746
+ readonly status?: string | undefined;
747
+ }, never, any>;
410
748
  export declare const DeleteRbacAuthorizationV1CollectionNamespacedRoleInput: Schema.Struct<{
411
749
  readonly dryRun: Schema.optional<Schema.String>;
412
750
  }>;
@@ -446,7 +784,37 @@ export type DeleteRbacAuthorizationV1CollectionNamespacedRoleOutput = typeof Del
446
784
  *
447
785
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
448
786
  */
449
- export declare const deleteRbacAuthorizationV1CollectionNamespacedRole: any;
787
+ export declare const deleteRbacAuthorizationV1CollectionNamespacedRole: API.OperationMethod<{
788
+ readonly dryRun?: string | undefined;
789
+ }, {
790
+ readonly apiVersion?: string | undefined;
791
+ readonly code?: number | undefined;
792
+ readonly details?: {
793
+ readonly causes?: readonly {
794
+ readonly field?: string | undefined;
795
+ readonly message?: string | undefined;
796
+ readonly reason?: string | undefined;
797
+ }[] | undefined;
798
+ readonly group?: string | undefined;
799
+ readonly kind?: string | undefined;
800
+ readonly name?: string | undefined;
801
+ readonly retryAfterSeconds?: number | undefined;
802
+ readonly uid?: string | undefined;
803
+ } | undefined;
804
+ readonly kind?: string | undefined;
805
+ readonly message?: string | undefined;
806
+ readonly metadata?: {
807
+ readonly continue?: string | undefined;
808
+ readonly remainingItemCount?: number | undefined;
809
+ readonly resourceVersion?: string | undefined;
810
+ readonly selfLink?: string | undefined;
811
+ readonly shardInfo?: {
812
+ readonly selector: string;
813
+ } | undefined;
814
+ } | undefined;
815
+ readonly reason?: string | undefined;
816
+ readonly status?: string | undefined;
817
+ }, never, any>;
450
818
  export declare const DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingInput: Schema.Struct<{
451
819
  readonly dryRun: Schema.optional<Schema.String>;
452
820
  }>;
@@ -486,7 +854,37 @@ export type DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingOutput = typ
486
854
  *
487
855
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
488
856
  */
489
- export declare const deleteRbacAuthorizationV1CollectionNamespacedRoleBinding: any;
857
+ export declare const deleteRbacAuthorizationV1CollectionNamespacedRoleBinding: API.OperationMethod<{
858
+ readonly dryRun?: string | undefined;
859
+ }, {
860
+ readonly apiVersion?: string | undefined;
861
+ readonly code?: number | undefined;
862
+ readonly details?: {
863
+ readonly causes?: readonly {
864
+ readonly field?: string | undefined;
865
+ readonly message?: string | undefined;
866
+ readonly reason?: string | undefined;
867
+ }[] | undefined;
868
+ readonly group?: string | undefined;
869
+ readonly kind?: string | undefined;
870
+ readonly name?: string | undefined;
871
+ readonly retryAfterSeconds?: number | undefined;
872
+ readonly uid?: string | undefined;
873
+ } | undefined;
874
+ readonly kind?: string | undefined;
875
+ readonly message?: string | undefined;
876
+ readonly metadata?: {
877
+ readonly continue?: string | undefined;
878
+ readonly remainingItemCount?: number | undefined;
879
+ readonly resourceVersion?: string | undefined;
880
+ readonly selfLink?: string | undefined;
881
+ readonly shardInfo?: {
882
+ readonly selector: string;
883
+ } | undefined;
884
+ } | undefined;
885
+ readonly reason?: string | undefined;
886
+ readonly status?: string | undefined;
887
+ }, never, any>;
490
888
  export declare const DeleteRbacAuthorizationV1NamespacedRoleInput: Schema.Struct<{
491
889
  readonly dryRun: Schema.optional<Schema.String>;
492
890
  }>;
@@ -526,7 +924,37 @@ export type DeleteRbacAuthorizationV1NamespacedRoleOutput = typeof DeleteRbacAut
526
924
  *
527
925
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
528
926
  */
529
- export declare const deleteRbacAuthorizationV1NamespacedRole: any;
927
+ export declare const deleteRbacAuthorizationV1NamespacedRole: API.OperationMethod<{
928
+ readonly dryRun?: string | undefined;
929
+ }, {
930
+ readonly apiVersion?: string | undefined;
931
+ readonly code?: number | undefined;
932
+ readonly details?: {
933
+ readonly causes?: readonly {
934
+ readonly field?: string | undefined;
935
+ readonly message?: string | undefined;
936
+ readonly reason?: string | undefined;
937
+ }[] | undefined;
938
+ readonly group?: string | undefined;
939
+ readonly kind?: string | undefined;
940
+ readonly name?: string | undefined;
941
+ readonly retryAfterSeconds?: number | undefined;
942
+ readonly uid?: string | undefined;
943
+ } | undefined;
944
+ readonly kind?: string | undefined;
945
+ readonly message?: string | undefined;
946
+ readonly metadata?: {
947
+ readonly continue?: string | undefined;
948
+ readonly remainingItemCount?: number | undefined;
949
+ readonly resourceVersion?: string | undefined;
950
+ readonly selfLink?: string | undefined;
951
+ readonly shardInfo?: {
952
+ readonly selector: string;
953
+ } | undefined;
954
+ } | undefined;
955
+ readonly reason?: string | undefined;
956
+ readonly status?: string | undefined;
957
+ }, Conflict | NotFound, any>;
530
958
  export declare const DeleteRbacAuthorizationV1NamespacedRoleBindingInput: Schema.Struct<{
531
959
  readonly dryRun: Schema.optional<Schema.String>;
532
960
  }>;
@@ -566,7 +994,37 @@ export type DeleteRbacAuthorizationV1NamespacedRoleBindingOutput = typeof Delete
566
994
  *
567
995
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
568
996
  */
569
- export declare const deleteRbacAuthorizationV1NamespacedRoleBinding: any;
997
+ export declare const deleteRbacAuthorizationV1NamespacedRoleBinding: API.OperationMethod<{
998
+ readonly dryRun?: string | undefined;
999
+ }, {
1000
+ readonly apiVersion?: string | undefined;
1001
+ readonly code?: number | undefined;
1002
+ readonly details?: {
1003
+ readonly causes?: readonly {
1004
+ readonly field?: string | undefined;
1005
+ readonly message?: string | undefined;
1006
+ readonly reason?: string | undefined;
1007
+ }[] | undefined;
1008
+ readonly group?: string | undefined;
1009
+ readonly kind?: string | undefined;
1010
+ readonly name?: string | undefined;
1011
+ readonly retryAfterSeconds?: number | undefined;
1012
+ readonly uid?: string | undefined;
1013
+ } | undefined;
1014
+ readonly kind?: string | undefined;
1015
+ readonly message?: string | undefined;
1016
+ readonly metadata?: {
1017
+ readonly continue?: string | undefined;
1018
+ readonly remainingItemCount?: number | undefined;
1019
+ readonly resourceVersion?: string | undefined;
1020
+ readonly selfLink?: string | undefined;
1021
+ readonly shardInfo?: {
1022
+ readonly selector: string;
1023
+ } | undefined;
1024
+ } | undefined;
1025
+ readonly reason?: string | undefined;
1026
+ readonly status?: string | undefined;
1027
+ }, Conflict | NotFound, any>;
570
1028
  export declare const GetRbacAuthorizationAPIGroupInput: Schema.Struct<{}>;
571
1029
  export type GetRbacAuthorizationAPIGroupInput = typeof GetRbacAuthorizationAPIGroupInput.Type;
572
1030
  export declare const GetRbacAuthorizationAPIGroupOutput: Schema.Struct<{
@@ -590,7 +1048,23 @@ export type GetRbacAuthorizationAPIGroupOutput = typeof GetRbacAuthorizationAPIG
590
1048
  /**
591
1049
  * get information of a group
592
1050
  */
593
- export declare const getRbacAuthorizationAPIGroup: any;
1051
+ export declare const getRbacAuthorizationAPIGroup: API.OperationMethod<{}, {
1052
+ readonly apiVersion?: string | undefined;
1053
+ readonly kind?: string | undefined;
1054
+ readonly name: string;
1055
+ readonly preferredVersion?: {
1056
+ readonly groupVersion: string;
1057
+ readonly version: string;
1058
+ } | undefined;
1059
+ readonly serverAddressByClientCIDRs?: readonly {
1060
+ readonly clientCIDR: string;
1061
+ readonly serverAddress: string;
1062
+ }[] | undefined;
1063
+ readonly versions: readonly {
1064
+ readonly groupVersion: string;
1065
+ readonly version: string;
1066
+ }[];
1067
+ }, never, any>;
594
1068
  export declare const GetRbacAuthorizationV1APIResourcesInput: Schema.Struct<{}>;
595
1069
  export type GetRbacAuthorizationV1APIResourcesInput = typeof GetRbacAuthorizationV1APIResourcesInput.Type;
596
1070
  export declare const GetRbacAuthorizationV1APIResourcesOutput: Schema.Struct<{
@@ -614,7 +1088,23 @@ export type GetRbacAuthorizationV1APIResourcesOutput = typeof GetRbacAuthorizati
614
1088
  /**
615
1089
  * get available resources
616
1090
  */
617
- export declare const getRbacAuthorizationV1APIResources: any;
1091
+ export declare const getRbacAuthorizationV1APIResources: API.OperationMethod<{}, {
1092
+ readonly apiVersion?: string | undefined;
1093
+ readonly groupVersion: string;
1094
+ readonly kind?: string | undefined;
1095
+ readonly resources: readonly {
1096
+ readonly categories?: readonly string[] | undefined;
1097
+ readonly group?: string | undefined;
1098
+ readonly kind: string;
1099
+ readonly name: string;
1100
+ readonly namespaced: boolean;
1101
+ readonly shortNames?: readonly string[] | undefined;
1102
+ readonly singularName: string;
1103
+ readonly storageVersionHash?: string | undefined;
1104
+ readonly verbs: readonly string[];
1105
+ readonly version?: string | undefined;
1106
+ }[];
1107
+ }, never, any>;
618
1108
  export declare const ListRbacAuthorizationV1ClusterRoleInput: Schema.Struct<{}>;
619
1109
  export type ListRbacAuthorizationV1ClusterRoleInput = typeof ListRbacAuthorizationV1ClusterRoleInput.Type;
620
1110
  export declare const ListRbacAuthorizationV1ClusterRoleOutput: Schema.Struct<{
@@ -687,7 +1177,78 @@ export type ListRbacAuthorizationV1ClusterRoleOutput = typeof ListRbacAuthorizat
687
1177
  /**
688
1178
  * list or watch objects of kind ClusterRole
689
1179
  */
690
- export declare const listRbacAuthorizationV1ClusterRole: any;
1180
+ export declare const listRbacAuthorizationV1ClusterRole: API.OperationMethod<{}, {
1181
+ readonly apiVersion?: string | undefined;
1182
+ readonly items: readonly {
1183
+ readonly aggregationRule?: {
1184
+ readonly clusterRoleSelectors?: readonly {
1185
+ readonly matchExpressions?: readonly {
1186
+ readonly key: string;
1187
+ readonly operator: string;
1188
+ readonly values?: readonly string[] | undefined;
1189
+ }[] | undefined;
1190
+ readonly matchLabels?: {
1191
+ readonly [x: string]: string;
1192
+ } | undefined;
1193
+ }[] | undefined;
1194
+ } | undefined;
1195
+ readonly apiVersion?: string | undefined;
1196
+ readonly kind?: string | undefined;
1197
+ readonly metadata?: {
1198
+ readonly annotations?: {
1199
+ readonly [x: string]: string;
1200
+ } | undefined;
1201
+ readonly creationTimestamp?: string | undefined;
1202
+ readonly deletionGracePeriodSeconds?: number | undefined;
1203
+ readonly deletionTimestamp?: string | undefined;
1204
+ readonly finalizers?: readonly string[] | undefined;
1205
+ readonly generateName?: string | undefined;
1206
+ readonly generation?: number | undefined;
1207
+ readonly labels?: {
1208
+ readonly [x: string]: string;
1209
+ } | undefined;
1210
+ readonly managedFields?: readonly {
1211
+ readonly apiVersion?: string | undefined;
1212
+ readonly fieldsType?: string | undefined;
1213
+ readonly fieldsV1?: unknown;
1214
+ readonly manager?: string | undefined;
1215
+ readonly operation?: string | undefined;
1216
+ readonly subresource?: string | undefined;
1217
+ readonly time?: string | undefined;
1218
+ }[] | undefined;
1219
+ readonly name?: string | undefined;
1220
+ readonly namespace?: string | undefined;
1221
+ readonly ownerReferences?: readonly {
1222
+ readonly apiVersion: string;
1223
+ readonly blockOwnerDeletion?: boolean | undefined;
1224
+ readonly controller?: boolean | undefined;
1225
+ readonly kind: string;
1226
+ readonly name: string;
1227
+ readonly uid: string;
1228
+ }[] | undefined;
1229
+ readonly resourceVersion?: string | undefined;
1230
+ readonly selfLink?: string | undefined;
1231
+ readonly uid?: string | undefined;
1232
+ } | undefined;
1233
+ readonly rules?: readonly {
1234
+ readonly apiGroups?: readonly string[] | undefined;
1235
+ readonly nonResourceURLs?: readonly string[] | undefined;
1236
+ readonly resourceNames?: readonly string[] | undefined;
1237
+ readonly resources?: readonly string[] | undefined;
1238
+ readonly verbs: readonly string[];
1239
+ }[] | undefined;
1240
+ }[];
1241
+ readonly kind?: string | undefined;
1242
+ readonly metadata?: {
1243
+ readonly continue?: string | undefined;
1244
+ readonly remainingItemCount?: number | undefined;
1245
+ readonly resourceVersion?: string | undefined;
1246
+ readonly selfLink?: string | undefined;
1247
+ readonly shardInfo?: {
1248
+ readonly selector: string;
1249
+ } | undefined;
1250
+ } | undefined;
1251
+ }, never, any>;
691
1252
  export declare const ListRbacAuthorizationV1ClusterRoleBindingInput: Schema.Struct<{}>;
692
1253
  export type ListRbacAuthorizationV1ClusterRoleBindingInput = typeof ListRbacAuthorizationV1ClusterRoleBindingInput.Type;
693
1254
  export declare const ListRbacAuthorizationV1ClusterRoleBindingOutput: Schema.Struct<{
@@ -754,7 +1315,70 @@ export type ListRbacAuthorizationV1ClusterRoleBindingOutput = typeof ListRbacAut
754
1315
  /**
755
1316
  * list or watch objects of kind ClusterRoleBinding
756
1317
  */
757
- export declare const listRbacAuthorizationV1ClusterRoleBinding: any;
1318
+ export declare const listRbacAuthorizationV1ClusterRoleBinding: API.OperationMethod<{}, {
1319
+ readonly apiVersion?: string | undefined;
1320
+ readonly items: readonly {
1321
+ readonly apiVersion?: string | undefined;
1322
+ readonly kind?: string | undefined;
1323
+ readonly metadata?: {
1324
+ readonly annotations?: {
1325
+ readonly [x: string]: string;
1326
+ } | undefined;
1327
+ readonly creationTimestamp?: string | undefined;
1328
+ readonly deletionGracePeriodSeconds?: number | undefined;
1329
+ readonly deletionTimestamp?: string | undefined;
1330
+ readonly finalizers?: readonly string[] | undefined;
1331
+ readonly generateName?: string | undefined;
1332
+ readonly generation?: number | undefined;
1333
+ readonly labels?: {
1334
+ readonly [x: string]: string;
1335
+ } | undefined;
1336
+ readonly managedFields?: readonly {
1337
+ readonly apiVersion?: string | undefined;
1338
+ readonly fieldsType?: string | undefined;
1339
+ readonly fieldsV1?: unknown;
1340
+ readonly manager?: string | undefined;
1341
+ readonly operation?: string | undefined;
1342
+ readonly subresource?: string | undefined;
1343
+ readonly time?: string | undefined;
1344
+ }[] | undefined;
1345
+ readonly name?: string | undefined;
1346
+ readonly namespace?: string | undefined;
1347
+ readonly ownerReferences?: readonly {
1348
+ readonly apiVersion: string;
1349
+ readonly blockOwnerDeletion?: boolean | undefined;
1350
+ readonly controller?: boolean | undefined;
1351
+ readonly kind: string;
1352
+ readonly name: string;
1353
+ readonly uid: string;
1354
+ }[] | undefined;
1355
+ readonly resourceVersion?: string | undefined;
1356
+ readonly selfLink?: string | undefined;
1357
+ readonly uid?: string | undefined;
1358
+ } | undefined;
1359
+ readonly roleRef: {
1360
+ readonly apiGroup?: string | undefined;
1361
+ readonly kind: string;
1362
+ readonly name: string;
1363
+ };
1364
+ readonly subjects?: readonly {
1365
+ readonly apiGroup?: string | undefined;
1366
+ readonly kind: string;
1367
+ readonly name: string;
1368
+ readonly namespace?: string | undefined;
1369
+ }[] | undefined;
1370
+ }[];
1371
+ readonly kind?: string | undefined;
1372
+ readonly metadata?: {
1373
+ readonly continue?: string | undefined;
1374
+ readonly remainingItemCount?: number | undefined;
1375
+ readonly resourceVersion?: string | undefined;
1376
+ readonly selfLink?: string | undefined;
1377
+ readonly shardInfo?: {
1378
+ readonly selector: string;
1379
+ } | undefined;
1380
+ } | undefined;
1381
+ }, never, any>;
758
1382
  export declare const ListRbacAuthorizationV1NamespacedRoleInput: Schema.Struct<{}>;
759
1383
  export type ListRbacAuthorizationV1NamespacedRoleInput = typeof ListRbacAuthorizationV1NamespacedRoleInput.Type;
760
1384
  export declare const ListRbacAuthorizationV1NamespacedRoleOutput: Schema.Struct<{
@@ -817,7 +1441,66 @@ export type ListRbacAuthorizationV1NamespacedRoleOutput = typeof ListRbacAuthori
817
1441
  /**
818
1442
  * list or watch objects of kind Role
819
1443
  */
820
- export declare const listRbacAuthorizationV1NamespacedRole: any;
1444
+ export declare const listRbacAuthorizationV1NamespacedRole: API.OperationMethod<{}, {
1445
+ readonly apiVersion?: string | undefined;
1446
+ readonly items: readonly {
1447
+ readonly apiVersion?: string | undefined;
1448
+ readonly kind?: string | undefined;
1449
+ readonly metadata?: {
1450
+ readonly annotations?: {
1451
+ readonly [x: string]: string;
1452
+ } | undefined;
1453
+ readonly creationTimestamp?: string | undefined;
1454
+ readonly deletionGracePeriodSeconds?: number | undefined;
1455
+ readonly deletionTimestamp?: string | undefined;
1456
+ readonly finalizers?: readonly string[] | undefined;
1457
+ readonly generateName?: string | undefined;
1458
+ readonly generation?: number | undefined;
1459
+ readonly labels?: {
1460
+ readonly [x: string]: string;
1461
+ } | undefined;
1462
+ readonly managedFields?: readonly {
1463
+ readonly apiVersion?: string | undefined;
1464
+ readonly fieldsType?: string | undefined;
1465
+ readonly fieldsV1?: unknown;
1466
+ readonly manager?: string | undefined;
1467
+ readonly operation?: string | undefined;
1468
+ readonly subresource?: string | undefined;
1469
+ readonly time?: string | undefined;
1470
+ }[] | undefined;
1471
+ readonly name?: string | undefined;
1472
+ readonly namespace?: string | undefined;
1473
+ readonly ownerReferences?: readonly {
1474
+ readonly apiVersion: string;
1475
+ readonly blockOwnerDeletion?: boolean | undefined;
1476
+ readonly controller?: boolean | undefined;
1477
+ readonly kind: string;
1478
+ readonly name: string;
1479
+ readonly uid: string;
1480
+ }[] | undefined;
1481
+ readonly resourceVersion?: string | undefined;
1482
+ readonly selfLink?: string | undefined;
1483
+ readonly uid?: string | undefined;
1484
+ } | undefined;
1485
+ readonly rules?: readonly {
1486
+ readonly apiGroups?: readonly string[] | undefined;
1487
+ readonly nonResourceURLs?: readonly string[] | undefined;
1488
+ readonly resourceNames?: readonly string[] | undefined;
1489
+ readonly resources?: readonly string[] | undefined;
1490
+ readonly verbs: readonly string[];
1491
+ }[] | undefined;
1492
+ }[];
1493
+ readonly kind?: string | undefined;
1494
+ readonly metadata?: {
1495
+ readonly continue?: string | undefined;
1496
+ readonly remainingItemCount?: number | undefined;
1497
+ readonly resourceVersion?: string | undefined;
1498
+ readonly selfLink?: string | undefined;
1499
+ readonly shardInfo?: {
1500
+ readonly selector: string;
1501
+ } | undefined;
1502
+ } | undefined;
1503
+ }, never, any>;
821
1504
  export declare const ListRbacAuthorizationV1NamespacedRoleBindingInput: Schema.Struct<{}>;
822
1505
  export type ListRbacAuthorizationV1NamespacedRoleBindingInput = typeof ListRbacAuthorizationV1NamespacedRoleBindingInput.Type;
823
1506
  export declare const ListRbacAuthorizationV1NamespacedRoleBindingOutput: Schema.Struct<{
@@ -884,7 +1567,70 @@ export type ListRbacAuthorizationV1NamespacedRoleBindingOutput = typeof ListRbac
884
1567
  /**
885
1568
  * list or watch objects of kind RoleBinding
886
1569
  */
887
- export declare const listRbacAuthorizationV1NamespacedRoleBinding: any;
1570
+ export declare const listRbacAuthorizationV1NamespacedRoleBinding: API.OperationMethod<{}, {
1571
+ readonly apiVersion?: string | undefined;
1572
+ readonly items: readonly {
1573
+ readonly apiVersion?: string | undefined;
1574
+ readonly kind?: string | undefined;
1575
+ readonly metadata?: {
1576
+ readonly annotations?: {
1577
+ readonly [x: string]: string;
1578
+ } | undefined;
1579
+ readonly creationTimestamp?: string | undefined;
1580
+ readonly deletionGracePeriodSeconds?: number | undefined;
1581
+ readonly deletionTimestamp?: string | undefined;
1582
+ readonly finalizers?: readonly string[] | undefined;
1583
+ readonly generateName?: string | undefined;
1584
+ readonly generation?: number | undefined;
1585
+ readonly labels?: {
1586
+ readonly [x: string]: string;
1587
+ } | undefined;
1588
+ readonly managedFields?: readonly {
1589
+ readonly apiVersion?: string | undefined;
1590
+ readonly fieldsType?: string | undefined;
1591
+ readonly fieldsV1?: unknown;
1592
+ readonly manager?: string | undefined;
1593
+ readonly operation?: string | undefined;
1594
+ readonly subresource?: string | undefined;
1595
+ readonly time?: string | undefined;
1596
+ }[] | undefined;
1597
+ readonly name?: string | undefined;
1598
+ readonly namespace?: string | undefined;
1599
+ readonly ownerReferences?: readonly {
1600
+ readonly apiVersion: string;
1601
+ readonly blockOwnerDeletion?: boolean | undefined;
1602
+ readonly controller?: boolean | undefined;
1603
+ readonly kind: string;
1604
+ readonly name: string;
1605
+ readonly uid: string;
1606
+ }[] | undefined;
1607
+ readonly resourceVersion?: string | undefined;
1608
+ readonly selfLink?: string | undefined;
1609
+ readonly uid?: string | undefined;
1610
+ } | undefined;
1611
+ readonly roleRef: {
1612
+ readonly apiGroup?: string | undefined;
1613
+ readonly kind: string;
1614
+ readonly name: string;
1615
+ };
1616
+ readonly subjects?: readonly {
1617
+ readonly apiGroup?: string | undefined;
1618
+ readonly kind: string;
1619
+ readonly name: string;
1620
+ readonly namespace?: string | undefined;
1621
+ }[] | undefined;
1622
+ }[];
1623
+ readonly kind?: string | undefined;
1624
+ readonly metadata?: {
1625
+ readonly continue?: string | undefined;
1626
+ readonly remainingItemCount?: number | undefined;
1627
+ readonly resourceVersion?: string | undefined;
1628
+ readonly selfLink?: string | undefined;
1629
+ readonly shardInfo?: {
1630
+ readonly selector: string;
1631
+ } | undefined;
1632
+ } | undefined;
1633
+ }, never, any>;
888
1634
  export declare const ListRbacAuthorizationV1RoleBindingForAllNamespacesInput: Schema.Struct<{}>;
889
1635
  export type ListRbacAuthorizationV1RoleBindingForAllNamespacesInput = typeof ListRbacAuthorizationV1RoleBindingForAllNamespacesInput.Type;
890
1636
  export declare const ListRbacAuthorizationV1RoleBindingForAllNamespacesOutput: Schema.Struct<{
@@ -951,7 +1697,70 @@ export type ListRbacAuthorizationV1RoleBindingForAllNamespacesOutput = typeof Li
951
1697
  /**
952
1698
  * list or watch objects of kind RoleBinding
953
1699
  */
954
- export declare const listRbacAuthorizationV1RoleBindingForAllNamespaces: any;
1700
+ export declare const listRbacAuthorizationV1RoleBindingForAllNamespaces: API.OperationMethod<{}, {
1701
+ readonly apiVersion?: string | undefined;
1702
+ readonly items: readonly {
1703
+ readonly apiVersion?: string | undefined;
1704
+ readonly kind?: string | undefined;
1705
+ readonly metadata?: {
1706
+ readonly annotations?: {
1707
+ readonly [x: string]: string;
1708
+ } | undefined;
1709
+ readonly creationTimestamp?: string | undefined;
1710
+ readonly deletionGracePeriodSeconds?: number | undefined;
1711
+ readonly deletionTimestamp?: string | undefined;
1712
+ readonly finalizers?: readonly string[] | undefined;
1713
+ readonly generateName?: string | undefined;
1714
+ readonly generation?: number | undefined;
1715
+ readonly labels?: {
1716
+ readonly [x: string]: string;
1717
+ } | undefined;
1718
+ readonly managedFields?: readonly {
1719
+ readonly apiVersion?: string | undefined;
1720
+ readonly fieldsType?: string | undefined;
1721
+ readonly fieldsV1?: unknown;
1722
+ readonly manager?: string | undefined;
1723
+ readonly operation?: string | undefined;
1724
+ readonly subresource?: string | undefined;
1725
+ readonly time?: string | undefined;
1726
+ }[] | undefined;
1727
+ readonly name?: string | undefined;
1728
+ readonly namespace?: string | undefined;
1729
+ readonly ownerReferences?: readonly {
1730
+ readonly apiVersion: string;
1731
+ readonly blockOwnerDeletion?: boolean | undefined;
1732
+ readonly controller?: boolean | undefined;
1733
+ readonly kind: string;
1734
+ readonly name: string;
1735
+ readonly uid: string;
1736
+ }[] | undefined;
1737
+ readonly resourceVersion?: string | undefined;
1738
+ readonly selfLink?: string | undefined;
1739
+ readonly uid?: string | undefined;
1740
+ } | undefined;
1741
+ readonly roleRef: {
1742
+ readonly apiGroup?: string | undefined;
1743
+ readonly kind: string;
1744
+ readonly name: string;
1745
+ };
1746
+ readonly subjects?: readonly {
1747
+ readonly apiGroup?: string | undefined;
1748
+ readonly kind: string;
1749
+ readonly name: string;
1750
+ readonly namespace?: string | undefined;
1751
+ }[] | undefined;
1752
+ }[];
1753
+ readonly kind?: string | undefined;
1754
+ readonly metadata?: {
1755
+ readonly continue?: string | undefined;
1756
+ readonly remainingItemCount?: number | undefined;
1757
+ readonly resourceVersion?: string | undefined;
1758
+ readonly selfLink?: string | undefined;
1759
+ readonly shardInfo?: {
1760
+ readonly selector: string;
1761
+ } | undefined;
1762
+ } | undefined;
1763
+ }, never, any>;
955
1764
  export declare const ListRbacAuthorizationV1RoleForAllNamespacesInput: Schema.Struct<{}>;
956
1765
  export type ListRbacAuthorizationV1RoleForAllNamespacesInput = typeof ListRbacAuthorizationV1RoleForAllNamespacesInput.Type;
957
1766
  export declare const ListRbacAuthorizationV1RoleForAllNamespacesOutput: Schema.Struct<{
@@ -1014,7 +1823,66 @@ export type ListRbacAuthorizationV1RoleForAllNamespacesOutput = typeof ListRbacA
1014
1823
  /**
1015
1824
  * list or watch objects of kind Role
1016
1825
  */
1017
- export declare const listRbacAuthorizationV1RoleForAllNamespaces: any;
1826
+ export declare const listRbacAuthorizationV1RoleForAllNamespaces: API.OperationMethod<{}, {
1827
+ readonly apiVersion?: string | undefined;
1828
+ readonly items: readonly {
1829
+ readonly apiVersion?: string | undefined;
1830
+ readonly kind?: string | undefined;
1831
+ readonly metadata?: {
1832
+ readonly annotations?: {
1833
+ readonly [x: string]: string;
1834
+ } | undefined;
1835
+ readonly creationTimestamp?: string | undefined;
1836
+ readonly deletionGracePeriodSeconds?: number | undefined;
1837
+ readonly deletionTimestamp?: string | undefined;
1838
+ readonly finalizers?: readonly string[] | undefined;
1839
+ readonly generateName?: string | undefined;
1840
+ readonly generation?: number | undefined;
1841
+ readonly labels?: {
1842
+ readonly [x: string]: string;
1843
+ } | undefined;
1844
+ readonly managedFields?: readonly {
1845
+ readonly apiVersion?: string | undefined;
1846
+ readonly fieldsType?: string | undefined;
1847
+ readonly fieldsV1?: unknown;
1848
+ readonly manager?: string | undefined;
1849
+ readonly operation?: string | undefined;
1850
+ readonly subresource?: string | undefined;
1851
+ readonly time?: string | undefined;
1852
+ }[] | undefined;
1853
+ readonly name?: string | undefined;
1854
+ readonly namespace?: string | undefined;
1855
+ readonly ownerReferences?: readonly {
1856
+ readonly apiVersion: string;
1857
+ readonly blockOwnerDeletion?: boolean | undefined;
1858
+ readonly controller?: boolean | undefined;
1859
+ readonly kind: string;
1860
+ readonly name: string;
1861
+ readonly uid: string;
1862
+ }[] | undefined;
1863
+ readonly resourceVersion?: string | undefined;
1864
+ readonly selfLink?: string | undefined;
1865
+ readonly uid?: string | undefined;
1866
+ } | undefined;
1867
+ readonly rules?: readonly {
1868
+ readonly apiGroups?: readonly string[] | undefined;
1869
+ readonly nonResourceURLs?: readonly string[] | undefined;
1870
+ readonly resourceNames?: readonly string[] | undefined;
1871
+ readonly resources?: readonly string[] | undefined;
1872
+ readonly verbs: readonly string[];
1873
+ }[] | undefined;
1874
+ }[];
1875
+ readonly kind?: string | undefined;
1876
+ readonly metadata?: {
1877
+ readonly continue?: string | undefined;
1878
+ readonly remainingItemCount?: number | undefined;
1879
+ readonly resourceVersion?: string | undefined;
1880
+ readonly selfLink?: string | undefined;
1881
+ readonly shardInfo?: {
1882
+ readonly selector: string;
1883
+ } | undefined;
1884
+ } | undefined;
1885
+ }, never, any>;
1018
1886
  export declare const PatchRbacAuthorizationV1ClusterRoleInput: Schema.Struct<{
1019
1887
  readonly dryRun: Schema.optional<Schema.String>;
1020
1888
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1080,7 +1948,68 @@ export type PatchRbacAuthorizationV1ClusterRoleOutput = typeof PatchRbacAuthoriz
1080
1948
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1081
1949
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1082
1950
  */
1083
- export declare const patchRbacAuthorizationV1ClusterRole: any;
1951
+ export declare const patchRbacAuthorizationV1ClusterRole: API.OperationMethod<{
1952
+ readonly dryRun?: string | undefined;
1953
+ readonly fieldValidation?: string | undefined;
1954
+ }, {
1955
+ readonly aggregationRule?: {
1956
+ readonly clusterRoleSelectors?: readonly {
1957
+ readonly matchExpressions?: readonly {
1958
+ readonly key: string;
1959
+ readonly operator: string;
1960
+ readonly values?: readonly string[] | undefined;
1961
+ }[] | undefined;
1962
+ readonly matchLabels?: {
1963
+ readonly [x: string]: string;
1964
+ } | undefined;
1965
+ }[] | undefined;
1966
+ } | undefined;
1967
+ readonly apiVersion?: string | undefined;
1968
+ readonly kind?: string | undefined;
1969
+ readonly metadata?: {
1970
+ readonly annotations?: {
1971
+ readonly [x: string]: string;
1972
+ } | undefined;
1973
+ readonly creationTimestamp?: string | undefined;
1974
+ readonly deletionGracePeriodSeconds?: number | undefined;
1975
+ readonly deletionTimestamp?: string | undefined;
1976
+ readonly finalizers?: readonly string[] | undefined;
1977
+ readonly generateName?: string | undefined;
1978
+ readonly generation?: number | undefined;
1979
+ readonly labels?: {
1980
+ readonly [x: string]: string;
1981
+ } | undefined;
1982
+ readonly managedFields?: readonly {
1983
+ readonly apiVersion?: string | undefined;
1984
+ readonly fieldsType?: string | undefined;
1985
+ readonly fieldsV1?: unknown;
1986
+ readonly manager?: string | undefined;
1987
+ readonly operation?: string | undefined;
1988
+ readonly subresource?: string | undefined;
1989
+ readonly time?: string | undefined;
1990
+ }[] | undefined;
1991
+ readonly name?: string | undefined;
1992
+ readonly namespace?: string | undefined;
1993
+ readonly ownerReferences?: readonly {
1994
+ readonly apiVersion: string;
1995
+ readonly blockOwnerDeletion?: boolean | undefined;
1996
+ readonly controller?: boolean | undefined;
1997
+ readonly kind: string;
1998
+ readonly name: string;
1999
+ readonly uid: string;
2000
+ }[] | undefined;
2001
+ readonly resourceVersion?: string | undefined;
2002
+ readonly selfLink?: string | undefined;
2003
+ readonly uid?: string | undefined;
2004
+ } | undefined;
2005
+ readonly rules?: readonly {
2006
+ readonly apiGroups?: readonly string[] | undefined;
2007
+ readonly nonResourceURLs?: readonly string[] | undefined;
2008
+ readonly resourceNames?: readonly string[] | undefined;
2009
+ readonly resources?: readonly string[] | undefined;
2010
+ readonly verbs: readonly string[];
2011
+ }[] | undefined;
2012
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1084
2013
  export declare const PatchRbacAuthorizationV1ClusterRoleBindingInput: Schema.Struct<{
1085
2014
  readonly dryRun: Schema.optional<Schema.String>;
1086
2015
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1140,7 +2069,60 @@ export type PatchRbacAuthorizationV1ClusterRoleBindingOutput = typeof PatchRbacA
1140
2069
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1141
2070
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1142
2071
  */
1143
- export declare const patchRbacAuthorizationV1ClusterRoleBinding: any;
2072
+ export declare const patchRbacAuthorizationV1ClusterRoleBinding: API.OperationMethod<{
2073
+ readonly dryRun?: string | undefined;
2074
+ readonly fieldValidation?: string | undefined;
2075
+ }, {
2076
+ readonly apiVersion?: string | undefined;
2077
+ readonly kind?: string | undefined;
2078
+ readonly metadata?: {
2079
+ readonly annotations?: {
2080
+ readonly [x: string]: string;
2081
+ } | undefined;
2082
+ readonly creationTimestamp?: string | undefined;
2083
+ readonly deletionGracePeriodSeconds?: number | undefined;
2084
+ readonly deletionTimestamp?: string | undefined;
2085
+ readonly finalizers?: readonly string[] | undefined;
2086
+ readonly generateName?: string | undefined;
2087
+ readonly generation?: number | undefined;
2088
+ readonly labels?: {
2089
+ readonly [x: string]: string;
2090
+ } | undefined;
2091
+ readonly managedFields?: readonly {
2092
+ readonly apiVersion?: string | undefined;
2093
+ readonly fieldsType?: string | undefined;
2094
+ readonly fieldsV1?: unknown;
2095
+ readonly manager?: string | undefined;
2096
+ readonly operation?: string | undefined;
2097
+ readonly subresource?: string | undefined;
2098
+ readonly time?: string | undefined;
2099
+ }[] | undefined;
2100
+ readonly name?: string | undefined;
2101
+ readonly namespace?: string | undefined;
2102
+ readonly ownerReferences?: readonly {
2103
+ readonly apiVersion: string;
2104
+ readonly blockOwnerDeletion?: boolean | undefined;
2105
+ readonly controller?: boolean | undefined;
2106
+ readonly kind: string;
2107
+ readonly name: string;
2108
+ readonly uid: string;
2109
+ }[] | undefined;
2110
+ readonly resourceVersion?: string | undefined;
2111
+ readonly selfLink?: string | undefined;
2112
+ readonly uid?: string | undefined;
2113
+ } | undefined;
2114
+ readonly roleRef: {
2115
+ readonly apiGroup?: string | undefined;
2116
+ readonly kind: string;
2117
+ readonly name: string;
2118
+ };
2119
+ readonly subjects?: readonly {
2120
+ readonly apiGroup?: string | undefined;
2121
+ readonly kind: string;
2122
+ readonly name: string;
2123
+ readonly namespace?: string | undefined;
2124
+ }[] | undefined;
2125
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1144
2126
  export declare const PatchRbacAuthorizationV1NamespacedRoleInput: Schema.Struct<{
1145
2127
  readonly dryRun: Schema.optional<Schema.String>;
1146
2128
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1196,7 +2178,56 @@ export type PatchRbacAuthorizationV1NamespacedRoleOutput = typeof PatchRbacAutho
1196
2178
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1197
2179
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1198
2180
  */
1199
- export declare const patchRbacAuthorizationV1NamespacedRole: any;
2181
+ export declare const patchRbacAuthorizationV1NamespacedRole: API.OperationMethod<{
2182
+ readonly dryRun?: string | undefined;
2183
+ readonly fieldValidation?: string | undefined;
2184
+ }, {
2185
+ readonly apiVersion?: string | undefined;
2186
+ readonly kind?: string | undefined;
2187
+ readonly metadata?: {
2188
+ readonly annotations?: {
2189
+ readonly [x: string]: string;
2190
+ } | undefined;
2191
+ readonly creationTimestamp?: string | undefined;
2192
+ readonly deletionGracePeriodSeconds?: number | undefined;
2193
+ readonly deletionTimestamp?: string | undefined;
2194
+ readonly finalizers?: readonly string[] | undefined;
2195
+ readonly generateName?: string | undefined;
2196
+ readonly generation?: number | undefined;
2197
+ readonly labels?: {
2198
+ readonly [x: string]: string;
2199
+ } | undefined;
2200
+ readonly managedFields?: readonly {
2201
+ readonly apiVersion?: string | undefined;
2202
+ readonly fieldsType?: string | undefined;
2203
+ readonly fieldsV1?: unknown;
2204
+ readonly manager?: string | undefined;
2205
+ readonly operation?: string | undefined;
2206
+ readonly subresource?: string | undefined;
2207
+ readonly time?: string | undefined;
2208
+ }[] | undefined;
2209
+ readonly name?: string | undefined;
2210
+ readonly namespace?: string | undefined;
2211
+ readonly ownerReferences?: readonly {
2212
+ readonly apiVersion: string;
2213
+ readonly blockOwnerDeletion?: boolean | undefined;
2214
+ readonly controller?: boolean | undefined;
2215
+ readonly kind: string;
2216
+ readonly name: string;
2217
+ readonly uid: string;
2218
+ }[] | undefined;
2219
+ readonly resourceVersion?: string | undefined;
2220
+ readonly selfLink?: string | undefined;
2221
+ readonly uid?: string | undefined;
2222
+ } | undefined;
2223
+ readonly rules?: readonly {
2224
+ readonly apiGroups?: readonly string[] | undefined;
2225
+ readonly nonResourceURLs?: readonly string[] | undefined;
2226
+ readonly resourceNames?: readonly string[] | undefined;
2227
+ readonly resources?: readonly string[] | undefined;
2228
+ readonly verbs: readonly string[];
2229
+ }[] | undefined;
2230
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1200
2231
  export declare const PatchRbacAuthorizationV1NamespacedRoleBindingInput: Schema.Struct<{
1201
2232
  readonly dryRun: Schema.optional<Schema.String>;
1202
2233
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1256,7 +2287,60 @@ export type PatchRbacAuthorizationV1NamespacedRoleBindingOutput = typeof PatchRb
1256
2287
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1257
2288
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1258
2289
  */
1259
- export declare const patchRbacAuthorizationV1NamespacedRoleBinding: any;
2290
+ export declare const patchRbacAuthorizationV1NamespacedRoleBinding: API.OperationMethod<{
2291
+ readonly dryRun?: string | undefined;
2292
+ readonly fieldValidation?: string | undefined;
2293
+ }, {
2294
+ readonly apiVersion?: string | undefined;
2295
+ readonly kind?: string | undefined;
2296
+ readonly metadata?: {
2297
+ readonly annotations?: {
2298
+ readonly [x: string]: string;
2299
+ } | undefined;
2300
+ readonly creationTimestamp?: string | undefined;
2301
+ readonly deletionGracePeriodSeconds?: number | undefined;
2302
+ readonly deletionTimestamp?: string | undefined;
2303
+ readonly finalizers?: readonly string[] | undefined;
2304
+ readonly generateName?: string | undefined;
2305
+ readonly generation?: number | undefined;
2306
+ readonly labels?: {
2307
+ readonly [x: string]: string;
2308
+ } | undefined;
2309
+ readonly managedFields?: readonly {
2310
+ readonly apiVersion?: string | undefined;
2311
+ readonly fieldsType?: string | undefined;
2312
+ readonly fieldsV1?: unknown;
2313
+ readonly manager?: string | undefined;
2314
+ readonly operation?: string | undefined;
2315
+ readonly subresource?: string | undefined;
2316
+ readonly time?: string | undefined;
2317
+ }[] | undefined;
2318
+ readonly name?: string | undefined;
2319
+ readonly namespace?: string | undefined;
2320
+ readonly ownerReferences?: readonly {
2321
+ readonly apiVersion: string;
2322
+ readonly blockOwnerDeletion?: boolean | undefined;
2323
+ readonly controller?: boolean | undefined;
2324
+ readonly kind: string;
2325
+ readonly name: string;
2326
+ readonly uid: string;
2327
+ }[] | undefined;
2328
+ readonly resourceVersion?: string | undefined;
2329
+ readonly selfLink?: string | undefined;
2330
+ readonly uid?: string | undefined;
2331
+ } | undefined;
2332
+ readonly roleRef: {
2333
+ readonly apiGroup?: string | undefined;
2334
+ readonly kind: string;
2335
+ readonly name: string;
2336
+ };
2337
+ readonly subjects?: readonly {
2338
+ readonly apiGroup?: string | undefined;
2339
+ readonly kind: string;
2340
+ readonly name: string;
2341
+ readonly namespace?: string | undefined;
2342
+ }[] | undefined;
2343
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1260
2344
  export declare const ReadRbacAuthorizationV1ClusterRoleInput: Schema.Struct<{}>;
1261
2345
  export type ReadRbacAuthorizationV1ClusterRoleInput = typeof ReadRbacAuthorizationV1ClusterRoleInput.Type;
1262
2346
  export declare const ReadRbacAuthorizationV1ClusterRoleOutput: Schema.Struct<{
@@ -1316,7 +2400,65 @@ export type ReadRbacAuthorizationV1ClusterRoleOutput = typeof ReadRbacAuthorizat
1316
2400
  /**
1317
2401
  * read the specified ClusterRole
1318
2402
  */
1319
- export declare const readRbacAuthorizationV1ClusterRole: any;
2403
+ export declare const readRbacAuthorizationV1ClusterRole: API.OperationMethod<{}, {
2404
+ readonly aggregationRule?: {
2405
+ readonly clusterRoleSelectors?: readonly {
2406
+ readonly matchExpressions?: readonly {
2407
+ readonly key: string;
2408
+ readonly operator: string;
2409
+ readonly values?: readonly string[] | undefined;
2410
+ }[] | undefined;
2411
+ readonly matchLabels?: {
2412
+ readonly [x: string]: string;
2413
+ } | undefined;
2414
+ }[] | undefined;
2415
+ } | undefined;
2416
+ readonly apiVersion?: string | undefined;
2417
+ readonly kind?: string | undefined;
2418
+ readonly metadata?: {
2419
+ readonly annotations?: {
2420
+ readonly [x: string]: string;
2421
+ } | undefined;
2422
+ readonly creationTimestamp?: string | undefined;
2423
+ readonly deletionGracePeriodSeconds?: number | undefined;
2424
+ readonly deletionTimestamp?: string | undefined;
2425
+ readonly finalizers?: readonly string[] | undefined;
2426
+ readonly generateName?: string | undefined;
2427
+ readonly generation?: number | undefined;
2428
+ readonly labels?: {
2429
+ readonly [x: string]: string;
2430
+ } | undefined;
2431
+ readonly managedFields?: readonly {
2432
+ readonly apiVersion?: string | undefined;
2433
+ readonly fieldsType?: string | undefined;
2434
+ readonly fieldsV1?: unknown;
2435
+ readonly manager?: string | undefined;
2436
+ readonly operation?: string | undefined;
2437
+ readonly subresource?: string | undefined;
2438
+ readonly time?: string | undefined;
2439
+ }[] | undefined;
2440
+ readonly name?: string | undefined;
2441
+ readonly namespace?: string | undefined;
2442
+ readonly ownerReferences?: readonly {
2443
+ readonly apiVersion: string;
2444
+ readonly blockOwnerDeletion?: boolean | undefined;
2445
+ readonly controller?: boolean | undefined;
2446
+ readonly kind: string;
2447
+ readonly name: string;
2448
+ readonly uid: string;
2449
+ }[] | undefined;
2450
+ readonly resourceVersion?: string | undefined;
2451
+ readonly selfLink?: string | undefined;
2452
+ readonly uid?: string | undefined;
2453
+ } | undefined;
2454
+ readonly rules?: readonly {
2455
+ readonly apiGroups?: readonly string[] | undefined;
2456
+ readonly nonResourceURLs?: readonly string[] | undefined;
2457
+ readonly resourceNames?: readonly string[] | undefined;
2458
+ readonly resources?: readonly string[] | undefined;
2459
+ readonly verbs: readonly string[];
2460
+ }[] | undefined;
2461
+ }, NotFound, any>;
1320
2462
  export declare const ReadRbacAuthorizationV1ClusterRoleBindingInput: Schema.Struct<{}>;
1321
2463
  export type ReadRbacAuthorizationV1ClusterRoleBindingInput = typeof ReadRbacAuthorizationV1ClusterRoleBindingInput.Type;
1322
2464
  export declare const ReadRbacAuthorizationV1ClusterRoleBindingOutput: Schema.Struct<{
@@ -1370,7 +2512,57 @@ export type ReadRbacAuthorizationV1ClusterRoleBindingOutput = typeof ReadRbacAut
1370
2512
  /**
1371
2513
  * read the specified ClusterRoleBinding
1372
2514
  */
1373
- export declare const readRbacAuthorizationV1ClusterRoleBinding: any;
2515
+ export declare const readRbacAuthorizationV1ClusterRoleBinding: API.OperationMethod<{}, {
2516
+ readonly apiVersion?: string | undefined;
2517
+ readonly kind?: string | undefined;
2518
+ readonly metadata?: {
2519
+ readonly annotations?: {
2520
+ readonly [x: string]: string;
2521
+ } | undefined;
2522
+ readonly creationTimestamp?: string | undefined;
2523
+ readonly deletionGracePeriodSeconds?: number | undefined;
2524
+ readonly deletionTimestamp?: string | undefined;
2525
+ readonly finalizers?: readonly string[] | undefined;
2526
+ readonly generateName?: string | undefined;
2527
+ readonly generation?: number | undefined;
2528
+ readonly labels?: {
2529
+ readonly [x: string]: string;
2530
+ } | undefined;
2531
+ readonly managedFields?: readonly {
2532
+ readonly apiVersion?: string | undefined;
2533
+ readonly fieldsType?: string | undefined;
2534
+ readonly fieldsV1?: unknown;
2535
+ readonly manager?: string | undefined;
2536
+ readonly operation?: string | undefined;
2537
+ readonly subresource?: string | undefined;
2538
+ readonly time?: string | undefined;
2539
+ }[] | undefined;
2540
+ readonly name?: string | undefined;
2541
+ readonly namespace?: string | undefined;
2542
+ readonly ownerReferences?: readonly {
2543
+ readonly apiVersion: string;
2544
+ readonly blockOwnerDeletion?: boolean | undefined;
2545
+ readonly controller?: boolean | undefined;
2546
+ readonly kind: string;
2547
+ readonly name: string;
2548
+ readonly uid: string;
2549
+ }[] | undefined;
2550
+ readonly resourceVersion?: string | undefined;
2551
+ readonly selfLink?: string | undefined;
2552
+ readonly uid?: string | undefined;
2553
+ } | undefined;
2554
+ readonly roleRef: {
2555
+ readonly apiGroup?: string | undefined;
2556
+ readonly kind: string;
2557
+ readonly name: string;
2558
+ };
2559
+ readonly subjects?: readonly {
2560
+ readonly apiGroup?: string | undefined;
2561
+ readonly kind: string;
2562
+ readonly name: string;
2563
+ readonly namespace?: string | undefined;
2564
+ }[] | undefined;
2565
+ }, NotFound, any>;
1374
2566
  export declare const ReadRbacAuthorizationV1NamespacedRoleInput: Schema.Struct<{}>;
1375
2567
  export type ReadRbacAuthorizationV1NamespacedRoleInput = typeof ReadRbacAuthorizationV1NamespacedRoleInput.Type;
1376
2568
  export declare const ReadRbacAuthorizationV1NamespacedRoleOutput: Schema.Struct<{
@@ -1420,7 +2612,53 @@ export type ReadRbacAuthorizationV1NamespacedRoleOutput = typeof ReadRbacAuthori
1420
2612
  /**
1421
2613
  * read the specified Role
1422
2614
  */
1423
- export declare const readRbacAuthorizationV1NamespacedRole: any;
2615
+ export declare const readRbacAuthorizationV1NamespacedRole: API.OperationMethod<{}, {
2616
+ readonly apiVersion?: string | undefined;
2617
+ readonly kind?: string | undefined;
2618
+ readonly metadata?: {
2619
+ readonly annotations?: {
2620
+ readonly [x: string]: string;
2621
+ } | undefined;
2622
+ readonly creationTimestamp?: string | undefined;
2623
+ readonly deletionGracePeriodSeconds?: number | undefined;
2624
+ readonly deletionTimestamp?: string | undefined;
2625
+ readonly finalizers?: readonly string[] | undefined;
2626
+ readonly generateName?: string | undefined;
2627
+ readonly generation?: number | undefined;
2628
+ readonly labels?: {
2629
+ readonly [x: string]: string;
2630
+ } | undefined;
2631
+ readonly managedFields?: readonly {
2632
+ readonly apiVersion?: string | undefined;
2633
+ readonly fieldsType?: string | undefined;
2634
+ readonly fieldsV1?: unknown;
2635
+ readonly manager?: string | undefined;
2636
+ readonly operation?: string | undefined;
2637
+ readonly subresource?: string | undefined;
2638
+ readonly time?: string | undefined;
2639
+ }[] | undefined;
2640
+ readonly name?: string | undefined;
2641
+ readonly namespace?: string | undefined;
2642
+ readonly ownerReferences?: readonly {
2643
+ readonly apiVersion: string;
2644
+ readonly blockOwnerDeletion?: boolean | undefined;
2645
+ readonly controller?: boolean | undefined;
2646
+ readonly kind: string;
2647
+ readonly name: string;
2648
+ readonly uid: string;
2649
+ }[] | undefined;
2650
+ readonly resourceVersion?: string | undefined;
2651
+ readonly selfLink?: string | undefined;
2652
+ readonly uid?: string | undefined;
2653
+ } | undefined;
2654
+ readonly rules?: readonly {
2655
+ readonly apiGroups?: readonly string[] | undefined;
2656
+ readonly nonResourceURLs?: readonly string[] | undefined;
2657
+ readonly resourceNames?: readonly string[] | undefined;
2658
+ readonly resources?: readonly string[] | undefined;
2659
+ readonly verbs: readonly string[];
2660
+ }[] | undefined;
2661
+ }, NotFound, any>;
1424
2662
  export declare const ReadRbacAuthorizationV1NamespacedRoleBindingInput: Schema.Struct<{}>;
1425
2663
  export type ReadRbacAuthorizationV1NamespacedRoleBindingInput = typeof ReadRbacAuthorizationV1NamespacedRoleBindingInput.Type;
1426
2664
  export declare const ReadRbacAuthorizationV1NamespacedRoleBindingOutput: Schema.Struct<{
@@ -1474,7 +2712,57 @@ export type ReadRbacAuthorizationV1NamespacedRoleBindingOutput = typeof ReadRbac
1474
2712
  /**
1475
2713
  * read the specified RoleBinding
1476
2714
  */
1477
- export declare const readRbacAuthorizationV1NamespacedRoleBinding: any;
2715
+ export declare const readRbacAuthorizationV1NamespacedRoleBinding: API.OperationMethod<{}, {
2716
+ readonly apiVersion?: string | undefined;
2717
+ readonly kind?: string | undefined;
2718
+ readonly metadata?: {
2719
+ readonly annotations?: {
2720
+ readonly [x: string]: string;
2721
+ } | undefined;
2722
+ readonly creationTimestamp?: string | undefined;
2723
+ readonly deletionGracePeriodSeconds?: number | undefined;
2724
+ readonly deletionTimestamp?: string | undefined;
2725
+ readonly finalizers?: readonly string[] | undefined;
2726
+ readonly generateName?: string | undefined;
2727
+ readonly generation?: number | undefined;
2728
+ readonly labels?: {
2729
+ readonly [x: string]: string;
2730
+ } | undefined;
2731
+ readonly managedFields?: readonly {
2732
+ readonly apiVersion?: string | undefined;
2733
+ readonly fieldsType?: string | undefined;
2734
+ readonly fieldsV1?: unknown;
2735
+ readonly manager?: string | undefined;
2736
+ readonly operation?: string | undefined;
2737
+ readonly subresource?: string | undefined;
2738
+ readonly time?: string | undefined;
2739
+ }[] | undefined;
2740
+ readonly name?: string | undefined;
2741
+ readonly namespace?: string | undefined;
2742
+ readonly ownerReferences?: readonly {
2743
+ readonly apiVersion: string;
2744
+ readonly blockOwnerDeletion?: boolean | undefined;
2745
+ readonly controller?: boolean | undefined;
2746
+ readonly kind: string;
2747
+ readonly name: string;
2748
+ readonly uid: string;
2749
+ }[] | undefined;
2750
+ readonly resourceVersion?: string | undefined;
2751
+ readonly selfLink?: string | undefined;
2752
+ readonly uid?: string | undefined;
2753
+ } | undefined;
2754
+ readonly roleRef: {
2755
+ readonly apiGroup?: string | undefined;
2756
+ readonly kind: string;
2757
+ readonly name: string;
2758
+ };
2759
+ readonly subjects?: readonly {
2760
+ readonly apiGroup?: string | undefined;
2761
+ readonly kind: string;
2762
+ readonly name: string;
2763
+ readonly namespace?: string | undefined;
2764
+ }[] | undefined;
2765
+ }, NotFound, any>;
1478
2766
  export declare const ReplaceRbacAuthorizationV1ClusterRoleInput: Schema.Struct<{
1479
2767
  readonly dryRun: Schema.optional<Schema.String>;
1480
2768
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1540,7 +2828,68 @@ export type ReplaceRbacAuthorizationV1ClusterRoleOutput = typeof ReplaceRbacAuth
1540
2828
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1541
2829
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1542
2830
  */
1543
- export declare const replaceRbacAuthorizationV1ClusterRole: any;
2831
+ export declare const replaceRbacAuthorizationV1ClusterRole: API.OperationMethod<{
2832
+ readonly dryRun?: string | undefined;
2833
+ readonly fieldValidation?: string | undefined;
2834
+ }, {
2835
+ readonly aggregationRule?: {
2836
+ readonly clusterRoleSelectors?: readonly {
2837
+ readonly matchExpressions?: readonly {
2838
+ readonly key: string;
2839
+ readonly operator: string;
2840
+ readonly values?: readonly string[] | undefined;
2841
+ }[] | undefined;
2842
+ readonly matchLabels?: {
2843
+ readonly [x: string]: string;
2844
+ } | undefined;
2845
+ }[] | undefined;
2846
+ } | undefined;
2847
+ readonly apiVersion?: string | undefined;
2848
+ readonly kind?: string | undefined;
2849
+ readonly metadata?: {
2850
+ readonly annotations?: {
2851
+ readonly [x: string]: string;
2852
+ } | undefined;
2853
+ readonly creationTimestamp?: string | undefined;
2854
+ readonly deletionGracePeriodSeconds?: number | undefined;
2855
+ readonly deletionTimestamp?: string | undefined;
2856
+ readonly finalizers?: readonly string[] | undefined;
2857
+ readonly generateName?: string | undefined;
2858
+ readonly generation?: number | undefined;
2859
+ readonly labels?: {
2860
+ readonly [x: string]: string;
2861
+ } | undefined;
2862
+ readonly managedFields?: readonly {
2863
+ readonly apiVersion?: string | undefined;
2864
+ readonly fieldsType?: string | undefined;
2865
+ readonly fieldsV1?: unknown;
2866
+ readonly manager?: string | undefined;
2867
+ readonly operation?: string | undefined;
2868
+ readonly subresource?: string | undefined;
2869
+ readonly time?: string | undefined;
2870
+ }[] | undefined;
2871
+ readonly name?: string | undefined;
2872
+ readonly namespace?: string | undefined;
2873
+ readonly ownerReferences?: readonly {
2874
+ readonly apiVersion: string;
2875
+ readonly blockOwnerDeletion?: boolean | undefined;
2876
+ readonly controller?: boolean | undefined;
2877
+ readonly kind: string;
2878
+ readonly name: string;
2879
+ readonly uid: string;
2880
+ }[] | undefined;
2881
+ readonly resourceVersion?: string | undefined;
2882
+ readonly selfLink?: string | undefined;
2883
+ readonly uid?: string | undefined;
2884
+ } | undefined;
2885
+ readonly rules?: readonly {
2886
+ readonly apiGroups?: readonly string[] | undefined;
2887
+ readonly nonResourceURLs?: readonly string[] | undefined;
2888
+ readonly resourceNames?: readonly string[] | undefined;
2889
+ readonly resources?: readonly string[] | undefined;
2890
+ readonly verbs: readonly string[];
2891
+ }[] | undefined;
2892
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1544
2893
  export declare const ReplaceRbacAuthorizationV1ClusterRoleBindingInput: Schema.Struct<{
1545
2894
  readonly dryRun: Schema.optional<Schema.String>;
1546
2895
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1600,7 +2949,60 @@ export type ReplaceRbacAuthorizationV1ClusterRoleBindingOutput = typeof ReplaceR
1600
2949
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1601
2950
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1602
2951
  */
1603
- export declare const replaceRbacAuthorizationV1ClusterRoleBinding: any;
2952
+ export declare const replaceRbacAuthorizationV1ClusterRoleBinding: API.OperationMethod<{
2953
+ readonly dryRun?: string | undefined;
2954
+ readonly fieldValidation?: string | undefined;
2955
+ }, {
2956
+ readonly apiVersion?: string | undefined;
2957
+ readonly kind?: string | undefined;
2958
+ readonly metadata?: {
2959
+ readonly annotations?: {
2960
+ readonly [x: string]: string;
2961
+ } | undefined;
2962
+ readonly creationTimestamp?: string | undefined;
2963
+ readonly deletionGracePeriodSeconds?: number | undefined;
2964
+ readonly deletionTimestamp?: string | undefined;
2965
+ readonly finalizers?: readonly string[] | undefined;
2966
+ readonly generateName?: string | undefined;
2967
+ readonly generation?: number | undefined;
2968
+ readonly labels?: {
2969
+ readonly [x: string]: string;
2970
+ } | undefined;
2971
+ readonly managedFields?: readonly {
2972
+ readonly apiVersion?: string | undefined;
2973
+ readonly fieldsType?: string | undefined;
2974
+ readonly fieldsV1?: unknown;
2975
+ readonly manager?: string | undefined;
2976
+ readonly operation?: string | undefined;
2977
+ readonly subresource?: string | undefined;
2978
+ readonly time?: string | undefined;
2979
+ }[] | undefined;
2980
+ readonly name?: string | undefined;
2981
+ readonly namespace?: string | undefined;
2982
+ readonly ownerReferences?: readonly {
2983
+ readonly apiVersion: string;
2984
+ readonly blockOwnerDeletion?: boolean | undefined;
2985
+ readonly controller?: boolean | undefined;
2986
+ readonly kind: string;
2987
+ readonly name: string;
2988
+ readonly uid: string;
2989
+ }[] | undefined;
2990
+ readonly resourceVersion?: string | undefined;
2991
+ readonly selfLink?: string | undefined;
2992
+ readonly uid?: string | undefined;
2993
+ } | undefined;
2994
+ readonly roleRef: {
2995
+ readonly apiGroup?: string | undefined;
2996
+ readonly kind: string;
2997
+ readonly name: string;
2998
+ };
2999
+ readonly subjects?: readonly {
3000
+ readonly apiGroup?: string | undefined;
3001
+ readonly kind: string;
3002
+ readonly name: string;
3003
+ readonly namespace?: string | undefined;
3004
+ }[] | undefined;
3005
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1604
3006
  export declare const ReplaceRbacAuthorizationV1NamespacedRoleInput: Schema.Struct<{
1605
3007
  readonly dryRun: Schema.optional<Schema.String>;
1606
3008
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1656,7 +3058,56 @@ export type ReplaceRbacAuthorizationV1NamespacedRoleOutput = typeof ReplaceRbacA
1656
3058
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1657
3059
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1658
3060
  */
1659
- export declare const replaceRbacAuthorizationV1NamespacedRole: any;
3061
+ export declare const replaceRbacAuthorizationV1NamespacedRole: API.OperationMethod<{
3062
+ readonly dryRun?: string | undefined;
3063
+ readonly fieldValidation?: string | undefined;
3064
+ }, {
3065
+ readonly apiVersion?: string | undefined;
3066
+ readonly kind?: string | undefined;
3067
+ readonly metadata?: {
3068
+ readonly annotations?: {
3069
+ readonly [x: string]: string;
3070
+ } | undefined;
3071
+ readonly creationTimestamp?: string | undefined;
3072
+ readonly deletionGracePeriodSeconds?: number | undefined;
3073
+ readonly deletionTimestamp?: string | undefined;
3074
+ readonly finalizers?: readonly string[] | undefined;
3075
+ readonly generateName?: string | undefined;
3076
+ readonly generation?: number | undefined;
3077
+ readonly labels?: {
3078
+ readonly [x: string]: string;
3079
+ } | undefined;
3080
+ readonly managedFields?: readonly {
3081
+ readonly apiVersion?: string | undefined;
3082
+ readonly fieldsType?: string | undefined;
3083
+ readonly fieldsV1?: unknown;
3084
+ readonly manager?: string | undefined;
3085
+ readonly operation?: string | undefined;
3086
+ readonly subresource?: string | undefined;
3087
+ readonly time?: string | undefined;
3088
+ }[] | undefined;
3089
+ readonly name?: string | undefined;
3090
+ readonly namespace?: string | undefined;
3091
+ readonly ownerReferences?: readonly {
3092
+ readonly apiVersion: string;
3093
+ readonly blockOwnerDeletion?: boolean | undefined;
3094
+ readonly controller?: boolean | undefined;
3095
+ readonly kind: string;
3096
+ readonly name: string;
3097
+ readonly uid: string;
3098
+ }[] | undefined;
3099
+ readonly resourceVersion?: string | undefined;
3100
+ readonly selfLink?: string | undefined;
3101
+ readonly uid?: string | undefined;
3102
+ } | undefined;
3103
+ readonly rules?: readonly {
3104
+ readonly apiGroups?: readonly string[] | undefined;
3105
+ readonly nonResourceURLs?: readonly string[] | undefined;
3106
+ readonly resourceNames?: readonly string[] | undefined;
3107
+ readonly resources?: readonly string[] | undefined;
3108
+ readonly verbs: readonly string[];
3109
+ }[] | undefined;
3110
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1660
3111
  export declare const ReplaceRbacAuthorizationV1NamespacedRoleBindingInput: Schema.Struct<{
1661
3112
  readonly dryRun: Schema.optional<Schema.String>;
1662
3113
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1716,7 +3167,60 @@ export type ReplaceRbacAuthorizationV1NamespacedRoleBindingOutput = typeof Repla
1716
3167
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1717
3168
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1718
3169
  */
1719
- export declare const replaceRbacAuthorizationV1NamespacedRoleBinding: any;
3170
+ export declare const replaceRbacAuthorizationV1NamespacedRoleBinding: API.OperationMethod<{
3171
+ readonly dryRun?: string | undefined;
3172
+ readonly fieldValidation?: string | undefined;
3173
+ }, {
3174
+ readonly apiVersion?: string | undefined;
3175
+ readonly kind?: string | undefined;
3176
+ readonly metadata?: {
3177
+ readonly annotations?: {
3178
+ readonly [x: string]: string;
3179
+ } | undefined;
3180
+ readonly creationTimestamp?: string | undefined;
3181
+ readonly deletionGracePeriodSeconds?: number | undefined;
3182
+ readonly deletionTimestamp?: string | undefined;
3183
+ readonly finalizers?: readonly string[] | undefined;
3184
+ readonly generateName?: string | undefined;
3185
+ readonly generation?: number | undefined;
3186
+ readonly labels?: {
3187
+ readonly [x: string]: string;
3188
+ } | undefined;
3189
+ readonly managedFields?: readonly {
3190
+ readonly apiVersion?: string | undefined;
3191
+ readonly fieldsType?: string | undefined;
3192
+ readonly fieldsV1?: unknown;
3193
+ readonly manager?: string | undefined;
3194
+ readonly operation?: string | undefined;
3195
+ readonly subresource?: string | undefined;
3196
+ readonly time?: string | undefined;
3197
+ }[] | undefined;
3198
+ readonly name?: string | undefined;
3199
+ readonly namespace?: string | undefined;
3200
+ readonly ownerReferences?: readonly {
3201
+ readonly apiVersion: string;
3202
+ readonly blockOwnerDeletion?: boolean | undefined;
3203
+ readonly controller?: boolean | undefined;
3204
+ readonly kind: string;
3205
+ readonly name: string;
3206
+ readonly uid: string;
3207
+ }[] | undefined;
3208
+ readonly resourceVersion?: string | undefined;
3209
+ readonly selfLink?: string | undefined;
3210
+ readonly uid?: string | undefined;
3211
+ } | undefined;
3212
+ readonly roleRef: {
3213
+ readonly apiGroup?: string | undefined;
3214
+ readonly kind: string;
3215
+ readonly name: string;
3216
+ };
3217
+ readonly subjects?: readonly {
3218
+ readonly apiGroup?: string | undefined;
3219
+ readonly kind: string;
3220
+ readonly name: string;
3221
+ readonly namespace?: string | undefined;
3222
+ }[] | undefined;
3223
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1720
3224
  export declare const WatchRbacAuthorizationV1ClusterRoleInput: Schema.Struct<{}>;
1721
3225
  export type WatchRbacAuthorizationV1ClusterRoleInput = typeof WatchRbacAuthorizationV1ClusterRoleInput.Type;
1722
3226
  export declare const WatchRbacAuthorizationV1ClusterRoleOutput: Schema.Struct<{
@@ -1727,7 +3231,10 @@ export type WatchRbacAuthorizationV1ClusterRoleOutput = typeof WatchRbacAuthoriz
1727
3231
  /**
1728
3232
  * watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1729
3233
  */
1730
- export declare const watchRbacAuthorizationV1ClusterRole: any;
3234
+ export declare const watchRbacAuthorizationV1ClusterRole: API.OperationMethod<{}, {
3235
+ readonly object: unknown;
3236
+ readonly type: string;
3237
+ }, never, any>;
1731
3238
  export declare const WatchRbacAuthorizationV1ClusterRoleBindingInput: Schema.Struct<{}>;
1732
3239
  export type WatchRbacAuthorizationV1ClusterRoleBindingInput = typeof WatchRbacAuthorizationV1ClusterRoleBindingInput.Type;
1733
3240
  export declare const WatchRbacAuthorizationV1ClusterRoleBindingOutput: Schema.Struct<{
@@ -1738,7 +3245,10 @@ export type WatchRbacAuthorizationV1ClusterRoleBindingOutput = typeof WatchRbacA
1738
3245
  /**
1739
3246
  * watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1740
3247
  */
1741
- export declare const watchRbacAuthorizationV1ClusterRoleBinding: any;
3248
+ export declare const watchRbacAuthorizationV1ClusterRoleBinding: API.OperationMethod<{}, {
3249
+ readonly object: unknown;
3250
+ readonly type: string;
3251
+ }, never, any>;
1742
3252
  export declare const WatchRbacAuthorizationV1ClusterRoleBindingListInput: Schema.Struct<{}>;
1743
3253
  export type WatchRbacAuthorizationV1ClusterRoleBindingListInput = typeof WatchRbacAuthorizationV1ClusterRoleBindingListInput.Type;
1744
3254
  export declare const WatchRbacAuthorizationV1ClusterRoleBindingListOutput: Schema.Struct<{
@@ -1749,7 +3259,10 @@ export type WatchRbacAuthorizationV1ClusterRoleBindingListOutput = typeof WatchR
1749
3259
  /**
1750
3260
  * watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.
1751
3261
  */
1752
- export declare const watchRbacAuthorizationV1ClusterRoleBindingList: any;
3262
+ export declare const watchRbacAuthorizationV1ClusterRoleBindingList: API.OperationMethod<{}, {
3263
+ readonly object: unknown;
3264
+ readonly type: string;
3265
+ }, never, any>;
1753
3266
  export declare const WatchRbacAuthorizationV1ClusterRoleListInput: Schema.Struct<{}>;
1754
3267
  export type WatchRbacAuthorizationV1ClusterRoleListInput = typeof WatchRbacAuthorizationV1ClusterRoleListInput.Type;
1755
3268
  export declare const WatchRbacAuthorizationV1ClusterRoleListOutput: Schema.Struct<{
@@ -1760,7 +3273,10 @@ export type WatchRbacAuthorizationV1ClusterRoleListOutput = typeof WatchRbacAuth
1760
3273
  /**
1761
3274
  * watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.
1762
3275
  */
1763
- export declare const watchRbacAuthorizationV1ClusterRoleList: any;
3276
+ export declare const watchRbacAuthorizationV1ClusterRoleList: API.OperationMethod<{}, {
3277
+ readonly object: unknown;
3278
+ readonly type: string;
3279
+ }, never, any>;
1764
3280
  export declare const WatchRbacAuthorizationV1NamespacedRoleInput: Schema.Struct<{}>;
1765
3281
  export type WatchRbacAuthorizationV1NamespacedRoleInput = typeof WatchRbacAuthorizationV1NamespacedRoleInput.Type;
1766
3282
  export declare const WatchRbacAuthorizationV1NamespacedRoleOutput: Schema.Struct<{
@@ -1771,7 +3287,10 @@ export type WatchRbacAuthorizationV1NamespacedRoleOutput = typeof WatchRbacAutho
1771
3287
  /**
1772
3288
  * watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1773
3289
  */
1774
- export declare const watchRbacAuthorizationV1NamespacedRole: any;
3290
+ export declare const watchRbacAuthorizationV1NamespacedRole: API.OperationMethod<{}, {
3291
+ readonly object: unknown;
3292
+ readonly type: string;
3293
+ }, never, any>;
1775
3294
  export declare const WatchRbacAuthorizationV1NamespacedRoleBindingInput: Schema.Struct<{}>;
1776
3295
  export type WatchRbacAuthorizationV1NamespacedRoleBindingInput = typeof WatchRbacAuthorizationV1NamespacedRoleBindingInput.Type;
1777
3296
  export declare const WatchRbacAuthorizationV1NamespacedRoleBindingOutput: Schema.Struct<{
@@ -1782,7 +3301,10 @@ export type WatchRbacAuthorizationV1NamespacedRoleBindingOutput = typeof WatchRb
1782
3301
  /**
1783
3302
  * watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1784
3303
  */
1785
- export declare const watchRbacAuthorizationV1NamespacedRoleBinding: any;
3304
+ export declare const watchRbacAuthorizationV1NamespacedRoleBinding: API.OperationMethod<{}, {
3305
+ readonly object: unknown;
3306
+ readonly type: string;
3307
+ }, never, any>;
1786
3308
  export declare const WatchRbacAuthorizationV1NamespacedRoleBindingListInput: Schema.Struct<{}>;
1787
3309
  export type WatchRbacAuthorizationV1NamespacedRoleBindingListInput = typeof WatchRbacAuthorizationV1NamespacedRoleBindingListInput.Type;
1788
3310
  export declare const WatchRbacAuthorizationV1NamespacedRoleBindingListOutput: Schema.Struct<{
@@ -1793,7 +3315,10 @@ export type WatchRbacAuthorizationV1NamespacedRoleBindingListOutput = typeof Wat
1793
3315
  /**
1794
3316
  * watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.
1795
3317
  */
1796
- export declare const watchRbacAuthorizationV1NamespacedRoleBindingList: any;
3318
+ export declare const watchRbacAuthorizationV1NamespacedRoleBindingList: API.OperationMethod<{}, {
3319
+ readonly object: unknown;
3320
+ readonly type: string;
3321
+ }, never, any>;
1797
3322
  export declare const WatchRbacAuthorizationV1NamespacedRoleListInput: Schema.Struct<{}>;
1798
3323
  export type WatchRbacAuthorizationV1NamespacedRoleListInput = typeof WatchRbacAuthorizationV1NamespacedRoleListInput.Type;
1799
3324
  export declare const WatchRbacAuthorizationV1NamespacedRoleListOutput: Schema.Struct<{
@@ -1804,7 +3329,10 @@ export type WatchRbacAuthorizationV1NamespacedRoleListOutput = typeof WatchRbacA
1804
3329
  /**
1805
3330
  * watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.
1806
3331
  */
1807
- export declare const watchRbacAuthorizationV1NamespacedRoleList: any;
3332
+ export declare const watchRbacAuthorizationV1NamespacedRoleList: API.OperationMethod<{}, {
3333
+ readonly object: unknown;
3334
+ readonly type: string;
3335
+ }, never, any>;
1808
3336
  export declare const WatchRbacAuthorizationV1RoleBindingListForAllNamespacesInput: Schema.Struct<{}>;
1809
3337
  export type WatchRbacAuthorizationV1RoleBindingListForAllNamespacesInput = typeof WatchRbacAuthorizationV1RoleBindingListForAllNamespacesInput.Type;
1810
3338
  export declare const WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOutput: Schema.Struct<{
@@ -1815,7 +3343,10 @@ export type WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOutput = type
1815
3343
  /**
1816
3344
  * watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.
1817
3345
  */
1818
- export declare const watchRbacAuthorizationV1RoleBindingListForAllNamespaces: any;
3346
+ export declare const watchRbacAuthorizationV1RoleBindingListForAllNamespaces: API.OperationMethod<{}, {
3347
+ readonly object: unknown;
3348
+ readonly type: string;
3349
+ }, never, any>;
1819
3350
  export declare const WatchRbacAuthorizationV1RoleListForAllNamespacesInput: Schema.Struct<{}>;
1820
3351
  export type WatchRbacAuthorizationV1RoleListForAllNamespacesInput = typeof WatchRbacAuthorizationV1RoleListForAllNamespacesInput.Type;
1821
3352
  export declare const WatchRbacAuthorizationV1RoleListForAllNamespacesOutput: Schema.Struct<{
@@ -1826,5 +3357,8 @@ export type WatchRbacAuthorizationV1RoleListForAllNamespacesOutput = typeof Watc
1826
3357
  /**
1827
3358
  * watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.
1828
3359
  */
1829
- export declare const watchRbacAuthorizationV1RoleListForAllNamespaces: any;
3360
+ export declare const watchRbacAuthorizationV1RoleListForAllNamespaces: API.OperationMethod<{}, {
3361
+ readonly object: unknown;
3362
+ readonly type: string;
3363
+ }, never, any>;
1830
3364
  //# sourceMappingURL=rbac-authorization.d.ts.map