@distilled.cloud/kubernetes 0.10.1 → 0.11.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 CreateApiregistrationV1APIServiceInput: Schema.Struct<{
9
11
  readonly dryRun: Schema.optional<Schema.String>;
10
12
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -75,7 +77,71 @@ export type CreateApiregistrationV1APIServiceOutput = typeof CreateApiregistrati
75
77
  * @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
76
78
  * @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.
77
79
  */
78
- export declare const createApiregistrationV1APIService: any;
80
+ export declare const createApiregistrationV1APIService: API.OperationMethod<{
81
+ readonly dryRun?: string | undefined;
82
+ readonly fieldValidation?: string | undefined;
83
+ }, {
84
+ readonly apiVersion?: string | undefined;
85
+ readonly kind?: string | undefined;
86
+ readonly metadata?: {
87
+ readonly annotations?: {
88
+ readonly [x: string]: string;
89
+ } | undefined;
90
+ readonly creationTimestamp?: string | undefined;
91
+ readonly deletionGracePeriodSeconds?: number | undefined;
92
+ readonly deletionTimestamp?: string | undefined;
93
+ readonly finalizers?: readonly string[] | undefined;
94
+ readonly generateName?: string | undefined;
95
+ readonly generation?: number | undefined;
96
+ readonly labels?: {
97
+ readonly [x: string]: string;
98
+ } | undefined;
99
+ readonly managedFields?: readonly {
100
+ readonly apiVersion?: string | undefined;
101
+ readonly fieldsType?: string | undefined;
102
+ readonly fieldsV1?: unknown;
103
+ readonly manager?: string | undefined;
104
+ readonly operation?: string | undefined;
105
+ readonly subresource?: string | undefined;
106
+ readonly time?: string | undefined;
107
+ }[] | undefined;
108
+ readonly name?: string | undefined;
109
+ readonly namespace?: string | undefined;
110
+ readonly ownerReferences?: readonly {
111
+ readonly apiVersion: string;
112
+ readonly blockOwnerDeletion?: boolean | undefined;
113
+ readonly controller?: boolean | undefined;
114
+ readonly kind: string;
115
+ readonly name: string;
116
+ readonly uid: string;
117
+ }[] | undefined;
118
+ readonly resourceVersion?: string | undefined;
119
+ readonly selfLink?: string | undefined;
120
+ readonly uid?: string | undefined;
121
+ } | undefined;
122
+ readonly spec?: {
123
+ readonly caBundle?: string | undefined;
124
+ readonly group?: string | undefined;
125
+ readonly groupPriorityMinimum: number;
126
+ readonly insecureSkipTLSVerify?: boolean | undefined;
127
+ readonly service?: {
128
+ readonly name?: string | undefined;
129
+ readonly namespace?: string | undefined;
130
+ readonly port?: number | undefined;
131
+ } | undefined;
132
+ readonly version?: string | undefined;
133
+ readonly versionPriority: number;
134
+ } | undefined;
135
+ readonly status?: {
136
+ readonly conditions?: readonly {
137
+ readonly lastTransitionTime?: string | undefined;
138
+ readonly message?: string | undefined;
139
+ readonly reason?: string | undefined;
140
+ readonly status: string;
141
+ readonly type: string;
142
+ }[] | undefined;
143
+ } | undefined;
144
+ }, Conflict | UnprocessableEntity, any>;
79
145
  export declare const DeleteApiregistrationV1APIServiceInput: Schema.Struct<{
80
146
  readonly dryRun: Schema.optional<Schema.String>;
81
147
  }>;
@@ -115,7 +181,37 @@ export type DeleteApiregistrationV1APIServiceOutput = typeof DeleteApiregistrati
115
181
  *
116
182
  * @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
117
183
  */
118
- export declare const deleteApiregistrationV1APIService: any;
184
+ export declare const deleteApiregistrationV1APIService: API.OperationMethod<{
185
+ readonly dryRun?: string | undefined;
186
+ }, {
187
+ readonly apiVersion?: string | undefined;
188
+ readonly code?: number | undefined;
189
+ readonly details?: {
190
+ readonly causes?: readonly {
191
+ readonly field?: string | undefined;
192
+ readonly message?: string | undefined;
193
+ readonly reason?: string | undefined;
194
+ }[] | undefined;
195
+ readonly group?: string | undefined;
196
+ readonly kind?: string | undefined;
197
+ readonly name?: string | undefined;
198
+ readonly retryAfterSeconds?: number | undefined;
199
+ readonly uid?: string | undefined;
200
+ } | undefined;
201
+ readonly kind?: string | undefined;
202
+ readonly message?: string | undefined;
203
+ readonly metadata?: {
204
+ readonly continue?: string | undefined;
205
+ readonly remainingItemCount?: number | undefined;
206
+ readonly resourceVersion?: string | undefined;
207
+ readonly selfLink?: string | undefined;
208
+ readonly shardInfo?: {
209
+ readonly selector: string;
210
+ } | undefined;
211
+ } | undefined;
212
+ readonly reason?: string | undefined;
213
+ readonly status?: string | undefined;
214
+ }, Conflict | NotFound, any>;
119
215
  export declare const DeleteApiregistrationV1CollectionAPIServiceInput: Schema.Struct<{
120
216
  readonly dryRun: Schema.optional<Schema.String>;
121
217
  }>;
@@ -155,7 +251,37 @@ export type DeleteApiregistrationV1CollectionAPIServiceOutput = typeof DeleteApi
155
251
  *
156
252
  * @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
157
253
  */
158
- export declare const deleteApiregistrationV1CollectionAPIService: any;
254
+ export declare const deleteApiregistrationV1CollectionAPIService: API.OperationMethod<{
255
+ readonly dryRun?: string | undefined;
256
+ }, {
257
+ readonly apiVersion?: string | undefined;
258
+ readonly code?: number | undefined;
259
+ readonly details?: {
260
+ readonly causes?: readonly {
261
+ readonly field?: string | undefined;
262
+ readonly message?: string | undefined;
263
+ readonly reason?: string | undefined;
264
+ }[] | undefined;
265
+ readonly group?: string | undefined;
266
+ readonly kind?: string | undefined;
267
+ readonly name?: string | undefined;
268
+ readonly retryAfterSeconds?: number | undefined;
269
+ readonly uid?: string | undefined;
270
+ } | undefined;
271
+ readonly kind?: string | undefined;
272
+ readonly message?: string | undefined;
273
+ readonly metadata?: {
274
+ readonly continue?: string | undefined;
275
+ readonly remainingItemCount?: number | undefined;
276
+ readonly resourceVersion?: string | undefined;
277
+ readonly selfLink?: string | undefined;
278
+ readonly shardInfo?: {
279
+ readonly selector: string;
280
+ } | undefined;
281
+ } | undefined;
282
+ readonly reason?: string | undefined;
283
+ readonly status?: string | undefined;
284
+ }, never, any>;
159
285
  export declare const GetApiregistrationAPIGroupInput: Schema.Struct<{}>;
160
286
  export type GetApiregistrationAPIGroupInput = typeof GetApiregistrationAPIGroupInput.Type;
161
287
  export declare const GetApiregistrationAPIGroupOutput: Schema.Struct<{
@@ -179,7 +305,23 @@ export type GetApiregistrationAPIGroupOutput = typeof GetApiregistrationAPIGroup
179
305
  /**
180
306
  * get information of a group
181
307
  */
182
- export declare const getApiregistrationAPIGroup: any;
308
+ export declare const getApiregistrationAPIGroup: API.OperationMethod<{}, {
309
+ readonly apiVersion?: string | undefined;
310
+ readonly kind?: string | undefined;
311
+ readonly name: string;
312
+ readonly preferredVersion?: {
313
+ readonly groupVersion: string;
314
+ readonly version: string;
315
+ } | undefined;
316
+ readonly serverAddressByClientCIDRs?: readonly {
317
+ readonly clientCIDR: string;
318
+ readonly serverAddress: string;
319
+ }[] | undefined;
320
+ readonly versions: readonly {
321
+ readonly groupVersion: string;
322
+ readonly version: string;
323
+ }[];
324
+ }, never, any>;
183
325
  export declare const GetApiregistrationV1APIResourcesInput: Schema.Struct<{}>;
184
326
  export type GetApiregistrationV1APIResourcesInput = typeof GetApiregistrationV1APIResourcesInput.Type;
185
327
  export declare const GetApiregistrationV1APIResourcesOutput: Schema.Struct<{
@@ -203,7 +345,23 @@ export type GetApiregistrationV1APIResourcesOutput = typeof GetApiregistrationV1
203
345
  /**
204
346
  * get available resources
205
347
  */
206
- export declare const getApiregistrationV1APIResources: any;
348
+ export declare const getApiregistrationV1APIResources: API.OperationMethod<{}, {
349
+ readonly apiVersion?: string | undefined;
350
+ readonly groupVersion: string;
351
+ readonly kind?: string | undefined;
352
+ readonly resources: readonly {
353
+ readonly categories?: readonly string[] | undefined;
354
+ readonly group?: string | undefined;
355
+ readonly kind: string;
356
+ readonly name: string;
357
+ readonly namespaced: boolean;
358
+ readonly shortNames?: readonly string[] | undefined;
359
+ readonly singularName: string;
360
+ readonly storageVersionHash?: string | undefined;
361
+ readonly verbs: readonly string[];
362
+ readonly version?: string | undefined;
363
+ }[];
364
+ }, never, any>;
207
365
  export declare const ListApiregistrationV1APIServiceInput: Schema.Struct<{}>;
208
366
  export type ListApiregistrationV1APIServiceInput = typeof ListApiregistrationV1APIServiceInput.Type;
209
367
  export declare const ListApiregistrationV1APIServiceOutput: Schema.Struct<{
@@ -281,7 +439,81 @@ export type ListApiregistrationV1APIServiceOutput = typeof ListApiregistrationV1
281
439
  /**
282
440
  * list or watch objects of kind APIService
283
441
  */
284
- export declare const listApiregistrationV1APIService: any;
442
+ export declare const listApiregistrationV1APIService: API.OperationMethod<{}, {
443
+ readonly apiVersion?: string | undefined;
444
+ readonly items: readonly {
445
+ readonly apiVersion?: string | undefined;
446
+ readonly kind?: string | undefined;
447
+ readonly metadata?: {
448
+ readonly annotations?: {
449
+ readonly [x: string]: string;
450
+ } | undefined;
451
+ readonly creationTimestamp?: string | undefined;
452
+ readonly deletionGracePeriodSeconds?: number | undefined;
453
+ readonly deletionTimestamp?: string | undefined;
454
+ readonly finalizers?: readonly string[] | undefined;
455
+ readonly generateName?: string | undefined;
456
+ readonly generation?: number | undefined;
457
+ readonly labels?: {
458
+ readonly [x: string]: string;
459
+ } | undefined;
460
+ readonly managedFields?: readonly {
461
+ readonly apiVersion?: string | undefined;
462
+ readonly fieldsType?: string | undefined;
463
+ readonly fieldsV1?: unknown;
464
+ readonly manager?: string | undefined;
465
+ readonly operation?: string | undefined;
466
+ readonly subresource?: string | undefined;
467
+ readonly time?: string | undefined;
468
+ }[] | undefined;
469
+ readonly name?: string | undefined;
470
+ readonly namespace?: string | undefined;
471
+ readonly ownerReferences?: readonly {
472
+ readonly apiVersion: string;
473
+ readonly blockOwnerDeletion?: boolean | undefined;
474
+ readonly controller?: boolean | undefined;
475
+ readonly kind: string;
476
+ readonly name: string;
477
+ readonly uid: string;
478
+ }[] | undefined;
479
+ readonly resourceVersion?: string | undefined;
480
+ readonly selfLink?: string | undefined;
481
+ readonly uid?: string | undefined;
482
+ } | undefined;
483
+ readonly spec?: {
484
+ readonly caBundle?: string | undefined;
485
+ readonly group?: string | undefined;
486
+ readonly groupPriorityMinimum: number;
487
+ readonly insecureSkipTLSVerify?: boolean | undefined;
488
+ readonly service?: {
489
+ readonly name?: string | undefined;
490
+ readonly namespace?: string | undefined;
491
+ readonly port?: number | undefined;
492
+ } | undefined;
493
+ readonly version?: string | undefined;
494
+ readonly versionPriority: number;
495
+ } | undefined;
496
+ readonly status?: {
497
+ readonly conditions?: readonly {
498
+ readonly lastTransitionTime?: string | undefined;
499
+ readonly message?: string | undefined;
500
+ readonly reason?: string | undefined;
501
+ readonly status: string;
502
+ readonly type: string;
503
+ }[] | undefined;
504
+ } | undefined;
505
+ }[];
506
+ readonly kind?: string | undefined;
507
+ readonly metadata?: {
508
+ readonly continue?: string | undefined;
509
+ readonly remainingItemCount?: number | undefined;
510
+ readonly resourceVersion?: string | undefined;
511
+ readonly selfLink?: string | undefined;
512
+ readonly shardInfo?: {
513
+ readonly selector: string;
514
+ } | undefined;
515
+ } | undefined;
516
+ }, never, any>;
285
517
  export declare const PatchApiregistrationV1APIServiceInput: Schema.Struct<{
286
518
  readonly dryRun: Schema.optional<Schema.String>;
287
519
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -352,7 +584,71 @@ export type PatchApiregistrationV1APIServiceOutput = typeof PatchApiregistration
352
584
  * @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
353
585
  * @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.
354
586
  */
355
- export declare const patchApiregistrationV1APIService: any;
587
+ export declare const patchApiregistrationV1APIService: API.OperationMethod<{
588
+ readonly dryRun?: string | undefined;
589
+ readonly fieldValidation?: string | undefined;
590
+ }, {
591
+ readonly apiVersion?: string | undefined;
592
+ readonly kind?: string | undefined;
593
+ readonly metadata?: {
594
+ readonly annotations?: {
595
+ readonly [x: string]: string;
596
+ } | undefined;
597
+ readonly creationTimestamp?: string | undefined;
598
+ readonly deletionGracePeriodSeconds?: number | undefined;
599
+ readonly deletionTimestamp?: string | undefined;
600
+ readonly finalizers?: readonly string[] | undefined;
601
+ readonly generateName?: string | undefined;
602
+ readonly generation?: number | undefined;
603
+ readonly labels?: {
604
+ readonly [x: string]: string;
605
+ } | undefined;
606
+ readonly managedFields?: readonly {
607
+ readonly apiVersion?: string | undefined;
608
+ readonly fieldsType?: string | undefined;
609
+ readonly fieldsV1?: unknown;
610
+ readonly manager?: string | undefined;
611
+ readonly operation?: string | undefined;
612
+ readonly subresource?: string | undefined;
613
+ readonly time?: string | undefined;
614
+ }[] | undefined;
615
+ readonly name?: string | undefined;
616
+ readonly namespace?: string | undefined;
617
+ readonly ownerReferences?: readonly {
618
+ readonly apiVersion: string;
619
+ readonly blockOwnerDeletion?: boolean | undefined;
620
+ readonly controller?: boolean | undefined;
621
+ readonly kind: string;
622
+ readonly name: string;
623
+ readonly uid: string;
624
+ }[] | undefined;
625
+ readonly resourceVersion?: string | undefined;
626
+ readonly selfLink?: string | undefined;
627
+ readonly uid?: string | undefined;
628
+ } | undefined;
629
+ readonly spec?: {
630
+ readonly caBundle?: string | undefined;
631
+ readonly group?: string | undefined;
632
+ readonly groupPriorityMinimum: number;
633
+ readonly insecureSkipTLSVerify?: boolean | undefined;
634
+ readonly service?: {
635
+ readonly name?: string | undefined;
636
+ readonly namespace?: string | undefined;
637
+ readonly port?: number | undefined;
638
+ } | undefined;
639
+ readonly version?: string | undefined;
640
+ readonly versionPriority: number;
641
+ } | undefined;
642
+ readonly status?: {
643
+ readonly conditions?: readonly {
644
+ readonly lastTransitionTime?: string | undefined;
645
+ readonly message?: string | undefined;
646
+ readonly reason?: string | undefined;
647
+ readonly status: string;
648
+ readonly type: string;
649
+ }[] | undefined;
650
+ } | undefined;
651
+ }, Conflict | NotFound | UnprocessableEntity, any>;
356
652
  export declare const PatchApiregistrationV1APIServiceStatusInput: Schema.Struct<{
357
653
  readonly dryRun: Schema.optional<Schema.String>;
358
654
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -423,7 +719,71 @@ export type PatchApiregistrationV1APIServiceStatusOutput = typeof PatchApiregist
423
719
  * @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
424
720
  * @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.
425
721
  */
426
- export declare const patchApiregistrationV1APIServiceStatus: any;
722
+ export declare const patchApiregistrationV1APIServiceStatus: API.OperationMethod<{
723
+ readonly dryRun?: string | undefined;
724
+ readonly fieldValidation?: string | undefined;
725
+ }, {
726
+ readonly apiVersion?: string | undefined;
727
+ readonly kind?: string | undefined;
728
+ readonly metadata?: {
729
+ readonly annotations?: {
730
+ readonly [x: string]: string;
731
+ } | undefined;
732
+ readonly creationTimestamp?: string | undefined;
733
+ readonly deletionGracePeriodSeconds?: number | undefined;
734
+ readonly deletionTimestamp?: string | undefined;
735
+ readonly finalizers?: readonly string[] | undefined;
736
+ readonly generateName?: string | undefined;
737
+ readonly generation?: number | undefined;
738
+ readonly labels?: {
739
+ readonly [x: string]: string;
740
+ } | undefined;
741
+ readonly managedFields?: readonly {
742
+ readonly apiVersion?: string | undefined;
743
+ readonly fieldsType?: string | undefined;
744
+ readonly fieldsV1?: unknown;
745
+ readonly manager?: string | undefined;
746
+ readonly operation?: string | undefined;
747
+ readonly subresource?: string | undefined;
748
+ readonly time?: string | undefined;
749
+ }[] | undefined;
750
+ readonly name?: string | undefined;
751
+ readonly namespace?: string | undefined;
752
+ readonly ownerReferences?: readonly {
753
+ readonly apiVersion: string;
754
+ readonly blockOwnerDeletion?: boolean | undefined;
755
+ readonly controller?: boolean | undefined;
756
+ readonly kind: string;
757
+ readonly name: string;
758
+ readonly uid: string;
759
+ }[] | undefined;
760
+ readonly resourceVersion?: string | undefined;
761
+ readonly selfLink?: string | undefined;
762
+ readonly uid?: string | undefined;
763
+ } | undefined;
764
+ readonly spec?: {
765
+ readonly caBundle?: string | undefined;
766
+ readonly group?: string | undefined;
767
+ readonly groupPriorityMinimum: number;
768
+ readonly insecureSkipTLSVerify?: boolean | undefined;
769
+ readonly service?: {
770
+ readonly name?: string | undefined;
771
+ readonly namespace?: string | undefined;
772
+ readonly port?: number | undefined;
773
+ } | undefined;
774
+ readonly version?: string | undefined;
775
+ readonly versionPriority: number;
776
+ } | undefined;
777
+ readonly status?: {
778
+ readonly conditions?: readonly {
779
+ readonly lastTransitionTime?: string | undefined;
780
+ readonly message?: string | undefined;
781
+ readonly reason?: string | undefined;
782
+ readonly status: string;
783
+ readonly type: string;
784
+ }[] | undefined;
785
+ } | undefined;
786
+ }, Conflict | NotFound | UnprocessableEntity, any>;
427
787
  export declare const ReadApiregistrationV1APIServiceInput: Schema.Struct<{}>;
428
788
  export type ReadApiregistrationV1APIServiceInput = typeof ReadApiregistrationV1APIServiceInput.Type;
429
789
  export declare const ReadApiregistrationV1APIServiceOutput: Schema.Struct<{
@@ -488,7 +848,68 @@ export type ReadApiregistrationV1APIServiceOutput = typeof ReadApiregistrationV1
488
848
  /**
489
849
  * read the specified APIService
490
850
  */
491
- export declare const readApiregistrationV1APIService: any;
851
+ export declare const readApiregistrationV1APIService: API.OperationMethod<{}, {
852
+ readonly apiVersion?: string | undefined;
853
+ readonly kind?: string | undefined;
854
+ readonly metadata?: {
855
+ readonly annotations?: {
856
+ readonly [x: string]: string;
857
+ } | undefined;
858
+ readonly creationTimestamp?: string | undefined;
859
+ readonly deletionGracePeriodSeconds?: number | undefined;
860
+ readonly deletionTimestamp?: string | undefined;
861
+ readonly finalizers?: readonly string[] | undefined;
862
+ readonly generateName?: string | undefined;
863
+ readonly generation?: number | undefined;
864
+ readonly labels?: {
865
+ readonly [x: string]: string;
866
+ } | undefined;
867
+ readonly managedFields?: readonly {
868
+ readonly apiVersion?: string | undefined;
869
+ readonly fieldsType?: string | undefined;
870
+ readonly fieldsV1?: unknown;
871
+ readonly manager?: string | undefined;
872
+ readonly operation?: string | undefined;
873
+ readonly subresource?: string | undefined;
874
+ readonly time?: string | undefined;
875
+ }[] | undefined;
876
+ readonly name?: string | undefined;
877
+ readonly namespace?: string | undefined;
878
+ readonly ownerReferences?: readonly {
879
+ readonly apiVersion: string;
880
+ readonly blockOwnerDeletion?: boolean | undefined;
881
+ readonly controller?: boolean | undefined;
882
+ readonly kind: string;
883
+ readonly name: string;
884
+ readonly uid: string;
885
+ }[] | undefined;
886
+ readonly resourceVersion?: string | undefined;
887
+ readonly selfLink?: string | undefined;
888
+ readonly uid?: string | undefined;
889
+ } | undefined;
890
+ readonly spec?: {
891
+ readonly caBundle?: string | undefined;
892
+ readonly group?: string | undefined;
893
+ readonly groupPriorityMinimum: number;
894
+ readonly insecureSkipTLSVerify?: boolean | undefined;
895
+ readonly service?: {
896
+ readonly name?: string | undefined;
897
+ readonly namespace?: string | undefined;
898
+ readonly port?: number | undefined;
899
+ } | undefined;
900
+ readonly version?: string | undefined;
901
+ readonly versionPriority: number;
902
+ } | undefined;
903
+ readonly status?: {
904
+ readonly conditions?: readonly {
905
+ readonly lastTransitionTime?: string | undefined;
906
+ readonly message?: string | undefined;
907
+ readonly reason?: string | undefined;
908
+ readonly status: string;
909
+ readonly type: string;
910
+ }[] | undefined;
911
+ } | undefined;
912
+ }, NotFound, any>;
492
913
  export declare const ReadApiregistrationV1APIServiceStatusInput: Schema.Struct<{}>;
493
914
  export type ReadApiregistrationV1APIServiceStatusInput = typeof ReadApiregistrationV1APIServiceStatusInput.Type;
494
915
  export declare const ReadApiregistrationV1APIServiceStatusOutput: Schema.Struct<{
@@ -553,7 +974,68 @@ export type ReadApiregistrationV1APIServiceStatusOutput = typeof ReadApiregistra
553
974
  /**
554
975
  * read status of the specified APIService
555
976
  */
556
- export declare const readApiregistrationV1APIServiceStatus: any;
977
+ export declare const readApiregistrationV1APIServiceStatus: API.OperationMethod<{}, {
978
+ readonly apiVersion?: string | undefined;
979
+ readonly kind?: string | undefined;
980
+ readonly metadata?: {
981
+ readonly annotations?: {
982
+ readonly [x: string]: string;
983
+ } | undefined;
984
+ readonly creationTimestamp?: string | undefined;
985
+ readonly deletionGracePeriodSeconds?: number | undefined;
986
+ readonly deletionTimestamp?: string | undefined;
987
+ readonly finalizers?: readonly string[] | undefined;
988
+ readonly generateName?: string | undefined;
989
+ readonly generation?: number | undefined;
990
+ readonly labels?: {
991
+ readonly [x: string]: string;
992
+ } | undefined;
993
+ readonly managedFields?: readonly {
994
+ readonly apiVersion?: string | undefined;
995
+ readonly fieldsType?: string | undefined;
996
+ readonly fieldsV1?: unknown;
997
+ readonly manager?: string | undefined;
998
+ readonly operation?: string | undefined;
999
+ readonly subresource?: string | undefined;
1000
+ readonly time?: string | undefined;
1001
+ }[] | undefined;
1002
+ readonly name?: string | undefined;
1003
+ readonly namespace?: string | undefined;
1004
+ readonly ownerReferences?: readonly {
1005
+ readonly apiVersion: string;
1006
+ readonly blockOwnerDeletion?: boolean | undefined;
1007
+ readonly controller?: boolean | undefined;
1008
+ readonly kind: string;
1009
+ readonly name: string;
1010
+ readonly uid: string;
1011
+ }[] | undefined;
1012
+ readonly resourceVersion?: string | undefined;
1013
+ readonly selfLink?: string | undefined;
1014
+ readonly uid?: string | undefined;
1015
+ } | undefined;
1016
+ readonly spec?: {
1017
+ readonly caBundle?: string | undefined;
1018
+ readonly group?: string | undefined;
1019
+ readonly groupPriorityMinimum: number;
1020
+ readonly insecureSkipTLSVerify?: boolean | undefined;
1021
+ readonly service?: {
1022
+ readonly name?: string | undefined;
1023
+ readonly namespace?: string | undefined;
1024
+ readonly port?: number | undefined;
1025
+ } | undefined;
1026
+ readonly version?: string | undefined;
1027
+ readonly versionPriority: number;
1028
+ } | undefined;
1029
+ readonly status?: {
1030
+ readonly conditions?: readonly {
1031
+ readonly lastTransitionTime?: string | undefined;
1032
+ readonly message?: string | undefined;
1033
+ readonly reason?: string | undefined;
1034
+ readonly status: string;
1035
+ readonly type: string;
1036
+ }[] | undefined;
1037
+ } | undefined;
1038
+ }, NotFound, any>;
557
1039
  export declare const ReplaceApiregistrationV1APIServiceInput: Schema.Struct<{
558
1040
  readonly dryRun: Schema.optional<Schema.String>;
559
1041
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -624,7 +1106,71 @@ export type ReplaceApiregistrationV1APIServiceOutput = typeof ReplaceApiregistra
624
1106
  * @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
625
1107
  * @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.
626
1108
  */
627
- export declare const replaceApiregistrationV1APIService: any;
1109
+ export declare const replaceApiregistrationV1APIService: API.OperationMethod<{
1110
+ readonly dryRun?: string | undefined;
1111
+ readonly fieldValidation?: string | undefined;
1112
+ }, {
1113
+ readonly apiVersion?: string | undefined;
1114
+ readonly kind?: string | undefined;
1115
+ readonly metadata?: {
1116
+ readonly annotations?: {
1117
+ readonly [x: string]: string;
1118
+ } | undefined;
1119
+ readonly creationTimestamp?: string | undefined;
1120
+ readonly deletionGracePeriodSeconds?: number | undefined;
1121
+ readonly deletionTimestamp?: string | undefined;
1122
+ readonly finalizers?: readonly string[] | undefined;
1123
+ readonly generateName?: string | undefined;
1124
+ readonly generation?: number | undefined;
1125
+ readonly labels?: {
1126
+ readonly [x: string]: string;
1127
+ } | undefined;
1128
+ readonly managedFields?: readonly {
1129
+ readonly apiVersion?: string | undefined;
1130
+ readonly fieldsType?: string | undefined;
1131
+ readonly fieldsV1?: unknown;
1132
+ readonly manager?: string | undefined;
1133
+ readonly operation?: string | undefined;
1134
+ readonly subresource?: string | undefined;
1135
+ readonly time?: string | undefined;
1136
+ }[] | undefined;
1137
+ readonly name?: string | undefined;
1138
+ readonly namespace?: string | undefined;
1139
+ readonly ownerReferences?: readonly {
1140
+ readonly apiVersion: string;
1141
+ readonly blockOwnerDeletion?: boolean | undefined;
1142
+ readonly controller?: boolean | undefined;
1143
+ readonly kind: string;
1144
+ readonly name: string;
1145
+ readonly uid: string;
1146
+ }[] | undefined;
1147
+ readonly resourceVersion?: string | undefined;
1148
+ readonly selfLink?: string | undefined;
1149
+ readonly uid?: string | undefined;
1150
+ } | undefined;
1151
+ readonly spec?: {
1152
+ readonly caBundle?: string | undefined;
1153
+ readonly group?: string | undefined;
1154
+ readonly groupPriorityMinimum: number;
1155
+ readonly insecureSkipTLSVerify?: boolean | undefined;
1156
+ readonly service?: {
1157
+ readonly name?: string | undefined;
1158
+ readonly namespace?: string | undefined;
1159
+ readonly port?: number | undefined;
1160
+ } | undefined;
1161
+ readonly version?: string | undefined;
1162
+ readonly versionPriority: number;
1163
+ } | undefined;
1164
+ readonly status?: {
1165
+ readonly conditions?: readonly {
1166
+ readonly lastTransitionTime?: string | undefined;
1167
+ readonly message?: string | undefined;
1168
+ readonly reason?: string | undefined;
1169
+ readonly status: string;
1170
+ readonly type: string;
1171
+ }[] | undefined;
1172
+ } | undefined;
1173
+ }, Conflict | NotFound | UnprocessableEntity, any>;
628
1174
  export declare const ReplaceApiregistrationV1APIServiceStatusInput: Schema.Struct<{
629
1175
  readonly dryRun: Schema.optional<Schema.String>;
630
1176
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -695,7 +1241,71 @@ export type ReplaceApiregistrationV1APIServiceStatusOutput = typeof ReplaceApire
695
1241
  * @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
696
1242
  * @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.
697
1243
  */
698
- export declare const replaceApiregistrationV1APIServiceStatus: any;
1244
+ export declare const replaceApiregistrationV1APIServiceStatus: API.OperationMethod<{
1245
+ readonly dryRun?: string | undefined;
1246
+ readonly fieldValidation?: string | undefined;
1247
+ }, {
1248
+ readonly apiVersion?: string | undefined;
1249
+ readonly kind?: string | undefined;
1250
+ readonly metadata?: {
1251
+ readonly annotations?: {
1252
+ readonly [x: string]: string;
1253
+ } | undefined;
1254
+ readonly creationTimestamp?: string | undefined;
1255
+ readonly deletionGracePeriodSeconds?: number | undefined;
1256
+ readonly deletionTimestamp?: string | undefined;
1257
+ readonly finalizers?: readonly string[] | undefined;
1258
+ readonly generateName?: string | undefined;
1259
+ readonly generation?: number | undefined;
1260
+ readonly labels?: {
1261
+ readonly [x: string]: string;
1262
+ } | undefined;
1263
+ readonly managedFields?: readonly {
1264
+ readonly apiVersion?: string | undefined;
1265
+ readonly fieldsType?: string | undefined;
1266
+ readonly fieldsV1?: unknown;
1267
+ readonly manager?: string | undefined;
1268
+ readonly operation?: string | undefined;
1269
+ readonly subresource?: string | undefined;
1270
+ readonly time?: string | undefined;
1271
+ }[] | undefined;
1272
+ readonly name?: string | undefined;
1273
+ readonly namespace?: string | undefined;
1274
+ readonly ownerReferences?: readonly {
1275
+ readonly apiVersion: string;
1276
+ readonly blockOwnerDeletion?: boolean | undefined;
1277
+ readonly controller?: boolean | undefined;
1278
+ readonly kind: string;
1279
+ readonly name: string;
1280
+ readonly uid: string;
1281
+ }[] | undefined;
1282
+ readonly resourceVersion?: string | undefined;
1283
+ readonly selfLink?: string | undefined;
1284
+ readonly uid?: string | undefined;
1285
+ } | undefined;
1286
+ readonly spec?: {
1287
+ readonly caBundle?: string | undefined;
1288
+ readonly group?: string | undefined;
1289
+ readonly groupPriorityMinimum: number;
1290
+ readonly insecureSkipTLSVerify?: boolean | undefined;
1291
+ readonly service?: {
1292
+ readonly name?: string | undefined;
1293
+ readonly namespace?: string | undefined;
1294
+ readonly port?: number | undefined;
1295
+ } | undefined;
1296
+ readonly version?: string | undefined;
1297
+ readonly versionPriority: number;
1298
+ } | undefined;
1299
+ readonly status?: {
1300
+ readonly conditions?: readonly {
1301
+ readonly lastTransitionTime?: string | undefined;
1302
+ readonly message?: string | undefined;
1303
+ readonly reason?: string | undefined;
1304
+ readonly status: string;
1305
+ readonly type: string;
1306
+ }[] | undefined;
1307
+ } | undefined;
1308
+ }, Conflict | NotFound | UnprocessableEntity, any>;
699
1309
  export declare const WatchApiregistrationV1APIServiceInput: Schema.Struct<{}>;
700
1310
  export type WatchApiregistrationV1APIServiceInput = typeof WatchApiregistrationV1APIServiceInput.Type;
701
1311
  export declare const WatchApiregistrationV1APIServiceOutput: Schema.Struct<{
@@ -706,7 +1316,10 @@ export type WatchApiregistrationV1APIServiceOutput = typeof WatchApiregistration
706
1316
  /**
707
1317
  * watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
708
1318
  */
709
- export declare const watchApiregistrationV1APIService: any;
1319
+ export declare const watchApiregistrationV1APIService: API.OperationMethod<{}, {
1320
+ readonly object: unknown;
1321
+ readonly type: string;
1322
+ }, never, any>;
710
1323
  export declare const WatchApiregistrationV1APIServiceListInput: Schema.Struct<{}>;
711
1324
  export type WatchApiregistrationV1APIServiceListInput = typeof WatchApiregistrationV1APIServiceListInput.Type;
712
1325
  export declare const WatchApiregistrationV1APIServiceListOutput: Schema.Struct<{
@@ -717,5 +1330,8 @@ export type WatchApiregistrationV1APIServiceListOutput = typeof WatchApiregistra
717
1330
  /**
718
1331
  * watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead.
719
1332
  */
720
- export declare const watchApiregistrationV1APIServiceList: any;
1333
+ export declare const watchApiregistrationV1APIServiceList: API.OperationMethod<{}, {
1334
+ readonly object: unknown;
1335
+ readonly type: string;
1336
+ }, never, any>;
721
1337
  //# sourceMappingURL=apiregistration.d.ts.map