@distilled.cloud/kubernetes 0.10.2 → 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.
- package/lib/client/api.d.ts +4 -4
- package/lib/client/api.d.ts.map +1 -1
- package/lib/services/admissionregistration.d.ts +6364 -97
- package/lib/services/admissionregistration.d.ts.map +1 -1
- package/lib/services/admissionregistration.js +54 -0
- package/lib/services/admissionregistration.js.map +1 -1
- package/lib/services/apiextensions.d.ts +1582 -14
- package/lib/services/apiextensions.d.ts.map +1 -1
- package/lib/services/apiextensions.js +9 -0
- package/lib/services/apiextensions.js.map +1 -1
- package/lib/services/apiregistration.d.ts +630 -14
- package/lib/services/apiregistration.d.ts.map +1 -1
- package/lib/services/apiregistration.js +9 -0
- package/lib/services/apiregistration.js.map +1 -1
- package/lib/services/apps.d.ts +58511 -78
- package/lib/services/apps.d.ts.map +1 -1
- package/lib/services/apps.js +47 -0
- package/lib/services/apps.js.map +1 -1
- package/lib/services/authentication.d.ts +143 -4
- package/lib/services/authentication.d.ts.map +1 -1
- package/lib/services/authentication.js +3 -0
- package/lib/services/authentication.js.map +1 -1
- package/lib/services/authorization.d.ts +336 -6
- package/lib/services/authorization.d.ts.map +1 -1
- package/lib/services/authorization.js +5 -0
- package/lib/services/authorization.js.map +1 -1
- package/lib/services/autoscaling.d.ts +3127 -31
- package/lib/services/autoscaling.d.ts.map +1 -1
- package/lib/services/autoscaling.js +17 -0
- package/lib/services/autoscaling.js.map +1 -1
- package/lib/services/batch.d.ts +28710 -30
- package/lib/services/batch.d.ts.map +1 -1
- package/lib/services/batch.js +17 -0
- package/lib/services/batch.js.map +1 -1
- package/lib/services/certificates.d.ts +2236 -51
- package/lib/services/certificates.d.ts.map +1 -1
- package/lib/services/certificates.js +30 -0
- package/lib/services/certificates.js.map +1 -1
- package/lib/services/coordination.d.ts +1267 -37
- package/lib/services/coordination.d.ts.map +1 -1
- package/lib/services/coordination.js +16 -0
- package/lib/services/coordination.js.map +1 -1
- package/lib/services/core.d.ts +64516 -243
- package/lib/services/core.d.ts.map +1 -1
- package/lib/services/core.js +116 -0
- package/lib/services/core.js.map +1 -1
- package/lib/services/discovery.d.ts +613 -13
- package/lib/services/discovery.d.ts.map +1 -1
- package/lib/services/discovery.js +6 -0
- package/lib/services/discovery.js.map +1 -1
- package/lib/services/events.d.ts +601 -13
- package/lib/services/events.d.ts.map +1 -1
- package/lib/services/events.js +6 -0
- package/lib/services/events.js.map +1 -1
- package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
- package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
- package/lib/services/flowcontrol-apiserver.js +17 -0
- package/lib/services/flowcontrol-apiserver.js.map +1 -1
- package/lib/services/internal-apiserver.d.ts +598 -14
- package/lib/services/internal-apiserver.d.ts.map +1 -1
- package/lib/services/internal-apiserver.js +9 -0
- package/lib/services/internal-apiserver.js.map +1 -1
- package/lib/services/networking.d.ts +3914 -79
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/networking.js +45 -0
- package/lib/services/networking.js.map +1 -1
- package/lib/services/node.d.ts +418 -11
- package/lib/services/node.d.ts.map +1 -1
- package/lib/services/node.js +6 -0
- package/lib/services/node.js.map +1 -1
- package/lib/services/policy.d.ts +808 -16
- package/lib/services/policy.d.ts.map +1 -1
- package/lib/services/policy.js +9 -0
- package/lib/services/policy.js.map +1 -1
- package/lib/services/rbac-authorization.d.ts +1576 -42
- package/lib/services/rbac-authorization.d.ts.map +1 -1
- package/lib/services/rbac-authorization.js +21 -0
- package/lib/services/rbac-authorization.js.map +1 -1
- package/lib/services/resource.d.ts +14825 -170
- package/lib/services/resource.d.ts.map +1 -1
- package/lib/services/resource.js +86 -0
- package/lib/services/resource.js.map +1 -1
- package/lib/services/scheduling.d.ts +1732 -37
- package/lib/services/scheduling.d.ts.map +1 -1
- package/lib/services/scheduling.js +19 -0
- package/lib/services/scheduling.js.map +1 -1
- package/lib/services/storage.d.ts +5034 -71
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storage.js +39 -0
- package/lib/services/storage.js.map +1 -1
- package/lib/services/storagemigration.d.ts +590 -14
- package/lib/services/storagemigration.d.ts.map +1 -1
- package/lib/services/storagemigration.js +9 -0
- package/lib/services/storagemigration.js.map +1 -1
- package/package.json +3 -2
- package/src/services/admissionregistration.ts +54 -0
- package/src/services/apiextensions.ts +9 -0
- package/src/services/apiregistration.ts +9 -0
- package/src/services/apps.ts +47 -0
- package/src/services/authentication.ts +3 -0
- package/src/services/authorization.ts +5 -0
- package/src/services/autoscaling.ts +17 -0
- package/src/services/batch.ts +17 -0
- package/src/services/certificates.ts +30 -0
- package/src/services/coordination.ts +16 -0
- package/src/services/core.ts +116 -0
- package/src/services/discovery.ts +6 -0
- package/src/services/events.ts +6 -0
- package/src/services/flowcontrol-apiserver.ts +17 -0
- package/src/services/internal-apiserver.ts +9 -0
- package/src/services/networking.ts +45 -0
- package/src/services/node.ts +6 -0
- package/src/services/policy.ts +9 -0
- package/src/services/rbac-authorization.ts +21 -0
- package/src/services/resource.ts +86 -0
- package/src/services/scheduling.ts +19 -0
- package/src/services/storage.ts +39 -0
- package/src/services/storagemigration.ts +9 -0
package/lib/services/events.d.ts
CHANGED
|
@@ -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 CreateEventsV1NamespacedEventInput: Schema.Struct<{
|
|
9
11
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
10
12
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -89,7 +91,85 @@ export type CreateEventsV1NamespacedEventOutput = typeof CreateEventsV1Namespace
|
|
|
89
91
|
* @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
|
|
90
92
|
* @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.
|
|
91
93
|
*/
|
|
92
|
-
export declare const createEventsV1NamespacedEvent:
|
|
94
|
+
export declare const createEventsV1NamespacedEvent: API.OperationMethod<{
|
|
95
|
+
readonly dryRun?: string | undefined;
|
|
96
|
+
readonly fieldValidation?: string | undefined;
|
|
97
|
+
}, {
|
|
98
|
+
readonly action?: string | undefined;
|
|
99
|
+
readonly apiVersion?: string | undefined;
|
|
100
|
+
readonly deprecatedCount?: number | undefined;
|
|
101
|
+
readonly deprecatedFirstTimestamp?: string | undefined;
|
|
102
|
+
readonly deprecatedLastTimestamp?: string | undefined;
|
|
103
|
+
readonly deprecatedSource?: {
|
|
104
|
+
readonly component?: string | undefined;
|
|
105
|
+
readonly host?: string | undefined;
|
|
106
|
+
} | undefined;
|
|
107
|
+
readonly eventTime: string;
|
|
108
|
+
readonly kind?: string | undefined;
|
|
109
|
+
readonly metadata?: {
|
|
110
|
+
readonly annotations?: {
|
|
111
|
+
readonly [x: string]: string;
|
|
112
|
+
} | undefined;
|
|
113
|
+
readonly creationTimestamp?: string | undefined;
|
|
114
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
115
|
+
readonly deletionTimestamp?: string | undefined;
|
|
116
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
117
|
+
readonly generateName?: string | undefined;
|
|
118
|
+
readonly generation?: number | undefined;
|
|
119
|
+
readonly labels?: {
|
|
120
|
+
readonly [x: string]: string;
|
|
121
|
+
} | undefined;
|
|
122
|
+
readonly managedFields?: readonly {
|
|
123
|
+
readonly apiVersion?: string | undefined;
|
|
124
|
+
readonly fieldsType?: string | undefined;
|
|
125
|
+
readonly fieldsV1?: unknown;
|
|
126
|
+
readonly manager?: string | undefined;
|
|
127
|
+
readonly operation?: string | undefined;
|
|
128
|
+
readonly subresource?: string | undefined;
|
|
129
|
+
readonly time?: string | undefined;
|
|
130
|
+
}[] | undefined;
|
|
131
|
+
readonly name?: string | undefined;
|
|
132
|
+
readonly namespace?: string | undefined;
|
|
133
|
+
readonly ownerReferences?: readonly {
|
|
134
|
+
readonly apiVersion: string;
|
|
135
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
136
|
+
readonly controller?: boolean | undefined;
|
|
137
|
+
readonly kind: string;
|
|
138
|
+
readonly name: string;
|
|
139
|
+
readonly uid: string;
|
|
140
|
+
}[] | undefined;
|
|
141
|
+
readonly resourceVersion?: string | undefined;
|
|
142
|
+
readonly selfLink?: string | undefined;
|
|
143
|
+
readonly uid?: string | undefined;
|
|
144
|
+
} | undefined;
|
|
145
|
+
readonly note?: string | undefined;
|
|
146
|
+
readonly reason?: string | undefined;
|
|
147
|
+
readonly regarding?: {
|
|
148
|
+
readonly apiVersion?: string | undefined;
|
|
149
|
+
readonly fieldPath?: string | undefined;
|
|
150
|
+
readonly kind?: string | undefined;
|
|
151
|
+
readonly name?: string | undefined;
|
|
152
|
+
readonly namespace?: string | undefined;
|
|
153
|
+
readonly resourceVersion?: string | undefined;
|
|
154
|
+
readonly uid?: string | undefined;
|
|
155
|
+
} | undefined;
|
|
156
|
+
readonly related?: {
|
|
157
|
+
readonly apiVersion?: string | undefined;
|
|
158
|
+
readonly fieldPath?: string | undefined;
|
|
159
|
+
readonly kind?: string | undefined;
|
|
160
|
+
readonly name?: string | undefined;
|
|
161
|
+
readonly namespace?: string | undefined;
|
|
162
|
+
readonly resourceVersion?: string | undefined;
|
|
163
|
+
readonly uid?: string | undefined;
|
|
164
|
+
} | undefined;
|
|
165
|
+
readonly reportingController?: string | undefined;
|
|
166
|
+
readonly reportingInstance?: string | undefined;
|
|
167
|
+
readonly series?: {
|
|
168
|
+
readonly count: number;
|
|
169
|
+
readonly lastObservedTime: string;
|
|
170
|
+
} | undefined;
|
|
171
|
+
readonly type?: string | undefined;
|
|
172
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
93
173
|
export declare const DeleteEventsV1CollectionNamespacedEventInput: Schema.Struct<{
|
|
94
174
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
95
175
|
}>;
|
|
@@ -129,7 +209,37 @@ export type DeleteEventsV1CollectionNamespacedEventOutput = typeof DeleteEventsV
|
|
|
129
209
|
*
|
|
130
210
|
* @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
211
|
*/
|
|
132
|
-
export declare const deleteEventsV1CollectionNamespacedEvent:
|
|
212
|
+
export declare const deleteEventsV1CollectionNamespacedEvent: API.OperationMethod<{
|
|
213
|
+
readonly dryRun?: string | undefined;
|
|
214
|
+
}, {
|
|
215
|
+
readonly apiVersion?: string | undefined;
|
|
216
|
+
readonly code?: number | undefined;
|
|
217
|
+
readonly details?: {
|
|
218
|
+
readonly causes?: readonly {
|
|
219
|
+
readonly field?: string | undefined;
|
|
220
|
+
readonly message?: string | undefined;
|
|
221
|
+
readonly reason?: string | undefined;
|
|
222
|
+
}[] | undefined;
|
|
223
|
+
readonly group?: string | undefined;
|
|
224
|
+
readonly kind?: string | undefined;
|
|
225
|
+
readonly name?: string | undefined;
|
|
226
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
227
|
+
readonly uid?: string | undefined;
|
|
228
|
+
} | undefined;
|
|
229
|
+
readonly kind?: string | undefined;
|
|
230
|
+
readonly message?: string | undefined;
|
|
231
|
+
readonly metadata?: {
|
|
232
|
+
readonly continue?: string | undefined;
|
|
233
|
+
readonly remainingItemCount?: number | undefined;
|
|
234
|
+
readonly resourceVersion?: string | undefined;
|
|
235
|
+
readonly selfLink?: string | undefined;
|
|
236
|
+
readonly shardInfo?: {
|
|
237
|
+
readonly selector: string;
|
|
238
|
+
} | undefined;
|
|
239
|
+
} | undefined;
|
|
240
|
+
readonly reason?: string | undefined;
|
|
241
|
+
readonly status?: string | undefined;
|
|
242
|
+
}, never, any>;
|
|
133
243
|
export declare const DeleteEventsV1NamespacedEventInput: Schema.Struct<{
|
|
134
244
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
135
245
|
}>;
|
|
@@ -169,7 +279,37 @@ export type DeleteEventsV1NamespacedEventOutput = typeof DeleteEventsV1Namespace
|
|
|
169
279
|
*
|
|
170
280
|
* @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
|
|
171
281
|
*/
|
|
172
|
-
export declare const deleteEventsV1NamespacedEvent:
|
|
282
|
+
export declare const deleteEventsV1NamespacedEvent: API.OperationMethod<{
|
|
283
|
+
readonly dryRun?: string | undefined;
|
|
284
|
+
}, {
|
|
285
|
+
readonly apiVersion?: string | undefined;
|
|
286
|
+
readonly code?: number | undefined;
|
|
287
|
+
readonly details?: {
|
|
288
|
+
readonly causes?: readonly {
|
|
289
|
+
readonly field?: string | undefined;
|
|
290
|
+
readonly message?: string | undefined;
|
|
291
|
+
readonly reason?: string | undefined;
|
|
292
|
+
}[] | undefined;
|
|
293
|
+
readonly group?: string | undefined;
|
|
294
|
+
readonly kind?: string | undefined;
|
|
295
|
+
readonly name?: string | undefined;
|
|
296
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
297
|
+
readonly uid?: string | undefined;
|
|
298
|
+
} | undefined;
|
|
299
|
+
readonly kind?: string | undefined;
|
|
300
|
+
readonly message?: string | undefined;
|
|
301
|
+
readonly metadata?: {
|
|
302
|
+
readonly continue?: string | undefined;
|
|
303
|
+
readonly remainingItemCount?: number | undefined;
|
|
304
|
+
readonly resourceVersion?: string | undefined;
|
|
305
|
+
readonly selfLink?: string | undefined;
|
|
306
|
+
readonly shardInfo?: {
|
|
307
|
+
readonly selector: string;
|
|
308
|
+
} | undefined;
|
|
309
|
+
} | undefined;
|
|
310
|
+
readonly reason?: string | undefined;
|
|
311
|
+
readonly status?: string | undefined;
|
|
312
|
+
}, Conflict | NotFound, any>;
|
|
173
313
|
export declare const GetEventsAPIGroupInput: Schema.Struct<{}>;
|
|
174
314
|
export type GetEventsAPIGroupInput = typeof GetEventsAPIGroupInput.Type;
|
|
175
315
|
export declare const GetEventsAPIGroupOutput: Schema.Struct<{
|
|
@@ -193,7 +333,23 @@ export type GetEventsAPIGroupOutput = typeof GetEventsAPIGroupOutput.Type;
|
|
|
193
333
|
/**
|
|
194
334
|
* get information of a group
|
|
195
335
|
*/
|
|
196
|
-
export declare const getEventsAPIGroup:
|
|
336
|
+
export declare const getEventsAPIGroup: API.OperationMethod<{}, {
|
|
337
|
+
readonly apiVersion?: string | undefined;
|
|
338
|
+
readonly kind?: string | undefined;
|
|
339
|
+
readonly name: string;
|
|
340
|
+
readonly preferredVersion?: {
|
|
341
|
+
readonly groupVersion: string;
|
|
342
|
+
readonly version: string;
|
|
343
|
+
} | undefined;
|
|
344
|
+
readonly serverAddressByClientCIDRs?: readonly {
|
|
345
|
+
readonly clientCIDR: string;
|
|
346
|
+
readonly serverAddress: string;
|
|
347
|
+
}[] | undefined;
|
|
348
|
+
readonly versions: readonly {
|
|
349
|
+
readonly groupVersion: string;
|
|
350
|
+
readonly version: string;
|
|
351
|
+
}[];
|
|
352
|
+
}, never, any>;
|
|
197
353
|
export declare const GetEventsV1APIResourcesInput: Schema.Struct<{}>;
|
|
198
354
|
export type GetEventsV1APIResourcesInput = typeof GetEventsV1APIResourcesInput.Type;
|
|
199
355
|
export declare const GetEventsV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -217,7 +373,23 @@ export type GetEventsV1APIResourcesOutput = typeof GetEventsV1APIResourcesOutput
|
|
|
217
373
|
/**
|
|
218
374
|
* get available resources
|
|
219
375
|
*/
|
|
220
|
-
export declare const getEventsV1APIResources:
|
|
376
|
+
export declare const getEventsV1APIResources: API.OperationMethod<{}, {
|
|
377
|
+
readonly apiVersion?: string | undefined;
|
|
378
|
+
readonly groupVersion: string;
|
|
379
|
+
readonly kind?: string | undefined;
|
|
380
|
+
readonly resources: readonly {
|
|
381
|
+
readonly categories?: readonly string[] | undefined;
|
|
382
|
+
readonly group?: string | undefined;
|
|
383
|
+
readonly kind: string;
|
|
384
|
+
readonly name: string;
|
|
385
|
+
readonly namespaced: boolean;
|
|
386
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
387
|
+
readonly singularName: string;
|
|
388
|
+
readonly storageVersionHash?: string | undefined;
|
|
389
|
+
readonly verbs: readonly string[];
|
|
390
|
+
readonly version?: string | undefined;
|
|
391
|
+
}[];
|
|
392
|
+
}, never, any>;
|
|
221
393
|
export declare const ListEventsV1EventForAllNamespacesInput: Schema.Struct<{}>;
|
|
222
394
|
export type ListEventsV1EventForAllNamespacesInput = typeof ListEventsV1EventForAllNamespacesInput.Type;
|
|
223
395
|
export declare const ListEventsV1EventForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -309,7 +481,95 @@ export type ListEventsV1EventForAllNamespacesOutput = typeof ListEventsV1EventFo
|
|
|
309
481
|
/**
|
|
310
482
|
* list or watch objects of kind Event
|
|
311
483
|
*/
|
|
312
|
-
export declare const listEventsV1EventForAllNamespaces:
|
|
484
|
+
export declare const listEventsV1EventForAllNamespaces: API.OperationMethod<{}, {
|
|
485
|
+
readonly apiVersion?: string | undefined;
|
|
486
|
+
readonly items: readonly {
|
|
487
|
+
readonly action?: string | undefined;
|
|
488
|
+
readonly apiVersion?: string | undefined;
|
|
489
|
+
readonly deprecatedCount?: number | undefined;
|
|
490
|
+
readonly deprecatedFirstTimestamp?: string | undefined;
|
|
491
|
+
readonly deprecatedLastTimestamp?: string | undefined;
|
|
492
|
+
readonly deprecatedSource?: {
|
|
493
|
+
readonly component?: string | undefined;
|
|
494
|
+
readonly host?: string | undefined;
|
|
495
|
+
} | undefined;
|
|
496
|
+
readonly eventTime: string;
|
|
497
|
+
readonly kind?: string | undefined;
|
|
498
|
+
readonly metadata?: {
|
|
499
|
+
readonly annotations?: {
|
|
500
|
+
readonly [x: string]: string;
|
|
501
|
+
} | undefined;
|
|
502
|
+
readonly creationTimestamp?: string | undefined;
|
|
503
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
504
|
+
readonly deletionTimestamp?: string | undefined;
|
|
505
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
506
|
+
readonly generateName?: string | undefined;
|
|
507
|
+
readonly generation?: number | undefined;
|
|
508
|
+
readonly labels?: {
|
|
509
|
+
readonly [x: string]: string;
|
|
510
|
+
} | undefined;
|
|
511
|
+
readonly managedFields?: readonly {
|
|
512
|
+
readonly apiVersion?: string | undefined;
|
|
513
|
+
readonly fieldsType?: string | undefined;
|
|
514
|
+
readonly fieldsV1?: unknown;
|
|
515
|
+
readonly manager?: string | undefined;
|
|
516
|
+
readonly operation?: string | undefined;
|
|
517
|
+
readonly subresource?: string | undefined;
|
|
518
|
+
readonly time?: string | undefined;
|
|
519
|
+
}[] | undefined;
|
|
520
|
+
readonly name?: string | undefined;
|
|
521
|
+
readonly namespace?: string | undefined;
|
|
522
|
+
readonly ownerReferences?: readonly {
|
|
523
|
+
readonly apiVersion: string;
|
|
524
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
525
|
+
readonly controller?: boolean | undefined;
|
|
526
|
+
readonly kind: string;
|
|
527
|
+
readonly name: string;
|
|
528
|
+
readonly uid: string;
|
|
529
|
+
}[] | undefined;
|
|
530
|
+
readonly resourceVersion?: string | undefined;
|
|
531
|
+
readonly selfLink?: string | undefined;
|
|
532
|
+
readonly uid?: string | undefined;
|
|
533
|
+
} | undefined;
|
|
534
|
+
readonly note?: string | undefined;
|
|
535
|
+
readonly reason?: string | undefined;
|
|
536
|
+
readonly regarding?: {
|
|
537
|
+
readonly apiVersion?: string | undefined;
|
|
538
|
+
readonly fieldPath?: string | undefined;
|
|
539
|
+
readonly kind?: string | undefined;
|
|
540
|
+
readonly name?: string | undefined;
|
|
541
|
+
readonly namespace?: string | undefined;
|
|
542
|
+
readonly resourceVersion?: string | undefined;
|
|
543
|
+
readonly uid?: string | undefined;
|
|
544
|
+
} | undefined;
|
|
545
|
+
readonly related?: {
|
|
546
|
+
readonly apiVersion?: string | undefined;
|
|
547
|
+
readonly fieldPath?: string | undefined;
|
|
548
|
+
readonly kind?: string | undefined;
|
|
549
|
+
readonly name?: string | undefined;
|
|
550
|
+
readonly namespace?: string | undefined;
|
|
551
|
+
readonly resourceVersion?: string | undefined;
|
|
552
|
+
readonly uid?: string | undefined;
|
|
553
|
+
} | undefined;
|
|
554
|
+
readonly reportingController?: string | undefined;
|
|
555
|
+
readonly reportingInstance?: string | undefined;
|
|
556
|
+
readonly series?: {
|
|
557
|
+
readonly count: number;
|
|
558
|
+
readonly lastObservedTime: string;
|
|
559
|
+
} | undefined;
|
|
560
|
+
readonly type?: string | undefined;
|
|
561
|
+
}[];
|
|
562
|
+
readonly kind?: string | undefined;
|
|
563
|
+
readonly metadata?: {
|
|
564
|
+
readonly continue?: string | undefined;
|
|
565
|
+
readonly remainingItemCount?: number | undefined;
|
|
566
|
+
readonly resourceVersion?: string | undefined;
|
|
567
|
+
readonly selfLink?: string | undefined;
|
|
568
|
+
readonly shardInfo?: {
|
|
569
|
+
readonly selector: string;
|
|
570
|
+
} | undefined;
|
|
571
|
+
} | undefined;
|
|
572
|
+
}, never, any>;
|
|
313
573
|
export declare const ListEventsV1NamespacedEventInput: Schema.Struct<{}>;
|
|
314
574
|
export type ListEventsV1NamespacedEventInput = typeof ListEventsV1NamespacedEventInput.Type;
|
|
315
575
|
export declare const ListEventsV1NamespacedEventOutput: Schema.Struct<{
|
|
@@ -401,7 +661,95 @@ export type ListEventsV1NamespacedEventOutput = typeof ListEventsV1NamespacedEve
|
|
|
401
661
|
/**
|
|
402
662
|
* list or watch objects of kind Event
|
|
403
663
|
*/
|
|
404
|
-
export declare const listEventsV1NamespacedEvent:
|
|
664
|
+
export declare const listEventsV1NamespacedEvent: API.OperationMethod<{}, {
|
|
665
|
+
readonly apiVersion?: string | undefined;
|
|
666
|
+
readonly items: readonly {
|
|
667
|
+
readonly action?: string | undefined;
|
|
668
|
+
readonly apiVersion?: string | undefined;
|
|
669
|
+
readonly deprecatedCount?: number | undefined;
|
|
670
|
+
readonly deprecatedFirstTimestamp?: string | undefined;
|
|
671
|
+
readonly deprecatedLastTimestamp?: string | undefined;
|
|
672
|
+
readonly deprecatedSource?: {
|
|
673
|
+
readonly component?: string | undefined;
|
|
674
|
+
readonly host?: string | undefined;
|
|
675
|
+
} | undefined;
|
|
676
|
+
readonly eventTime: string;
|
|
677
|
+
readonly kind?: string | undefined;
|
|
678
|
+
readonly metadata?: {
|
|
679
|
+
readonly annotations?: {
|
|
680
|
+
readonly [x: string]: string;
|
|
681
|
+
} | undefined;
|
|
682
|
+
readonly creationTimestamp?: string | undefined;
|
|
683
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
684
|
+
readonly deletionTimestamp?: string | undefined;
|
|
685
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
686
|
+
readonly generateName?: string | undefined;
|
|
687
|
+
readonly generation?: number | undefined;
|
|
688
|
+
readonly labels?: {
|
|
689
|
+
readonly [x: string]: string;
|
|
690
|
+
} | undefined;
|
|
691
|
+
readonly managedFields?: readonly {
|
|
692
|
+
readonly apiVersion?: string | undefined;
|
|
693
|
+
readonly fieldsType?: string | undefined;
|
|
694
|
+
readonly fieldsV1?: unknown;
|
|
695
|
+
readonly manager?: string | undefined;
|
|
696
|
+
readonly operation?: string | undefined;
|
|
697
|
+
readonly subresource?: string | undefined;
|
|
698
|
+
readonly time?: string | undefined;
|
|
699
|
+
}[] | undefined;
|
|
700
|
+
readonly name?: string | undefined;
|
|
701
|
+
readonly namespace?: string | undefined;
|
|
702
|
+
readonly ownerReferences?: readonly {
|
|
703
|
+
readonly apiVersion: string;
|
|
704
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
705
|
+
readonly controller?: boolean | undefined;
|
|
706
|
+
readonly kind: string;
|
|
707
|
+
readonly name: string;
|
|
708
|
+
readonly uid: string;
|
|
709
|
+
}[] | undefined;
|
|
710
|
+
readonly resourceVersion?: string | undefined;
|
|
711
|
+
readonly selfLink?: string | undefined;
|
|
712
|
+
readonly uid?: string | undefined;
|
|
713
|
+
} | undefined;
|
|
714
|
+
readonly note?: string | undefined;
|
|
715
|
+
readonly reason?: string | undefined;
|
|
716
|
+
readonly regarding?: {
|
|
717
|
+
readonly apiVersion?: string | undefined;
|
|
718
|
+
readonly fieldPath?: string | undefined;
|
|
719
|
+
readonly kind?: string | undefined;
|
|
720
|
+
readonly name?: string | undefined;
|
|
721
|
+
readonly namespace?: string | undefined;
|
|
722
|
+
readonly resourceVersion?: string | undefined;
|
|
723
|
+
readonly uid?: string | undefined;
|
|
724
|
+
} | undefined;
|
|
725
|
+
readonly related?: {
|
|
726
|
+
readonly apiVersion?: string | undefined;
|
|
727
|
+
readonly fieldPath?: string | undefined;
|
|
728
|
+
readonly kind?: string | undefined;
|
|
729
|
+
readonly name?: string | undefined;
|
|
730
|
+
readonly namespace?: string | undefined;
|
|
731
|
+
readonly resourceVersion?: string | undefined;
|
|
732
|
+
readonly uid?: string | undefined;
|
|
733
|
+
} | undefined;
|
|
734
|
+
readonly reportingController?: string | undefined;
|
|
735
|
+
readonly reportingInstance?: string | undefined;
|
|
736
|
+
readonly series?: {
|
|
737
|
+
readonly count: number;
|
|
738
|
+
readonly lastObservedTime: string;
|
|
739
|
+
} | undefined;
|
|
740
|
+
readonly type?: string | undefined;
|
|
741
|
+
}[];
|
|
742
|
+
readonly kind?: string | undefined;
|
|
743
|
+
readonly metadata?: {
|
|
744
|
+
readonly continue?: string | undefined;
|
|
745
|
+
readonly remainingItemCount?: number | undefined;
|
|
746
|
+
readonly resourceVersion?: string | undefined;
|
|
747
|
+
readonly selfLink?: string | undefined;
|
|
748
|
+
readonly shardInfo?: {
|
|
749
|
+
readonly selector: string;
|
|
750
|
+
} | undefined;
|
|
751
|
+
} | undefined;
|
|
752
|
+
}, never, any>;
|
|
405
753
|
export declare const PatchEventsV1NamespacedEventInput: Schema.Struct<{
|
|
406
754
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
407
755
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -486,7 +834,85 @@ export type PatchEventsV1NamespacedEventOutput = typeof PatchEventsV1NamespacedE
|
|
|
486
834
|
* @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
|
|
487
835
|
* @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.
|
|
488
836
|
*/
|
|
489
|
-
export declare const patchEventsV1NamespacedEvent:
|
|
837
|
+
export declare const patchEventsV1NamespacedEvent: API.OperationMethod<{
|
|
838
|
+
readonly dryRun?: string | undefined;
|
|
839
|
+
readonly fieldValidation?: string | undefined;
|
|
840
|
+
}, {
|
|
841
|
+
readonly action?: string | undefined;
|
|
842
|
+
readonly apiVersion?: string | undefined;
|
|
843
|
+
readonly deprecatedCount?: number | undefined;
|
|
844
|
+
readonly deprecatedFirstTimestamp?: string | undefined;
|
|
845
|
+
readonly deprecatedLastTimestamp?: string | undefined;
|
|
846
|
+
readonly deprecatedSource?: {
|
|
847
|
+
readonly component?: string | undefined;
|
|
848
|
+
readonly host?: string | undefined;
|
|
849
|
+
} | undefined;
|
|
850
|
+
readonly eventTime: string;
|
|
851
|
+
readonly kind?: string | undefined;
|
|
852
|
+
readonly metadata?: {
|
|
853
|
+
readonly annotations?: {
|
|
854
|
+
readonly [x: string]: string;
|
|
855
|
+
} | undefined;
|
|
856
|
+
readonly creationTimestamp?: string | undefined;
|
|
857
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
858
|
+
readonly deletionTimestamp?: string | undefined;
|
|
859
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
860
|
+
readonly generateName?: string | undefined;
|
|
861
|
+
readonly generation?: number | undefined;
|
|
862
|
+
readonly labels?: {
|
|
863
|
+
readonly [x: string]: string;
|
|
864
|
+
} | undefined;
|
|
865
|
+
readonly managedFields?: readonly {
|
|
866
|
+
readonly apiVersion?: string | undefined;
|
|
867
|
+
readonly fieldsType?: string | undefined;
|
|
868
|
+
readonly fieldsV1?: unknown;
|
|
869
|
+
readonly manager?: string | undefined;
|
|
870
|
+
readonly operation?: string | undefined;
|
|
871
|
+
readonly subresource?: string | undefined;
|
|
872
|
+
readonly time?: string | undefined;
|
|
873
|
+
}[] | undefined;
|
|
874
|
+
readonly name?: string | undefined;
|
|
875
|
+
readonly namespace?: string | undefined;
|
|
876
|
+
readonly ownerReferences?: readonly {
|
|
877
|
+
readonly apiVersion: string;
|
|
878
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
879
|
+
readonly controller?: boolean | undefined;
|
|
880
|
+
readonly kind: string;
|
|
881
|
+
readonly name: string;
|
|
882
|
+
readonly uid: string;
|
|
883
|
+
}[] | undefined;
|
|
884
|
+
readonly resourceVersion?: string | undefined;
|
|
885
|
+
readonly selfLink?: string | undefined;
|
|
886
|
+
readonly uid?: string | undefined;
|
|
887
|
+
} | undefined;
|
|
888
|
+
readonly note?: string | undefined;
|
|
889
|
+
readonly reason?: string | undefined;
|
|
890
|
+
readonly regarding?: {
|
|
891
|
+
readonly apiVersion?: string | undefined;
|
|
892
|
+
readonly fieldPath?: string | undefined;
|
|
893
|
+
readonly kind?: string | undefined;
|
|
894
|
+
readonly name?: string | undefined;
|
|
895
|
+
readonly namespace?: string | undefined;
|
|
896
|
+
readonly resourceVersion?: string | undefined;
|
|
897
|
+
readonly uid?: string | undefined;
|
|
898
|
+
} | undefined;
|
|
899
|
+
readonly related?: {
|
|
900
|
+
readonly apiVersion?: string | undefined;
|
|
901
|
+
readonly fieldPath?: string | undefined;
|
|
902
|
+
readonly kind?: string | undefined;
|
|
903
|
+
readonly name?: string | undefined;
|
|
904
|
+
readonly namespace?: string | undefined;
|
|
905
|
+
readonly resourceVersion?: string | undefined;
|
|
906
|
+
readonly uid?: string | undefined;
|
|
907
|
+
} | undefined;
|
|
908
|
+
readonly reportingController?: string | undefined;
|
|
909
|
+
readonly reportingInstance?: string | undefined;
|
|
910
|
+
readonly series?: {
|
|
911
|
+
readonly count: number;
|
|
912
|
+
readonly lastObservedTime: string;
|
|
913
|
+
} | undefined;
|
|
914
|
+
readonly type?: string | undefined;
|
|
915
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
490
916
|
export declare const ReadEventsV1NamespacedEventInput: Schema.Struct<{}>;
|
|
491
917
|
export type ReadEventsV1NamespacedEventInput = typeof ReadEventsV1NamespacedEventInput.Type;
|
|
492
918
|
export declare const ReadEventsV1NamespacedEventOutput: Schema.Struct<{
|
|
@@ -565,7 +991,82 @@ export type ReadEventsV1NamespacedEventOutput = typeof ReadEventsV1NamespacedEve
|
|
|
565
991
|
/**
|
|
566
992
|
* read the specified Event
|
|
567
993
|
*/
|
|
568
|
-
export declare const readEventsV1NamespacedEvent:
|
|
994
|
+
export declare const readEventsV1NamespacedEvent: API.OperationMethod<{}, {
|
|
995
|
+
readonly action?: string | undefined;
|
|
996
|
+
readonly apiVersion?: string | undefined;
|
|
997
|
+
readonly deprecatedCount?: number | undefined;
|
|
998
|
+
readonly deprecatedFirstTimestamp?: string | undefined;
|
|
999
|
+
readonly deprecatedLastTimestamp?: string | undefined;
|
|
1000
|
+
readonly deprecatedSource?: {
|
|
1001
|
+
readonly component?: string | undefined;
|
|
1002
|
+
readonly host?: string | undefined;
|
|
1003
|
+
} | undefined;
|
|
1004
|
+
readonly eventTime: string;
|
|
1005
|
+
readonly kind?: string | undefined;
|
|
1006
|
+
readonly metadata?: {
|
|
1007
|
+
readonly annotations?: {
|
|
1008
|
+
readonly [x: string]: string;
|
|
1009
|
+
} | undefined;
|
|
1010
|
+
readonly creationTimestamp?: string | undefined;
|
|
1011
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1012
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1013
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1014
|
+
readonly generateName?: string | undefined;
|
|
1015
|
+
readonly generation?: number | undefined;
|
|
1016
|
+
readonly labels?: {
|
|
1017
|
+
readonly [x: string]: string;
|
|
1018
|
+
} | undefined;
|
|
1019
|
+
readonly managedFields?: readonly {
|
|
1020
|
+
readonly apiVersion?: string | undefined;
|
|
1021
|
+
readonly fieldsType?: string | undefined;
|
|
1022
|
+
readonly fieldsV1?: unknown;
|
|
1023
|
+
readonly manager?: string | undefined;
|
|
1024
|
+
readonly operation?: string | undefined;
|
|
1025
|
+
readonly subresource?: string | undefined;
|
|
1026
|
+
readonly time?: string | undefined;
|
|
1027
|
+
}[] | undefined;
|
|
1028
|
+
readonly name?: string | undefined;
|
|
1029
|
+
readonly namespace?: string | undefined;
|
|
1030
|
+
readonly ownerReferences?: readonly {
|
|
1031
|
+
readonly apiVersion: string;
|
|
1032
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1033
|
+
readonly controller?: boolean | undefined;
|
|
1034
|
+
readonly kind: string;
|
|
1035
|
+
readonly name: string;
|
|
1036
|
+
readonly uid: string;
|
|
1037
|
+
}[] | undefined;
|
|
1038
|
+
readonly resourceVersion?: string | undefined;
|
|
1039
|
+
readonly selfLink?: string | undefined;
|
|
1040
|
+
readonly uid?: string | undefined;
|
|
1041
|
+
} | undefined;
|
|
1042
|
+
readonly note?: string | undefined;
|
|
1043
|
+
readonly reason?: string | undefined;
|
|
1044
|
+
readonly regarding?: {
|
|
1045
|
+
readonly apiVersion?: string | undefined;
|
|
1046
|
+
readonly fieldPath?: string | undefined;
|
|
1047
|
+
readonly kind?: string | undefined;
|
|
1048
|
+
readonly name?: string | undefined;
|
|
1049
|
+
readonly namespace?: string | undefined;
|
|
1050
|
+
readonly resourceVersion?: string | undefined;
|
|
1051
|
+
readonly uid?: string | undefined;
|
|
1052
|
+
} | undefined;
|
|
1053
|
+
readonly related?: {
|
|
1054
|
+
readonly apiVersion?: string | undefined;
|
|
1055
|
+
readonly fieldPath?: string | undefined;
|
|
1056
|
+
readonly kind?: string | undefined;
|
|
1057
|
+
readonly name?: string | undefined;
|
|
1058
|
+
readonly namespace?: string | undefined;
|
|
1059
|
+
readonly resourceVersion?: string | undefined;
|
|
1060
|
+
readonly uid?: string | undefined;
|
|
1061
|
+
} | undefined;
|
|
1062
|
+
readonly reportingController?: string | undefined;
|
|
1063
|
+
readonly reportingInstance?: string | undefined;
|
|
1064
|
+
readonly series?: {
|
|
1065
|
+
readonly count: number;
|
|
1066
|
+
readonly lastObservedTime: string;
|
|
1067
|
+
} | undefined;
|
|
1068
|
+
readonly type?: string | undefined;
|
|
1069
|
+
}, NotFound, any>;
|
|
569
1070
|
export declare const ReplaceEventsV1NamespacedEventInput: Schema.Struct<{
|
|
570
1071
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
571
1072
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -650,7 +1151,85 @@ export type ReplaceEventsV1NamespacedEventOutput = typeof ReplaceEventsV1Namespa
|
|
|
650
1151
|
* @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
|
|
651
1152
|
* @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.
|
|
652
1153
|
*/
|
|
653
|
-
export declare const replaceEventsV1NamespacedEvent:
|
|
1154
|
+
export declare const replaceEventsV1NamespacedEvent: API.OperationMethod<{
|
|
1155
|
+
readonly dryRun?: string | undefined;
|
|
1156
|
+
readonly fieldValidation?: string | undefined;
|
|
1157
|
+
}, {
|
|
1158
|
+
readonly action?: string | undefined;
|
|
1159
|
+
readonly apiVersion?: string | undefined;
|
|
1160
|
+
readonly deprecatedCount?: number | undefined;
|
|
1161
|
+
readonly deprecatedFirstTimestamp?: string | undefined;
|
|
1162
|
+
readonly deprecatedLastTimestamp?: string | undefined;
|
|
1163
|
+
readonly deprecatedSource?: {
|
|
1164
|
+
readonly component?: string | undefined;
|
|
1165
|
+
readonly host?: string | undefined;
|
|
1166
|
+
} | undefined;
|
|
1167
|
+
readonly eventTime: string;
|
|
1168
|
+
readonly kind?: string | undefined;
|
|
1169
|
+
readonly metadata?: {
|
|
1170
|
+
readonly annotations?: {
|
|
1171
|
+
readonly [x: string]: string;
|
|
1172
|
+
} | undefined;
|
|
1173
|
+
readonly creationTimestamp?: string | undefined;
|
|
1174
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1175
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1176
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1177
|
+
readonly generateName?: string | undefined;
|
|
1178
|
+
readonly generation?: number | undefined;
|
|
1179
|
+
readonly labels?: {
|
|
1180
|
+
readonly [x: string]: string;
|
|
1181
|
+
} | undefined;
|
|
1182
|
+
readonly managedFields?: readonly {
|
|
1183
|
+
readonly apiVersion?: string | undefined;
|
|
1184
|
+
readonly fieldsType?: string | undefined;
|
|
1185
|
+
readonly fieldsV1?: unknown;
|
|
1186
|
+
readonly manager?: string | undefined;
|
|
1187
|
+
readonly operation?: string | undefined;
|
|
1188
|
+
readonly subresource?: string | undefined;
|
|
1189
|
+
readonly time?: string | undefined;
|
|
1190
|
+
}[] | undefined;
|
|
1191
|
+
readonly name?: string | undefined;
|
|
1192
|
+
readonly namespace?: string | undefined;
|
|
1193
|
+
readonly ownerReferences?: readonly {
|
|
1194
|
+
readonly apiVersion: string;
|
|
1195
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1196
|
+
readonly controller?: boolean | undefined;
|
|
1197
|
+
readonly kind: string;
|
|
1198
|
+
readonly name: string;
|
|
1199
|
+
readonly uid: string;
|
|
1200
|
+
}[] | undefined;
|
|
1201
|
+
readonly resourceVersion?: string | undefined;
|
|
1202
|
+
readonly selfLink?: string | undefined;
|
|
1203
|
+
readonly uid?: string | undefined;
|
|
1204
|
+
} | undefined;
|
|
1205
|
+
readonly note?: string | undefined;
|
|
1206
|
+
readonly reason?: string | undefined;
|
|
1207
|
+
readonly regarding?: {
|
|
1208
|
+
readonly apiVersion?: string | undefined;
|
|
1209
|
+
readonly fieldPath?: string | undefined;
|
|
1210
|
+
readonly kind?: string | undefined;
|
|
1211
|
+
readonly name?: string | undefined;
|
|
1212
|
+
readonly namespace?: string | undefined;
|
|
1213
|
+
readonly resourceVersion?: string | undefined;
|
|
1214
|
+
readonly uid?: string | undefined;
|
|
1215
|
+
} | undefined;
|
|
1216
|
+
readonly related?: {
|
|
1217
|
+
readonly apiVersion?: string | undefined;
|
|
1218
|
+
readonly fieldPath?: string | undefined;
|
|
1219
|
+
readonly kind?: string | undefined;
|
|
1220
|
+
readonly name?: string | undefined;
|
|
1221
|
+
readonly namespace?: string | undefined;
|
|
1222
|
+
readonly resourceVersion?: string | undefined;
|
|
1223
|
+
readonly uid?: string | undefined;
|
|
1224
|
+
} | undefined;
|
|
1225
|
+
readonly reportingController?: string | undefined;
|
|
1226
|
+
readonly reportingInstance?: string | undefined;
|
|
1227
|
+
readonly series?: {
|
|
1228
|
+
readonly count: number;
|
|
1229
|
+
readonly lastObservedTime: string;
|
|
1230
|
+
} | undefined;
|
|
1231
|
+
readonly type?: string | undefined;
|
|
1232
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
654
1233
|
export declare const WatchEventsV1EventListForAllNamespacesInput: Schema.Struct<{}>;
|
|
655
1234
|
export type WatchEventsV1EventListForAllNamespacesInput = typeof WatchEventsV1EventListForAllNamespacesInput.Type;
|
|
656
1235
|
export declare const WatchEventsV1EventListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -661,7 +1240,10 @@ export type WatchEventsV1EventListForAllNamespacesOutput = typeof WatchEventsV1E
|
|
|
661
1240
|
/**
|
|
662
1241
|
* watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.
|
|
663
1242
|
*/
|
|
664
|
-
export declare const watchEventsV1EventListForAllNamespaces:
|
|
1243
|
+
export declare const watchEventsV1EventListForAllNamespaces: API.OperationMethod<{}, {
|
|
1244
|
+
readonly object: unknown;
|
|
1245
|
+
readonly type: string;
|
|
1246
|
+
}, never, any>;
|
|
665
1247
|
export declare const WatchEventsV1NamespacedEventInput: Schema.Struct<{}>;
|
|
666
1248
|
export type WatchEventsV1NamespacedEventInput = typeof WatchEventsV1NamespacedEventInput.Type;
|
|
667
1249
|
export declare const WatchEventsV1NamespacedEventOutput: Schema.Struct<{
|
|
@@ -672,7 +1254,10 @@ export type WatchEventsV1NamespacedEventOutput = typeof WatchEventsV1NamespacedE
|
|
|
672
1254
|
/**
|
|
673
1255
|
* watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
674
1256
|
*/
|
|
675
|
-
export declare const watchEventsV1NamespacedEvent:
|
|
1257
|
+
export declare const watchEventsV1NamespacedEvent: API.OperationMethod<{}, {
|
|
1258
|
+
readonly object: unknown;
|
|
1259
|
+
readonly type: string;
|
|
1260
|
+
}, never, any>;
|
|
676
1261
|
export declare const WatchEventsV1NamespacedEventListInput: Schema.Struct<{}>;
|
|
677
1262
|
export type WatchEventsV1NamespacedEventListInput = typeof WatchEventsV1NamespacedEventListInput.Type;
|
|
678
1263
|
export declare const WatchEventsV1NamespacedEventListOutput: Schema.Struct<{
|
|
@@ -683,5 +1268,8 @@ export type WatchEventsV1NamespacedEventListOutput = typeof WatchEventsV1Namespa
|
|
|
683
1268
|
/**
|
|
684
1269
|
* watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.
|
|
685
1270
|
*/
|
|
686
|
-
export declare const watchEventsV1NamespacedEventList:
|
|
1271
|
+
export declare const watchEventsV1NamespacedEventList: API.OperationMethod<{}, {
|
|
1272
|
+
readonly object: unknown;
|
|
1273
|
+
readonly type: string;
|
|
1274
|
+
}, never, any>;
|
|
687
1275
|
//# sourceMappingURL=events.d.ts.map
|