@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
|
@@ -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 CreateFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
9
11
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
10
12
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -97,7 +99,93 @@ export type CreateFlowcontrolApiserverV1FlowSchemaOutput = typeof CreateFlowcont
|
|
|
97
99
|
* @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
|
|
98
100
|
* @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.
|
|
99
101
|
*/
|
|
100
|
-
export declare const createFlowcontrolApiserverV1FlowSchema:
|
|
102
|
+
export declare const createFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
103
|
+
readonly dryRun?: string | undefined;
|
|
104
|
+
readonly fieldValidation?: string | undefined;
|
|
105
|
+
}, {
|
|
106
|
+
readonly apiVersion?: string | undefined;
|
|
107
|
+
readonly kind?: string | undefined;
|
|
108
|
+
readonly metadata?: {
|
|
109
|
+
readonly annotations?: {
|
|
110
|
+
readonly [x: string]: string;
|
|
111
|
+
} | undefined;
|
|
112
|
+
readonly creationTimestamp?: string | undefined;
|
|
113
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
114
|
+
readonly deletionTimestamp?: string | undefined;
|
|
115
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
116
|
+
readonly generateName?: string | undefined;
|
|
117
|
+
readonly generation?: number | undefined;
|
|
118
|
+
readonly labels?: {
|
|
119
|
+
readonly [x: string]: string;
|
|
120
|
+
} | undefined;
|
|
121
|
+
readonly managedFields?: readonly {
|
|
122
|
+
readonly apiVersion?: string | undefined;
|
|
123
|
+
readonly fieldsType?: string | undefined;
|
|
124
|
+
readonly fieldsV1?: unknown;
|
|
125
|
+
readonly manager?: string | undefined;
|
|
126
|
+
readonly operation?: string | undefined;
|
|
127
|
+
readonly subresource?: string | undefined;
|
|
128
|
+
readonly time?: string | undefined;
|
|
129
|
+
}[] | undefined;
|
|
130
|
+
readonly name?: string | undefined;
|
|
131
|
+
readonly namespace?: string | undefined;
|
|
132
|
+
readonly ownerReferences?: readonly {
|
|
133
|
+
readonly apiVersion: string;
|
|
134
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
135
|
+
readonly controller?: boolean | undefined;
|
|
136
|
+
readonly kind: string;
|
|
137
|
+
readonly name: string;
|
|
138
|
+
readonly uid: string;
|
|
139
|
+
}[] | undefined;
|
|
140
|
+
readonly resourceVersion?: string | undefined;
|
|
141
|
+
readonly selfLink?: string | undefined;
|
|
142
|
+
readonly uid?: string | undefined;
|
|
143
|
+
} | undefined;
|
|
144
|
+
readonly spec?: {
|
|
145
|
+
readonly distinguisherMethod?: {
|
|
146
|
+
readonly type: string;
|
|
147
|
+
} | undefined;
|
|
148
|
+
readonly matchingPrecedence?: number | undefined;
|
|
149
|
+
readonly priorityLevelConfiguration: {
|
|
150
|
+
readonly name: string;
|
|
151
|
+
};
|
|
152
|
+
readonly rules?: readonly {
|
|
153
|
+
readonly nonResourceRules?: readonly {
|
|
154
|
+
readonly nonResourceURLs: readonly string[];
|
|
155
|
+
readonly verbs: readonly string[];
|
|
156
|
+
}[] | undefined;
|
|
157
|
+
readonly resourceRules?: readonly {
|
|
158
|
+
readonly apiGroups: readonly string[];
|
|
159
|
+
readonly clusterScope?: boolean | undefined;
|
|
160
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
161
|
+
readonly resources: readonly string[];
|
|
162
|
+
readonly verbs: readonly string[];
|
|
163
|
+
}[] | undefined;
|
|
164
|
+
readonly subjects: readonly {
|
|
165
|
+
readonly group?: {
|
|
166
|
+
readonly name: string;
|
|
167
|
+
} | undefined;
|
|
168
|
+
readonly kind: string;
|
|
169
|
+
readonly serviceAccount?: {
|
|
170
|
+
readonly name: string;
|
|
171
|
+
readonly namespace: string;
|
|
172
|
+
} | undefined;
|
|
173
|
+
readonly user?: {
|
|
174
|
+
readonly name: string;
|
|
175
|
+
} | undefined;
|
|
176
|
+
}[];
|
|
177
|
+
}[] | undefined;
|
|
178
|
+
} | undefined;
|
|
179
|
+
readonly status?: {
|
|
180
|
+
readonly conditions?: readonly {
|
|
181
|
+
readonly lastTransitionTime?: string | undefined;
|
|
182
|
+
readonly message?: string | undefined;
|
|
183
|
+
readonly reason?: string | undefined;
|
|
184
|
+
readonly status?: string | undefined;
|
|
185
|
+
readonly type?: string | undefined;
|
|
186
|
+
}[] | undefined;
|
|
187
|
+
} | undefined;
|
|
188
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
101
189
|
export declare const CreateFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
102
190
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
103
191
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -175,7 +263,78 @@ export type CreateFlowcontrolApiserverV1PriorityLevelConfigurationOutput = typeo
|
|
|
175
263
|
* @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
|
|
176
264
|
* @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.
|
|
177
265
|
*/
|
|
178
|
-
export declare const createFlowcontrolApiserverV1PriorityLevelConfiguration:
|
|
266
|
+
export declare const createFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{
|
|
267
|
+
readonly dryRun?: string | undefined;
|
|
268
|
+
readonly fieldValidation?: string | undefined;
|
|
269
|
+
}, {
|
|
270
|
+
readonly apiVersion?: string | undefined;
|
|
271
|
+
readonly kind?: string | undefined;
|
|
272
|
+
readonly metadata?: {
|
|
273
|
+
readonly annotations?: {
|
|
274
|
+
readonly [x: string]: string;
|
|
275
|
+
} | undefined;
|
|
276
|
+
readonly creationTimestamp?: string | undefined;
|
|
277
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
278
|
+
readonly deletionTimestamp?: string | undefined;
|
|
279
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
280
|
+
readonly generateName?: string | undefined;
|
|
281
|
+
readonly generation?: number | undefined;
|
|
282
|
+
readonly labels?: {
|
|
283
|
+
readonly [x: string]: string;
|
|
284
|
+
} | undefined;
|
|
285
|
+
readonly managedFields?: readonly {
|
|
286
|
+
readonly apiVersion?: string | undefined;
|
|
287
|
+
readonly fieldsType?: string | undefined;
|
|
288
|
+
readonly fieldsV1?: unknown;
|
|
289
|
+
readonly manager?: string | undefined;
|
|
290
|
+
readonly operation?: string | undefined;
|
|
291
|
+
readonly subresource?: string | undefined;
|
|
292
|
+
readonly time?: string | undefined;
|
|
293
|
+
}[] | undefined;
|
|
294
|
+
readonly name?: string | undefined;
|
|
295
|
+
readonly namespace?: string | undefined;
|
|
296
|
+
readonly ownerReferences?: readonly {
|
|
297
|
+
readonly apiVersion: string;
|
|
298
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
299
|
+
readonly controller?: boolean | undefined;
|
|
300
|
+
readonly kind: string;
|
|
301
|
+
readonly name: string;
|
|
302
|
+
readonly uid: string;
|
|
303
|
+
}[] | undefined;
|
|
304
|
+
readonly resourceVersion?: string | undefined;
|
|
305
|
+
readonly selfLink?: string | undefined;
|
|
306
|
+
readonly uid?: string | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
readonly spec?: {
|
|
309
|
+
readonly exempt?: {
|
|
310
|
+
readonly lendablePercent?: number | undefined;
|
|
311
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
312
|
+
} | undefined;
|
|
313
|
+
readonly limited?: {
|
|
314
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
315
|
+
readonly lendablePercent?: number | undefined;
|
|
316
|
+
readonly limitResponse?: {
|
|
317
|
+
readonly queuing?: {
|
|
318
|
+
readonly handSize?: number | undefined;
|
|
319
|
+
readonly queueLengthLimit?: number | undefined;
|
|
320
|
+
readonly queues?: number | undefined;
|
|
321
|
+
} | undefined;
|
|
322
|
+
readonly type: string;
|
|
323
|
+
} | undefined;
|
|
324
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
325
|
+
} | undefined;
|
|
326
|
+
readonly type: string;
|
|
327
|
+
} | undefined;
|
|
328
|
+
readonly status?: {
|
|
329
|
+
readonly conditions?: readonly {
|
|
330
|
+
readonly lastTransitionTime?: string | undefined;
|
|
331
|
+
readonly message?: string | undefined;
|
|
332
|
+
readonly reason?: string | undefined;
|
|
333
|
+
readonly status?: string | undefined;
|
|
334
|
+
readonly type?: string | undefined;
|
|
335
|
+
}[] | undefined;
|
|
336
|
+
} | undefined;
|
|
337
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
179
338
|
export declare const DeleteFlowcontrolApiserverV1CollectionFlowSchemaInput: Schema.Struct<{
|
|
180
339
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
181
340
|
}>;
|
|
@@ -215,7 +374,37 @@ export type DeleteFlowcontrolApiserverV1CollectionFlowSchemaOutput = typeof Dele
|
|
|
215
374
|
*
|
|
216
375
|
* @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
|
|
217
376
|
*/
|
|
218
|
-
export declare const deleteFlowcontrolApiserverV1CollectionFlowSchema:
|
|
377
|
+
export declare const deleteFlowcontrolApiserverV1CollectionFlowSchema: API.OperationMethod<{
|
|
378
|
+
readonly dryRun?: string | undefined;
|
|
379
|
+
}, {
|
|
380
|
+
readonly apiVersion?: string | undefined;
|
|
381
|
+
readonly code?: number | undefined;
|
|
382
|
+
readonly details?: {
|
|
383
|
+
readonly causes?: readonly {
|
|
384
|
+
readonly field?: string | undefined;
|
|
385
|
+
readonly message?: string | undefined;
|
|
386
|
+
readonly reason?: string | undefined;
|
|
387
|
+
}[] | undefined;
|
|
388
|
+
readonly group?: string | undefined;
|
|
389
|
+
readonly kind?: string | undefined;
|
|
390
|
+
readonly name?: string | undefined;
|
|
391
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
392
|
+
readonly uid?: string | undefined;
|
|
393
|
+
} | undefined;
|
|
394
|
+
readonly kind?: string | undefined;
|
|
395
|
+
readonly message?: string | undefined;
|
|
396
|
+
readonly metadata?: {
|
|
397
|
+
readonly continue?: string | undefined;
|
|
398
|
+
readonly remainingItemCount?: number | undefined;
|
|
399
|
+
readonly resourceVersion?: string | undefined;
|
|
400
|
+
readonly selfLink?: string | undefined;
|
|
401
|
+
readonly shardInfo?: {
|
|
402
|
+
readonly selector: string;
|
|
403
|
+
} | undefined;
|
|
404
|
+
} | undefined;
|
|
405
|
+
readonly reason?: string | undefined;
|
|
406
|
+
readonly status?: string | undefined;
|
|
407
|
+
}, never, any>;
|
|
219
408
|
export declare const DeleteFlowcontrolApiserverV1CollectionPriorityLevelConfigurationInput: Schema.Struct<{
|
|
220
409
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
221
410
|
}>;
|
|
@@ -255,7 +444,37 @@ export type DeleteFlowcontrolApiserverV1CollectionPriorityLevelConfigurationOutp
|
|
|
255
444
|
*
|
|
256
445
|
* @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
|
|
257
446
|
*/
|
|
258
|
-
export declare const deleteFlowcontrolApiserverV1CollectionPriorityLevelConfiguration:
|
|
447
|
+
export declare const deleteFlowcontrolApiserverV1CollectionPriorityLevelConfiguration: API.OperationMethod<{
|
|
448
|
+
readonly dryRun?: string | undefined;
|
|
449
|
+
}, {
|
|
450
|
+
readonly apiVersion?: string | undefined;
|
|
451
|
+
readonly code?: number | undefined;
|
|
452
|
+
readonly details?: {
|
|
453
|
+
readonly causes?: readonly {
|
|
454
|
+
readonly field?: string | undefined;
|
|
455
|
+
readonly message?: string | undefined;
|
|
456
|
+
readonly reason?: string | undefined;
|
|
457
|
+
}[] | undefined;
|
|
458
|
+
readonly group?: string | undefined;
|
|
459
|
+
readonly kind?: string | undefined;
|
|
460
|
+
readonly name?: string | undefined;
|
|
461
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
462
|
+
readonly uid?: string | undefined;
|
|
463
|
+
} | undefined;
|
|
464
|
+
readonly kind?: string | undefined;
|
|
465
|
+
readonly message?: string | undefined;
|
|
466
|
+
readonly metadata?: {
|
|
467
|
+
readonly continue?: string | undefined;
|
|
468
|
+
readonly remainingItemCount?: number | undefined;
|
|
469
|
+
readonly resourceVersion?: string | undefined;
|
|
470
|
+
readonly selfLink?: string | undefined;
|
|
471
|
+
readonly shardInfo?: {
|
|
472
|
+
readonly selector: string;
|
|
473
|
+
} | undefined;
|
|
474
|
+
} | undefined;
|
|
475
|
+
readonly reason?: string | undefined;
|
|
476
|
+
readonly status?: string | undefined;
|
|
477
|
+
}, never, any>;
|
|
259
478
|
export declare const DeleteFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
260
479
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
261
480
|
}>;
|
|
@@ -295,7 +514,37 @@ export type DeleteFlowcontrolApiserverV1FlowSchemaOutput = typeof DeleteFlowcont
|
|
|
295
514
|
*
|
|
296
515
|
* @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
|
|
297
516
|
*/
|
|
298
|
-
export declare const deleteFlowcontrolApiserverV1FlowSchema:
|
|
517
|
+
export declare const deleteFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
518
|
+
readonly dryRun?: string | undefined;
|
|
519
|
+
}, {
|
|
520
|
+
readonly apiVersion?: string | undefined;
|
|
521
|
+
readonly code?: number | undefined;
|
|
522
|
+
readonly details?: {
|
|
523
|
+
readonly causes?: readonly {
|
|
524
|
+
readonly field?: string | undefined;
|
|
525
|
+
readonly message?: string | undefined;
|
|
526
|
+
readonly reason?: string | undefined;
|
|
527
|
+
}[] | undefined;
|
|
528
|
+
readonly group?: string | undefined;
|
|
529
|
+
readonly kind?: string | undefined;
|
|
530
|
+
readonly name?: string | undefined;
|
|
531
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
532
|
+
readonly uid?: string | undefined;
|
|
533
|
+
} | undefined;
|
|
534
|
+
readonly kind?: string | undefined;
|
|
535
|
+
readonly message?: string | undefined;
|
|
536
|
+
readonly metadata?: {
|
|
537
|
+
readonly continue?: string | undefined;
|
|
538
|
+
readonly remainingItemCount?: number | undefined;
|
|
539
|
+
readonly resourceVersion?: string | undefined;
|
|
540
|
+
readonly selfLink?: string | undefined;
|
|
541
|
+
readonly shardInfo?: {
|
|
542
|
+
readonly selector: string;
|
|
543
|
+
} | undefined;
|
|
544
|
+
} | undefined;
|
|
545
|
+
readonly reason?: string | undefined;
|
|
546
|
+
readonly status?: string | undefined;
|
|
547
|
+
}, Conflict | NotFound, any>;
|
|
299
548
|
export declare const DeleteFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
300
549
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
301
550
|
}>;
|
|
@@ -335,7 +584,37 @@ export type DeleteFlowcontrolApiserverV1PriorityLevelConfigurationOutput = typeo
|
|
|
335
584
|
*
|
|
336
585
|
* @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
|
|
337
586
|
*/
|
|
338
|
-
export declare const deleteFlowcontrolApiserverV1PriorityLevelConfiguration:
|
|
587
|
+
export declare const deleteFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{
|
|
588
|
+
readonly dryRun?: string | undefined;
|
|
589
|
+
}, {
|
|
590
|
+
readonly apiVersion?: string | undefined;
|
|
591
|
+
readonly code?: number | undefined;
|
|
592
|
+
readonly details?: {
|
|
593
|
+
readonly causes?: readonly {
|
|
594
|
+
readonly field?: string | undefined;
|
|
595
|
+
readonly message?: string | undefined;
|
|
596
|
+
readonly reason?: string | undefined;
|
|
597
|
+
}[] | undefined;
|
|
598
|
+
readonly group?: string | undefined;
|
|
599
|
+
readonly kind?: string | undefined;
|
|
600
|
+
readonly name?: string | undefined;
|
|
601
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
602
|
+
readonly uid?: string | undefined;
|
|
603
|
+
} | undefined;
|
|
604
|
+
readonly kind?: string | undefined;
|
|
605
|
+
readonly message?: string | undefined;
|
|
606
|
+
readonly metadata?: {
|
|
607
|
+
readonly continue?: string | undefined;
|
|
608
|
+
readonly remainingItemCount?: number | undefined;
|
|
609
|
+
readonly resourceVersion?: string | undefined;
|
|
610
|
+
readonly selfLink?: string | undefined;
|
|
611
|
+
readonly shardInfo?: {
|
|
612
|
+
readonly selector: string;
|
|
613
|
+
} | undefined;
|
|
614
|
+
} | undefined;
|
|
615
|
+
readonly reason?: string | undefined;
|
|
616
|
+
readonly status?: string | undefined;
|
|
617
|
+
}, Conflict | NotFound, any>;
|
|
339
618
|
export declare const GetFlowcontrolApiserverAPIGroupInput: Schema.Struct<{}>;
|
|
340
619
|
export type GetFlowcontrolApiserverAPIGroupInput = typeof GetFlowcontrolApiserverAPIGroupInput.Type;
|
|
341
620
|
export declare const GetFlowcontrolApiserverAPIGroupOutput: Schema.Struct<{
|
|
@@ -359,7 +638,23 @@ export type GetFlowcontrolApiserverAPIGroupOutput = typeof GetFlowcontrolApiserv
|
|
|
359
638
|
/**
|
|
360
639
|
* get information of a group
|
|
361
640
|
*/
|
|
362
|
-
export declare const getFlowcontrolApiserverAPIGroup:
|
|
641
|
+
export declare const getFlowcontrolApiserverAPIGroup: API.OperationMethod<{}, {
|
|
642
|
+
readonly apiVersion?: string | undefined;
|
|
643
|
+
readonly kind?: string | undefined;
|
|
644
|
+
readonly name: string;
|
|
645
|
+
readonly preferredVersion?: {
|
|
646
|
+
readonly groupVersion: string;
|
|
647
|
+
readonly version: string;
|
|
648
|
+
} | undefined;
|
|
649
|
+
readonly serverAddressByClientCIDRs?: readonly {
|
|
650
|
+
readonly clientCIDR: string;
|
|
651
|
+
readonly serverAddress: string;
|
|
652
|
+
}[] | undefined;
|
|
653
|
+
readonly versions: readonly {
|
|
654
|
+
readonly groupVersion: string;
|
|
655
|
+
readonly version: string;
|
|
656
|
+
}[];
|
|
657
|
+
}, never, any>;
|
|
363
658
|
export declare const GetFlowcontrolApiserverV1APIResourcesInput: Schema.Struct<{}>;
|
|
364
659
|
export type GetFlowcontrolApiserverV1APIResourcesInput = typeof GetFlowcontrolApiserverV1APIResourcesInput.Type;
|
|
365
660
|
export declare const GetFlowcontrolApiserverV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -383,7 +678,23 @@ export type GetFlowcontrolApiserverV1APIResourcesOutput = typeof GetFlowcontrolA
|
|
|
383
678
|
/**
|
|
384
679
|
* get available resources
|
|
385
680
|
*/
|
|
386
|
-
export declare const getFlowcontrolApiserverV1APIResources:
|
|
681
|
+
export declare const getFlowcontrolApiserverV1APIResources: API.OperationMethod<{}, {
|
|
682
|
+
readonly apiVersion?: string | undefined;
|
|
683
|
+
readonly groupVersion: string;
|
|
684
|
+
readonly kind?: string | undefined;
|
|
685
|
+
readonly resources: readonly {
|
|
686
|
+
readonly categories?: readonly string[] | undefined;
|
|
687
|
+
readonly group?: string | undefined;
|
|
688
|
+
readonly kind: string;
|
|
689
|
+
readonly name: string;
|
|
690
|
+
readonly namespaced: boolean;
|
|
691
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
692
|
+
readonly singularName: string;
|
|
693
|
+
readonly storageVersionHash?: string | undefined;
|
|
694
|
+
readonly verbs: readonly string[];
|
|
695
|
+
readonly version?: string | undefined;
|
|
696
|
+
}[];
|
|
697
|
+
}, never, any>;
|
|
387
698
|
export declare const ListFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{}>;
|
|
388
699
|
export type ListFlowcontrolApiserverV1FlowSchemaInput = typeof ListFlowcontrolApiserverV1FlowSchemaInput.Type;
|
|
389
700
|
export declare const ListFlowcontrolApiserverV1FlowSchemaOutput: Schema.Struct<{
|
|
@@ -483,7 +794,103 @@ export type ListFlowcontrolApiserverV1FlowSchemaOutput = typeof ListFlowcontrolA
|
|
|
483
794
|
/**
|
|
484
795
|
* list or watch objects of kind FlowSchema
|
|
485
796
|
*/
|
|
486
|
-
export declare const listFlowcontrolApiserverV1FlowSchema:
|
|
797
|
+
export declare const listFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{}, {
|
|
798
|
+
readonly apiVersion?: string | undefined;
|
|
799
|
+
readonly items: readonly {
|
|
800
|
+
readonly apiVersion?: string | undefined;
|
|
801
|
+
readonly kind?: string | undefined;
|
|
802
|
+
readonly metadata?: {
|
|
803
|
+
readonly annotations?: {
|
|
804
|
+
readonly [x: string]: string;
|
|
805
|
+
} | undefined;
|
|
806
|
+
readonly creationTimestamp?: string | undefined;
|
|
807
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
808
|
+
readonly deletionTimestamp?: string | undefined;
|
|
809
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
810
|
+
readonly generateName?: string | undefined;
|
|
811
|
+
readonly generation?: number | undefined;
|
|
812
|
+
readonly labels?: {
|
|
813
|
+
readonly [x: string]: string;
|
|
814
|
+
} | undefined;
|
|
815
|
+
readonly managedFields?: readonly {
|
|
816
|
+
readonly apiVersion?: string | undefined;
|
|
817
|
+
readonly fieldsType?: string | undefined;
|
|
818
|
+
readonly fieldsV1?: unknown;
|
|
819
|
+
readonly manager?: string | undefined;
|
|
820
|
+
readonly operation?: string | undefined;
|
|
821
|
+
readonly subresource?: string | undefined;
|
|
822
|
+
readonly time?: string | undefined;
|
|
823
|
+
}[] | undefined;
|
|
824
|
+
readonly name?: string | undefined;
|
|
825
|
+
readonly namespace?: string | undefined;
|
|
826
|
+
readonly ownerReferences?: readonly {
|
|
827
|
+
readonly apiVersion: string;
|
|
828
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
829
|
+
readonly controller?: boolean | undefined;
|
|
830
|
+
readonly kind: string;
|
|
831
|
+
readonly name: string;
|
|
832
|
+
readonly uid: string;
|
|
833
|
+
}[] | undefined;
|
|
834
|
+
readonly resourceVersion?: string | undefined;
|
|
835
|
+
readonly selfLink?: string | undefined;
|
|
836
|
+
readonly uid?: string | undefined;
|
|
837
|
+
} | undefined;
|
|
838
|
+
readonly spec?: {
|
|
839
|
+
readonly distinguisherMethod?: {
|
|
840
|
+
readonly type: string;
|
|
841
|
+
} | undefined;
|
|
842
|
+
readonly matchingPrecedence?: number | undefined;
|
|
843
|
+
readonly priorityLevelConfiguration: {
|
|
844
|
+
readonly name: string;
|
|
845
|
+
};
|
|
846
|
+
readonly rules?: readonly {
|
|
847
|
+
readonly nonResourceRules?: readonly {
|
|
848
|
+
readonly nonResourceURLs: readonly string[];
|
|
849
|
+
readonly verbs: readonly string[];
|
|
850
|
+
}[] | undefined;
|
|
851
|
+
readonly resourceRules?: readonly {
|
|
852
|
+
readonly apiGroups: readonly string[];
|
|
853
|
+
readonly clusterScope?: boolean | undefined;
|
|
854
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
855
|
+
readonly resources: readonly string[];
|
|
856
|
+
readonly verbs: readonly string[];
|
|
857
|
+
}[] | undefined;
|
|
858
|
+
readonly subjects: readonly {
|
|
859
|
+
readonly group?: {
|
|
860
|
+
readonly name: string;
|
|
861
|
+
} | undefined;
|
|
862
|
+
readonly kind: string;
|
|
863
|
+
readonly serviceAccount?: {
|
|
864
|
+
readonly name: string;
|
|
865
|
+
readonly namespace: string;
|
|
866
|
+
} | undefined;
|
|
867
|
+
readonly user?: {
|
|
868
|
+
readonly name: string;
|
|
869
|
+
} | undefined;
|
|
870
|
+
}[];
|
|
871
|
+
}[] | undefined;
|
|
872
|
+
} | undefined;
|
|
873
|
+
readonly status?: {
|
|
874
|
+
readonly conditions?: readonly {
|
|
875
|
+
readonly lastTransitionTime?: string | undefined;
|
|
876
|
+
readonly message?: string | undefined;
|
|
877
|
+
readonly reason?: string | undefined;
|
|
878
|
+
readonly status?: string | undefined;
|
|
879
|
+
readonly type?: string | undefined;
|
|
880
|
+
}[] | undefined;
|
|
881
|
+
} | undefined;
|
|
882
|
+
}[];
|
|
883
|
+
readonly kind?: string | undefined;
|
|
884
|
+
readonly metadata?: {
|
|
885
|
+
readonly continue?: string | undefined;
|
|
886
|
+
readonly remainingItemCount?: number | undefined;
|
|
887
|
+
readonly resourceVersion?: string | undefined;
|
|
888
|
+
readonly selfLink?: string | undefined;
|
|
889
|
+
readonly shardInfo?: {
|
|
890
|
+
readonly selector: string;
|
|
891
|
+
} | undefined;
|
|
892
|
+
} | undefined;
|
|
893
|
+
}, never, any>;
|
|
487
894
|
export declare const ListFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{}>;
|
|
488
895
|
export type ListFlowcontrolApiserverV1PriorityLevelConfigurationInput = typeof ListFlowcontrolApiserverV1PriorityLevelConfigurationInput.Type;
|
|
489
896
|
export declare const ListFlowcontrolApiserverV1PriorityLevelConfigurationOutput: Schema.Struct<{
|
|
@@ -568,7 +975,88 @@ export type ListFlowcontrolApiserverV1PriorityLevelConfigurationOutput = typeof
|
|
|
568
975
|
/**
|
|
569
976
|
* list or watch objects of kind PriorityLevelConfiguration
|
|
570
977
|
*/
|
|
571
|
-
export declare const listFlowcontrolApiserverV1PriorityLevelConfiguration:
|
|
978
|
+
export declare const listFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{}, {
|
|
979
|
+
readonly apiVersion?: string | undefined;
|
|
980
|
+
readonly items: readonly {
|
|
981
|
+
readonly apiVersion?: string | undefined;
|
|
982
|
+
readonly kind?: string | undefined;
|
|
983
|
+
readonly metadata?: {
|
|
984
|
+
readonly annotations?: {
|
|
985
|
+
readonly [x: string]: string;
|
|
986
|
+
} | undefined;
|
|
987
|
+
readonly creationTimestamp?: string | undefined;
|
|
988
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
989
|
+
readonly deletionTimestamp?: string | undefined;
|
|
990
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
991
|
+
readonly generateName?: string | undefined;
|
|
992
|
+
readonly generation?: number | undefined;
|
|
993
|
+
readonly labels?: {
|
|
994
|
+
readonly [x: string]: string;
|
|
995
|
+
} | undefined;
|
|
996
|
+
readonly managedFields?: readonly {
|
|
997
|
+
readonly apiVersion?: string | undefined;
|
|
998
|
+
readonly fieldsType?: string | undefined;
|
|
999
|
+
readonly fieldsV1?: unknown;
|
|
1000
|
+
readonly manager?: string | undefined;
|
|
1001
|
+
readonly operation?: string | undefined;
|
|
1002
|
+
readonly subresource?: string | undefined;
|
|
1003
|
+
readonly time?: string | undefined;
|
|
1004
|
+
}[] | undefined;
|
|
1005
|
+
readonly name?: string | undefined;
|
|
1006
|
+
readonly namespace?: string | undefined;
|
|
1007
|
+
readonly ownerReferences?: readonly {
|
|
1008
|
+
readonly apiVersion: string;
|
|
1009
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1010
|
+
readonly controller?: boolean | undefined;
|
|
1011
|
+
readonly kind: string;
|
|
1012
|
+
readonly name: string;
|
|
1013
|
+
readonly uid: string;
|
|
1014
|
+
}[] | undefined;
|
|
1015
|
+
readonly resourceVersion?: string | undefined;
|
|
1016
|
+
readonly selfLink?: string | undefined;
|
|
1017
|
+
readonly uid?: string | undefined;
|
|
1018
|
+
} | undefined;
|
|
1019
|
+
readonly spec?: {
|
|
1020
|
+
readonly exempt?: {
|
|
1021
|
+
readonly lendablePercent?: number | undefined;
|
|
1022
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
1023
|
+
} | undefined;
|
|
1024
|
+
readonly limited?: {
|
|
1025
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
1026
|
+
readonly lendablePercent?: number | undefined;
|
|
1027
|
+
readonly limitResponse?: {
|
|
1028
|
+
readonly queuing?: {
|
|
1029
|
+
readonly handSize?: number | undefined;
|
|
1030
|
+
readonly queueLengthLimit?: number | undefined;
|
|
1031
|
+
readonly queues?: number | undefined;
|
|
1032
|
+
} | undefined;
|
|
1033
|
+
readonly type: string;
|
|
1034
|
+
} | undefined;
|
|
1035
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
1036
|
+
} | undefined;
|
|
1037
|
+
readonly type: string;
|
|
1038
|
+
} | undefined;
|
|
1039
|
+
readonly status?: {
|
|
1040
|
+
readonly conditions?: readonly {
|
|
1041
|
+
readonly lastTransitionTime?: string | undefined;
|
|
1042
|
+
readonly message?: string | undefined;
|
|
1043
|
+
readonly reason?: string | undefined;
|
|
1044
|
+
readonly status?: string | undefined;
|
|
1045
|
+
readonly type?: string | undefined;
|
|
1046
|
+
}[] | undefined;
|
|
1047
|
+
} | undefined;
|
|
1048
|
+
}[];
|
|
1049
|
+
readonly kind?: string | undefined;
|
|
1050
|
+
readonly metadata?: {
|
|
1051
|
+
readonly continue?: string | undefined;
|
|
1052
|
+
readonly remainingItemCount?: number | undefined;
|
|
1053
|
+
readonly resourceVersion?: string | undefined;
|
|
1054
|
+
readonly selfLink?: string | undefined;
|
|
1055
|
+
readonly shardInfo?: {
|
|
1056
|
+
readonly selector: string;
|
|
1057
|
+
} | undefined;
|
|
1058
|
+
} | undefined;
|
|
1059
|
+
}, never, any>;
|
|
572
1060
|
export declare const PatchFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
573
1061
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
574
1062
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -661,7 +1149,93 @@ export type PatchFlowcontrolApiserverV1FlowSchemaOutput = typeof PatchFlowcontro
|
|
|
661
1149
|
* @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
|
|
662
1150
|
* @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.
|
|
663
1151
|
*/
|
|
664
|
-
export declare const patchFlowcontrolApiserverV1FlowSchema:
|
|
1152
|
+
export declare const patchFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
1153
|
+
readonly dryRun?: string | undefined;
|
|
1154
|
+
readonly fieldValidation?: string | undefined;
|
|
1155
|
+
}, {
|
|
1156
|
+
readonly apiVersion?: string | undefined;
|
|
1157
|
+
readonly kind?: string | undefined;
|
|
1158
|
+
readonly metadata?: {
|
|
1159
|
+
readonly annotations?: {
|
|
1160
|
+
readonly [x: string]: string;
|
|
1161
|
+
} | undefined;
|
|
1162
|
+
readonly creationTimestamp?: string | undefined;
|
|
1163
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1164
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1165
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1166
|
+
readonly generateName?: string | undefined;
|
|
1167
|
+
readonly generation?: number | undefined;
|
|
1168
|
+
readonly labels?: {
|
|
1169
|
+
readonly [x: string]: string;
|
|
1170
|
+
} | undefined;
|
|
1171
|
+
readonly managedFields?: readonly {
|
|
1172
|
+
readonly apiVersion?: string | undefined;
|
|
1173
|
+
readonly fieldsType?: string | undefined;
|
|
1174
|
+
readonly fieldsV1?: unknown;
|
|
1175
|
+
readonly manager?: string | undefined;
|
|
1176
|
+
readonly operation?: string | undefined;
|
|
1177
|
+
readonly subresource?: string | undefined;
|
|
1178
|
+
readonly time?: string | undefined;
|
|
1179
|
+
}[] | undefined;
|
|
1180
|
+
readonly name?: string | undefined;
|
|
1181
|
+
readonly namespace?: string | undefined;
|
|
1182
|
+
readonly ownerReferences?: readonly {
|
|
1183
|
+
readonly apiVersion: string;
|
|
1184
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1185
|
+
readonly controller?: boolean | undefined;
|
|
1186
|
+
readonly kind: string;
|
|
1187
|
+
readonly name: string;
|
|
1188
|
+
readonly uid: string;
|
|
1189
|
+
}[] | undefined;
|
|
1190
|
+
readonly resourceVersion?: string | undefined;
|
|
1191
|
+
readonly selfLink?: string | undefined;
|
|
1192
|
+
readonly uid?: string | undefined;
|
|
1193
|
+
} | undefined;
|
|
1194
|
+
readonly spec?: {
|
|
1195
|
+
readonly distinguisherMethod?: {
|
|
1196
|
+
readonly type: string;
|
|
1197
|
+
} | undefined;
|
|
1198
|
+
readonly matchingPrecedence?: number | undefined;
|
|
1199
|
+
readonly priorityLevelConfiguration: {
|
|
1200
|
+
readonly name: string;
|
|
1201
|
+
};
|
|
1202
|
+
readonly rules?: readonly {
|
|
1203
|
+
readonly nonResourceRules?: readonly {
|
|
1204
|
+
readonly nonResourceURLs: readonly string[];
|
|
1205
|
+
readonly verbs: readonly string[];
|
|
1206
|
+
}[] | undefined;
|
|
1207
|
+
readonly resourceRules?: readonly {
|
|
1208
|
+
readonly apiGroups: readonly string[];
|
|
1209
|
+
readonly clusterScope?: boolean | undefined;
|
|
1210
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
1211
|
+
readonly resources: readonly string[];
|
|
1212
|
+
readonly verbs: readonly string[];
|
|
1213
|
+
}[] | undefined;
|
|
1214
|
+
readonly subjects: readonly {
|
|
1215
|
+
readonly group?: {
|
|
1216
|
+
readonly name: string;
|
|
1217
|
+
} | undefined;
|
|
1218
|
+
readonly kind: string;
|
|
1219
|
+
readonly serviceAccount?: {
|
|
1220
|
+
readonly name: string;
|
|
1221
|
+
readonly namespace: string;
|
|
1222
|
+
} | undefined;
|
|
1223
|
+
readonly user?: {
|
|
1224
|
+
readonly name: string;
|
|
1225
|
+
} | undefined;
|
|
1226
|
+
}[];
|
|
1227
|
+
}[] | undefined;
|
|
1228
|
+
} | undefined;
|
|
1229
|
+
readonly status?: {
|
|
1230
|
+
readonly conditions?: readonly {
|
|
1231
|
+
readonly lastTransitionTime?: string | undefined;
|
|
1232
|
+
readonly message?: string | undefined;
|
|
1233
|
+
readonly reason?: string | undefined;
|
|
1234
|
+
readonly status?: string | undefined;
|
|
1235
|
+
readonly type?: string | undefined;
|
|
1236
|
+
}[] | undefined;
|
|
1237
|
+
} | undefined;
|
|
1238
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
665
1239
|
export declare const PatchFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{
|
|
666
1240
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
667
1241
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -754,7 +1328,93 @@ export type PatchFlowcontrolApiserverV1FlowSchemaStatusOutput = typeof PatchFlow
|
|
|
754
1328
|
* @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
|
|
755
1329
|
* @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.
|
|
756
1330
|
*/
|
|
757
|
-
export declare const patchFlowcontrolApiserverV1FlowSchemaStatus:
|
|
1331
|
+
export declare const patchFlowcontrolApiserverV1FlowSchemaStatus: API.OperationMethod<{
|
|
1332
|
+
readonly dryRun?: string | undefined;
|
|
1333
|
+
readonly fieldValidation?: string | undefined;
|
|
1334
|
+
}, {
|
|
1335
|
+
readonly apiVersion?: string | undefined;
|
|
1336
|
+
readonly kind?: string | undefined;
|
|
1337
|
+
readonly metadata?: {
|
|
1338
|
+
readonly annotations?: {
|
|
1339
|
+
readonly [x: string]: string;
|
|
1340
|
+
} | undefined;
|
|
1341
|
+
readonly creationTimestamp?: string | undefined;
|
|
1342
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1343
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1344
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1345
|
+
readonly generateName?: string | undefined;
|
|
1346
|
+
readonly generation?: number | undefined;
|
|
1347
|
+
readonly labels?: {
|
|
1348
|
+
readonly [x: string]: string;
|
|
1349
|
+
} | undefined;
|
|
1350
|
+
readonly managedFields?: readonly {
|
|
1351
|
+
readonly apiVersion?: string | undefined;
|
|
1352
|
+
readonly fieldsType?: string | undefined;
|
|
1353
|
+
readonly fieldsV1?: unknown;
|
|
1354
|
+
readonly manager?: string | undefined;
|
|
1355
|
+
readonly operation?: string | undefined;
|
|
1356
|
+
readonly subresource?: string | undefined;
|
|
1357
|
+
readonly time?: string | undefined;
|
|
1358
|
+
}[] | undefined;
|
|
1359
|
+
readonly name?: string | undefined;
|
|
1360
|
+
readonly namespace?: string | undefined;
|
|
1361
|
+
readonly ownerReferences?: readonly {
|
|
1362
|
+
readonly apiVersion: string;
|
|
1363
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1364
|
+
readonly controller?: boolean | undefined;
|
|
1365
|
+
readonly kind: string;
|
|
1366
|
+
readonly name: string;
|
|
1367
|
+
readonly uid: string;
|
|
1368
|
+
}[] | undefined;
|
|
1369
|
+
readonly resourceVersion?: string | undefined;
|
|
1370
|
+
readonly selfLink?: string | undefined;
|
|
1371
|
+
readonly uid?: string | undefined;
|
|
1372
|
+
} | undefined;
|
|
1373
|
+
readonly spec?: {
|
|
1374
|
+
readonly distinguisherMethod?: {
|
|
1375
|
+
readonly type: string;
|
|
1376
|
+
} | undefined;
|
|
1377
|
+
readonly matchingPrecedence?: number | undefined;
|
|
1378
|
+
readonly priorityLevelConfiguration: {
|
|
1379
|
+
readonly name: string;
|
|
1380
|
+
};
|
|
1381
|
+
readonly rules?: readonly {
|
|
1382
|
+
readonly nonResourceRules?: readonly {
|
|
1383
|
+
readonly nonResourceURLs: readonly string[];
|
|
1384
|
+
readonly verbs: readonly string[];
|
|
1385
|
+
}[] | undefined;
|
|
1386
|
+
readonly resourceRules?: readonly {
|
|
1387
|
+
readonly apiGroups: readonly string[];
|
|
1388
|
+
readonly clusterScope?: boolean | undefined;
|
|
1389
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
1390
|
+
readonly resources: readonly string[];
|
|
1391
|
+
readonly verbs: readonly string[];
|
|
1392
|
+
}[] | undefined;
|
|
1393
|
+
readonly subjects: readonly {
|
|
1394
|
+
readonly group?: {
|
|
1395
|
+
readonly name: string;
|
|
1396
|
+
} | undefined;
|
|
1397
|
+
readonly kind: string;
|
|
1398
|
+
readonly serviceAccount?: {
|
|
1399
|
+
readonly name: string;
|
|
1400
|
+
readonly namespace: string;
|
|
1401
|
+
} | undefined;
|
|
1402
|
+
readonly user?: {
|
|
1403
|
+
readonly name: string;
|
|
1404
|
+
} | undefined;
|
|
1405
|
+
}[];
|
|
1406
|
+
}[] | undefined;
|
|
1407
|
+
} | undefined;
|
|
1408
|
+
readonly status?: {
|
|
1409
|
+
readonly conditions?: readonly {
|
|
1410
|
+
readonly lastTransitionTime?: string | undefined;
|
|
1411
|
+
readonly message?: string | undefined;
|
|
1412
|
+
readonly reason?: string | undefined;
|
|
1413
|
+
readonly status?: string | undefined;
|
|
1414
|
+
readonly type?: string | undefined;
|
|
1415
|
+
}[] | undefined;
|
|
1416
|
+
} | undefined;
|
|
1417
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
758
1418
|
export declare const PatchFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
759
1419
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
760
1420
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -832,7 +1492,78 @@ export type PatchFlowcontrolApiserverV1PriorityLevelConfigurationOutput = typeof
|
|
|
832
1492
|
* @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
|
|
833
1493
|
* @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.
|
|
834
1494
|
*/
|
|
835
|
-
export declare const patchFlowcontrolApiserverV1PriorityLevelConfiguration:
|
|
1495
|
+
export declare const patchFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{
|
|
1496
|
+
readonly dryRun?: string | undefined;
|
|
1497
|
+
readonly fieldValidation?: string | undefined;
|
|
1498
|
+
}, {
|
|
1499
|
+
readonly apiVersion?: string | undefined;
|
|
1500
|
+
readonly kind?: string | undefined;
|
|
1501
|
+
readonly metadata?: {
|
|
1502
|
+
readonly annotations?: {
|
|
1503
|
+
readonly [x: string]: string;
|
|
1504
|
+
} | undefined;
|
|
1505
|
+
readonly creationTimestamp?: string | undefined;
|
|
1506
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1507
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1508
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1509
|
+
readonly generateName?: string | undefined;
|
|
1510
|
+
readonly generation?: number | undefined;
|
|
1511
|
+
readonly labels?: {
|
|
1512
|
+
readonly [x: string]: string;
|
|
1513
|
+
} | undefined;
|
|
1514
|
+
readonly managedFields?: readonly {
|
|
1515
|
+
readonly apiVersion?: string | undefined;
|
|
1516
|
+
readonly fieldsType?: string | undefined;
|
|
1517
|
+
readonly fieldsV1?: unknown;
|
|
1518
|
+
readonly manager?: string | undefined;
|
|
1519
|
+
readonly operation?: string | undefined;
|
|
1520
|
+
readonly subresource?: string | undefined;
|
|
1521
|
+
readonly time?: string | undefined;
|
|
1522
|
+
}[] | undefined;
|
|
1523
|
+
readonly name?: string | undefined;
|
|
1524
|
+
readonly namespace?: string | undefined;
|
|
1525
|
+
readonly ownerReferences?: readonly {
|
|
1526
|
+
readonly apiVersion: string;
|
|
1527
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1528
|
+
readonly controller?: boolean | undefined;
|
|
1529
|
+
readonly kind: string;
|
|
1530
|
+
readonly name: string;
|
|
1531
|
+
readonly uid: string;
|
|
1532
|
+
}[] | undefined;
|
|
1533
|
+
readonly resourceVersion?: string | undefined;
|
|
1534
|
+
readonly selfLink?: string | undefined;
|
|
1535
|
+
readonly uid?: string | undefined;
|
|
1536
|
+
} | undefined;
|
|
1537
|
+
readonly spec?: {
|
|
1538
|
+
readonly exempt?: {
|
|
1539
|
+
readonly lendablePercent?: number | undefined;
|
|
1540
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
1541
|
+
} | undefined;
|
|
1542
|
+
readonly limited?: {
|
|
1543
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
1544
|
+
readonly lendablePercent?: number | undefined;
|
|
1545
|
+
readonly limitResponse?: {
|
|
1546
|
+
readonly queuing?: {
|
|
1547
|
+
readonly handSize?: number | undefined;
|
|
1548
|
+
readonly queueLengthLimit?: number | undefined;
|
|
1549
|
+
readonly queues?: number | undefined;
|
|
1550
|
+
} | undefined;
|
|
1551
|
+
readonly type: string;
|
|
1552
|
+
} | undefined;
|
|
1553
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
1554
|
+
} | undefined;
|
|
1555
|
+
readonly type: string;
|
|
1556
|
+
} | undefined;
|
|
1557
|
+
readonly status?: {
|
|
1558
|
+
readonly conditions?: readonly {
|
|
1559
|
+
readonly lastTransitionTime?: string | undefined;
|
|
1560
|
+
readonly message?: string | undefined;
|
|
1561
|
+
readonly reason?: string | undefined;
|
|
1562
|
+
readonly status?: string | undefined;
|
|
1563
|
+
readonly type?: string | undefined;
|
|
1564
|
+
}[] | undefined;
|
|
1565
|
+
} | undefined;
|
|
1566
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
836
1567
|
export declare const PatchFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{
|
|
837
1568
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
838
1569
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -910,7 +1641,78 @@ export type PatchFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput =
|
|
|
910
1641
|
* @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
|
|
911
1642
|
* @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.
|
|
912
1643
|
*/
|
|
913
|
-
export declare const patchFlowcontrolApiserverV1PriorityLevelConfigurationStatus:
|
|
1644
|
+
export declare const patchFlowcontrolApiserverV1PriorityLevelConfigurationStatus: API.OperationMethod<{
|
|
1645
|
+
readonly dryRun?: string | undefined;
|
|
1646
|
+
readonly fieldValidation?: string | undefined;
|
|
1647
|
+
}, {
|
|
1648
|
+
readonly apiVersion?: string | undefined;
|
|
1649
|
+
readonly kind?: string | undefined;
|
|
1650
|
+
readonly metadata?: {
|
|
1651
|
+
readonly annotations?: {
|
|
1652
|
+
readonly [x: string]: string;
|
|
1653
|
+
} | undefined;
|
|
1654
|
+
readonly creationTimestamp?: string | undefined;
|
|
1655
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1656
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1657
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1658
|
+
readonly generateName?: string | undefined;
|
|
1659
|
+
readonly generation?: number | undefined;
|
|
1660
|
+
readonly labels?: {
|
|
1661
|
+
readonly [x: string]: string;
|
|
1662
|
+
} | undefined;
|
|
1663
|
+
readonly managedFields?: readonly {
|
|
1664
|
+
readonly apiVersion?: string | undefined;
|
|
1665
|
+
readonly fieldsType?: string | undefined;
|
|
1666
|
+
readonly fieldsV1?: unknown;
|
|
1667
|
+
readonly manager?: string | undefined;
|
|
1668
|
+
readonly operation?: string | undefined;
|
|
1669
|
+
readonly subresource?: string | undefined;
|
|
1670
|
+
readonly time?: string | undefined;
|
|
1671
|
+
}[] | undefined;
|
|
1672
|
+
readonly name?: string | undefined;
|
|
1673
|
+
readonly namespace?: string | undefined;
|
|
1674
|
+
readonly ownerReferences?: readonly {
|
|
1675
|
+
readonly apiVersion: string;
|
|
1676
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1677
|
+
readonly controller?: boolean | undefined;
|
|
1678
|
+
readonly kind: string;
|
|
1679
|
+
readonly name: string;
|
|
1680
|
+
readonly uid: string;
|
|
1681
|
+
}[] | undefined;
|
|
1682
|
+
readonly resourceVersion?: string | undefined;
|
|
1683
|
+
readonly selfLink?: string | undefined;
|
|
1684
|
+
readonly uid?: string | undefined;
|
|
1685
|
+
} | undefined;
|
|
1686
|
+
readonly spec?: {
|
|
1687
|
+
readonly exempt?: {
|
|
1688
|
+
readonly lendablePercent?: number | undefined;
|
|
1689
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
1690
|
+
} | undefined;
|
|
1691
|
+
readonly limited?: {
|
|
1692
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
1693
|
+
readonly lendablePercent?: number | undefined;
|
|
1694
|
+
readonly limitResponse?: {
|
|
1695
|
+
readonly queuing?: {
|
|
1696
|
+
readonly handSize?: number | undefined;
|
|
1697
|
+
readonly queueLengthLimit?: number | undefined;
|
|
1698
|
+
readonly queues?: number | undefined;
|
|
1699
|
+
} | undefined;
|
|
1700
|
+
readonly type: string;
|
|
1701
|
+
} | undefined;
|
|
1702
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
1703
|
+
} | undefined;
|
|
1704
|
+
readonly type: string;
|
|
1705
|
+
} | undefined;
|
|
1706
|
+
readonly status?: {
|
|
1707
|
+
readonly conditions?: readonly {
|
|
1708
|
+
readonly lastTransitionTime?: string | undefined;
|
|
1709
|
+
readonly message?: string | undefined;
|
|
1710
|
+
readonly reason?: string | undefined;
|
|
1711
|
+
readonly status?: string | undefined;
|
|
1712
|
+
readonly type?: string | undefined;
|
|
1713
|
+
}[] | undefined;
|
|
1714
|
+
} | undefined;
|
|
1715
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
914
1716
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{}>;
|
|
915
1717
|
export type ReadFlowcontrolApiserverV1FlowSchemaInput = typeof ReadFlowcontrolApiserverV1FlowSchemaInput.Type;
|
|
916
1718
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaOutput: Schema.Struct<{
|
|
@@ -997,7 +1799,90 @@ export type ReadFlowcontrolApiserverV1FlowSchemaOutput = typeof ReadFlowcontrolA
|
|
|
997
1799
|
/**
|
|
998
1800
|
* read the specified FlowSchema
|
|
999
1801
|
*/
|
|
1000
|
-
export declare const readFlowcontrolApiserverV1FlowSchema:
|
|
1802
|
+
export declare const readFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{}, {
|
|
1803
|
+
readonly apiVersion?: string | undefined;
|
|
1804
|
+
readonly kind?: string | undefined;
|
|
1805
|
+
readonly metadata?: {
|
|
1806
|
+
readonly annotations?: {
|
|
1807
|
+
readonly [x: string]: string;
|
|
1808
|
+
} | undefined;
|
|
1809
|
+
readonly creationTimestamp?: string | undefined;
|
|
1810
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1811
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1812
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1813
|
+
readonly generateName?: string | undefined;
|
|
1814
|
+
readonly generation?: number | undefined;
|
|
1815
|
+
readonly labels?: {
|
|
1816
|
+
readonly [x: string]: string;
|
|
1817
|
+
} | undefined;
|
|
1818
|
+
readonly managedFields?: readonly {
|
|
1819
|
+
readonly apiVersion?: string | undefined;
|
|
1820
|
+
readonly fieldsType?: string | undefined;
|
|
1821
|
+
readonly fieldsV1?: unknown;
|
|
1822
|
+
readonly manager?: string | undefined;
|
|
1823
|
+
readonly operation?: string | undefined;
|
|
1824
|
+
readonly subresource?: string | undefined;
|
|
1825
|
+
readonly time?: string | undefined;
|
|
1826
|
+
}[] | undefined;
|
|
1827
|
+
readonly name?: string | undefined;
|
|
1828
|
+
readonly namespace?: string | undefined;
|
|
1829
|
+
readonly ownerReferences?: readonly {
|
|
1830
|
+
readonly apiVersion: string;
|
|
1831
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1832
|
+
readonly controller?: boolean | undefined;
|
|
1833
|
+
readonly kind: string;
|
|
1834
|
+
readonly name: string;
|
|
1835
|
+
readonly uid: string;
|
|
1836
|
+
}[] | undefined;
|
|
1837
|
+
readonly resourceVersion?: string | undefined;
|
|
1838
|
+
readonly selfLink?: string | undefined;
|
|
1839
|
+
readonly uid?: string | undefined;
|
|
1840
|
+
} | undefined;
|
|
1841
|
+
readonly spec?: {
|
|
1842
|
+
readonly distinguisherMethod?: {
|
|
1843
|
+
readonly type: string;
|
|
1844
|
+
} | undefined;
|
|
1845
|
+
readonly matchingPrecedence?: number | undefined;
|
|
1846
|
+
readonly priorityLevelConfiguration: {
|
|
1847
|
+
readonly name: string;
|
|
1848
|
+
};
|
|
1849
|
+
readonly rules?: readonly {
|
|
1850
|
+
readonly nonResourceRules?: readonly {
|
|
1851
|
+
readonly nonResourceURLs: readonly string[];
|
|
1852
|
+
readonly verbs: readonly string[];
|
|
1853
|
+
}[] | undefined;
|
|
1854
|
+
readonly resourceRules?: readonly {
|
|
1855
|
+
readonly apiGroups: readonly string[];
|
|
1856
|
+
readonly clusterScope?: boolean | undefined;
|
|
1857
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
1858
|
+
readonly resources: readonly string[];
|
|
1859
|
+
readonly verbs: readonly string[];
|
|
1860
|
+
}[] | undefined;
|
|
1861
|
+
readonly subjects: readonly {
|
|
1862
|
+
readonly group?: {
|
|
1863
|
+
readonly name: string;
|
|
1864
|
+
} | undefined;
|
|
1865
|
+
readonly kind: string;
|
|
1866
|
+
readonly serviceAccount?: {
|
|
1867
|
+
readonly name: string;
|
|
1868
|
+
readonly namespace: string;
|
|
1869
|
+
} | undefined;
|
|
1870
|
+
readonly user?: {
|
|
1871
|
+
readonly name: string;
|
|
1872
|
+
} | undefined;
|
|
1873
|
+
}[];
|
|
1874
|
+
}[] | undefined;
|
|
1875
|
+
} | undefined;
|
|
1876
|
+
readonly status?: {
|
|
1877
|
+
readonly conditions?: readonly {
|
|
1878
|
+
readonly lastTransitionTime?: string | undefined;
|
|
1879
|
+
readonly message?: string | undefined;
|
|
1880
|
+
readonly reason?: string | undefined;
|
|
1881
|
+
readonly status?: string | undefined;
|
|
1882
|
+
readonly type?: string | undefined;
|
|
1883
|
+
}[] | undefined;
|
|
1884
|
+
} | undefined;
|
|
1885
|
+
}, NotFound, any>;
|
|
1001
1886
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{}>;
|
|
1002
1887
|
export type ReadFlowcontrolApiserverV1FlowSchemaStatusInput = typeof ReadFlowcontrolApiserverV1FlowSchemaStatusInput.Type;
|
|
1003
1888
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaStatusOutput: Schema.Struct<{
|
|
@@ -1084,7 +1969,90 @@ export type ReadFlowcontrolApiserverV1FlowSchemaStatusOutput = typeof ReadFlowco
|
|
|
1084
1969
|
/**
|
|
1085
1970
|
* read status of the specified FlowSchema
|
|
1086
1971
|
*/
|
|
1087
|
-
export declare const readFlowcontrolApiserverV1FlowSchemaStatus:
|
|
1972
|
+
export declare const readFlowcontrolApiserverV1FlowSchemaStatus: API.OperationMethod<{}, {
|
|
1973
|
+
readonly apiVersion?: string | undefined;
|
|
1974
|
+
readonly kind?: string | undefined;
|
|
1975
|
+
readonly metadata?: {
|
|
1976
|
+
readonly annotations?: {
|
|
1977
|
+
readonly [x: string]: string;
|
|
1978
|
+
} | undefined;
|
|
1979
|
+
readonly creationTimestamp?: string | undefined;
|
|
1980
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1981
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1982
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1983
|
+
readonly generateName?: string | undefined;
|
|
1984
|
+
readonly generation?: number | undefined;
|
|
1985
|
+
readonly labels?: {
|
|
1986
|
+
readonly [x: string]: string;
|
|
1987
|
+
} | undefined;
|
|
1988
|
+
readonly managedFields?: readonly {
|
|
1989
|
+
readonly apiVersion?: string | undefined;
|
|
1990
|
+
readonly fieldsType?: string | undefined;
|
|
1991
|
+
readonly fieldsV1?: unknown;
|
|
1992
|
+
readonly manager?: string | undefined;
|
|
1993
|
+
readonly operation?: string | undefined;
|
|
1994
|
+
readonly subresource?: string | undefined;
|
|
1995
|
+
readonly time?: string | undefined;
|
|
1996
|
+
}[] | undefined;
|
|
1997
|
+
readonly name?: string | undefined;
|
|
1998
|
+
readonly namespace?: string | undefined;
|
|
1999
|
+
readonly ownerReferences?: readonly {
|
|
2000
|
+
readonly apiVersion: string;
|
|
2001
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2002
|
+
readonly controller?: boolean | undefined;
|
|
2003
|
+
readonly kind: string;
|
|
2004
|
+
readonly name: string;
|
|
2005
|
+
readonly uid: string;
|
|
2006
|
+
}[] | undefined;
|
|
2007
|
+
readonly resourceVersion?: string | undefined;
|
|
2008
|
+
readonly selfLink?: string | undefined;
|
|
2009
|
+
readonly uid?: string | undefined;
|
|
2010
|
+
} | undefined;
|
|
2011
|
+
readonly spec?: {
|
|
2012
|
+
readonly distinguisherMethod?: {
|
|
2013
|
+
readonly type: string;
|
|
2014
|
+
} | undefined;
|
|
2015
|
+
readonly matchingPrecedence?: number | undefined;
|
|
2016
|
+
readonly priorityLevelConfiguration: {
|
|
2017
|
+
readonly name: string;
|
|
2018
|
+
};
|
|
2019
|
+
readonly rules?: readonly {
|
|
2020
|
+
readonly nonResourceRules?: readonly {
|
|
2021
|
+
readonly nonResourceURLs: readonly string[];
|
|
2022
|
+
readonly verbs: readonly string[];
|
|
2023
|
+
}[] | undefined;
|
|
2024
|
+
readonly resourceRules?: readonly {
|
|
2025
|
+
readonly apiGroups: readonly string[];
|
|
2026
|
+
readonly clusterScope?: boolean | undefined;
|
|
2027
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
2028
|
+
readonly resources: readonly string[];
|
|
2029
|
+
readonly verbs: readonly string[];
|
|
2030
|
+
}[] | undefined;
|
|
2031
|
+
readonly subjects: readonly {
|
|
2032
|
+
readonly group?: {
|
|
2033
|
+
readonly name: string;
|
|
2034
|
+
} | undefined;
|
|
2035
|
+
readonly kind: string;
|
|
2036
|
+
readonly serviceAccount?: {
|
|
2037
|
+
readonly name: string;
|
|
2038
|
+
readonly namespace: string;
|
|
2039
|
+
} | undefined;
|
|
2040
|
+
readonly user?: {
|
|
2041
|
+
readonly name: string;
|
|
2042
|
+
} | undefined;
|
|
2043
|
+
}[];
|
|
2044
|
+
}[] | undefined;
|
|
2045
|
+
} | undefined;
|
|
2046
|
+
readonly status?: {
|
|
2047
|
+
readonly conditions?: readonly {
|
|
2048
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2049
|
+
readonly message?: string | undefined;
|
|
2050
|
+
readonly reason?: string | undefined;
|
|
2051
|
+
readonly status?: string | undefined;
|
|
2052
|
+
readonly type?: string | undefined;
|
|
2053
|
+
}[] | undefined;
|
|
2054
|
+
} | undefined;
|
|
2055
|
+
}, NotFound, any>;
|
|
1088
2056
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{}>;
|
|
1089
2057
|
export type ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput = typeof ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput.Type;
|
|
1090
2058
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationOutput: Schema.Struct<{
|
|
@@ -1156,7 +2124,75 @@ export type ReadFlowcontrolApiserverV1PriorityLevelConfigurationOutput = typeof
|
|
|
1156
2124
|
/**
|
|
1157
2125
|
* read the specified PriorityLevelConfiguration
|
|
1158
2126
|
*/
|
|
1159
|
-
export declare const readFlowcontrolApiserverV1PriorityLevelConfiguration:
|
|
2127
|
+
export declare const readFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{}, {
|
|
2128
|
+
readonly apiVersion?: string | undefined;
|
|
2129
|
+
readonly kind?: string | undefined;
|
|
2130
|
+
readonly metadata?: {
|
|
2131
|
+
readonly annotations?: {
|
|
2132
|
+
readonly [x: string]: string;
|
|
2133
|
+
} | undefined;
|
|
2134
|
+
readonly creationTimestamp?: string | undefined;
|
|
2135
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2136
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2137
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2138
|
+
readonly generateName?: string | undefined;
|
|
2139
|
+
readonly generation?: number | undefined;
|
|
2140
|
+
readonly labels?: {
|
|
2141
|
+
readonly [x: string]: string;
|
|
2142
|
+
} | undefined;
|
|
2143
|
+
readonly managedFields?: readonly {
|
|
2144
|
+
readonly apiVersion?: string | undefined;
|
|
2145
|
+
readonly fieldsType?: string | undefined;
|
|
2146
|
+
readonly fieldsV1?: unknown;
|
|
2147
|
+
readonly manager?: string | undefined;
|
|
2148
|
+
readonly operation?: string | undefined;
|
|
2149
|
+
readonly subresource?: string | undefined;
|
|
2150
|
+
readonly time?: string | undefined;
|
|
2151
|
+
}[] | undefined;
|
|
2152
|
+
readonly name?: string | undefined;
|
|
2153
|
+
readonly namespace?: string | undefined;
|
|
2154
|
+
readonly ownerReferences?: readonly {
|
|
2155
|
+
readonly apiVersion: string;
|
|
2156
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2157
|
+
readonly controller?: boolean | undefined;
|
|
2158
|
+
readonly kind: string;
|
|
2159
|
+
readonly name: string;
|
|
2160
|
+
readonly uid: string;
|
|
2161
|
+
}[] | undefined;
|
|
2162
|
+
readonly resourceVersion?: string | undefined;
|
|
2163
|
+
readonly selfLink?: string | undefined;
|
|
2164
|
+
readonly uid?: string | undefined;
|
|
2165
|
+
} | undefined;
|
|
2166
|
+
readonly spec?: {
|
|
2167
|
+
readonly exempt?: {
|
|
2168
|
+
readonly lendablePercent?: number | undefined;
|
|
2169
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2170
|
+
} | undefined;
|
|
2171
|
+
readonly limited?: {
|
|
2172
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
2173
|
+
readonly lendablePercent?: number | undefined;
|
|
2174
|
+
readonly limitResponse?: {
|
|
2175
|
+
readonly queuing?: {
|
|
2176
|
+
readonly handSize?: number | undefined;
|
|
2177
|
+
readonly queueLengthLimit?: number | undefined;
|
|
2178
|
+
readonly queues?: number | undefined;
|
|
2179
|
+
} | undefined;
|
|
2180
|
+
readonly type: string;
|
|
2181
|
+
} | undefined;
|
|
2182
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2183
|
+
} | undefined;
|
|
2184
|
+
readonly type: string;
|
|
2185
|
+
} | undefined;
|
|
2186
|
+
readonly status?: {
|
|
2187
|
+
readonly conditions?: readonly {
|
|
2188
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2189
|
+
readonly message?: string | undefined;
|
|
2190
|
+
readonly reason?: string | undefined;
|
|
2191
|
+
readonly status?: string | undefined;
|
|
2192
|
+
readonly type?: string | undefined;
|
|
2193
|
+
}[] | undefined;
|
|
2194
|
+
} | undefined;
|
|
2195
|
+
}, NotFound, any>;
|
|
1160
2196
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{}>;
|
|
1161
2197
|
export type ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput = typeof ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput.Type;
|
|
1162
2198
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput: Schema.Struct<{
|
|
@@ -1228,7 +2264,75 @@ export type ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput = t
|
|
|
1228
2264
|
/**
|
|
1229
2265
|
* read status of the specified PriorityLevelConfiguration
|
|
1230
2266
|
*/
|
|
1231
|
-
export declare const readFlowcontrolApiserverV1PriorityLevelConfigurationStatus:
|
|
2267
|
+
export declare const readFlowcontrolApiserverV1PriorityLevelConfigurationStatus: API.OperationMethod<{}, {
|
|
2268
|
+
readonly apiVersion?: string | undefined;
|
|
2269
|
+
readonly kind?: string | undefined;
|
|
2270
|
+
readonly metadata?: {
|
|
2271
|
+
readonly annotations?: {
|
|
2272
|
+
readonly [x: string]: string;
|
|
2273
|
+
} | undefined;
|
|
2274
|
+
readonly creationTimestamp?: string | undefined;
|
|
2275
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2276
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2277
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2278
|
+
readonly generateName?: string | undefined;
|
|
2279
|
+
readonly generation?: number | undefined;
|
|
2280
|
+
readonly labels?: {
|
|
2281
|
+
readonly [x: string]: string;
|
|
2282
|
+
} | undefined;
|
|
2283
|
+
readonly managedFields?: readonly {
|
|
2284
|
+
readonly apiVersion?: string | undefined;
|
|
2285
|
+
readonly fieldsType?: string | undefined;
|
|
2286
|
+
readonly fieldsV1?: unknown;
|
|
2287
|
+
readonly manager?: string | undefined;
|
|
2288
|
+
readonly operation?: string | undefined;
|
|
2289
|
+
readonly subresource?: string | undefined;
|
|
2290
|
+
readonly time?: string | undefined;
|
|
2291
|
+
}[] | undefined;
|
|
2292
|
+
readonly name?: string | undefined;
|
|
2293
|
+
readonly namespace?: string | undefined;
|
|
2294
|
+
readonly ownerReferences?: readonly {
|
|
2295
|
+
readonly apiVersion: string;
|
|
2296
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2297
|
+
readonly controller?: boolean | undefined;
|
|
2298
|
+
readonly kind: string;
|
|
2299
|
+
readonly name: string;
|
|
2300
|
+
readonly uid: string;
|
|
2301
|
+
}[] | undefined;
|
|
2302
|
+
readonly resourceVersion?: string | undefined;
|
|
2303
|
+
readonly selfLink?: string | undefined;
|
|
2304
|
+
readonly uid?: string | undefined;
|
|
2305
|
+
} | undefined;
|
|
2306
|
+
readonly spec?: {
|
|
2307
|
+
readonly exempt?: {
|
|
2308
|
+
readonly lendablePercent?: number | undefined;
|
|
2309
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2310
|
+
} | undefined;
|
|
2311
|
+
readonly limited?: {
|
|
2312
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
2313
|
+
readonly lendablePercent?: number | undefined;
|
|
2314
|
+
readonly limitResponse?: {
|
|
2315
|
+
readonly queuing?: {
|
|
2316
|
+
readonly handSize?: number | undefined;
|
|
2317
|
+
readonly queueLengthLimit?: number | undefined;
|
|
2318
|
+
readonly queues?: number | undefined;
|
|
2319
|
+
} | undefined;
|
|
2320
|
+
readonly type: string;
|
|
2321
|
+
} | undefined;
|
|
2322
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2323
|
+
} | undefined;
|
|
2324
|
+
readonly type: string;
|
|
2325
|
+
} | undefined;
|
|
2326
|
+
readonly status?: {
|
|
2327
|
+
readonly conditions?: readonly {
|
|
2328
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2329
|
+
readonly message?: string | undefined;
|
|
2330
|
+
readonly reason?: string | undefined;
|
|
2331
|
+
readonly status?: string | undefined;
|
|
2332
|
+
readonly type?: string | undefined;
|
|
2333
|
+
}[] | undefined;
|
|
2334
|
+
} | undefined;
|
|
2335
|
+
}, NotFound, any>;
|
|
1232
2336
|
export declare const ReplaceFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
1233
2337
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1234
2338
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1321,7 +2425,93 @@ export type ReplaceFlowcontrolApiserverV1FlowSchemaOutput = typeof ReplaceFlowco
|
|
|
1321
2425
|
* @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
|
|
1322
2426
|
* @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.
|
|
1323
2427
|
*/
|
|
1324
|
-
export declare const replaceFlowcontrolApiserverV1FlowSchema:
|
|
2428
|
+
export declare const replaceFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
2429
|
+
readonly dryRun?: string | undefined;
|
|
2430
|
+
readonly fieldValidation?: string | undefined;
|
|
2431
|
+
}, {
|
|
2432
|
+
readonly apiVersion?: string | undefined;
|
|
2433
|
+
readonly kind?: string | undefined;
|
|
2434
|
+
readonly metadata?: {
|
|
2435
|
+
readonly annotations?: {
|
|
2436
|
+
readonly [x: string]: string;
|
|
2437
|
+
} | undefined;
|
|
2438
|
+
readonly creationTimestamp?: string | undefined;
|
|
2439
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2440
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2441
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2442
|
+
readonly generateName?: string | undefined;
|
|
2443
|
+
readonly generation?: number | undefined;
|
|
2444
|
+
readonly labels?: {
|
|
2445
|
+
readonly [x: string]: string;
|
|
2446
|
+
} | undefined;
|
|
2447
|
+
readonly managedFields?: readonly {
|
|
2448
|
+
readonly apiVersion?: string | undefined;
|
|
2449
|
+
readonly fieldsType?: string | undefined;
|
|
2450
|
+
readonly fieldsV1?: unknown;
|
|
2451
|
+
readonly manager?: string | undefined;
|
|
2452
|
+
readonly operation?: string | undefined;
|
|
2453
|
+
readonly subresource?: string | undefined;
|
|
2454
|
+
readonly time?: string | undefined;
|
|
2455
|
+
}[] | undefined;
|
|
2456
|
+
readonly name?: string | undefined;
|
|
2457
|
+
readonly namespace?: string | undefined;
|
|
2458
|
+
readonly ownerReferences?: readonly {
|
|
2459
|
+
readonly apiVersion: string;
|
|
2460
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2461
|
+
readonly controller?: boolean | undefined;
|
|
2462
|
+
readonly kind: string;
|
|
2463
|
+
readonly name: string;
|
|
2464
|
+
readonly uid: string;
|
|
2465
|
+
}[] | undefined;
|
|
2466
|
+
readonly resourceVersion?: string | undefined;
|
|
2467
|
+
readonly selfLink?: string | undefined;
|
|
2468
|
+
readonly uid?: string | undefined;
|
|
2469
|
+
} | undefined;
|
|
2470
|
+
readonly spec?: {
|
|
2471
|
+
readonly distinguisherMethod?: {
|
|
2472
|
+
readonly type: string;
|
|
2473
|
+
} | undefined;
|
|
2474
|
+
readonly matchingPrecedence?: number | undefined;
|
|
2475
|
+
readonly priorityLevelConfiguration: {
|
|
2476
|
+
readonly name: string;
|
|
2477
|
+
};
|
|
2478
|
+
readonly rules?: readonly {
|
|
2479
|
+
readonly nonResourceRules?: readonly {
|
|
2480
|
+
readonly nonResourceURLs: readonly string[];
|
|
2481
|
+
readonly verbs: readonly string[];
|
|
2482
|
+
}[] | undefined;
|
|
2483
|
+
readonly resourceRules?: readonly {
|
|
2484
|
+
readonly apiGroups: readonly string[];
|
|
2485
|
+
readonly clusterScope?: boolean | undefined;
|
|
2486
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
2487
|
+
readonly resources: readonly string[];
|
|
2488
|
+
readonly verbs: readonly string[];
|
|
2489
|
+
}[] | undefined;
|
|
2490
|
+
readonly subjects: readonly {
|
|
2491
|
+
readonly group?: {
|
|
2492
|
+
readonly name: string;
|
|
2493
|
+
} | undefined;
|
|
2494
|
+
readonly kind: string;
|
|
2495
|
+
readonly serviceAccount?: {
|
|
2496
|
+
readonly name: string;
|
|
2497
|
+
readonly namespace: string;
|
|
2498
|
+
} | undefined;
|
|
2499
|
+
readonly user?: {
|
|
2500
|
+
readonly name: string;
|
|
2501
|
+
} | undefined;
|
|
2502
|
+
}[];
|
|
2503
|
+
}[] | undefined;
|
|
2504
|
+
} | undefined;
|
|
2505
|
+
readonly status?: {
|
|
2506
|
+
readonly conditions?: readonly {
|
|
2507
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2508
|
+
readonly message?: string | undefined;
|
|
2509
|
+
readonly reason?: string | undefined;
|
|
2510
|
+
readonly status?: string | undefined;
|
|
2511
|
+
readonly type?: string | undefined;
|
|
2512
|
+
}[] | undefined;
|
|
2513
|
+
} | undefined;
|
|
2514
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1325
2515
|
export declare const ReplaceFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{
|
|
1326
2516
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1327
2517
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1414,7 +2604,93 @@ export type ReplaceFlowcontrolApiserverV1FlowSchemaStatusOutput = typeof Replace
|
|
|
1414
2604
|
* @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
|
|
1415
2605
|
* @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.
|
|
1416
2606
|
*/
|
|
1417
|
-
export declare const replaceFlowcontrolApiserverV1FlowSchemaStatus:
|
|
2607
|
+
export declare const replaceFlowcontrolApiserverV1FlowSchemaStatus: API.OperationMethod<{
|
|
2608
|
+
readonly dryRun?: string | undefined;
|
|
2609
|
+
readonly fieldValidation?: string | undefined;
|
|
2610
|
+
}, {
|
|
2611
|
+
readonly apiVersion?: string | undefined;
|
|
2612
|
+
readonly kind?: string | undefined;
|
|
2613
|
+
readonly metadata?: {
|
|
2614
|
+
readonly annotations?: {
|
|
2615
|
+
readonly [x: string]: string;
|
|
2616
|
+
} | undefined;
|
|
2617
|
+
readonly creationTimestamp?: string | undefined;
|
|
2618
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2619
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2620
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2621
|
+
readonly generateName?: string | undefined;
|
|
2622
|
+
readonly generation?: number | undefined;
|
|
2623
|
+
readonly labels?: {
|
|
2624
|
+
readonly [x: string]: string;
|
|
2625
|
+
} | undefined;
|
|
2626
|
+
readonly managedFields?: readonly {
|
|
2627
|
+
readonly apiVersion?: string | undefined;
|
|
2628
|
+
readonly fieldsType?: string | undefined;
|
|
2629
|
+
readonly fieldsV1?: unknown;
|
|
2630
|
+
readonly manager?: string | undefined;
|
|
2631
|
+
readonly operation?: string | undefined;
|
|
2632
|
+
readonly subresource?: string | undefined;
|
|
2633
|
+
readonly time?: string | undefined;
|
|
2634
|
+
}[] | undefined;
|
|
2635
|
+
readonly name?: string | undefined;
|
|
2636
|
+
readonly namespace?: string | undefined;
|
|
2637
|
+
readonly ownerReferences?: readonly {
|
|
2638
|
+
readonly apiVersion: string;
|
|
2639
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2640
|
+
readonly controller?: boolean | undefined;
|
|
2641
|
+
readonly kind: string;
|
|
2642
|
+
readonly name: string;
|
|
2643
|
+
readonly uid: string;
|
|
2644
|
+
}[] | undefined;
|
|
2645
|
+
readonly resourceVersion?: string | undefined;
|
|
2646
|
+
readonly selfLink?: string | undefined;
|
|
2647
|
+
readonly uid?: string | undefined;
|
|
2648
|
+
} | undefined;
|
|
2649
|
+
readonly spec?: {
|
|
2650
|
+
readonly distinguisherMethod?: {
|
|
2651
|
+
readonly type: string;
|
|
2652
|
+
} | undefined;
|
|
2653
|
+
readonly matchingPrecedence?: number | undefined;
|
|
2654
|
+
readonly priorityLevelConfiguration: {
|
|
2655
|
+
readonly name: string;
|
|
2656
|
+
};
|
|
2657
|
+
readonly rules?: readonly {
|
|
2658
|
+
readonly nonResourceRules?: readonly {
|
|
2659
|
+
readonly nonResourceURLs: readonly string[];
|
|
2660
|
+
readonly verbs: readonly string[];
|
|
2661
|
+
}[] | undefined;
|
|
2662
|
+
readonly resourceRules?: readonly {
|
|
2663
|
+
readonly apiGroups: readonly string[];
|
|
2664
|
+
readonly clusterScope?: boolean | undefined;
|
|
2665
|
+
readonly namespaces?: readonly string[] | undefined;
|
|
2666
|
+
readonly resources: readonly string[];
|
|
2667
|
+
readonly verbs: readonly string[];
|
|
2668
|
+
}[] | undefined;
|
|
2669
|
+
readonly subjects: readonly {
|
|
2670
|
+
readonly group?: {
|
|
2671
|
+
readonly name: string;
|
|
2672
|
+
} | undefined;
|
|
2673
|
+
readonly kind: string;
|
|
2674
|
+
readonly serviceAccount?: {
|
|
2675
|
+
readonly name: string;
|
|
2676
|
+
readonly namespace: string;
|
|
2677
|
+
} | undefined;
|
|
2678
|
+
readonly user?: {
|
|
2679
|
+
readonly name: string;
|
|
2680
|
+
} | undefined;
|
|
2681
|
+
}[];
|
|
2682
|
+
}[] | undefined;
|
|
2683
|
+
} | undefined;
|
|
2684
|
+
readonly status?: {
|
|
2685
|
+
readonly conditions?: readonly {
|
|
2686
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2687
|
+
readonly message?: string | undefined;
|
|
2688
|
+
readonly reason?: string | undefined;
|
|
2689
|
+
readonly status?: string | undefined;
|
|
2690
|
+
readonly type?: string | undefined;
|
|
2691
|
+
}[] | undefined;
|
|
2692
|
+
} | undefined;
|
|
2693
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1418
2694
|
export declare const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
1419
2695
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1420
2696
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1492,7 +2768,78 @@ export type ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationOutput = type
|
|
|
1492
2768
|
* @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
|
|
1493
2769
|
* @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.
|
|
1494
2770
|
*/
|
|
1495
|
-
export declare const replaceFlowcontrolApiserverV1PriorityLevelConfiguration:
|
|
2771
|
+
export declare const replaceFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{
|
|
2772
|
+
readonly dryRun?: string | undefined;
|
|
2773
|
+
readonly fieldValidation?: string | undefined;
|
|
2774
|
+
}, {
|
|
2775
|
+
readonly apiVersion?: string | undefined;
|
|
2776
|
+
readonly kind?: string | undefined;
|
|
2777
|
+
readonly metadata?: {
|
|
2778
|
+
readonly annotations?: {
|
|
2779
|
+
readonly [x: string]: string;
|
|
2780
|
+
} | undefined;
|
|
2781
|
+
readonly creationTimestamp?: string | undefined;
|
|
2782
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2783
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2784
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2785
|
+
readonly generateName?: string | undefined;
|
|
2786
|
+
readonly generation?: number | undefined;
|
|
2787
|
+
readonly labels?: {
|
|
2788
|
+
readonly [x: string]: string;
|
|
2789
|
+
} | undefined;
|
|
2790
|
+
readonly managedFields?: readonly {
|
|
2791
|
+
readonly apiVersion?: string | undefined;
|
|
2792
|
+
readonly fieldsType?: string | undefined;
|
|
2793
|
+
readonly fieldsV1?: unknown;
|
|
2794
|
+
readonly manager?: string | undefined;
|
|
2795
|
+
readonly operation?: string | undefined;
|
|
2796
|
+
readonly subresource?: string | undefined;
|
|
2797
|
+
readonly time?: string | undefined;
|
|
2798
|
+
}[] | undefined;
|
|
2799
|
+
readonly name?: string | undefined;
|
|
2800
|
+
readonly namespace?: string | undefined;
|
|
2801
|
+
readonly ownerReferences?: readonly {
|
|
2802
|
+
readonly apiVersion: string;
|
|
2803
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2804
|
+
readonly controller?: boolean | undefined;
|
|
2805
|
+
readonly kind: string;
|
|
2806
|
+
readonly name: string;
|
|
2807
|
+
readonly uid: string;
|
|
2808
|
+
}[] | undefined;
|
|
2809
|
+
readonly resourceVersion?: string | undefined;
|
|
2810
|
+
readonly selfLink?: string | undefined;
|
|
2811
|
+
readonly uid?: string | undefined;
|
|
2812
|
+
} | undefined;
|
|
2813
|
+
readonly spec?: {
|
|
2814
|
+
readonly exempt?: {
|
|
2815
|
+
readonly lendablePercent?: number | undefined;
|
|
2816
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2817
|
+
} | undefined;
|
|
2818
|
+
readonly limited?: {
|
|
2819
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
2820
|
+
readonly lendablePercent?: number | undefined;
|
|
2821
|
+
readonly limitResponse?: {
|
|
2822
|
+
readonly queuing?: {
|
|
2823
|
+
readonly handSize?: number | undefined;
|
|
2824
|
+
readonly queueLengthLimit?: number | undefined;
|
|
2825
|
+
readonly queues?: number | undefined;
|
|
2826
|
+
} | undefined;
|
|
2827
|
+
readonly type: string;
|
|
2828
|
+
} | undefined;
|
|
2829
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2830
|
+
} | undefined;
|
|
2831
|
+
readonly type: string;
|
|
2832
|
+
} | undefined;
|
|
2833
|
+
readonly status?: {
|
|
2834
|
+
readonly conditions?: readonly {
|
|
2835
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2836
|
+
readonly message?: string | undefined;
|
|
2837
|
+
readonly reason?: string | undefined;
|
|
2838
|
+
readonly status?: string | undefined;
|
|
2839
|
+
readonly type?: string | undefined;
|
|
2840
|
+
}[] | undefined;
|
|
2841
|
+
} | undefined;
|
|
2842
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1496
2843
|
export declare const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{
|
|
1497
2844
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1498
2845
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1570,7 +2917,78 @@ export type ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput
|
|
|
1570
2917
|
* @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
|
|
1571
2918
|
* @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.
|
|
1572
2919
|
*/
|
|
1573
|
-
export declare const replaceFlowcontrolApiserverV1PriorityLevelConfigurationStatus:
|
|
2920
|
+
export declare const replaceFlowcontrolApiserverV1PriorityLevelConfigurationStatus: API.OperationMethod<{
|
|
2921
|
+
readonly dryRun?: string | undefined;
|
|
2922
|
+
readonly fieldValidation?: string | undefined;
|
|
2923
|
+
}, {
|
|
2924
|
+
readonly apiVersion?: string | undefined;
|
|
2925
|
+
readonly kind?: string | undefined;
|
|
2926
|
+
readonly metadata?: {
|
|
2927
|
+
readonly annotations?: {
|
|
2928
|
+
readonly [x: string]: string;
|
|
2929
|
+
} | undefined;
|
|
2930
|
+
readonly creationTimestamp?: string | undefined;
|
|
2931
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2932
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2933
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2934
|
+
readonly generateName?: string | undefined;
|
|
2935
|
+
readonly generation?: number | undefined;
|
|
2936
|
+
readonly labels?: {
|
|
2937
|
+
readonly [x: string]: string;
|
|
2938
|
+
} | undefined;
|
|
2939
|
+
readonly managedFields?: readonly {
|
|
2940
|
+
readonly apiVersion?: string | undefined;
|
|
2941
|
+
readonly fieldsType?: string | undefined;
|
|
2942
|
+
readonly fieldsV1?: unknown;
|
|
2943
|
+
readonly manager?: string | undefined;
|
|
2944
|
+
readonly operation?: string | undefined;
|
|
2945
|
+
readonly subresource?: string | undefined;
|
|
2946
|
+
readonly time?: string | undefined;
|
|
2947
|
+
}[] | undefined;
|
|
2948
|
+
readonly name?: string | undefined;
|
|
2949
|
+
readonly namespace?: string | undefined;
|
|
2950
|
+
readonly ownerReferences?: readonly {
|
|
2951
|
+
readonly apiVersion: string;
|
|
2952
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2953
|
+
readonly controller?: boolean | undefined;
|
|
2954
|
+
readonly kind: string;
|
|
2955
|
+
readonly name: string;
|
|
2956
|
+
readonly uid: string;
|
|
2957
|
+
}[] | undefined;
|
|
2958
|
+
readonly resourceVersion?: string | undefined;
|
|
2959
|
+
readonly selfLink?: string | undefined;
|
|
2960
|
+
readonly uid?: string | undefined;
|
|
2961
|
+
} | undefined;
|
|
2962
|
+
readonly spec?: {
|
|
2963
|
+
readonly exempt?: {
|
|
2964
|
+
readonly lendablePercent?: number | undefined;
|
|
2965
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2966
|
+
} | undefined;
|
|
2967
|
+
readonly limited?: {
|
|
2968
|
+
readonly borrowingLimitPercent?: number | undefined;
|
|
2969
|
+
readonly lendablePercent?: number | undefined;
|
|
2970
|
+
readonly limitResponse?: {
|
|
2971
|
+
readonly queuing?: {
|
|
2972
|
+
readonly handSize?: number | undefined;
|
|
2973
|
+
readonly queueLengthLimit?: number | undefined;
|
|
2974
|
+
readonly queues?: number | undefined;
|
|
2975
|
+
} | undefined;
|
|
2976
|
+
readonly type: string;
|
|
2977
|
+
} | undefined;
|
|
2978
|
+
readonly nominalConcurrencyShares?: number | undefined;
|
|
2979
|
+
} | undefined;
|
|
2980
|
+
readonly type: string;
|
|
2981
|
+
} | undefined;
|
|
2982
|
+
readonly status?: {
|
|
2983
|
+
readonly conditions?: readonly {
|
|
2984
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2985
|
+
readonly message?: string | undefined;
|
|
2986
|
+
readonly reason?: string | undefined;
|
|
2987
|
+
readonly status?: string | undefined;
|
|
2988
|
+
readonly type?: string | undefined;
|
|
2989
|
+
}[] | undefined;
|
|
2990
|
+
} | undefined;
|
|
2991
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1574
2992
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{}>;
|
|
1575
2993
|
export type WatchFlowcontrolApiserverV1FlowSchemaInput = typeof WatchFlowcontrolApiserverV1FlowSchemaInput.Type;
|
|
1576
2994
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaOutput: Schema.Struct<{
|
|
@@ -1581,7 +2999,10 @@ export type WatchFlowcontrolApiserverV1FlowSchemaOutput = typeof WatchFlowcontro
|
|
|
1581
2999
|
/**
|
|
1582
3000
|
* watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
1583
3001
|
*/
|
|
1584
|
-
export declare const watchFlowcontrolApiserverV1FlowSchema:
|
|
3002
|
+
export declare const watchFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{}, {
|
|
3003
|
+
readonly object: unknown;
|
|
3004
|
+
readonly type: string;
|
|
3005
|
+
}, never, any>;
|
|
1585
3006
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaListInput: Schema.Struct<{}>;
|
|
1586
3007
|
export type WatchFlowcontrolApiserverV1FlowSchemaListInput = typeof WatchFlowcontrolApiserverV1FlowSchemaListInput.Type;
|
|
1587
3008
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaListOutput: Schema.Struct<{
|
|
@@ -1592,7 +3013,10 @@ export type WatchFlowcontrolApiserverV1FlowSchemaListOutput = typeof WatchFlowco
|
|
|
1592
3013
|
/**
|
|
1593
3014
|
* watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list operation instead.
|
|
1594
3015
|
*/
|
|
1595
|
-
export declare const watchFlowcontrolApiserverV1FlowSchemaList:
|
|
3016
|
+
export declare const watchFlowcontrolApiserverV1FlowSchemaList: API.OperationMethod<{}, {
|
|
3017
|
+
readonly object: unknown;
|
|
3018
|
+
readonly type: string;
|
|
3019
|
+
}, never, any>;
|
|
1596
3020
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{}>;
|
|
1597
3021
|
export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationInput = typeof WatchFlowcontrolApiserverV1PriorityLevelConfigurationInput.Type;
|
|
1598
3022
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationOutput: Schema.Struct<{
|
|
@@ -1603,7 +3027,10 @@ export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationOutput = typeof
|
|
|
1603
3027
|
/**
|
|
1604
3028
|
* watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
1605
3029
|
*/
|
|
1606
|
-
export declare const watchFlowcontrolApiserverV1PriorityLevelConfiguration:
|
|
3030
|
+
export declare const watchFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{}, {
|
|
3031
|
+
readonly object: unknown;
|
|
3032
|
+
readonly type: string;
|
|
3033
|
+
}, never, any>;
|
|
1607
3034
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationListInput: Schema.Struct<{}>;
|
|
1608
3035
|
export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationListInput = typeof WatchFlowcontrolApiserverV1PriorityLevelConfigurationListInput.Type;
|
|
1609
3036
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationListOutput: Schema.Struct<{
|
|
@@ -1614,5 +3041,8 @@ export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationListOutput = ty
|
|
|
1614
3041
|
/**
|
|
1615
3042
|
* watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead.
|
|
1616
3043
|
*/
|
|
1617
|
-
export declare const watchFlowcontrolApiserverV1PriorityLevelConfigurationList:
|
|
3044
|
+
export declare const watchFlowcontrolApiserverV1PriorityLevelConfigurationList: API.OperationMethod<{}, {
|
|
3045
|
+
readonly object: unknown;
|
|
3046
|
+
readonly type: string;
|
|
3047
|
+
}, never, any>;
|
|
1618
3048
|
//# sourceMappingURL=flowcontrol-apiserver.d.ts.map
|