@distilled.cloud/kubernetes 0.25.1 → 0.26.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 +97 -97
- package/lib/services/admissionregistration.d.ts.map +1 -1
- package/lib/services/apiextensions.d.ts +14 -14
- package/lib/services/apiextensions.d.ts.map +1 -1
- package/lib/services/apiregistration.d.ts +14 -14
- package/lib/services/apiregistration.d.ts.map +1 -1
- package/lib/services/apps.d.ts +78 -78
- package/lib/services/apps.d.ts.map +1 -1
- package/lib/services/authentication.d.ts +4 -4
- package/lib/services/authentication.d.ts.map +1 -1
- package/lib/services/authorization.d.ts +6 -6
- package/lib/services/authorization.d.ts.map +1 -1
- package/lib/services/autoscaling.d.ts +31 -31
- package/lib/services/autoscaling.d.ts.map +1 -1
- package/lib/services/batch.d.ts +30 -30
- package/lib/services/batch.d.ts.map +1 -1
- package/lib/services/certificates.d.ts +51 -51
- package/lib/services/certificates.d.ts.map +1 -1
- package/lib/services/coordination.d.ts +37 -37
- package/lib/services/coordination.d.ts.map +1 -1
- package/lib/services/core.d.ts +243 -243
- package/lib/services/core.d.ts.map +1 -1
- package/lib/services/discovery.d.ts +13 -13
- package/lib/services/discovery.d.ts.map +1 -1
- package/lib/services/events.d.ts +13 -13
- package/lib/services/events.d.ts.map +1 -1
- package/lib/services/flowcontrol-apiserver.d.ts +26 -26
- package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
- package/lib/services/internal-apiserver.d.ts +14 -14
- package/lib/services/internal-apiserver.d.ts.map +1 -1
- package/lib/services/networking.d.ts +79 -79
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/node.d.ts +11 -11
- package/lib/services/node.d.ts.map +1 -1
- package/lib/services/policy.d.ts +16 -16
- package/lib/services/policy.d.ts.map +1 -1
- package/lib/services/rbac-authorization.d.ts +42 -42
- package/lib/services/rbac-authorization.d.ts.map +1 -1
- package/lib/services/resource.d.ts +170 -170
- package/lib/services/resource.d.ts.map +1 -1
- package/lib/services/scheduling.d.ts +37 -37
- package/lib/services/scheduling.d.ts.map +1 -1
- package/lib/services/storage.d.ts +71 -71
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storagemigration.d.ts +14 -14
- package/lib/services/storagemigration.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/services/core.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare const connectCoreV1DeleteNamespacedPodProxy: API.OperationMethod<
|
|
|
26
26
|
readonly name: string;
|
|
27
27
|
readonly namespace: string;
|
|
28
28
|
readonly path?: string | undefined;
|
|
29
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
29
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
30
30
|
export declare const ConnectCoreV1DeleteNamespacedPodProxyWithPathInput: Schema.Struct<{
|
|
31
31
|
readonly name: Schema.String;
|
|
32
32
|
readonly namespace: Schema.String;
|
|
@@ -47,7 +47,7 @@ export declare const connectCoreV1DeleteNamespacedPodProxyWithPath: API.Operatio
|
|
|
47
47
|
readonly name: string;
|
|
48
48
|
readonly namespace: string;
|
|
49
49
|
readonly path: string;
|
|
50
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
50
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
51
51
|
export declare const ConnectCoreV1DeleteNamespacedServiceProxyInput: Schema.Struct<{
|
|
52
52
|
readonly name: Schema.String;
|
|
53
53
|
readonly namespace: Schema.String;
|
|
@@ -67,7 +67,7 @@ export declare const connectCoreV1DeleteNamespacedServiceProxy: API.OperationMet
|
|
|
67
67
|
readonly name: string;
|
|
68
68
|
readonly namespace: string;
|
|
69
69
|
readonly path?: string | undefined;
|
|
70
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
70
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
71
71
|
export declare const ConnectCoreV1DeleteNamespacedServiceProxyWithPathInput: Schema.Struct<{
|
|
72
72
|
readonly name: Schema.String;
|
|
73
73
|
readonly namespace: Schema.String;
|
|
@@ -88,7 +88,7 @@ export declare const connectCoreV1DeleteNamespacedServiceProxyWithPath: API.Oper
|
|
|
88
88
|
readonly name: string;
|
|
89
89
|
readonly namespace: string;
|
|
90
90
|
readonly path: string;
|
|
91
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
91
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
92
92
|
export declare const ConnectCoreV1DeleteNodeProxyInput: Schema.Struct<{
|
|
93
93
|
readonly name: Schema.String;
|
|
94
94
|
readonly path: Schema.optional<Schema.String>;
|
|
@@ -105,7 +105,7 @@ export type ConnectCoreV1DeleteNodeProxyOutput = typeof ConnectCoreV1DeleteNodeP
|
|
|
105
105
|
export declare const connectCoreV1DeleteNodeProxy: API.OperationMethod<{
|
|
106
106
|
readonly name: string;
|
|
107
107
|
readonly path?: string | undefined;
|
|
108
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
108
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
109
109
|
export declare const ConnectCoreV1DeleteNodeProxyWithPathInput: Schema.Struct<{
|
|
110
110
|
readonly name: Schema.String;
|
|
111
111
|
readonly path: Schema.String;
|
|
@@ -123,7 +123,7 @@ export type ConnectCoreV1DeleteNodeProxyWithPathOutput = typeof ConnectCoreV1Del
|
|
|
123
123
|
export declare const connectCoreV1DeleteNodeProxyWithPath: API.OperationMethod<{
|
|
124
124
|
readonly name: string;
|
|
125
125
|
readonly path: string;
|
|
126
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
126
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
127
127
|
export declare const ConnectCoreV1GetNamespacedPodAttachInput: Schema.Struct<{
|
|
128
128
|
readonly name: Schema.String;
|
|
129
129
|
readonly namespace: Schema.String;
|
|
@@ -155,7 +155,7 @@ export declare const connectCoreV1GetNamespacedPodAttach: API.OperationMethod<{
|
|
|
155
155
|
readonly stdin?: boolean | undefined;
|
|
156
156
|
readonly stdout?: boolean | undefined;
|
|
157
157
|
readonly tty?: boolean | undefined;
|
|
158
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
158
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
159
159
|
export declare const ConnectCoreV1GetNamespacedPodExecInput: Schema.Struct<{
|
|
160
160
|
readonly name: Schema.String;
|
|
161
161
|
readonly namespace: Schema.String;
|
|
@@ -190,7 +190,7 @@ export declare const connectCoreV1GetNamespacedPodExec: API.OperationMethod<{
|
|
|
190
190
|
readonly stdin?: boolean | undefined;
|
|
191
191
|
readonly stdout?: boolean | undefined;
|
|
192
192
|
readonly tty?: boolean | undefined;
|
|
193
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
193
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
194
194
|
export declare const ConnectCoreV1GetNamespacedPodPortforwardInput: Schema.Struct<{
|
|
195
195
|
readonly name: Schema.String;
|
|
196
196
|
readonly namespace: Schema.String;
|
|
@@ -210,7 +210,7 @@ export declare const connectCoreV1GetNamespacedPodPortforward: API.OperationMeth
|
|
|
210
210
|
readonly name: string;
|
|
211
211
|
readonly namespace: string;
|
|
212
212
|
readonly ports?: number | undefined;
|
|
213
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
213
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
214
214
|
export declare const ConnectCoreV1GetNamespacedPodProxyInput: Schema.Struct<{
|
|
215
215
|
readonly name: Schema.String;
|
|
216
216
|
readonly namespace: Schema.String;
|
|
@@ -230,7 +230,7 @@ export declare const connectCoreV1GetNamespacedPodProxy: API.OperationMethod<{
|
|
|
230
230
|
readonly name: string;
|
|
231
231
|
readonly namespace: string;
|
|
232
232
|
readonly path?: string | undefined;
|
|
233
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
233
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
234
234
|
export declare const ConnectCoreV1GetNamespacedPodProxyWithPathInput: Schema.Struct<{
|
|
235
235
|
readonly name: Schema.String;
|
|
236
236
|
readonly namespace: Schema.String;
|
|
@@ -251,7 +251,7 @@ export declare const connectCoreV1GetNamespacedPodProxyWithPath: API.OperationMe
|
|
|
251
251
|
readonly name: string;
|
|
252
252
|
readonly namespace: string;
|
|
253
253
|
readonly path: string;
|
|
254
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
254
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
255
255
|
export declare const ConnectCoreV1GetNamespacedServiceProxyInput: Schema.Struct<{
|
|
256
256
|
readonly name: Schema.String;
|
|
257
257
|
readonly namespace: Schema.String;
|
|
@@ -271,7 +271,7 @@ export declare const connectCoreV1GetNamespacedServiceProxy: API.OperationMethod
|
|
|
271
271
|
readonly name: string;
|
|
272
272
|
readonly namespace: string;
|
|
273
273
|
readonly path?: string | undefined;
|
|
274
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
274
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
275
275
|
export declare const ConnectCoreV1GetNamespacedServiceProxyWithPathInput: Schema.Struct<{
|
|
276
276
|
readonly name: Schema.String;
|
|
277
277
|
readonly namespace: Schema.String;
|
|
@@ -292,7 +292,7 @@ export declare const connectCoreV1GetNamespacedServiceProxyWithPath: API.Operati
|
|
|
292
292
|
readonly name: string;
|
|
293
293
|
readonly namespace: string;
|
|
294
294
|
readonly path: string;
|
|
295
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
295
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
296
296
|
export declare const ConnectCoreV1GetNodeProxyInput: Schema.Struct<{
|
|
297
297
|
readonly name: Schema.String;
|
|
298
298
|
readonly path: Schema.optional<Schema.String>;
|
|
@@ -309,7 +309,7 @@ export type ConnectCoreV1GetNodeProxyOutput = typeof ConnectCoreV1GetNodeProxyOu
|
|
|
309
309
|
export declare const connectCoreV1GetNodeProxy: API.OperationMethod<{
|
|
310
310
|
readonly name: string;
|
|
311
311
|
readonly path?: string | undefined;
|
|
312
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
312
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
313
313
|
export declare const ConnectCoreV1GetNodeProxyWithPathInput: Schema.Struct<{
|
|
314
314
|
readonly name: Schema.String;
|
|
315
315
|
readonly path: Schema.String;
|
|
@@ -327,7 +327,7 @@ export type ConnectCoreV1GetNodeProxyWithPathOutput = typeof ConnectCoreV1GetNod
|
|
|
327
327
|
export declare const connectCoreV1GetNodeProxyWithPath: API.OperationMethod<{
|
|
328
328
|
readonly name: string;
|
|
329
329
|
readonly path: string;
|
|
330
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
330
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
331
331
|
export declare const ConnectCoreV1PatchNamespacedPodProxyInput: Schema.Struct<{
|
|
332
332
|
readonly name: Schema.String;
|
|
333
333
|
readonly namespace: Schema.String;
|
|
@@ -347,7 +347,7 @@ export declare const connectCoreV1PatchNamespacedPodProxy: API.OperationMethod<{
|
|
|
347
347
|
readonly name: string;
|
|
348
348
|
readonly namespace: string;
|
|
349
349
|
readonly path?: string | undefined;
|
|
350
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
350
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
351
351
|
export declare const ConnectCoreV1PatchNamespacedPodProxyWithPathInput: Schema.Struct<{
|
|
352
352
|
readonly name: Schema.String;
|
|
353
353
|
readonly namespace: Schema.String;
|
|
@@ -368,7 +368,7 @@ export declare const connectCoreV1PatchNamespacedPodProxyWithPath: API.Operation
|
|
|
368
368
|
readonly name: string;
|
|
369
369
|
readonly namespace: string;
|
|
370
370
|
readonly path: string;
|
|
371
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
371
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
372
372
|
export declare const ConnectCoreV1PatchNamespacedServiceProxyInput: Schema.Struct<{
|
|
373
373
|
readonly name: Schema.String;
|
|
374
374
|
readonly namespace: Schema.String;
|
|
@@ -388,7 +388,7 @@ export declare const connectCoreV1PatchNamespacedServiceProxy: API.OperationMeth
|
|
|
388
388
|
readonly name: string;
|
|
389
389
|
readonly namespace: string;
|
|
390
390
|
readonly path?: string | undefined;
|
|
391
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
391
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
392
392
|
export declare const ConnectCoreV1PatchNamespacedServiceProxyWithPathInput: Schema.Struct<{
|
|
393
393
|
readonly name: Schema.String;
|
|
394
394
|
readonly namespace: Schema.String;
|
|
@@ -409,7 +409,7 @@ export declare const connectCoreV1PatchNamespacedServiceProxyWithPath: API.Opera
|
|
|
409
409
|
readonly name: string;
|
|
410
410
|
readonly namespace: string;
|
|
411
411
|
readonly path: string;
|
|
412
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
412
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
413
413
|
export declare const ConnectCoreV1PatchNodeProxyInput: Schema.Struct<{
|
|
414
414
|
readonly name: Schema.String;
|
|
415
415
|
readonly path: Schema.optional<Schema.String>;
|
|
@@ -426,7 +426,7 @@ export type ConnectCoreV1PatchNodeProxyOutput = typeof ConnectCoreV1PatchNodePro
|
|
|
426
426
|
export declare const connectCoreV1PatchNodeProxy: API.OperationMethod<{
|
|
427
427
|
readonly name: string;
|
|
428
428
|
readonly path?: string | undefined;
|
|
429
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
429
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
430
430
|
export declare const ConnectCoreV1PatchNodeProxyWithPathInput: Schema.Struct<{
|
|
431
431
|
readonly name: Schema.String;
|
|
432
432
|
readonly path: Schema.String;
|
|
@@ -444,7 +444,7 @@ export type ConnectCoreV1PatchNodeProxyWithPathOutput = typeof ConnectCoreV1Patc
|
|
|
444
444
|
export declare const connectCoreV1PatchNodeProxyWithPath: API.OperationMethod<{
|
|
445
445
|
readonly name: string;
|
|
446
446
|
readonly path: string;
|
|
447
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
447
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
448
448
|
export declare const ConnectCoreV1PostNamespacedPodAttachInput: Schema.Struct<{
|
|
449
449
|
readonly name: Schema.String;
|
|
450
450
|
readonly namespace: Schema.String;
|
|
@@ -476,7 +476,7 @@ export declare const connectCoreV1PostNamespacedPodAttach: API.OperationMethod<{
|
|
|
476
476
|
readonly stdin?: boolean | undefined;
|
|
477
477
|
readonly stdout?: boolean | undefined;
|
|
478
478
|
readonly tty?: boolean | undefined;
|
|
479
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
479
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
480
480
|
export declare const ConnectCoreV1PostNamespacedPodExecInput: Schema.Struct<{
|
|
481
481
|
readonly name: Schema.String;
|
|
482
482
|
readonly namespace: Schema.String;
|
|
@@ -511,7 +511,7 @@ export declare const connectCoreV1PostNamespacedPodExec: API.OperationMethod<{
|
|
|
511
511
|
readonly stdin?: boolean | undefined;
|
|
512
512
|
readonly stdout?: boolean | undefined;
|
|
513
513
|
readonly tty?: boolean | undefined;
|
|
514
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
514
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
515
515
|
export declare const ConnectCoreV1PostNamespacedPodPortforwardInput: Schema.Struct<{
|
|
516
516
|
readonly name: Schema.String;
|
|
517
517
|
readonly namespace: Schema.String;
|
|
@@ -531,7 +531,7 @@ export declare const connectCoreV1PostNamespacedPodPortforward: API.OperationMet
|
|
|
531
531
|
readonly name: string;
|
|
532
532
|
readonly namespace: string;
|
|
533
533
|
readonly ports?: number | undefined;
|
|
534
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
534
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
535
535
|
export declare const ConnectCoreV1PostNamespacedPodProxyInput: Schema.Struct<{
|
|
536
536
|
readonly name: Schema.String;
|
|
537
537
|
readonly namespace: Schema.String;
|
|
@@ -551,7 +551,7 @@ export declare const connectCoreV1PostNamespacedPodProxy: API.OperationMethod<{
|
|
|
551
551
|
readonly name: string;
|
|
552
552
|
readonly namespace: string;
|
|
553
553
|
readonly path?: string | undefined;
|
|
554
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
554
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
555
555
|
export declare const ConnectCoreV1PostNamespacedPodProxyWithPathInput: Schema.Struct<{
|
|
556
556
|
readonly name: Schema.String;
|
|
557
557
|
readonly namespace: Schema.String;
|
|
@@ -572,7 +572,7 @@ export declare const connectCoreV1PostNamespacedPodProxyWithPath: API.OperationM
|
|
|
572
572
|
readonly name: string;
|
|
573
573
|
readonly namespace: string;
|
|
574
574
|
readonly path: string;
|
|
575
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
575
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
576
576
|
export declare const ConnectCoreV1PostNamespacedServiceProxyInput: Schema.Struct<{
|
|
577
577
|
readonly name: Schema.String;
|
|
578
578
|
readonly namespace: Schema.String;
|
|
@@ -592,7 +592,7 @@ export declare const connectCoreV1PostNamespacedServiceProxy: API.OperationMetho
|
|
|
592
592
|
readonly name: string;
|
|
593
593
|
readonly namespace: string;
|
|
594
594
|
readonly path?: string | undefined;
|
|
595
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
595
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
596
596
|
export declare const ConnectCoreV1PostNamespacedServiceProxyWithPathInput: Schema.Struct<{
|
|
597
597
|
readonly name: Schema.String;
|
|
598
598
|
readonly namespace: Schema.String;
|
|
@@ -613,7 +613,7 @@ export declare const connectCoreV1PostNamespacedServiceProxyWithPath: API.Operat
|
|
|
613
613
|
readonly name: string;
|
|
614
614
|
readonly namespace: string;
|
|
615
615
|
readonly path: string;
|
|
616
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
616
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
617
617
|
export declare const ConnectCoreV1PostNodeProxyInput: Schema.Struct<{
|
|
618
618
|
readonly name: Schema.String;
|
|
619
619
|
readonly path: Schema.optional<Schema.String>;
|
|
@@ -630,7 +630,7 @@ export type ConnectCoreV1PostNodeProxyOutput = typeof ConnectCoreV1PostNodeProxy
|
|
|
630
630
|
export declare const connectCoreV1PostNodeProxy: API.OperationMethod<{
|
|
631
631
|
readonly name: string;
|
|
632
632
|
readonly path?: string | undefined;
|
|
633
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
633
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
634
634
|
export declare const ConnectCoreV1PostNodeProxyWithPathInput: Schema.Struct<{
|
|
635
635
|
readonly name: Schema.String;
|
|
636
636
|
readonly path: Schema.String;
|
|
@@ -648,7 +648,7 @@ export type ConnectCoreV1PostNodeProxyWithPathOutput = typeof ConnectCoreV1PostN
|
|
|
648
648
|
export declare const connectCoreV1PostNodeProxyWithPath: API.OperationMethod<{
|
|
649
649
|
readonly name: string;
|
|
650
650
|
readonly path: string;
|
|
651
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
651
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
652
652
|
export declare const ConnectCoreV1PutNamespacedPodProxyInput: Schema.Struct<{
|
|
653
653
|
readonly name: Schema.String;
|
|
654
654
|
readonly namespace: Schema.String;
|
|
@@ -668,7 +668,7 @@ export declare const connectCoreV1PutNamespacedPodProxy: API.OperationMethod<{
|
|
|
668
668
|
readonly name: string;
|
|
669
669
|
readonly namespace: string;
|
|
670
670
|
readonly path?: string | undefined;
|
|
671
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
671
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
672
672
|
export declare const ConnectCoreV1PutNamespacedPodProxyWithPathInput: Schema.Struct<{
|
|
673
673
|
readonly name: Schema.String;
|
|
674
674
|
readonly namespace: Schema.String;
|
|
@@ -689,7 +689,7 @@ export declare const connectCoreV1PutNamespacedPodProxyWithPath: API.OperationMe
|
|
|
689
689
|
readonly name: string;
|
|
690
690
|
readonly namespace: string;
|
|
691
691
|
readonly path: string;
|
|
692
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
692
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
693
693
|
export declare const ConnectCoreV1PutNamespacedServiceProxyInput: Schema.Struct<{
|
|
694
694
|
readonly name: Schema.String;
|
|
695
695
|
readonly namespace: Schema.String;
|
|
@@ -709,7 +709,7 @@ export declare const connectCoreV1PutNamespacedServiceProxy: API.OperationMethod
|
|
|
709
709
|
readonly name: string;
|
|
710
710
|
readonly namespace: string;
|
|
711
711
|
readonly path?: string | undefined;
|
|
712
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
712
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
713
713
|
export declare const ConnectCoreV1PutNamespacedServiceProxyWithPathInput: Schema.Struct<{
|
|
714
714
|
readonly name: Schema.String;
|
|
715
715
|
readonly namespace: Schema.String;
|
|
@@ -730,7 +730,7 @@ export declare const connectCoreV1PutNamespacedServiceProxyWithPath: API.Operati
|
|
|
730
730
|
readonly name: string;
|
|
731
731
|
readonly namespace: string;
|
|
732
732
|
readonly path: string;
|
|
733
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
733
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
734
734
|
export declare const ConnectCoreV1PutNodeProxyInput: Schema.Struct<{
|
|
735
735
|
readonly name: Schema.String;
|
|
736
736
|
readonly path: Schema.optional<Schema.String>;
|
|
@@ -747,7 +747,7 @@ export type ConnectCoreV1PutNodeProxyOutput = typeof ConnectCoreV1PutNodeProxyOu
|
|
|
747
747
|
export declare const connectCoreV1PutNodeProxy: API.OperationMethod<{
|
|
748
748
|
readonly name: string;
|
|
749
749
|
readonly path?: string | undefined;
|
|
750
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
750
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
751
751
|
export declare const ConnectCoreV1PutNodeProxyWithPathInput: Schema.Struct<{
|
|
752
752
|
readonly name: Schema.String;
|
|
753
753
|
readonly path: Schema.String;
|
|
@@ -765,7 +765,7 @@ export type ConnectCoreV1PutNodeProxyWithPathOutput = typeof ConnectCoreV1PutNod
|
|
|
765
765
|
export declare const connectCoreV1PutNodeProxyWithPath: API.OperationMethod<{
|
|
766
766
|
readonly name: string;
|
|
767
767
|
readonly path: string;
|
|
768
|
-
}, string, never, import("../credentials.ts").Credentials>;
|
|
768
|
+
}, string, never, import("../credentials.ts").Credentials, never>;
|
|
769
769
|
export declare const CreateCoreV1NamespaceInput: Schema.Struct<{
|
|
770
770
|
readonly pretty: Schema.optional<Schema.String>;
|
|
771
771
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -986,7 +986,7 @@ export declare const createCoreV1Namespace: API.OperationMethod<{
|
|
|
986
986
|
}[] | undefined;
|
|
987
987
|
readonly phase?: string | undefined;
|
|
988
988
|
} | undefined;
|
|
989
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
989
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
990
990
|
export declare const CreateCoreV1NamespacedBindingInput: Schema.Struct<{
|
|
991
991
|
readonly namespace: Schema.String;
|
|
992
992
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -1194,7 +1194,7 @@ export declare const createCoreV1NamespacedBinding: API.OperationMethod<{
|
|
|
1194
1194
|
readonly resourceVersion?: string | undefined;
|
|
1195
1195
|
readonly uid?: string | undefined;
|
|
1196
1196
|
};
|
|
1197
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1197
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1198
1198
|
export declare const CreateCoreV1NamespacedConfigMapInput: Schema.Struct<{
|
|
1199
1199
|
readonly namespace: Schema.String;
|
|
1200
1200
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1386,7 +1386,7 @@ export declare const createCoreV1NamespacedConfigMap: API.OperationMethod<{
|
|
|
1386
1386
|
readonly selfLink?: string | undefined;
|
|
1387
1387
|
readonly uid?: string | undefined;
|
|
1388
1388
|
} | undefined;
|
|
1389
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1389
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1390
1390
|
export declare const CreateCoreV1NamespacedEndpointsInput: Schema.Struct<{
|
|
1391
1391
|
readonly namespace: Schema.String;
|
|
1392
1392
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1702,7 +1702,7 @@ export declare const createCoreV1NamespacedEndpoints: API.OperationMethod<{
|
|
|
1702
1702
|
readonly protocol?: string | undefined;
|
|
1703
1703
|
}[] | undefined;
|
|
1704
1704
|
}[] | undefined;
|
|
1705
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1705
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1706
1706
|
export declare const CreateCoreV1NamespacedEventInput: Schema.Struct<{
|
|
1707
1707
|
readonly namespace: Schema.String;
|
|
1708
1708
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2018,7 +2018,7 @@ export declare const createCoreV1NamespacedEvent: API.OperationMethod<{
|
|
|
2018
2018
|
readonly host?: string | undefined;
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
readonly type?: string | undefined;
|
|
2021
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2021
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2022
2022
|
export declare const CreateCoreV1NamespacedLimitRangeInput: Schema.Struct<{
|
|
2023
2023
|
readonly namespace: Schema.String;
|
|
2024
2024
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2250,7 +2250,7 @@ export declare const createCoreV1NamespacedLimitRange: API.OperationMethod<{
|
|
|
2250
2250
|
readonly type: string;
|
|
2251
2251
|
}[];
|
|
2252
2252
|
} | undefined;
|
|
2253
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2253
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2254
2254
|
export declare const CreateCoreV1NamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
2255
2255
|
readonly namespace: Schema.String;
|
|
2256
2256
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2646,7 +2646,7 @@ export declare const createCoreV1NamespacedPersistentVolumeClaim: API.OperationM
|
|
|
2646
2646
|
} | undefined;
|
|
2647
2647
|
readonly phase?: string | undefined;
|
|
2648
2648
|
} | undefined;
|
|
2649
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2649
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2650
2650
|
export declare const CreateCoreV1NamespacedPodInput: Schema.Struct<{
|
|
2651
2651
|
readonly namespace: Schema.String;
|
|
2652
2652
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9726,7 +9726,7 @@ export declare const createCoreV1NamespacedPod: API.OperationMethod<{
|
|
|
9726
9726
|
} | undefined;
|
|
9727
9727
|
readonly startTime?: string | undefined;
|
|
9728
9728
|
} | undefined;
|
|
9729
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
9729
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
9730
9730
|
export declare const CreateCoreV1NamespacedPodBindingInput: Schema.Struct<{
|
|
9731
9731
|
readonly name: Schema.String;
|
|
9732
9732
|
readonly namespace: Schema.String;
|
|
@@ -9937,7 +9937,7 @@ export declare const createCoreV1NamespacedPodBinding: API.OperationMethod<{
|
|
|
9937
9937
|
readonly resourceVersion?: string | undefined;
|
|
9938
9938
|
readonly uid?: string | undefined;
|
|
9939
9939
|
};
|
|
9940
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
9940
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
9941
9941
|
export declare const CreateCoreV1NamespacedPodEvictionInput: Schema.Struct<{
|
|
9942
9942
|
readonly name: Schema.String;
|
|
9943
9943
|
readonly namespace: Schema.String;
|
|
@@ -10164,7 +10164,7 @@ export declare const createCoreV1NamespacedPodEviction: API.OperationMethod<{
|
|
|
10164
10164
|
readonly selfLink?: string | undefined;
|
|
10165
10165
|
readonly uid?: string | undefined;
|
|
10166
10166
|
} | undefined;
|
|
10167
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
10167
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
10168
10168
|
export declare const CreateCoreV1NamespacedPodTemplateInput: Schema.Struct<{
|
|
10169
10169
|
readonly namespace: Schema.String;
|
|
10170
10170
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -16152,7 +16152,7 @@ export declare const createCoreV1NamespacedPodTemplate: API.OperationMethod<{
|
|
|
16152
16152
|
}[] | undefined;
|
|
16153
16153
|
} | undefined;
|
|
16154
16154
|
} | undefined;
|
|
16155
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
16155
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
16156
16156
|
export declare const CreateCoreV1NamespacedReplicationControllerInput: Schema.Struct<{
|
|
16157
16157
|
readonly namespace: Schema.String;
|
|
16158
16158
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -22220,7 +22220,7 @@ export declare const createCoreV1NamespacedReplicationController: API.OperationM
|
|
|
22220
22220
|
readonly readyReplicas?: number | undefined;
|
|
22221
22221
|
readonly replicas: number;
|
|
22222
22222
|
} | undefined;
|
|
22223
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
22223
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
22224
22224
|
export declare const CreateCoreV1NamespacedResourceQuotaInput: Schema.Struct<{
|
|
22225
22225
|
readonly namespace: Schema.String;
|
|
22226
22226
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -22464,7 +22464,7 @@ export declare const createCoreV1NamespacedResourceQuota: API.OperationMethod<{
|
|
|
22464
22464
|
readonly [x: string]: string;
|
|
22465
22465
|
} | undefined;
|
|
22466
22466
|
} | undefined;
|
|
22467
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
22467
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
22468
22468
|
export declare const CreateCoreV1NamespacedSecretInput: Schema.Struct<{
|
|
22469
22469
|
readonly namespace: Schema.String;
|
|
22470
22470
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -22660,7 +22660,7 @@ export declare const createCoreV1NamespacedSecret: API.OperationMethod<{
|
|
|
22660
22660
|
readonly [x: string]: string;
|
|
22661
22661
|
} | undefined;
|
|
22662
22662
|
readonly type?: string | undefined;
|
|
22663
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
22663
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
22664
22664
|
export declare const CreateCoreV1NamespacedServiceInput: Schema.Struct<{
|
|
22665
22665
|
readonly namespace: Schema.String;
|
|
22666
22666
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -23056,7 +23056,7 @@ export declare const createCoreV1NamespacedService: API.OperationMethod<{
|
|
|
23056
23056
|
}[] | undefined;
|
|
23057
23057
|
} | undefined;
|
|
23058
23058
|
} | undefined;
|
|
23059
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
23059
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
23060
23060
|
export declare const CreateCoreV1NamespacedServiceAccountInput: Schema.Struct<{
|
|
23061
23061
|
readonly namespace: Schema.String;
|
|
23062
23062
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -23280,7 +23280,7 @@ export declare const createCoreV1NamespacedServiceAccount: API.OperationMethod<{
|
|
|
23280
23280
|
readonly resourceVersion?: string | undefined;
|
|
23281
23281
|
readonly uid?: string | undefined;
|
|
23282
23282
|
}[] | undefined;
|
|
23283
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
23283
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
23284
23284
|
export declare const CreateCoreV1NamespacedServiceAccountTokenInput: Schema.Struct<{
|
|
23285
23285
|
readonly name: Schema.String;
|
|
23286
23286
|
readonly namespace: Schema.String;
|
|
@@ -23511,7 +23511,7 @@ export declare const createCoreV1NamespacedServiceAccountToken: API.OperationMet
|
|
|
23511
23511
|
readonly expirationTimestamp?: string | undefined;
|
|
23512
23512
|
readonly token?: string | undefined;
|
|
23513
23513
|
} | undefined;
|
|
23514
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
23514
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
23515
23515
|
export declare const CreateCoreV1NodeInput: Schema.Struct<{
|
|
23516
23516
|
readonly pretty: Schema.optional<Schema.String>;
|
|
23517
23517
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -24124,7 +24124,7 @@ export declare const createCoreV1Node: API.OperationMethod<{
|
|
|
24124
24124
|
}[] | undefined;
|
|
24125
24125
|
readonly volumesInUse?: readonly string[] | undefined;
|
|
24126
24126
|
} | undefined;
|
|
24127
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
24127
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
24128
24128
|
export declare const CreateCoreV1PersistentVolumeInput: Schema.Struct<{
|
|
24129
24129
|
readonly pretty: Schema.optional<Schema.String>;
|
|
24130
24130
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -25245,7 +25245,7 @@ export declare const createCoreV1PersistentVolume: API.OperationMethod<{
|
|
|
25245
25245
|
readonly phase?: string | undefined;
|
|
25246
25246
|
readonly reason?: string | undefined;
|
|
25247
25247
|
} | undefined;
|
|
25248
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
25248
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
25249
25249
|
export declare const DeleteCoreV1CollectionNamespacedConfigMapInput: Schema.Struct<{
|
|
25250
25250
|
readonly namespace: Schema.String;
|
|
25251
25251
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25413,7 +25413,7 @@ export declare const deleteCoreV1CollectionNamespacedConfigMap: API.OperationMet
|
|
|
25413
25413
|
} | undefined;
|
|
25414
25414
|
readonly reason?: string | undefined;
|
|
25415
25415
|
readonly status?: string | undefined;
|
|
25416
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25416
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25417
25417
|
export declare const DeleteCoreV1CollectionNamespacedEndpointsInput: Schema.Struct<{
|
|
25418
25418
|
readonly namespace: Schema.String;
|
|
25419
25419
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25581,7 +25581,7 @@ export declare const deleteCoreV1CollectionNamespacedEndpoints: API.OperationMet
|
|
|
25581
25581
|
} | undefined;
|
|
25582
25582
|
readonly reason?: string | undefined;
|
|
25583
25583
|
readonly status?: string | undefined;
|
|
25584
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25584
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25585
25585
|
export declare const DeleteCoreV1CollectionNamespacedEventInput: Schema.Struct<{
|
|
25586
25586
|
readonly namespace: Schema.String;
|
|
25587
25587
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25749,7 +25749,7 @@ export declare const deleteCoreV1CollectionNamespacedEvent: API.OperationMethod<
|
|
|
25749
25749
|
} | undefined;
|
|
25750
25750
|
readonly reason?: string | undefined;
|
|
25751
25751
|
readonly status?: string | undefined;
|
|
25752
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25752
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25753
25753
|
export declare const DeleteCoreV1CollectionNamespacedLimitRangeInput: Schema.Struct<{
|
|
25754
25754
|
readonly namespace: Schema.String;
|
|
25755
25755
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25917,7 +25917,7 @@ export declare const deleteCoreV1CollectionNamespacedLimitRange: API.OperationMe
|
|
|
25917
25917
|
} | undefined;
|
|
25918
25918
|
readonly reason?: string | undefined;
|
|
25919
25919
|
readonly status?: string | undefined;
|
|
25920
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25920
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25921
25921
|
export declare const DeleteCoreV1CollectionNamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
25922
25922
|
readonly namespace: Schema.String;
|
|
25923
25923
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26085,7 +26085,7 @@ export declare const deleteCoreV1CollectionNamespacedPersistentVolumeClaim: API.
|
|
|
26085
26085
|
} | undefined;
|
|
26086
26086
|
readonly reason?: string | undefined;
|
|
26087
26087
|
readonly status?: string | undefined;
|
|
26088
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26088
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26089
26089
|
export declare const DeleteCoreV1CollectionNamespacedPodInput: Schema.Struct<{
|
|
26090
26090
|
readonly namespace: Schema.String;
|
|
26091
26091
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26253,7 +26253,7 @@ export declare const deleteCoreV1CollectionNamespacedPod: API.OperationMethod<{
|
|
|
26253
26253
|
} | undefined;
|
|
26254
26254
|
readonly reason?: string | undefined;
|
|
26255
26255
|
readonly status?: string | undefined;
|
|
26256
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26256
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26257
26257
|
export declare const DeleteCoreV1CollectionNamespacedPodTemplateInput: Schema.Struct<{
|
|
26258
26258
|
readonly namespace: Schema.String;
|
|
26259
26259
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26421,7 +26421,7 @@ export declare const deleteCoreV1CollectionNamespacedPodTemplate: API.OperationM
|
|
|
26421
26421
|
} | undefined;
|
|
26422
26422
|
readonly reason?: string | undefined;
|
|
26423
26423
|
readonly status?: string | undefined;
|
|
26424
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26424
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26425
26425
|
export declare const DeleteCoreV1CollectionNamespacedReplicationControllerInput: Schema.Struct<{
|
|
26426
26426
|
readonly namespace: Schema.String;
|
|
26427
26427
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26589,7 +26589,7 @@ export declare const deleteCoreV1CollectionNamespacedReplicationController: API.
|
|
|
26589
26589
|
} | undefined;
|
|
26590
26590
|
readonly reason?: string | undefined;
|
|
26591
26591
|
readonly status?: string | undefined;
|
|
26592
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26592
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26593
26593
|
export declare const DeleteCoreV1CollectionNamespacedResourceQuotaInput: Schema.Struct<{
|
|
26594
26594
|
readonly namespace: Schema.String;
|
|
26595
26595
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26757,7 +26757,7 @@ export declare const deleteCoreV1CollectionNamespacedResourceQuota: API.Operatio
|
|
|
26757
26757
|
} | undefined;
|
|
26758
26758
|
readonly reason?: string | undefined;
|
|
26759
26759
|
readonly status?: string | undefined;
|
|
26760
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26760
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26761
26761
|
export declare const DeleteCoreV1CollectionNamespacedSecretInput: Schema.Struct<{
|
|
26762
26762
|
readonly namespace: Schema.String;
|
|
26763
26763
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26925,7 +26925,7 @@ export declare const deleteCoreV1CollectionNamespacedSecret: API.OperationMethod
|
|
|
26925
26925
|
} | undefined;
|
|
26926
26926
|
readonly reason?: string | undefined;
|
|
26927
26927
|
readonly status?: string | undefined;
|
|
26928
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26928
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26929
26929
|
export declare const DeleteCoreV1CollectionNamespacedServiceInput: Schema.Struct<{
|
|
26930
26930
|
readonly namespace: Schema.String;
|
|
26931
26931
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -27093,7 +27093,7 @@ export declare const deleteCoreV1CollectionNamespacedService: API.OperationMetho
|
|
|
27093
27093
|
} | undefined;
|
|
27094
27094
|
readonly reason?: string | undefined;
|
|
27095
27095
|
readonly status?: string | undefined;
|
|
27096
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
27096
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
27097
27097
|
export declare const DeleteCoreV1CollectionNamespacedServiceAccountInput: Schema.Struct<{
|
|
27098
27098
|
readonly namespace: Schema.String;
|
|
27099
27099
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -27261,7 +27261,7 @@ export declare const deleteCoreV1CollectionNamespacedServiceAccount: API.Operati
|
|
|
27261
27261
|
} | undefined;
|
|
27262
27262
|
readonly reason?: string | undefined;
|
|
27263
27263
|
readonly status?: string | undefined;
|
|
27264
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
27264
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
27265
27265
|
export declare const DeleteCoreV1CollectionNodeInput: Schema.Struct<{
|
|
27266
27266
|
readonly pretty: Schema.optional<Schema.String>;
|
|
27267
27267
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -27426,7 +27426,7 @@ export declare const deleteCoreV1CollectionNode: API.OperationMethod<{
|
|
|
27426
27426
|
} | undefined;
|
|
27427
27427
|
readonly reason?: string | undefined;
|
|
27428
27428
|
readonly status?: string | undefined;
|
|
27429
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
27429
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
27430
27430
|
export declare const DeleteCoreV1CollectionPersistentVolumeInput: Schema.Struct<{
|
|
27431
27431
|
readonly pretty: Schema.optional<Schema.String>;
|
|
27432
27432
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -27591,7 +27591,7 @@ export declare const deleteCoreV1CollectionPersistentVolume: API.OperationMethod
|
|
|
27591
27591
|
} | undefined;
|
|
27592
27592
|
readonly reason?: string | undefined;
|
|
27593
27593
|
readonly status?: string | undefined;
|
|
27594
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
27594
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
27595
27595
|
export declare const DeleteCoreV1NamespaceInput: Schema.Struct<{
|
|
27596
27596
|
readonly name: Schema.String;
|
|
27597
27597
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -27691,7 +27691,7 @@ export declare const deleteCoreV1Namespace: API.OperationMethod<{
|
|
|
27691
27691
|
} | undefined;
|
|
27692
27692
|
readonly reason?: string | undefined;
|
|
27693
27693
|
readonly status?: string | undefined;
|
|
27694
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
27694
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
27695
27695
|
export declare const DeleteCoreV1NamespacedConfigMapInput: Schema.Struct<{
|
|
27696
27696
|
readonly name: Schema.String;
|
|
27697
27697
|
readonly namespace: Schema.String;
|
|
@@ -27794,7 +27794,7 @@ export declare const deleteCoreV1NamespacedConfigMap: API.OperationMethod<{
|
|
|
27794
27794
|
} | undefined;
|
|
27795
27795
|
readonly reason?: string | undefined;
|
|
27796
27796
|
readonly status?: string | undefined;
|
|
27797
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
27797
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
27798
27798
|
export declare const DeleteCoreV1NamespacedEndpointsInput: Schema.Struct<{
|
|
27799
27799
|
readonly name: Schema.String;
|
|
27800
27800
|
readonly namespace: Schema.String;
|
|
@@ -27897,7 +27897,7 @@ export declare const deleteCoreV1NamespacedEndpoints: API.OperationMethod<{
|
|
|
27897
27897
|
} | undefined;
|
|
27898
27898
|
readonly reason?: string | undefined;
|
|
27899
27899
|
readonly status?: string | undefined;
|
|
27900
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
27900
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
27901
27901
|
export declare const DeleteCoreV1NamespacedEventInput: Schema.Struct<{
|
|
27902
27902
|
readonly name: Schema.String;
|
|
27903
27903
|
readonly namespace: Schema.String;
|
|
@@ -28000,7 +28000,7 @@ export declare const deleteCoreV1NamespacedEvent: API.OperationMethod<{
|
|
|
28000
28000
|
} | undefined;
|
|
28001
28001
|
readonly reason?: string | undefined;
|
|
28002
28002
|
readonly status?: string | undefined;
|
|
28003
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
28003
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
28004
28004
|
export declare const DeleteCoreV1NamespacedLimitRangeInput: Schema.Struct<{
|
|
28005
28005
|
readonly name: Schema.String;
|
|
28006
28006
|
readonly namespace: Schema.String;
|
|
@@ -28103,7 +28103,7 @@ export declare const deleteCoreV1NamespacedLimitRange: API.OperationMethod<{
|
|
|
28103
28103
|
} | undefined;
|
|
28104
28104
|
readonly reason?: string | undefined;
|
|
28105
28105
|
readonly status?: string | undefined;
|
|
28106
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
28106
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
28107
28107
|
export declare const DeleteCoreV1NamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
28108
28108
|
readonly name: Schema.String;
|
|
28109
28109
|
readonly namespace: Schema.String;
|
|
@@ -28336,7 +28336,7 @@ export declare const deleteCoreV1NamespacedPersistentVolumeClaim: API.OperationM
|
|
|
28336
28336
|
} | undefined;
|
|
28337
28337
|
readonly phase?: string | undefined;
|
|
28338
28338
|
} | undefined;
|
|
28339
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
28339
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
28340
28340
|
export declare const DeleteCoreV1NamespacedPodInput: Schema.Struct<{
|
|
28341
28341
|
readonly name: Schema.String;
|
|
28342
28342
|
readonly namespace: Schema.String;
|
|
@@ -31911,7 +31911,7 @@ export declare const deleteCoreV1NamespacedPod: API.OperationMethod<{
|
|
|
31911
31911
|
} | undefined;
|
|
31912
31912
|
readonly startTime?: string | undefined;
|
|
31913
31913
|
} | undefined;
|
|
31914
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
31914
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
31915
31915
|
export declare const DeleteCoreV1NamespacedPodTemplateInput: Schema.Struct<{
|
|
31916
31916
|
readonly name: Schema.String;
|
|
31917
31917
|
readonly namespace: Schema.String;
|
|
@@ -34940,7 +34940,7 @@ export declare const deleteCoreV1NamespacedPodTemplate: API.OperationMethod<{
|
|
|
34940
34940
|
}[] | undefined;
|
|
34941
34941
|
} | undefined;
|
|
34942
34942
|
} | undefined;
|
|
34943
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
34943
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
34944
34944
|
export declare const DeleteCoreV1NamespacedReplicationControllerInput: Schema.Struct<{
|
|
34945
34945
|
readonly name: Schema.String;
|
|
34946
34946
|
readonly namespace: Schema.String;
|
|
@@ -35043,7 +35043,7 @@ export declare const deleteCoreV1NamespacedReplicationController: API.OperationM
|
|
|
35043
35043
|
} | undefined;
|
|
35044
35044
|
readonly reason?: string | undefined;
|
|
35045
35045
|
readonly status?: string | undefined;
|
|
35046
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
35046
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
35047
35047
|
export declare const DeleteCoreV1NamespacedResourceQuotaInput: Schema.Struct<{
|
|
35048
35048
|
readonly name: Schema.String;
|
|
35049
35049
|
readonly namespace: Schema.String;
|
|
@@ -35200,7 +35200,7 @@ export declare const deleteCoreV1NamespacedResourceQuota: API.OperationMethod<{
|
|
|
35200
35200
|
readonly [x: string]: string;
|
|
35201
35201
|
} | undefined;
|
|
35202
35202
|
} | undefined;
|
|
35203
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
35203
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
35204
35204
|
export declare const DeleteCoreV1NamespacedSecretInput: Schema.Struct<{
|
|
35205
35205
|
readonly name: Schema.String;
|
|
35206
35206
|
readonly namespace: Schema.String;
|
|
@@ -35303,7 +35303,7 @@ export declare const deleteCoreV1NamespacedSecret: API.OperationMethod<{
|
|
|
35303
35303
|
} | undefined;
|
|
35304
35304
|
readonly reason?: string | undefined;
|
|
35305
35305
|
readonly status?: string | undefined;
|
|
35306
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
35306
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
35307
35307
|
export declare const DeleteCoreV1NamespacedServiceInput: Schema.Struct<{
|
|
35308
35308
|
readonly name: Schema.String;
|
|
35309
35309
|
readonly namespace: Schema.String;
|
|
@@ -35536,7 +35536,7 @@ export declare const deleteCoreV1NamespacedService: API.OperationMethod<{
|
|
|
35536
35536
|
}[] | undefined;
|
|
35537
35537
|
} | undefined;
|
|
35538
35538
|
} | undefined;
|
|
35539
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
35539
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
35540
35540
|
export declare const DeleteCoreV1NamespacedServiceAccountInput: Schema.Struct<{
|
|
35541
35541
|
readonly name: Schema.String;
|
|
35542
35542
|
readonly namespace: Schema.String;
|
|
@@ -35683,7 +35683,7 @@ export declare const deleteCoreV1NamespacedServiceAccount: API.OperationMethod<{
|
|
|
35683
35683
|
readonly resourceVersion?: string | undefined;
|
|
35684
35684
|
readonly uid?: string | undefined;
|
|
35685
35685
|
}[] | undefined;
|
|
35686
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
35686
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
35687
35687
|
export declare const DeleteCoreV1NodeInput: Schema.Struct<{
|
|
35688
35688
|
readonly name: Schema.String;
|
|
35689
35689
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -35783,7 +35783,7 @@ export declare const deleteCoreV1Node: API.OperationMethod<{
|
|
|
35783
35783
|
} | undefined;
|
|
35784
35784
|
readonly reason?: string | undefined;
|
|
35785
35785
|
readonly status?: string | undefined;
|
|
35786
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
35786
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
35787
35787
|
export declare const DeleteCoreV1PersistentVolumeInput: Schema.Struct<{
|
|
35788
35788
|
readonly name: Schema.String;
|
|
35789
35789
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -36377,7 +36377,7 @@ export declare const deleteCoreV1PersistentVolume: API.OperationMethod<{
|
|
|
36377
36377
|
readonly phase?: string | undefined;
|
|
36378
36378
|
readonly reason?: string | undefined;
|
|
36379
36379
|
} | undefined;
|
|
36380
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
36380
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
36381
36381
|
export declare const GetAPIVersionsInput: Schema.Struct<{}>;
|
|
36382
36382
|
export type GetAPIVersionsInput = typeof GetAPIVersionsInput.Type;
|
|
36383
36383
|
export declare const GetAPIVersionsOutput: Schema.Struct<{
|
|
@@ -36425,7 +36425,7 @@ export declare const getAPIVersions: API.OperationMethod<{}, {
|
|
|
36425
36425
|
}[];
|
|
36426
36426
|
}[];
|
|
36427
36427
|
readonly kind?: string | undefined;
|
|
36428
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
36428
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
36429
36429
|
export declare const GetCodeVersionInput: Schema.Struct<{}>;
|
|
36430
36430
|
export type GetCodeVersionInput = typeof GetCodeVersionInput.Type;
|
|
36431
36431
|
export declare const GetCodeVersionOutput: Schema.Struct<{
|
|
@@ -36461,7 +36461,7 @@ export declare const getCodeVersion: API.OperationMethod<{}, {
|
|
|
36461
36461
|
readonly minCompatibilityMinor?: string | undefined;
|
|
36462
36462
|
readonly minor: string;
|
|
36463
36463
|
readonly platform: string;
|
|
36464
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
36464
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
36465
36465
|
export declare const GetCoreAPIVersionsInput: Schema.Struct<{}>;
|
|
36466
36466
|
export type GetCoreAPIVersionsInput = typeof GetCoreAPIVersionsInput.Type;
|
|
36467
36467
|
export declare const GetCoreAPIVersionsOutput: Schema.Struct<{
|
|
@@ -36485,7 +36485,7 @@ export declare const getCoreAPIVersions: API.OperationMethod<{}, {
|
|
|
36485
36485
|
readonly serverAddress: string;
|
|
36486
36486
|
}[];
|
|
36487
36487
|
readonly versions: readonly string[];
|
|
36488
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
36488
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
36489
36489
|
export declare const GetCoreV1APIResourcesInput: Schema.Struct<{}>;
|
|
36490
36490
|
export type GetCoreV1APIResourcesInput = typeof GetCoreV1APIResourcesInput.Type;
|
|
36491
36491
|
export declare const GetCoreV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -36525,7 +36525,7 @@ export declare const getCoreV1APIResources: API.OperationMethod<{}, {
|
|
|
36525
36525
|
readonly verbs: readonly string[];
|
|
36526
36526
|
readonly version?: string | undefined;
|
|
36527
36527
|
}[];
|
|
36528
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
36528
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
36529
36529
|
export declare const GetServiceAccountIssuerOpenIDConfigurationInput: Schema.Struct<{}>;
|
|
36530
36530
|
export type GetServiceAccountIssuerOpenIDConfigurationInput = typeof GetServiceAccountIssuerOpenIDConfigurationInput.Type;
|
|
36531
36531
|
export declare const GetServiceAccountIssuerOpenIDConfigurationOutput: Schema.String;
|
|
@@ -36533,7 +36533,7 @@ export type GetServiceAccountIssuerOpenIDConfigurationOutput = typeof GetService
|
|
|
36533
36533
|
/**
|
|
36534
36534
|
* get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'
|
|
36535
36535
|
*/
|
|
36536
|
-
export declare const getServiceAccountIssuerOpenIDConfiguration: API.OperationMethod<{}, string, never, import("../credentials.ts").Credentials>;
|
|
36536
|
+
export declare const getServiceAccountIssuerOpenIDConfiguration: API.OperationMethod<{}, string, never, import("../credentials.ts").Credentials, never>;
|
|
36537
36537
|
export declare const GetServiceAccountIssuerOpenIDKeysetInput: Schema.Struct<{}>;
|
|
36538
36538
|
export type GetServiceAccountIssuerOpenIDKeysetInput = typeof GetServiceAccountIssuerOpenIDKeysetInput.Type;
|
|
36539
36539
|
export declare const GetServiceAccountIssuerOpenIDKeysetOutput: Schema.String;
|
|
@@ -36541,7 +36541,7 @@ export type GetServiceAccountIssuerOpenIDKeysetOutput = typeof GetServiceAccount
|
|
|
36541
36541
|
/**
|
|
36542
36542
|
* get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
|
|
36543
36543
|
*/
|
|
36544
|
-
export declare const getServiceAccountIssuerOpenIDKeyset: API.OperationMethod<{}, string, never, import("../credentials.ts").Credentials>;
|
|
36544
|
+
export declare const getServiceAccountIssuerOpenIDKeyset: API.OperationMethod<{}, string, never, import("../credentials.ts").Credentials, never>;
|
|
36545
36545
|
export declare const ListCoreV1ComponentStatusInput: Schema.Struct<{
|
|
36546
36546
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
36547
36547
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -36741,7 +36741,7 @@ export declare const listCoreV1ComponentStatus: API.OperationMethod<{
|
|
|
36741
36741
|
readonly selector: string;
|
|
36742
36742
|
} | undefined;
|
|
36743
36743
|
} | undefined;
|
|
36744
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
36744
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
36745
36745
|
export declare const ListCoreV1ConfigMapForAllNamespacesInput: Schema.Struct<{
|
|
36746
36746
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
36747
36747
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -36939,7 +36939,7 @@ export declare const listCoreV1ConfigMapForAllNamespaces: API.OperationMethod<{
|
|
|
36939
36939
|
readonly selector: string;
|
|
36940
36940
|
} | undefined;
|
|
36941
36941
|
} | undefined;
|
|
36942
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
36942
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
36943
36943
|
export declare const ListCoreV1EndpointsForAllNamespacesInput: Schema.Struct<{
|
|
36944
36944
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
36945
36945
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -37199,7 +37199,7 @@ export declare const listCoreV1EndpointsForAllNamespaces: API.OperationMethod<{
|
|
|
37199
37199
|
readonly selector: string;
|
|
37200
37200
|
} | undefined;
|
|
37201
37201
|
} | undefined;
|
|
37202
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
37202
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
37203
37203
|
export declare const ListCoreV1EventForAllNamespacesInput: Schema.Struct<{
|
|
37204
37204
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
37205
37205
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -37459,7 +37459,7 @@ export declare const listCoreV1EventForAllNamespaces: API.OperationMethod<{
|
|
|
37459
37459
|
readonly selector: string;
|
|
37460
37460
|
} | undefined;
|
|
37461
37461
|
} | undefined;
|
|
37462
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
37462
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
37463
37463
|
export declare const ListCoreV1LimitRangeForAllNamespacesInput: Schema.Struct<{
|
|
37464
37464
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
37465
37465
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -37677,7 +37677,7 @@ export declare const listCoreV1LimitRangeForAllNamespaces: API.OperationMethod<{
|
|
|
37677
37677
|
readonly selector: string;
|
|
37678
37678
|
} | undefined;
|
|
37679
37679
|
} | undefined;
|
|
37680
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
37680
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
37681
37681
|
export declare const ListCoreV1NamespaceInput: Schema.Struct<{
|
|
37682
37682
|
readonly pretty: Schema.optional<Schema.String>;
|
|
37683
37683
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -37891,7 +37891,7 @@ export declare const listCoreV1Namespace: API.OperationMethod<{
|
|
|
37891
37891
|
readonly selector: string;
|
|
37892
37892
|
} | undefined;
|
|
37893
37893
|
} | undefined;
|
|
37894
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
37894
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
37895
37895
|
export declare const ListCoreV1NamespacedConfigMapInput: Schema.Struct<{
|
|
37896
37896
|
readonly namespace: Schema.String;
|
|
37897
37897
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -38092,7 +38092,7 @@ export declare const listCoreV1NamespacedConfigMap: API.OperationMethod<{
|
|
|
38092
38092
|
readonly selector: string;
|
|
38093
38093
|
} | undefined;
|
|
38094
38094
|
} | undefined;
|
|
38095
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
38095
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
38096
38096
|
export declare const ListCoreV1NamespacedEndpointsInput: Schema.Struct<{
|
|
38097
38097
|
readonly namespace: Schema.String;
|
|
38098
38098
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -38355,7 +38355,7 @@ export declare const listCoreV1NamespacedEndpoints: API.OperationMethod<{
|
|
|
38355
38355
|
readonly selector: string;
|
|
38356
38356
|
} | undefined;
|
|
38357
38357
|
} | undefined;
|
|
38358
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
38358
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
38359
38359
|
export declare const ListCoreV1NamespacedEventInput: Schema.Struct<{
|
|
38360
38360
|
readonly namespace: Schema.String;
|
|
38361
38361
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -38618,7 +38618,7 @@ export declare const listCoreV1NamespacedEvent: API.OperationMethod<{
|
|
|
38618
38618
|
readonly selector: string;
|
|
38619
38619
|
} | undefined;
|
|
38620
38620
|
} | undefined;
|
|
38621
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
38621
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
38622
38622
|
export declare const ListCoreV1NamespacedLimitRangeInput: Schema.Struct<{
|
|
38623
38623
|
readonly namespace: Schema.String;
|
|
38624
38624
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -38839,7 +38839,7 @@ export declare const listCoreV1NamespacedLimitRange: API.OperationMethod<{
|
|
|
38839
38839
|
readonly selector: string;
|
|
38840
38840
|
} | undefined;
|
|
38841
38841
|
} | undefined;
|
|
38842
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
38842
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
38843
38843
|
export declare const ListCoreV1NamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
38844
38844
|
readonly namespace: Schema.String;
|
|
38845
38845
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -39142,7 +39142,7 @@ export declare const listCoreV1NamespacedPersistentVolumeClaim: API.OperationMet
|
|
|
39142
39142
|
readonly selector: string;
|
|
39143
39143
|
} | undefined;
|
|
39144
39144
|
} | undefined;
|
|
39145
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
39145
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
39146
39146
|
export declare const ListCoreV1NamespacedPodInput: Schema.Struct<{
|
|
39147
39147
|
readonly namespace: Schema.String;
|
|
39148
39148
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -42787,7 +42787,7 @@ export declare const listCoreV1NamespacedPod: API.OperationMethod<{
|
|
|
42787
42787
|
readonly selector: string;
|
|
42788
42788
|
} | undefined;
|
|
42789
42789
|
} | undefined;
|
|
42790
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42790
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42791
42791
|
export declare const ListCoreV1NamespacedPodTemplateInput: Schema.Struct<{
|
|
42792
42792
|
readonly namespace: Schema.String;
|
|
42793
42793
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -45886,7 +45886,7 @@ export declare const listCoreV1NamespacedPodTemplate: API.OperationMethod<{
|
|
|
45886
45886
|
readonly selector: string;
|
|
45887
45887
|
} | undefined;
|
|
45888
45888
|
} | undefined;
|
|
45889
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
45889
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
45890
45890
|
export declare const ListCoreV1NamespacedReplicationControllerInput: Schema.Struct<{
|
|
45891
45891
|
readonly namespace: Schema.String;
|
|
45892
45892
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -49025,7 +49025,7 @@ export declare const listCoreV1NamespacedReplicationController: API.OperationMet
|
|
|
49025
49025
|
readonly selector: string;
|
|
49026
49026
|
} | undefined;
|
|
49027
49027
|
} | undefined;
|
|
49028
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
49028
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
49029
49029
|
export declare const ListCoreV1NamespacedResourceQuotaInput: Schema.Struct<{
|
|
49030
49030
|
readonly namespace: Schema.String;
|
|
49031
49031
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -49252,7 +49252,7 @@ export declare const listCoreV1NamespacedResourceQuota: API.OperationMethod<{
|
|
|
49252
49252
|
readonly selector: string;
|
|
49253
49253
|
} | undefined;
|
|
49254
49254
|
} | undefined;
|
|
49255
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
49255
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
49256
49256
|
export declare const ListCoreV1NamespacedSecretInput: Schema.Struct<{
|
|
49257
49257
|
readonly namespace: Schema.String;
|
|
49258
49258
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -49455,7 +49455,7 @@ export declare const listCoreV1NamespacedSecret: API.OperationMethod<{
|
|
|
49455
49455
|
readonly selector: string;
|
|
49456
49456
|
} | undefined;
|
|
49457
49457
|
} | undefined;
|
|
49458
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
49458
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
49459
49459
|
export declare const ListCoreV1NamespacedServiceInput: Schema.Struct<{
|
|
49460
49460
|
readonly namespace: Schema.String;
|
|
49461
49461
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -49758,7 +49758,7 @@ export declare const listCoreV1NamespacedService: API.OperationMethod<{
|
|
|
49758
49758
|
readonly selector: string;
|
|
49759
49759
|
} | undefined;
|
|
49760
49760
|
} | undefined;
|
|
49761
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
49761
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
49762
49762
|
export declare const ListCoreV1NamespacedServiceAccountInput: Schema.Struct<{
|
|
49763
49763
|
readonly namespace: Schema.String;
|
|
49764
49764
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -49975,7 +49975,7 @@ export declare const listCoreV1NamespacedServiceAccount: API.OperationMethod<{
|
|
|
49975
49975
|
readonly selector: string;
|
|
49976
49976
|
} | undefined;
|
|
49977
49977
|
} | undefined;
|
|
49978
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
49978
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
49979
49979
|
export declare const ListCoreV1NodeInput: Schema.Struct<{
|
|
49980
49980
|
readonly pretty: Schema.optional<Schema.String>;
|
|
49981
49981
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -50385,7 +50385,7 @@ export declare const listCoreV1Node: API.OperationMethod<{
|
|
|
50385
50385
|
readonly selector: string;
|
|
50386
50386
|
} | undefined;
|
|
50387
50387
|
} | undefined;
|
|
50388
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
50388
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
50389
50389
|
export declare const ListCoreV1PersistentVolumeInput: Schema.Struct<{
|
|
50390
50390
|
readonly pretty: Schema.optional<Schema.String>;
|
|
50391
50391
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -51049,7 +51049,7 @@ export declare const listCoreV1PersistentVolume: API.OperationMethod<{
|
|
|
51049
51049
|
readonly selector: string;
|
|
51050
51050
|
} | undefined;
|
|
51051
51051
|
} | undefined;
|
|
51052
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
51052
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
51053
51053
|
export declare const ListCoreV1PersistentVolumeClaimForAllNamespacesInput: Schema.Struct<{
|
|
51054
51054
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
51055
51055
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -51349,7 +51349,7 @@ export declare const listCoreV1PersistentVolumeClaimForAllNamespaces: API.Operat
|
|
|
51349
51349
|
readonly selector: string;
|
|
51350
51350
|
} | undefined;
|
|
51351
51351
|
} | undefined;
|
|
51352
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
51352
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
51353
51353
|
export declare const ListCoreV1PodForAllNamespacesInput: Schema.Struct<{
|
|
51354
51354
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
51355
51355
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -54991,7 +54991,7 @@ export declare const listCoreV1PodForAllNamespaces: API.OperationMethod<{
|
|
|
54991
54991
|
readonly selector: string;
|
|
54992
54992
|
} | undefined;
|
|
54993
54993
|
} | undefined;
|
|
54994
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
54994
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
54995
54995
|
export declare const ListCoreV1PodTemplateForAllNamespacesInput: Schema.Struct<{
|
|
54996
54996
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
54997
54997
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -58087,7 +58087,7 @@ export declare const listCoreV1PodTemplateForAllNamespaces: API.OperationMethod<
|
|
|
58087
58087
|
readonly selector: string;
|
|
58088
58088
|
} | undefined;
|
|
58089
58089
|
} | undefined;
|
|
58090
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
58090
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
58091
58091
|
export declare const ListCoreV1ReplicationControllerForAllNamespacesInput: Schema.Struct<{
|
|
58092
58092
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
58093
58093
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -61223,7 +61223,7 @@ export declare const listCoreV1ReplicationControllerForAllNamespaces: API.Operat
|
|
|
61223
61223
|
readonly selector: string;
|
|
61224
61224
|
} | undefined;
|
|
61225
61225
|
} | undefined;
|
|
61226
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
61226
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
61227
61227
|
export declare const ListCoreV1ResourceQuotaForAllNamespacesInput: Schema.Struct<{
|
|
61228
61228
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
61229
61229
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -61447,7 +61447,7 @@ export declare const listCoreV1ResourceQuotaForAllNamespaces: API.OperationMetho
|
|
|
61447
61447
|
readonly selector: string;
|
|
61448
61448
|
} | undefined;
|
|
61449
61449
|
} | undefined;
|
|
61450
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
61450
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
61451
61451
|
export declare const ListCoreV1SecretForAllNamespacesInput: Schema.Struct<{
|
|
61452
61452
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
61453
61453
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -61647,7 +61647,7 @@ export declare const listCoreV1SecretForAllNamespaces: API.OperationMethod<{
|
|
|
61647
61647
|
readonly selector: string;
|
|
61648
61648
|
} | undefined;
|
|
61649
61649
|
} | undefined;
|
|
61650
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
61650
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
61651
61651
|
export declare const ListCoreV1ServiceAccountForAllNamespacesInput: Schema.Struct<{
|
|
61652
61652
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
61653
61653
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -61861,7 +61861,7 @@ export declare const listCoreV1ServiceAccountForAllNamespaces: API.OperationMeth
|
|
|
61861
61861
|
readonly selector: string;
|
|
61862
61862
|
} | undefined;
|
|
61863
61863
|
} | undefined;
|
|
61864
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
61864
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
61865
61865
|
export declare const ListCoreV1ServiceForAllNamespacesInput: Schema.Struct<{
|
|
61866
61866
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
61867
61867
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -62161,7 +62161,7 @@ export declare const listCoreV1ServiceForAllNamespaces: API.OperationMethod<{
|
|
|
62161
62161
|
readonly selector: string;
|
|
62162
62162
|
} | undefined;
|
|
62163
62163
|
} | undefined;
|
|
62164
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
62164
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
62165
62165
|
export declare const LogFileHandlerInput: Schema.Struct<{
|
|
62166
62166
|
readonly logpath: Schema.String;
|
|
62167
62167
|
}>;
|
|
@@ -62174,12 +62174,12 @@ export type LogFileHandlerOutput = typeof LogFileHandlerOutput.Type;
|
|
|
62174
62174
|
*/
|
|
62175
62175
|
export declare const logFileHandler: API.OperationMethod<{
|
|
62176
62176
|
readonly logpath: string;
|
|
62177
|
-
}, void, never, import("../credentials.ts").Credentials>;
|
|
62177
|
+
}, void, never, import("../credentials.ts").Credentials, never>;
|
|
62178
62178
|
export declare const LogFileListHandlerInput: Schema.Struct<{}>;
|
|
62179
62179
|
export type LogFileListHandlerInput = typeof LogFileListHandlerInput.Type;
|
|
62180
62180
|
export declare const LogFileListHandlerOutput: Schema.Void;
|
|
62181
62181
|
export type LogFileListHandlerOutput = typeof LogFileListHandlerOutput.Type;
|
|
62182
|
-
export declare const logFileListHandler: API.OperationMethod<{}, void, never, import("../credentials.ts").Credentials>;
|
|
62182
|
+
export declare const logFileListHandler: API.OperationMethod<{}, void, never, import("../credentials.ts").Credentials, never>;
|
|
62183
62183
|
export declare const PatchCoreV1NamespaceInput: Schema.Struct<{
|
|
62184
62184
|
readonly name: Schema.String;
|
|
62185
62185
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -62308,7 +62308,7 @@ export declare const patchCoreV1Namespace: API.OperationMethod<{
|
|
|
62308
62308
|
}[] | undefined;
|
|
62309
62309
|
readonly phase?: string | undefined;
|
|
62310
62310
|
} | undefined;
|
|
62311
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
62311
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
62312
62312
|
export declare const PatchCoreV1NamespaceStatusInput: Schema.Struct<{
|
|
62313
62313
|
readonly name: Schema.String;
|
|
62314
62314
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -62437,7 +62437,7 @@ export declare const patchCoreV1NamespaceStatus: API.OperationMethod<{
|
|
|
62437
62437
|
}[] | undefined;
|
|
62438
62438
|
readonly phase?: string | undefined;
|
|
62439
62439
|
} | undefined;
|
|
62440
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
62440
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
62441
62441
|
export declare const PatchCoreV1NamespacedConfigMapInput: Schema.Struct<{
|
|
62442
62442
|
readonly name: Schema.String;
|
|
62443
62443
|
readonly namespace: Schema.String;
|
|
@@ -62553,7 +62553,7 @@ export declare const patchCoreV1NamespacedConfigMap: API.OperationMethod<{
|
|
|
62553
62553
|
readonly selfLink?: string | undefined;
|
|
62554
62554
|
readonly uid?: string | undefined;
|
|
62555
62555
|
} | undefined;
|
|
62556
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
62556
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
62557
62557
|
export declare const PatchCoreV1NamespacedEndpointsInput: Schema.Struct<{
|
|
62558
62558
|
readonly name: Schema.String;
|
|
62559
62559
|
readonly namespace: Schema.String;
|
|
@@ -62731,7 +62731,7 @@ export declare const patchCoreV1NamespacedEndpoints: API.OperationMethod<{
|
|
|
62731
62731
|
readonly protocol?: string | undefined;
|
|
62732
62732
|
}[] | undefined;
|
|
62733
62733
|
}[] | undefined;
|
|
62734
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
62734
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
62735
62735
|
export declare const PatchCoreV1NamespacedEventInput: Schema.Struct<{
|
|
62736
62736
|
readonly name: Schema.String;
|
|
62737
62737
|
readonly namespace: Schema.String;
|
|
@@ -62909,7 +62909,7 @@ export declare const patchCoreV1NamespacedEvent: API.OperationMethod<{
|
|
|
62909
62909
|
readonly host?: string | undefined;
|
|
62910
62910
|
} | undefined;
|
|
62911
62911
|
readonly type?: string | undefined;
|
|
62912
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
62912
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
62913
62913
|
export declare const PatchCoreV1NamespacedLimitRangeInput: Schema.Struct<{
|
|
62914
62914
|
readonly name: Schema.String;
|
|
62915
62915
|
readonly namespace: Schema.String;
|
|
@@ -63045,7 +63045,7 @@ export declare const patchCoreV1NamespacedLimitRange: API.OperationMethod<{
|
|
|
63045
63045
|
readonly type: string;
|
|
63046
63046
|
}[];
|
|
63047
63047
|
} | undefined;
|
|
63048
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
63048
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
63049
63049
|
export declare const PatchCoreV1NamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
63050
63050
|
readonly name: Schema.String;
|
|
63051
63051
|
readonly namespace: Schema.String;
|
|
@@ -63263,7 +63263,7 @@ export declare const patchCoreV1NamespacedPersistentVolumeClaim: API.OperationMe
|
|
|
63263
63263
|
} | undefined;
|
|
63264
63264
|
readonly phase?: string | undefined;
|
|
63265
63265
|
} | undefined;
|
|
63266
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
63266
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
63267
63267
|
export declare const PatchCoreV1NamespacedPersistentVolumeClaimStatusInput: Schema.Struct<{
|
|
63268
63268
|
readonly name: Schema.String;
|
|
63269
63269
|
readonly namespace: Schema.String;
|
|
@@ -63481,7 +63481,7 @@ export declare const patchCoreV1NamespacedPersistentVolumeClaimStatus: API.Opera
|
|
|
63481
63481
|
} | undefined;
|
|
63482
63482
|
readonly phase?: string | undefined;
|
|
63483
63483
|
} | undefined;
|
|
63484
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
63484
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
63485
63485
|
export declare const PatchCoreV1NamespacedPodInput: Schema.Struct<{
|
|
63486
63486
|
readonly name: Schema.String;
|
|
63487
63487
|
readonly namespace: Schema.String;
|
|
@@ -67041,7 +67041,7 @@ export declare const patchCoreV1NamespacedPod: API.OperationMethod<{
|
|
|
67041
67041
|
} | undefined;
|
|
67042
67042
|
readonly startTime?: string | undefined;
|
|
67043
67043
|
} | undefined;
|
|
67044
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
67044
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
67045
67045
|
export declare const PatchCoreV1NamespacedPodEphemeralcontainersInput: Schema.Struct<{
|
|
67046
67046
|
readonly name: Schema.String;
|
|
67047
67047
|
readonly namespace: Schema.String;
|
|
@@ -70601,7 +70601,7 @@ export declare const patchCoreV1NamespacedPodEphemeralcontainers: API.OperationM
|
|
|
70601
70601
|
} | undefined;
|
|
70602
70602
|
readonly startTime?: string | undefined;
|
|
70603
70603
|
} | undefined;
|
|
70604
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
70604
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
70605
70605
|
export declare const PatchCoreV1NamespacedPodResizeInput: Schema.Struct<{
|
|
70606
70606
|
readonly name: Schema.String;
|
|
70607
70607
|
readonly namespace: Schema.String;
|
|
@@ -74161,7 +74161,7 @@ export declare const patchCoreV1NamespacedPodResize: API.OperationMethod<{
|
|
|
74161
74161
|
} | undefined;
|
|
74162
74162
|
readonly startTime?: string | undefined;
|
|
74163
74163
|
} | undefined;
|
|
74164
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
74164
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
74165
74165
|
export declare const PatchCoreV1NamespacedPodStatusInput: Schema.Struct<{
|
|
74166
74166
|
readonly name: Schema.String;
|
|
74167
74167
|
readonly namespace: Schema.String;
|
|
@@ -77721,7 +77721,7 @@ export declare const patchCoreV1NamespacedPodStatus: API.OperationMethod<{
|
|
|
77721
77721
|
} | undefined;
|
|
77722
77722
|
readonly startTime?: string | undefined;
|
|
77723
77723
|
} | undefined;
|
|
77724
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
77724
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
77725
77725
|
export declare const PatchCoreV1NamespacedPodTemplateInput: Schema.Struct<{
|
|
77726
77726
|
readonly name: Schema.String;
|
|
77727
77727
|
readonly namespace: Schema.String;
|
|
@@ -80735,7 +80735,7 @@ export declare const patchCoreV1NamespacedPodTemplate: API.OperationMethod<{
|
|
|
80735
80735
|
}[] | undefined;
|
|
80736
80736
|
} | undefined;
|
|
80737
80737
|
} | undefined;
|
|
80738
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
80738
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
80739
80739
|
export declare const PatchCoreV1NamespacedReplicationControllerInput: Schema.Struct<{
|
|
80740
80740
|
readonly name: Schema.String;
|
|
80741
80741
|
readonly namespace: Schema.String;
|
|
@@ -83789,7 +83789,7 @@ export declare const patchCoreV1NamespacedReplicationController: API.OperationMe
|
|
|
83789
83789
|
readonly readyReplicas?: number | undefined;
|
|
83790
83790
|
readonly replicas: number;
|
|
83791
83791
|
} | undefined;
|
|
83792
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
83792
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
83793
83793
|
export declare const PatchCoreV1NamespacedReplicationControllerScaleInput: Schema.Struct<{
|
|
83794
83794
|
readonly name: Schema.String;
|
|
83795
83795
|
readonly namespace: Schema.String;
|
|
@@ -83909,7 +83909,7 @@ export declare const patchCoreV1NamespacedReplicationControllerScale: API.Operat
|
|
|
83909
83909
|
readonly replicas: number;
|
|
83910
83910
|
readonly selector?: string | undefined;
|
|
83911
83911
|
} | undefined;
|
|
83912
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
83912
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
83913
83913
|
export declare const PatchCoreV1NamespacedReplicationControllerStatusInput: Schema.Struct<{
|
|
83914
83914
|
readonly name: Schema.String;
|
|
83915
83915
|
readonly namespace: Schema.String;
|
|
@@ -86963,7 +86963,7 @@ export declare const patchCoreV1NamespacedReplicationControllerStatus: API.Opera
|
|
|
86963
86963
|
readonly readyReplicas?: number | undefined;
|
|
86964
86964
|
readonly replicas: number;
|
|
86965
86965
|
} | undefined;
|
|
86966
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
86966
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
86967
86967
|
export declare const PatchCoreV1NamespacedResourceQuotaInput: Schema.Struct<{
|
|
86968
86968
|
readonly name: Schema.String;
|
|
86969
86969
|
readonly namespace: Schema.String;
|
|
@@ -87105,7 +87105,7 @@ export declare const patchCoreV1NamespacedResourceQuota: API.OperationMethod<{
|
|
|
87105
87105
|
readonly [x: string]: string;
|
|
87106
87106
|
} | undefined;
|
|
87107
87107
|
} | undefined;
|
|
87108
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
87108
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
87109
87109
|
export declare const PatchCoreV1NamespacedResourceQuotaStatusInput: Schema.Struct<{
|
|
87110
87110
|
readonly name: Schema.String;
|
|
87111
87111
|
readonly namespace: Schema.String;
|
|
@@ -87247,7 +87247,7 @@ export declare const patchCoreV1NamespacedResourceQuotaStatus: API.OperationMeth
|
|
|
87247
87247
|
readonly [x: string]: string;
|
|
87248
87248
|
} | undefined;
|
|
87249
87249
|
} | undefined;
|
|
87250
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
87250
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
87251
87251
|
export declare const PatchCoreV1NamespacedSecretInput: Schema.Struct<{
|
|
87252
87252
|
readonly name: Schema.String;
|
|
87253
87253
|
readonly namespace: Schema.String;
|
|
@@ -87365,7 +87365,7 @@ export declare const patchCoreV1NamespacedSecret: API.OperationMethod<{
|
|
|
87365
87365
|
readonly [x: string]: string;
|
|
87366
87366
|
} | undefined;
|
|
87367
87367
|
readonly type?: string | undefined;
|
|
87368
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
87368
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
87369
87369
|
export declare const PatchCoreV1NamespacedServiceInput: Schema.Struct<{
|
|
87370
87370
|
readonly name: Schema.String;
|
|
87371
87371
|
readonly namespace: Schema.String;
|
|
@@ -87583,7 +87583,7 @@ export declare const patchCoreV1NamespacedService: API.OperationMethod<{
|
|
|
87583
87583
|
}[] | undefined;
|
|
87584
87584
|
} | undefined;
|
|
87585
87585
|
} | undefined;
|
|
87586
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
87586
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
87587
87587
|
export declare const PatchCoreV1NamespacedServiceAccountInput: Schema.Struct<{
|
|
87588
87588
|
readonly name: Schema.String;
|
|
87589
87589
|
readonly namespace: Schema.String;
|
|
@@ -87715,7 +87715,7 @@ export declare const patchCoreV1NamespacedServiceAccount: API.OperationMethod<{
|
|
|
87715
87715
|
readonly resourceVersion?: string | undefined;
|
|
87716
87716
|
readonly uid?: string | undefined;
|
|
87717
87717
|
}[] | undefined;
|
|
87718
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
87718
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
87719
87719
|
export declare const PatchCoreV1NamespacedServiceStatusInput: Schema.Struct<{
|
|
87720
87720
|
readonly name: Schema.String;
|
|
87721
87721
|
readonly namespace: Schema.String;
|
|
@@ -87933,7 +87933,7 @@ export declare const patchCoreV1NamespacedServiceStatus: API.OperationMethod<{
|
|
|
87933
87933
|
}[] | undefined;
|
|
87934
87934
|
} | undefined;
|
|
87935
87935
|
} | undefined;
|
|
87936
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
87936
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
87937
87937
|
export declare const PatchCoreV1NodeInput: Schema.Struct<{
|
|
87938
87938
|
readonly name: Schema.String;
|
|
87939
87939
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -88258,7 +88258,7 @@ export declare const patchCoreV1Node: API.OperationMethod<{
|
|
|
88258
88258
|
}[] | undefined;
|
|
88259
88259
|
readonly volumesInUse?: readonly string[] | undefined;
|
|
88260
88260
|
} | undefined;
|
|
88261
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
88261
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
88262
88262
|
export declare const PatchCoreV1NodeStatusInput: Schema.Struct<{
|
|
88263
88263
|
readonly name: Schema.String;
|
|
88264
88264
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -88583,7 +88583,7 @@ export declare const patchCoreV1NodeStatus: API.OperationMethod<{
|
|
|
88583
88583
|
}[] | undefined;
|
|
88584
88584
|
readonly volumesInUse?: readonly string[] | undefined;
|
|
88585
88585
|
} | undefined;
|
|
88586
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
88586
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
88587
88587
|
export declare const PatchCoreV1PersistentVolumeInput: Schema.Struct<{
|
|
88588
88588
|
readonly name: Schema.String;
|
|
88589
88589
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -89162,7 +89162,7 @@ export declare const patchCoreV1PersistentVolume: API.OperationMethod<{
|
|
|
89162
89162
|
readonly phase?: string | undefined;
|
|
89163
89163
|
readonly reason?: string | undefined;
|
|
89164
89164
|
} | undefined;
|
|
89165
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
89165
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
89166
89166
|
export declare const PatchCoreV1PersistentVolumeStatusInput: Schema.Struct<{
|
|
89167
89167
|
readonly name: Schema.String;
|
|
89168
89168
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -89741,7 +89741,7 @@ export declare const patchCoreV1PersistentVolumeStatus: API.OperationMethod<{
|
|
|
89741
89741
|
readonly phase?: string | undefined;
|
|
89742
89742
|
readonly reason?: string | undefined;
|
|
89743
89743
|
} | undefined;
|
|
89744
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
89744
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
89745
89745
|
export declare const ReadCoreV1ComponentStatusInput: Schema.Struct<{
|
|
89746
89746
|
readonly name: Schema.String;
|
|
89747
89747
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -89844,7 +89844,7 @@ export declare const readCoreV1ComponentStatus: API.OperationMethod<{
|
|
|
89844
89844
|
readonly selfLink?: string | undefined;
|
|
89845
89845
|
readonly uid?: string | undefined;
|
|
89846
89846
|
} | undefined;
|
|
89847
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
89847
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
89848
89848
|
export declare const ReadCoreV1NamespaceInput: Schema.Struct<{
|
|
89849
89849
|
readonly name: Schema.String;
|
|
89850
89850
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -89961,7 +89961,7 @@ export declare const readCoreV1Namespace: API.OperationMethod<{
|
|
|
89961
89961
|
}[] | undefined;
|
|
89962
89962
|
readonly phase?: string | undefined;
|
|
89963
89963
|
} | undefined;
|
|
89964
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
89964
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
89965
89965
|
export declare const ReadCoreV1NamespaceStatusInput: Schema.Struct<{
|
|
89966
89966
|
readonly name: Schema.String;
|
|
89967
89967
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -90078,7 +90078,7 @@ export declare const readCoreV1NamespaceStatus: API.OperationMethod<{
|
|
|
90078
90078
|
}[] | undefined;
|
|
90079
90079
|
readonly phase?: string | undefined;
|
|
90080
90080
|
} | undefined;
|
|
90081
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
90081
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
90082
90082
|
export declare const ReadCoreV1NamespacedConfigMapInput: Schema.Struct<{
|
|
90083
90083
|
readonly name: Schema.String;
|
|
90084
90084
|
readonly namespace: Schema.String;
|
|
@@ -90182,7 +90182,7 @@ export declare const readCoreV1NamespacedConfigMap: API.OperationMethod<{
|
|
|
90182
90182
|
readonly selfLink?: string | undefined;
|
|
90183
90183
|
readonly uid?: string | undefined;
|
|
90184
90184
|
} | undefined;
|
|
90185
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
90185
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
90186
90186
|
export declare const ReadCoreV1NamespacedEndpointsInput: Schema.Struct<{
|
|
90187
90187
|
readonly name: Schema.String;
|
|
90188
90188
|
readonly namespace: Schema.String;
|
|
@@ -90348,7 +90348,7 @@ export declare const readCoreV1NamespacedEndpoints: API.OperationMethod<{
|
|
|
90348
90348
|
readonly protocol?: string | undefined;
|
|
90349
90349
|
}[] | undefined;
|
|
90350
90350
|
}[] | undefined;
|
|
90351
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
90351
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
90352
90352
|
export declare const ReadCoreV1NamespacedEventInput: Schema.Struct<{
|
|
90353
90353
|
readonly name: Schema.String;
|
|
90354
90354
|
readonly namespace: Schema.String;
|
|
@@ -90514,7 +90514,7 @@ export declare const readCoreV1NamespacedEvent: API.OperationMethod<{
|
|
|
90514
90514
|
readonly host?: string | undefined;
|
|
90515
90515
|
} | undefined;
|
|
90516
90516
|
readonly type?: string | undefined;
|
|
90517
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
90517
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
90518
90518
|
export declare const ReadCoreV1NamespacedLimitRangeInput: Schema.Struct<{
|
|
90519
90519
|
readonly name: Schema.String;
|
|
90520
90520
|
readonly namespace: Schema.String;
|
|
@@ -90638,7 +90638,7 @@ export declare const readCoreV1NamespacedLimitRange: API.OperationMethod<{
|
|
|
90638
90638
|
readonly type: string;
|
|
90639
90639
|
}[];
|
|
90640
90640
|
} | undefined;
|
|
90641
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
90641
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
90642
90642
|
export declare const ReadCoreV1NamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
90643
90643
|
readonly name: Schema.String;
|
|
90644
90644
|
readonly namespace: Schema.String;
|
|
@@ -90844,7 +90844,7 @@ export declare const readCoreV1NamespacedPersistentVolumeClaim: API.OperationMet
|
|
|
90844
90844
|
} | undefined;
|
|
90845
90845
|
readonly phase?: string | undefined;
|
|
90846
90846
|
} | undefined;
|
|
90847
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
90847
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
90848
90848
|
export declare const ReadCoreV1NamespacedPersistentVolumeClaimStatusInput: Schema.Struct<{
|
|
90849
90849
|
readonly name: Schema.String;
|
|
90850
90850
|
readonly namespace: Schema.String;
|
|
@@ -91050,7 +91050,7 @@ export declare const readCoreV1NamespacedPersistentVolumeClaimStatus: API.Operat
|
|
|
91050
91050
|
} | undefined;
|
|
91051
91051
|
readonly phase?: string | undefined;
|
|
91052
91052
|
} | undefined;
|
|
91053
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
91053
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
91054
91054
|
export declare const ReadCoreV1NamespacedPodInput: Schema.Struct<{
|
|
91055
91055
|
readonly name: Schema.String;
|
|
91056
91056
|
readonly namespace: Schema.String;
|
|
@@ -94598,7 +94598,7 @@ export declare const readCoreV1NamespacedPod: API.OperationMethod<{
|
|
|
94598
94598
|
} | undefined;
|
|
94599
94599
|
readonly startTime?: string | undefined;
|
|
94600
94600
|
} | undefined;
|
|
94601
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
94601
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
94602
94602
|
export declare const ReadCoreV1NamespacedPodEphemeralcontainersInput: Schema.Struct<{
|
|
94603
94603
|
readonly name: Schema.String;
|
|
94604
94604
|
readonly namespace: Schema.String;
|
|
@@ -98146,7 +98146,7 @@ export declare const readCoreV1NamespacedPodEphemeralcontainers: API.OperationMe
|
|
|
98146
98146
|
} | undefined;
|
|
98147
98147
|
readonly startTime?: string | undefined;
|
|
98148
98148
|
} | undefined;
|
|
98149
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
98149
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
98150
98150
|
export declare const ReadCoreV1NamespacedPodLogInput: Schema.Struct<{
|
|
98151
98151
|
readonly name: Schema.String;
|
|
98152
98152
|
readonly namespace: Schema.String;
|
|
@@ -98193,7 +98193,7 @@ export declare const readCoreV1NamespacedPodLog: API.OperationMethod<{
|
|
|
98193
98193
|
readonly stream?: string | undefined;
|
|
98194
98194
|
readonly tailLines?: number | undefined;
|
|
98195
98195
|
readonly timestamps?: boolean | undefined;
|
|
98196
|
-
}, string, NotFound, import("../credentials.ts").Credentials>;
|
|
98196
|
+
}, string, NotFound, import("../credentials.ts").Credentials, never>;
|
|
98197
98197
|
export declare const ReadCoreV1NamespacedPodResizeInput: Schema.Struct<{
|
|
98198
98198
|
readonly name: Schema.String;
|
|
98199
98199
|
readonly namespace: Schema.String;
|
|
@@ -101741,7 +101741,7 @@ export declare const readCoreV1NamespacedPodResize: API.OperationMethod<{
|
|
|
101741
101741
|
} | undefined;
|
|
101742
101742
|
readonly startTime?: string | undefined;
|
|
101743
101743
|
} | undefined;
|
|
101744
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
101744
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
101745
101745
|
export declare const ReadCoreV1NamespacedPodStatusInput: Schema.Struct<{
|
|
101746
101746
|
readonly name: Schema.String;
|
|
101747
101747
|
readonly namespace: Schema.String;
|
|
@@ -105289,7 +105289,7 @@ export declare const readCoreV1NamespacedPodStatus: API.OperationMethod<{
|
|
|
105289
105289
|
} | undefined;
|
|
105290
105290
|
readonly startTime?: string | undefined;
|
|
105291
105291
|
} | undefined;
|
|
105292
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
105292
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
105293
105293
|
export declare const ReadCoreV1NamespacedPodTemplateInput: Schema.Struct<{
|
|
105294
105294
|
readonly name: Schema.String;
|
|
105295
105295
|
readonly namespace: Schema.String;
|
|
@@ -108291,7 +108291,7 @@ export declare const readCoreV1NamespacedPodTemplate: API.OperationMethod<{
|
|
|
108291
108291
|
}[] | undefined;
|
|
108292
108292
|
} | undefined;
|
|
108293
108293
|
} | undefined;
|
|
108294
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
108294
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
108295
108295
|
export declare const ReadCoreV1NamespacedReplicationControllerInput: Schema.Struct<{
|
|
108296
108296
|
readonly name: Schema.String;
|
|
108297
108297
|
readonly namespace: Schema.String;
|
|
@@ -111333,7 +111333,7 @@ export declare const readCoreV1NamespacedReplicationController: API.OperationMet
|
|
|
111333
111333
|
readonly readyReplicas?: number | undefined;
|
|
111334
111334
|
readonly replicas: number;
|
|
111335
111335
|
} | undefined;
|
|
111336
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
111336
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
111337
111337
|
export declare const ReadCoreV1NamespacedReplicationControllerScaleInput: Schema.Struct<{
|
|
111338
111338
|
readonly name: Schema.String;
|
|
111339
111339
|
readonly namespace: Schema.String;
|
|
@@ -111441,7 +111441,7 @@ export declare const readCoreV1NamespacedReplicationControllerScale: API.Operati
|
|
|
111441
111441
|
readonly replicas: number;
|
|
111442
111442
|
readonly selector?: string | undefined;
|
|
111443
111443
|
} | undefined;
|
|
111444
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
111444
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
111445
111445
|
export declare const ReadCoreV1NamespacedReplicationControllerStatusInput: Schema.Struct<{
|
|
111446
111446
|
readonly name: Schema.String;
|
|
111447
111447
|
readonly namespace: Schema.String;
|
|
@@ -114483,7 +114483,7 @@ export declare const readCoreV1NamespacedReplicationControllerStatus: API.Operat
|
|
|
114483
114483
|
readonly readyReplicas?: number | undefined;
|
|
114484
114484
|
readonly replicas: number;
|
|
114485
114485
|
} | undefined;
|
|
114486
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
114486
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
114487
114487
|
export declare const ReadCoreV1NamespacedResourceQuotaInput: Schema.Struct<{
|
|
114488
114488
|
readonly name: Schema.String;
|
|
114489
114489
|
readonly namespace: Schema.String;
|
|
@@ -114613,7 +114613,7 @@ export declare const readCoreV1NamespacedResourceQuota: API.OperationMethod<{
|
|
|
114613
114613
|
readonly [x: string]: string;
|
|
114614
114614
|
} | undefined;
|
|
114615
114615
|
} | undefined;
|
|
114616
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
114616
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
114617
114617
|
export declare const ReadCoreV1NamespacedResourceQuotaStatusInput: Schema.Struct<{
|
|
114618
114618
|
readonly name: Schema.String;
|
|
114619
114619
|
readonly namespace: Schema.String;
|
|
@@ -114743,7 +114743,7 @@ export declare const readCoreV1NamespacedResourceQuotaStatus: API.OperationMetho
|
|
|
114743
114743
|
readonly [x: string]: string;
|
|
114744
114744
|
} | undefined;
|
|
114745
114745
|
} | undefined;
|
|
114746
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
114746
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
114747
114747
|
export declare const ReadCoreV1NamespacedSecretInput: Schema.Struct<{
|
|
114748
114748
|
readonly name: Schema.String;
|
|
114749
114749
|
readonly namespace: Schema.String;
|
|
@@ -114849,7 +114849,7 @@ export declare const readCoreV1NamespacedSecret: API.OperationMethod<{
|
|
|
114849
114849
|
readonly [x: string]: string;
|
|
114850
114850
|
} | undefined;
|
|
114851
114851
|
readonly type?: string | undefined;
|
|
114852
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
114852
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
114853
114853
|
export declare const ReadCoreV1NamespacedServiceInput: Schema.Struct<{
|
|
114854
114854
|
readonly name: Schema.String;
|
|
114855
114855
|
readonly namespace: Schema.String;
|
|
@@ -115055,7 +115055,7 @@ export declare const readCoreV1NamespacedService: API.OperationMethod<{
|
|
|
115055
115055
|
}[] | undefined;
|
|
115056
115056
|
} | undefined;
|
|
115057
115057
|
} | undefined;
|
|
115058
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
115058
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
115059
115059
|
export declare const ReadCoreV1NamespacedServiceAccountInput: Schema.Struct<{
|
|
115060
115060
|
readonly name: Schema.String;
|
|
115061
115061
|
readonly namespace: Schema.String;
|
|
@@ -115175,7 +115175,7 @@ export declare const readCoreV1NamespacedServiceAccount: API.OperationMethod<{
|
|
|
115175
115175
|
readonly resourceVersion?: string | undefined;
|
|
115176
115176
|
readonly uid?: string | undefined;
|
|
115177
115177
|
}[] | undefined;
|
|
115178
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
115178
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
115179
115179
|
export declare const ReadCoreV1NamespacedServiceStatusInput: Schema.Struct<{
|
|
115180
115180
|
readonly name: Schema.String;
|
|
115181
115181
|
readonly namespace: Schema.String;
|
|
@@ -115381,7 +115381,7 @@ export declare const readCoreV1NamespacedServiceStatus: API.OperationMethod<{
|
|
|
115381
115381
|
}[] | undefined;
|
|
115382
115382
|
} | undefined;
|
|
115383
115383
|
} | undefined;
|
|
115384
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
115384
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
115385
115385
|
export declare const ReadCoreV1NodeInput: Schema.Struct<{
|
|
115386
115386
|
readonly name: Schema.String;
|
|
115387
115387
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -115694,7 +115694,7 @@ export declare const readCoreV1Node: API.OperationMethod<{
|
|
|
115694
115694
|
}[] | undefined;
|
|
115695
115695
|
readonly volumesInUse?: readonly string[] | undefined;
|
|
115696
115696
|
} | undefined;
|
|
115697
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
115697
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
115698
115698
|
export declare const ReadCoreV1NodeStatusInput: Schema.Struct<{
|
|
115699
115699
|
readonly name: Schema.String;
|
|
115700
115700
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -116007,7 +116007,7 @@ export declare const readCoreV1NodeStatus: API.OperationMethod<{
|
|
|
116007
116007
|
}[] | undefined;
|
|
116008
116008
|
readonly volumesInUse?: readonly string[] | undefined;
|
|
116009
116009
|
} | undefined;
|
|
116010
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
116010
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
116011
116011
|
export declare const ReadCoreV1PersistentVolumeInput: Schema.Struct<{
|
|
116012
116012
|
readonly name: Schema.String;
|
|
116013
116013
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -116574,7 +116574,7 @@ export declare const readCoreV1PersistentVolume: API.OperationMethod<{
|
|
|
116574
116574
|
readonly phase?: string | undefined;
|
|
116575
116575
|
readonly reason?: string | undefined;
|
|
116576
116576
|
} | undefined;
|
|
116577
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
116577
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
116578
116578
|
export declare const ReadCoreV1PersistentVolumeStatusInput: Schema.Struct<{
|
|
116579
116579
|
readonly name: Schema.String;
|
|
116580
116580
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -117141,7 +117141,7 @@ export declare const readCoreV1PersistentVolumeStatus: API.OperationMethod<{
|
|
|
117141
117141
|
readonly phase?: string | undefined;
|
|
117142
117142
|
readonly reason?: string | undefined;
|
|
117143
117143
|
} | undefined;
|
|
117144
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
117144
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
117145
117145
|
export declare const ReplaceCoreV1NamespaceInput: Schema.Struct<{
|
|
117146
117146
|
readonly name: Schema.String;
|
|
117147
117147
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -117365,7 +117365,7 @@ export declare const replaceCoreV1Namespace: API.OperationMethod<{
|
|
|
117365
117365
|
}[] | undefined;
|
|
117366
117366
|
readonly phase?: string | undefined;
|
|
117367
117367
|
} | undefined;
|
|
117368
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
117368
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
117369
117369
|
export declare const ReplaceCoreV1NamespaceFinalizeInput: Schema.Struct<{
|
|
117370
117370
|
readonly name: Schema.String;
|
|
117371
117371
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -117589,7 +117589,7 @@ export declare const replaceCoreV1NamespaceFinalize: API.OperationMethod<{
|
|
|
117589
117589
|
}[] | undefined;
|
|
117590
117590
|
readonly phase?: string | undefined;
|
|
117591
117591
|
} | undefined;
|
|
117592
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
117592
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
117593
117593
|
export declare const ReplaceCoreV1NamespaceStatusInput: Schema.Struct<{
|
|
117594
117594
|
readonly name: Schema.String;
|
|
117595
117595
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -117813,7 +117813,7 @@ export declare const replaceCoreV1NamespaceStatus: API.OperationMethod<{
|
|
|
117813
117813
|
}[] | undefined;
|
|
117814
117814
|
readonly phase?: string | undefined;
|
|
117815
117815
|
} | undefined;
|
|
117816
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
117816
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
117817
117817
|
export declare const ReplaceCoreV1NamespacedConfigMapInput: Schema.Struct<{
|
|
117818
117818
|
readonly name: Schema.String;
|
|
117819
117819
|
readonly namespace: Schema.String;
|
|
@@ -118008,7 +118008,7 @@ export declare const replaceCoreV1NamespacedConfigMap: API.OperationMethod<{
|
|
|
118008
118008
|
readonly selfLink?: string | undefined;
|
|
118009
118009
|
readonly uid?: string | undefined;
|
|
118010
118010
|
} | undefined;
|
|
118011
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
118011
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
118012
118012
|
export declare const ReplaceCoreV1NamespacedEndpointsInput: Schema.Struct<{
|
|
118013
118013
|
readonly name: Schema.String;
|
|
118014
118014
|
readonly namespace: Schema.String;
|
|
@@ -118327,7 +118327,7 @@ export declare const replaceCoreV1NamespacedEndpoints: API.OperationMethod<{
|
|
|
118327
118327
|
readonly protocol?: string | undefined;
|
|
118328
118328
|
}[] | undefined;
|
|
118329
118329
|
}[] | undefined;
|
|
118330
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
118330
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
118331
118331
|
export declare const ReplaceCoreV1NamespacedEventInput: Schema.Struct<{
|
|
118332
118332
|
readonly name: Schema.String;
|
|
118333
118333
|
readonly namespace: Schema.String;
|
|
@@ -118646,7 +118646,7 @@ export declare const replaceCoreV1NamespacedEvent: API.OperationMethod<{
|
|
|
118646
118646
|
readonly host?: string | undefined;
|
|
118647
118647
|
} | undefined;
|
|
118648
118648
|
readonly type?: string | undefined;
|
|
118649
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
118649
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
118650
118650
|
export declare const ReplaceCoreV1NamespacedLimitRangeInput: Schema.Struct<{
|
|
118651
118651
|
readonly name: Schema.String;
|
|
118652
118652
|
readonly namespace: Schema.String;
|
|
@@ -118881,7 +118881,7 @@ export declare const replaceCoreV1NamespacedLimitRange: API.OperationMethod<{
|
|
|
118881
118881
|
readonly type: string;
|
|
118882
118882
|
}[];
|
|
118883
118883
|
} | undefined;
|
|
118884
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
118884
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
118885
118885
|
export declare const ReplaceCoreV1NamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
118886
118886
|
readonly name: Schema.String;
|
|
118887
118887
|
readonly namespace: Schema.String;
|
|
@@ -119280,7 +119280,7 @@ export declare const replaceCoreV1NamespacedPersistentVolumeClaim: API.Operation
|
|
|
119280
119280
|
} | undefined;
|
|
119281
119281
|
readonly phase?: string | undefined;
|
|
119282
119282
|
} | undefined;
|
|
119283
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
119283
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
119284
119284
|
export declare const ReplaceCoreV1NamespacedPersistentVolumeClaimStatusInput: Schema.Struct<{
|
|
119285
119285
|
readonly name: Schema.String;
|
|
119286
119286
|
readonly namespace: Schema.String;
|
|
@@ -119679,7 +119679,7 @@ export declare const replaceCoreV1NamespacedPersistentVolumeClaimStatus: API.Ope
|
|
|
119679
119679
|
} | undefined;
|
|
119680
119680
|
readonly phase?: string | undefined;
|
|
119681
119681
|
} | undefined;
|
|
119682
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
119682
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
119683
119683
|
export declare const ReplaceCoreV1NamespacedPodInput: Schema.Struct<{
|
|
119684
119684
|
readonly name: Schema.String;
|
|
119685
119685
|
readonly namespace: Schema.String;
|
|
@@ -126762,7 +126762,7 @@ export declare const replaceCoreV1NamespacedPod: API.OperationMethod<{
|
|
|
126762
126762
|
} | undefined;
|
|
126763
126763
|
readonly startTime?: string | undefined;
|
|
126764
126764
|
} | undefined;
|
|
126765
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
126765
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
126766
126766
|
export declare const ReplaceCoreV1NamespacedPodEphemeralcontainersInput: Schema.Struct<{
|
|
126767
126767
|
readonly name: Schema.String;
|
|
126768
126768
|
readonly namespace: Schema.String;
|
|
@@ -133845,7 +133845,7 @@ export declare const replaceCoreV1NamespacedPodEphemeralcontainers: API.Operatio
|
|
|
133845
133845
|
} | undefined;
|
|
133846
133846
|
readonly startTime?: string | undefined;
|
|
133847
133847
|
} | undefined;
|
|
133848
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
133848
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
133849
133849
|
export declare const ReplaceCoreV1NamespacedPodResizeInput: Schema.Struct<{
|
|
133850
133850
|
readonly name: Schema.String;
|
|
133851
133851
|
readonly namespace: Schema.String;
|
|
@@ -140928,7 +140928,7 @@ export declare const replaceCoreV1NamespacedPodResize: API.OperationMethod<{
|
|
|
140928
140928
|
} | undefined;
|
|
140929
140929
|
readonly startTime?: string | undefined;
|
|
140930
140930
|
} | undefined;
|
|
140931
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
140931
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
140932
140932
|
export declare const ReplaceCoreV1NamespacedPodStatusInput: Schema.Struct<{
|
|
140933
140933
|
readonly name: Schema.String;
|
|
140934
140934
|
readonly namespace: Schema.String;
|
|
@@ -148011,7 +148011,7 @@ export declare const replaceCoreV1NamespacedPodStatus: API.OperationMethod<{
|
|
|
148011
148011
|
} | undefined;
|
|
148012
148012
|
readonly startTime?: string | undefined;
|
|
148013
148013
|
} | undefined;
|
|
148014
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
148014
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
148015
148015
|
export declare const ReplaceCoreV1NamespacedPodTemplateInput: Schema.Struct<{
|
|
148016
148016
|
readonly name: Schema.String;
|
|
148017
148017
|
readonly namespace: Schema.String;
|
|
@@ -154002,7 +154002,7 @@ export declare const replaceCoreV1NamespacedPodTemplate: API.OperationMethod<{
|
|
|
154002
154002
|
}[] | undefined;
|
|
154003
154003
|
} | undefined;
|
|
154004
154004
|
} | undefined;
|
|
154005
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
154005
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
154006
154006
|
export declare const ReplaceCoreV1NamespacedReplicationControllerInput: Schema.Struct<{
|
|
154007
154007
|
readonly name: Schema.String;
|
|
154008
154008
|
readonly namespace: Schema.String;
|
|
@@ -160073,7 +160073,7 @@ export declare const replaceCoreV1NamespacedReplicationController: API.Operation
|
|
|
160073
160073
|
readonly readyReplicas?: number | undefined;
|
|
160074
160074
|
readonly replicas: number;
|
|
160075
160075
|
} | undefined;
|
|
160076
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
160076
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
160077
160077
|
export declare const ReplaceCoreV1NamespacedReplicationControllerScaleInput: Schema.Struct<{
|
|
160078
160078
|
readonly name: Schema.String;
|
|
160079
160079
|
readonly namespace: Schema.String;
|
|
@@ -160276,7 +160276,7 @@ export declare const replaceCoreV1NamespacedReplicationControllerScale: API.Oper
|
|
|
160276
160276
|
readonly replicas: number;
|
|
160277
160277
|
readonly selector?: string | undefined;
|
|
160278
160278
|
} | undefined;
|
|
160279
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
160279
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
160280
160280
|
export declare const ReplaceCoreV1NamespacedReplicationControllerStatusInput: Schema.Struct<{
|
|
160281
160281
|
readonly name: Schema.String;
|
|
160282
160282
|
readonly namespace: Schema.String;
|
|
@@ -166347,7 +166347,7 @@ export declare const replaceCoreV1NamespacedReplicationControllerStatus: API.Ope
|
|
|
166347
166347
|
readonly readyReplicas?: number | undefined;
|
|
166348
166348
|
readonly replicas: number;
|
|
166349
166349
|
} | undefined;
|
|
166350
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
166350
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
166351
166351
|
export declare const ReplaceCoreV1NamespacedResourceQuotaInput: Schema.Struct<{
|
|
166352
166352
|
readonly name: Schema.String;
|
|
166353
166353
|
readonly namespace: Schema.String;
|
|
@@ -166594,7 +166594,7 @@ export declare const replaceCoreV1NamespacedResourceQuota: API.OperationMethod<{
|
|
|
166594
166594
|
readonly [x: string]: string;
|
|
166595
166595
|
} | undefined;
|
|
166596
166596
|
} | undefined;
|
|
166597
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
166597
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
166598
166598
|
export declare const ReplaceCoreV1NamespacedResourceQuotaStatusInput: Schema.Struct<{
|
|
166599
166599
|
readonly name: Schema.String;
|
|
166600
166600
|
readonly namespace: Schema.String;
|
|
@@ -166841,7 +166841,7 @@ export declare const replaceCoreV1NamespacedResourceQuotaStatus: API.OperationMe
|
|
|
166841
166841
|
readonly [x: string]: string;
|
|
166842
166842
|
} | undefined;
|
|
166843
166843
|
} | undefined;
|
|
166844
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
166844
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
166845
166845
|
export declare const ReplaceCoreV1NamespacedSecretInput: Schema.Struct<{
|
|
166846
166846
|
readonly name: Schema.String;
|
|
166847
166847
|
readonly namespace: Schema.String;
|
|
@@ -167040,7 +167040,7 @@ export declare const replaceCoreV1NamespacedSecret: API.OperationMethod<{
|
|
|
167040
167040
|
readonly [x: string]: string;
|
|
167041
167041
|
} | undefined;
|
|
167042
167042
|
readonly type?: string | undefined;
|
|
167043
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
167043
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
167044
167044
|
export declare const ReplaceCoreV1NamespacedServiceInput: Schema.Struct<{
|
|
167045
167045
|
readonly name: Schema.String;
|
|
167046
167046
|
readonly namespace: Schema.String;
|
|
@@ -167439,7 +167439,7 @@ export declare const replaceCoreV1NamespacedService: API.OperationMethod<{
|
|
|
167439
167439
|
}[] | undefined;
|
|
167440
167440
|
} | undefined;
|
|
167441
167441
|
} | undefined;
|
|
167442
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
167442
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
167443
167443
|
export declare const ReplaceCoreV1NamespacedServiceAccountInput: Schema.Struct<{
|
|
167444
167444
|
readonly name: Schema.String;
|
|
167445
167445
|
readonly namespace: Schema.String;
|
|
@@ -167666,7 +167666,7 @@ export declare const replaceCoreV1NamespacedServiceAccount: API.OperationMethod<
|
|
|
167666
167666
|
readonly resourceVersion?: string | undefined;
|
|
167667
167667
|
readonly uid?: string | undefined;
|
|
167668
167668
|
}[] | undefined;
|
|
167669
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
167669
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
167670
167670
|
export declare const ReplaceCoreV1NamespacedServiceStatusInput: Schema.Struct<{
|
|
167671
167671
|
readonly name: Schema.String;
|
|
167672
167672
|
readonly namespace: Schema.String;
|
|
@@ -168065,7 +168065,7 @@ export declare const replaceCoreV1NamespacedServiceStatus: API.OperationMethod<{
|
|
|
168065
168065
|
}[] | undefined;
|
|
168066
168066
|
} | undefined;
|
|
168067
168067
|
} | undefined;
|
|
168068
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
168068
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
168069
168069
|
export declare const ReplaceCoreV1NodeInput: Schema.Struct<{
|
|
168070
168070
|
readonly name: Schema.String;
|
|
168071
168071
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -168681,7 +168681,7 @@ export declare const replaceCoreV1Node: API.OperationMethod<{
|
|
|
168681
168681
|
}[] | undefined;
|
|
168682
168682
|
readonly volumesInUse?: readonly string[] | undefined;
|
|
168683
168683
|
} | undefined;
|
|
168684
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
168684
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
168685
168685
|
export declare const ReplaceCoreV1NodeStatusInput: Schema.Struct<{
|
|
168686
168686
|
readonly name: Schema.String;
|
|
168687
168687
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -169297,7 +169297,7 @@ export declare const replaceCoreV1NodeStatus: API.OperationMethod<{
|
|
|
169297
169297
|
}[] | undefined;
|
|
169298
169298
|
readonly volumesInUse?: readonly string[] | undefined;
|
|
169299
169299
|
} | undefined;
|
|
169300
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
169300
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
169301
169301
|
export declare const ReplaceCoreV1PersistentVolumeInput: Schema.Struct<{
|
|
169302
169302
|
readonly name: Schema.String;
|
|
169303
169303
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -170421,7 +170421,7 @@ export declare const replaceCoreV1PersistentVolume: API.OperationMethod<{
|
|
|
170421
170421
|
readonly phase?: string | undefined;
|
|
170422
170422
|
readonly reason?: string | undefined;
|
|
170423
170423
|
} | undefined;
|
|
170424
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
170424
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
170425
170425
|
export declare const ReplaceCoreV1PersistentVolumeStatusInput: Schema.Struct<{
|
|
170426
170426
|
readonly name: Schema.String;
|
|
170427
170427
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -171545,7 +171545,7 @@ export declare const replaceCoreV1PersistentVolumeStatus: API.OperationMethod<{
|
|
|
171545
171545
|
readonly phase?: string | undefined;
|
|
171546
171546
|
readonly reason?: string | undefined;
|
|
171547
171547
|
} | undefined;
|
|
171548
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
171548
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
171549
171549
|
export declare const WatchCoreV1ConfigMapListForAllNamespacesInput: Schema.Struct<{
|
|
171550
171550
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
171551
171551
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -171639,7 +171639,7 @@ export declare const watchCoreV1ConfigMapListForAllNamespaces: API.OperationMeth
|
|
|
171639
171639
|
}, {
|
|
171640
171640
|
readonly object: unknown;
|
|
171641
171641
|
readonly type: string;
|
|
171642
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
171642
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
171643
171643
|
export declare const WatchCoreV1EndpointsListForAllNamespacesInput: Schema.Struct<{
|
|
171644
171644
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
171645
171645
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -171733,7 +171733,7 @@ export declare const watchCoreV1EndpointsListForAllNamespaces: API.OperationMeth
|
|
|
171733
171733
|
}, {
|
|
171734
171734
|
readonly object: unknown;
|
|
171735
171735
|
readonly type: string;
|
|
171736
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
171736
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
171737
171737
|
export declare const WatchCoreV1EventListForAllNamespacesInput: Schema.Struct<{
|
|
171738
171738
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
171739
171739
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -171827,7 +171827,7 @@ export declare const watchCoreV1EventListForAllNamespaces: API.OperationMethod<{
|
|
|
171827
171827
|
}, {
|
|
171828
171828
|
readonly object: unknown;
|
|
171829
171829
|
readonly type: string;
|
|
171830
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
171830
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
171831
171831
|
export declare const WatchCoreV1LimitRangeListForAllNamespacesInput: Schema.Struct<{
|
|
171832
171832
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
171833
171833
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -171921,7 +171921,7 @@ export declare const watchCoreV1LimitRangeListForAllNamespaces: API.OperationMet
|
|
|
171921
171921
|
}, {
|
|
171922
171922
|
readonly object: unknown;
|
|
171923
171923
|
readonly type: string;
|
|
171924
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
171924
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
171925
171925
|
export declare const WatchCoreV1NamespaceInput: Schema.Struct<{
|
|
171926
171926
|
readonly name: Schema.String;
|
|
171927
171927
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -172018,7 +172018,7 @@ export declare const watchCoreV1Namespace: API.OperationMethod<{
|
|
|
172018
172018
|
}, {
|
|
172019
172019
|
readonly object: unknown;
|
|
172020
172020
|
readonly type: string;
|
|
172021
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172021
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172022
172022
|
export declare const WatchCoreV1NamespaceListInput: Schema.Struct<{
|
|
172023
172023
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
172024
172024
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -172112,7 +172112,7 @@ export declare const watchCoreV1NamespaceList: API.OperationMethod<{
|
|
|
172112
172112
|
}, {
|
|
172113
172113
|
readonly object: unknown;
|
|
172114
172114
|
readonly type: string;
|
|
172115
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172115
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172116
172116
|
export declare const WatchCoreV1NamespacedConfigMapInput: Schema.Struct<{
|
|
172117
172117
|
readonly name: Schema.String;
|
|
172118
172118
|
readonly namespace: Schema.String;
|
|
@@ -172212,7 +172212,7 @@ export declare const watchCoreV1NamespacedConfigMap: API.OperationMethod<{
|
|
|
172212
172212
|
}, {
|
|
172213
172213
|
readonly object: unknown;
|
|
172214
172214
|
readonly type: string;
|
|
172215
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172215
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172216
172216
|
export declare const WatchCoreV1NamespacedConfigMapListInput: Schema.Struct<{
|
|
172217
172217
|
readonly namespace: Schema.String;
|
|
172218
172218
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -172309,7 +172309,7 @@ export declare const watchCoreV1NamespacedConfigMapList: API.OperationMethod<{
|
|
|
172309
172309
|
}, {
|
|
172310
172310
|
readonly object: unknown;
|
|
172311
172311
|
readonly type: string;
|
|
172312
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172312
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172313
172313
|
export declare const WatchCoreV1NamespacedEndpointsInput: Schema.Struct<{
|
|
172314
172314
|
readonly name: Schema.String;
|
|
172315
172315
|
readonly namespace: Schema.String;
|
|
@@ -172409,7 +172409,7 @@ export declare const watchCoreV1NamespacedEndpoints: API.OperationMethod<{
|
|
|
172409
172409
|
}, {
|
|
172410
172410
|
readonly object: unknown;
|
|
172411
172411
|
readonly type: string;
|
|
172412
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172412
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172413
172413
|
export declare const WatchCoreV1NamespacedEndpointsListInput: Schema.Struct<{
|
|
172414
172414
|
readonly namespace: Schema.String;
|
|
172415
172415
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -172506,7 +172506,7 @@ export declare const watchCoreV1NamespacedEndpointsList: API.OperationMethod<{
|
|
|
172506
172506
|
}, {
|
|
172507
172507
|
readonly object: unknown;
|
|
172508
172508
|
readonly type: string;
|
|
172509
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172509
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172510
172510
|
export declare const WatchCoreV1NamespacedEventInput: Schema.Struct<{
|
|
172511
172511
|
readonly name: Schema.String;
|
|
172512
172512
|
readonly namespace: Schema.String;
|
|
@@ -172606,7 +172606,7 @@ export declare const watchCoreV1NamespacedEvent: API.OperationMethod<{
|
|
|
172606
172606
|
}, {
|
|
172607
172607
|
readonly object: unknown;
|
|
172608
172608
|
readonly type: string;
|
|
172609
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172609
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172610
172610
|
export declare const WatchCoreV1NamespacedEventListInput: Schema.Struct<{
|
|
172611
172611
|
readonly namespace: Schema.String;
|
|
172612
172612
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -172703,7 +172703,7 @@ export declare const watchCoreV1NamespacedEventList: API.OperationMethod<{
|
|
|
172703
172703
|
}, {
|
|
172704
172704
|
readonly object: unknown;
|
|
172705
172705
|
readonly type: string;
|
|
172706
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172706
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172707
172707
|
export declare const WatchCoreV1NamespacedLimitRangeInput: Schema.Struct<{
|
|
172708
172708
|
readonly name: Schema.String;
|
|
172709
172709
|
readonly namespace: Schema.String;
|
|
@@ -172803,7 +172803,7 @@ export declare const watchCoreV1NamespacedLimitRange: API.OperationMethod<{
|
|
|
172803
172803
|
}, {
|
|
172804
172804
|
readonly object: unknown;
|
|
172805
172805
|
readonly type: string;
|
|
172806
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172806
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172807
172807
|
export declare const WatchCoreV1NamespacedLimitRangeListInput: Schema.Struct<{
|
|
172808
172808
|
readonly namespace: Schema.String;
|
|
172809
172809
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -172900,7 +172900,7 @@ export declare const watchCoreV1NamespacedLimitRangeList: API.OperationMethod<{
|
|
|
172900
172900
|
}, {
|
|
172901
172901
|
readonly object: unknown;
|
|
172902
172902
|
readonly type: string;
|
|
172903
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
172903
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
172904
172904
|
export declare const WatchCoreV1NamespacedPersistentVolumeClaimInput: Schema.Struct<{
|
|
172905
172905
|
readonly name: Schema.String;
|
|
172906
172906
|
readonly namespace: Schema.String;
|
|
@@ -173000,7 +173000,7 @@ export declare const watchCoreV1NamespacedPersistentVolumeClaim: API.OperationMe
|
|
|
173000
173000
|
}, {
|
|
173001
173001
|
readonly object: unknown;
|
|
173002
173002
|
readonly type: string;
|
|
173003
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173003
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173004
173004
|
export declare const WatchCoreV1NamespacedPersistentVolumeClaimListInput: Schema.Struct<{
|
|
173005
173005
|
readonly namespace: Schema.String;
|
|
173006
173006
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -173097,7 +173097,7 @@ export declare const watchCoreV1NamespacedPersistentVolumeClaimList: API.Operati
|
|
|
173097
173097
|
}, {
|
|
173098
173098
|
readonly object: unknown;
|
|
173099
173099
|
readonly type: string;
|
|
173100
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173100
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173101
173101
|
export declare const WatchCoreV1NamespacedPodInput: Schema.Struct<{
|
|
173102
173102
|
readonly name: Schema.String;
|
|
173103
173103
|
readonly namespace: Schema.String;
|
|
@@ -173197,7 +173197,7 @@ export declare const watchCoreV1NamespacedPod: API.OperationMethod<{
|
|
|
173197
173197
|
}, {
|
|
173198
173198
|
readonly object: unknown;
|
|
173199
173199
|
readonly type: string;
|
|
173200
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173200
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173201
173201
|
export declare const WatchCoreV1NamespacedPodListInput: Schema.Struct<{
|
|
173202
173202
|
readonly namespace: Schema.String;
|
|
173203
173203
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -173294,7 +173294,7 @@ export declare const watchCoreV1NamespacedPodList: API.OperationMethod<{
|
|
|
173294
173294
|
}, {
|
|
173295
173295
|
readonly object: unknown;
|
|
173296
173296
|
readonly type: string;
|
|
173297
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173297
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173298
173298
|
export declare const WatchCoreV1NamespacedPodTemplateInput: Schema.Struct<{
|
|
173299
173299
|
readonly name: Schema.String;
|
|
173300
173300
|
readonly namespace: Schema.String;
|
|
@@ -173394,7 +173394,7 @@ export declare const watchCoreV1NamespacedPodTemplate: API.OperationMethod<{
|
|
|
173394
173394
|
}, {
|
|
173395
173395
|
readonly object: unknown;
|
|
173396
173396
|
readonly type: string;
|
|
173397
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173397
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173398
173398
|
export declare const WatchCoreV1NamespacedPodTemplateListInput: Schema.Struct<{
|
|
173399
173399
|
readonly namespace: Schema.String;
|
|
173400
173400
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -173491,7 +173491,7 @@ export declare const watchCoreV1NamespacedPodTemplateList: API.OperationMethod<{
|
|
|
173491
173491
|
}, {
|
|
173492
173492
|
readonly object: unknown;
|
|
173493
173493
|
readonly type: string;
|
|
173494
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173494
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173495
173495
|
export declare const WatchCoreV1NamespacedReplicationControllerInput: Schema.Struct<{
|
|
173496
173496
|
readonly name: Schema.String;
|
|
173497
173497
|
readonly namespace: Schema.String;
|
|
@@ -173591,7 +173591,7 @@ export declare const watchCoreV1NamespacedReplicationController: API.OperationMe
|
|
|
173591
173591
|
}, {
|
|
173592
173592
|
readonly object: unknown;
|
|
173593
173593
|
readonly type: string;
|
|
173594
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173594
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173595
173595
|
export declare const WatchCoreV1NamespacedReplicationControllerListInput: Schema.Struct<{
|
|
173596
173596
|
readonly namespace: Schema.String;
|
|
173597
173597
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -173688,7 +173688,7 @@ export declare const watchCoreV1NamespacedReplicationControllerList: API.Operati
|
|
|
173688
173688
|
}, {
|
|
173689
173689
|
readonly object: unknown;
|
|
173690
173690
|
readonly type: string;
|
|
173691
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173691
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173692
173692
|
export declare const WatchCoreV1NamespacedResourceQuotaInput: Schema.Struct<{
|
|
173693
173693
|
readonly name: Schema.String;
|
|
173694
173694
|
readonly namespace: Schema.String;
|
|
@@ -173788,7 +173788,7 @@ export declare const watchCoreV1NamespacedResourceQuota: API.OperationMethod<{
|
|
|
173788
173788
|
}, {
|
|
173789
173789
|
readonly object: unknown;
|
|
173790
173790
|
readonly type: string;
|
|
173791
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173791
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173792
173792
|
export declare const WatchCoreV1NamespacedResourceQuotaListInput: Schema.Struct<{
|
|
173793
173793
|
readonly namespace: Schema.String;
|
|
173794
173794
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -173885,7 +173885,7 @@ export declare const watchCoreV1NamespacedResourceQuotaList: API.OperationMethod
|
|
|
173885
173885
|
}, {
|
|
173886
173886
|
readonly object: unknown;
|
|
173887
173887
|
readonly type: string;
|
|
173888
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173888
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173889
173889
|
export declare const WatchCoreV1NamespacedSecretInput: Schema.Struct<{
|
|
173890
173890
|
readonly name: Schema.String;
|
|
173891
173891
|
readonly namespace: Schema.String;
|
|
@@ -173985,7 +173985,7 @@ export declare const watchCoreV1NamespacedSecret: API.OperationMethod<{
|
|
|
173985
173985
|
}, {
|
|
173986
173986
|
readonly object: unknown;
|
|
173987
173987
|
readonly type: string;
|
|
173988
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
173988
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
173989
173989
|
export declare const WatchCoreV1NamespacedSecretListInput: Schema.Struct<{
|
|
173990
173990
|
readonly namespace: Schema.String;
|
|
173991
173991
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -174082,7 +174082,7 @@ export declare const watchCoreV1NamespacedSecretList: API.OperationMethod<{
|
|
|
174082
174082
|
}, {
|
|
174083
174083
|
readonly object: unknown;
|
|
174084
174084
|
readonly type: string;
|
|
174085
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174085
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174086
174086
|
export declare const WatchCoreV1NamespacedServiceInput: Schema.Struct<{
|
|
174087
174087
|
readonly name: Schema.String;
|
|
174088
174088
|
readonly namespace: Schema.String;
|
|
@@ -174182,7 +174182,7 @@ export declare const watchCoreV1NamespacedService: API.OperationMethod<{
|
|
|
174182
174182
|
}, {
|
|
174183
174183
|
readonly object: unknown;
|
|
174184
174184
|
readonly type: string;
|
|
174185
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174185
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174186
174186
|
export declare const WatchCoreV1NamespacedServiceAccountInput: Schema.Struct<{
|
|
174187
174187
|
readonly name: Schema.String;
|
|
174188
174188
|
readonly namespace: Schema.String;
|
|
@@ -174282,7 +174282,7 @@ export declare const watchCoreV1NamespacedServiceAccount: API.OperationMethod<{
|
|
|
174282
174282
|
}, {
|
|
174283
174283
|
readonly object: unknown;
|
|
174284
174284
|
readonly type: string;
|
|
174285
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174285
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174286
174286
|
export declare const WatchCoreV1NamespacedServiceAccountListInput: Schema.Struct<{
|
|
174287
174287
|
readonly namespace: Schema.String;
|
|
174288
174288
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -174379,7 +174379,7 @@ export declare const watchCoreV1NamespacedServiceAccountList: API.OperationMetho
|
|
|
174379
174379
|
}, {
|
|
174380
174380
|
readonly object: unknown;
|
|
174381
174381
|
readonly type: string;
|
|
174382
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174382
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174383
174383
|
export declare const WatchCoreV1NamespacedServiceListInput: Schema.Struct<{
|
|
174384
174384
|
readonly namespace: Schema.String;
|
|
174385
174385
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -174476,7 +174476,7 @@ export declare const watchCoreV1NamespacedServiceList: API.OperationMethod<{
|
|
|
174476
174476
|
}, {
|
|
174477
174477
|
readonly object: unknown;
|
|
174478
174478
|
readonly type: string;
|
|
174479
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174479
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174480
174480
|
export declare const WatchCoreV1NodeInput: Schema.Struct<{
|
|
174481
174481
|
readonly name: Schema.String;
|
|
174482
174482
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -174573,7 +174573,7 @@ export declare const watchCoreV1Node: API.OperationMethod<{
|
|
|
174573
174573
|
}, {
|
|
174574
174574
|
readonly object: unknown;
|
|
174575
174575
|
readonly type: string;
|
|
174576
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174576
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174577
174577
|
export declare const WatchCoreV1NodeListInput: Schema.Struct<{
|
|
174578
174578
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
174579
174579
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -174667,7 +174667,7 @@ export declare const watchCoreV1NodeList: API.OperationMethod<{
|
|
|
174667
174667
|
}, {
|
|
174668
174668
|
readonly object: unknown;
|
|
174669
174669
|
readonly type: string;
|
|
174670
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174670
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174671
174671
|
export declare const WatchCoreV1PersistentVolumeInput: Schema.Struct<{
|
|
174672
174672
|
readonly name: Schema.String;
|
|
174673
174673
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -174764,7 +174764,7 @@ export declare const watchCoreV1PersistentVolume: API.OperationMethod<{
|
|
|
174764
174764
|
}, {
|
|
174765
174765
|
readonly object: unknown;
|
|
174766
174766
|
readonly type: string;
|
|
174767
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174767
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174768
174768
|
export declare const WatchCoreV1PersistentVolumeClaimListForAllNamespacesInput: Schema.Struct<{
|
|
174769
174769
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
174770
174770
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -174858,7 +174858,7 @@ export declare const watchCoreV1PersistentVolumeClaimListForAllNamespaces: API.O
|
|
|
174858
174858
|
}, {
|
|
174859
174859
|
readonly object: unknown;
|
|
174860
174860
|
readonly type: string;
|
|
174861
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174861
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174862
174862
|
export declare const WatchCoreV1PersistentVolumeListInput: Schema.Struct<{
|
|
174863
174863
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
174864
174864
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -174952,7 +174952,7 @@ export declare const watchCoreV1PersistentVolumeList: API.OperationMethod<{
|
|
|
174952
174952
|
}, {
|
|
174953
174953
|
readonly object: unknown;
|
|
174954
174954
|
readonly type: string;
|
|
174955
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
174955
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
174956
174956
|
export declare const WatchCoreV1PodListForAllNamespacesInput: Schema.Struct<{
|
|
174957
174957
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
174958
174958
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -175046,7 +175046,7 @@ export declare const watchCoreV1PodListForAllNamespaces: API.OperationMethod<{
|
|
|
175046
175046
|
}, {
|
|
175047
175047
|
readonly object: unknown;
|
|
175048
175048
|
readonly type: string;
|
|
175049
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
175049
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
175050
175050
|
export declare const WatchCoreV1PodTemplateListForAllNamespacesInput: Schema.Struct<{
|
|
175051
175051
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
175052
175052
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -175140,7 +175140,7 @@ export declare const watchCoreV1PodTemplateListForAllNamespaces: API.OperationMe
|
|
|
175140
175140
|
}, {
|
|
175141
175141
|
readonly object: unknown;
|
|
175142
175142
|
readonly type: string;
|
|
175143
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
175143
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
175144
175144
|
export declare const WatchCoreV1ReplicationControllerListForAllNamespacesInput: Schema.Struct<{
|
|
175145
175145
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
175146
175146
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -175234,7 +175234,7 @@ export declare const watchCoreV1ReplicationControllerListForAllNamespaces: API.O
|
|
|
175234
175234
|
}, {
|
|
175235
175235
|
readonly object: unknown;
|
|
175236
175236
|
readonly type: string;
|
|
175237
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
175237
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
175238
175238
|
export declare const WatchCoreV1ResourceQuotaListForAllNamespacesInput: Schema.Struct<{
|
|
175239
175239
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
175240
175240
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -175328,7 +175328,7 @@ export declare const watchCoreV1ResourceQuotaListForAllNamespaces: API.Operation
|
|
|
175328
175328
|
}, {
|
|
175329
175329
|
readonly object: unknown;
|
|
175330
175330
|
readonly type: string;
|
|
175331
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
175331
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
175332
175332
|
export declare const WatchCoreV1SecretListForAllNamespacesInput: Schema.Struct<{
|
|
175333
175333
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
175334
175334
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -175422,7 +175422,7 @@ export declare const watchCoreV1SecretListForAllNamespaces: API.OperationMethod<
|
|
|
175422
175422
|
}, {
|
|
175423
175423
|
readonly object: unknown;
|
|
175424
175424
|
readonly type: string;
|
|
175425
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
175425
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
175426
175426
|
export declare const WatchCoreV1ServiceAccountListForAllNamespacesInput: Schema.Struct<{
|
|
175427
175427
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
175428
175428
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -175516,7 +175516,7 @@ export declare const watchCoreV1ServiceAccountListForAllNamespaces: API.Operatio
|
|
|
175516
175516
|
}, {
|
|
175517
175517
|
readonly object: unknown;
|
|
175518
175518
|
readonly type: string;
|
|
175519
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
175519
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
175520
175520
|
export declare const WatchCoreV1ServiceListForAllNamespacesInput: Schema.Struct<{
|
|
175521
175521
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
175522
175522
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -175610,5 +175610,5 @@ export declare const watchCoreV1ServiceListForAllNamespaces: API.OperationMethod
|
|
|
175610
175610
|
}, {
|
|
175611
175611
|
readonly object: unknown;
|
|
175612
175612
|
readonly type: string;
|
|
175613
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
175613
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
175614
175614
|
//# sourceMappingURL=core.d.ts.map
|