@rancher/shell 1.2.5-rc.1 → 1.2.5

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.
@@ -0,0 +1,4312 @@
1
+ // Auto-generated type definitions for shell
2
+ // Do not modify this file as changes will get overwritten
3
+ declare module '*.vue' {
4
+ import Vue from 'vue';
5
+ export default Vue;
6
+ }
7
+
8
+ // This is required to keep typescript from complaining. It is required for
9
+ // our i18n plugin. For more info see:
10
+ // https://v2.vuejs.org/v2/guide/typescript.html?redirect=true#Augmenting-Types-for-Use-with-Plugins
11
+ declare module 'vue/types/vue' {
12
+ // eslint-disable-next-line no-unused-vars
13
+ interface Vue {
14
+ /**
15
+ * Lookup a given string with the given arguments
16
+ * @param raw if set, do not do HTML escaping.
17
+ */
18
+ t: (key: string, args?: Record<string, any>, raw?: boolean) => string,
19
+ }
20
+ }
21
+
22
+ declare module 'js-yaml';
23
+
24
+ // @shell/config/labels-annotations
25
+
26
+ declare module '@shell/config/labels-annotations' {
27
+ export const NORMAN_NAME: "field.cattle.io/name";
28
+ export const DESCRIPTION: "field.cattle.io/description";
29
+ export const HOSTNAME: "kubernetes.io/hostname";
30
+ export const TIMESTAMP: "cattle.io/timestamp";
31
+ export const SYSTEM_NAMESPACE: "management.cattle.io/system-namespace";
32
+ export const PROJECT: "field.cattle.io/projectId";
33
+ export const DEFAULT_PROJECT: "authz.management.cattle.io/default-project";
34
+ export const SYSTEM_PROJECT: "authz.management.cattle.io/system-project";
35
+ export const CONTAINER_DEFAULT_RESOURCE_LIMIT: "field.cattle.io/containerDefaultResourceLimit";
36
+ export const CATTLE_PUBLIC_ENDPOINTS: "field.cattle.io/publicEndpoints";
37
+ export const TARGET_WORKLOADS: "field.cattle.io/targetWorkloadIds";
38
+ export const UI_MANAGED: "management.cattle.io/ui-managed";
39
+ export const CREATOR_ID: "field.cattle.io/creatorId";
40
+ export const RESOURCE_QUOTA: "field.cattle.io/resourceQuota";
41
+ export const AZURE_MIGRATED: "auth.cattle.io/azuread-endpoint-migrated";
42
+ export const WORKSPACE_ANNOTATION: "objectset.rio.cattle.io/id";
43
+ export namespace KUBERNETES {
44
+ const SERVICE_ACCOUNT_UID: string;
45
+ const SERVICE_ACCOUNT_NAME: string;
46
+ const MANAGED_BY: string;
47
+ const MANAGED_NAME: string;
48
+ const INSTANCE: string;
49
+ }
50
+ export namespace CERTMANAGER {
51
+ const ISSUER: string;
52
+ }
53
+ export namespace STORAGE {
54
+ const DEFAULT_STORAGE_CLASS: string;
55
+ const BETA_DEFAULT_STORAGE_CLASS: string;
56
+ }
57
+ export namespace MANAGEMENT_NODE {
58
+ const NODE_NAME: string;
59
+ }
60
+ export namespace NODE_ROLES {
61
+ const CONTROL_PLANE_OLD: string;
62
+ const CONTROL_PLANE: string;
63
+ const WORKER: string;
64
+ const ETCD: string;
65
+ }
66
+ export namespace MACHINE_ROLES {
67
+ const CONTROL_PLANE_1: string;
68
+ export { CONTROL_PLANE_1 as CONTROL_PLANE };
69
+ const WORKER_1: string;
70
+ export { WORKER_1 as WORKER };
71
+ const ETCD_1: string;
72
+ export { ETCD_1 as ETCD };
73
+ }
74
+ export namespace CAPI {
75
+ const DEPLOYMENT_NAME: string;
76
+ const CREDENTIAL_DRIVER: string;
77
+ const CLUSTER_NAMESPACE: string;
78
+ const FORCE_MACHINE_REMOVE: string;
79
+ const MACHINE_NAME: string;
80
+ const DELETE_MACHINE: string;
81
+ const PROVIDER: string;
82
+ const SECRET_AUTH: string;
83
+ const SECRET_WILL_DELETE: string;
84
+ const UI_CUSTOM_PROVIDER: string;
85
+ }
86
+ export namespace CATALOG {
87
+ const CERTIFIED: string;
88
+ const _RANCHER: string;
89
+ const _PARTNER: string;
90
+ const _OTHER: string;
91
+ const EXPERIMENTAL: string;
92
+ const NAMESPACE: string;
93
+ const RELEASE_NAME: string;
94
+ const FEATURED: string;
95
+ const REQUIRES_GVK: string;
96
+ const PROVIDES: string;
97
+ const AUTO_INSTALL_GVK: string;
98
+ const AUTO_INSTALL: string;
99
+ const HIDDEN: string;
100
+ const REQUESTS_CPU: string;
101
+ const REQUESTS_MEMORY: string;
102
+ const SCOPE: string;
103
+ const _MANAGEMENT: string;
104
+ const _DOWNSTREAM: string;
105
+ const TYPE: string;
106
+ const _APP: string;
107
+ const _CLUSTER_TPL: string;
108
+ const _CLUSTER_TOOL: string;
109
+ const COMPONENT: string;
110
+ const SOURCE_REPO_TYPE: string;
111
+ const SOURCE_REPO_NAME: string;
112
+ const COLOR: string;
113
+ const DISPLAY_NAME: string;
114
+ const SUPPORTED_OS: string;
115
+ const PERMITTED_OS: string;
116
+ const DEPLOYED_OS: string;
117
+ const MIGRATED: string;
118
+ const MANAGED: string;
119
+ const HIDDEN_REPO: string;
120
+ }
121
+ export namespace FLEET {
122
+ export const CLUSTER_DISPLAY_NAME: string;
123
+ export const CLUSTER_NAME: string;
124
+ export const BUNDLE_ID: string;
125
+ const MANAGED_1: string;
126
+ export { MANAGED_1 as MANAGED };
127
+ export const CLUSTER: string;
128
+ }
129
+ export namespace RBAC {
130
+ const PRODUCT: string;
131
+ }
132
+ export namespace RKE {
133
+ const EXTERNAL_IP: string;
134
+ }
135
+ export namespace SNAPSHOT {
136
+ const CLUSTER_NAME_1: string;
137
+ export { CLUSTER_NAME_1 as CLUSTER_NAME };
138
+ }
139
+ export namespace ISTIO {
140
+ const AUTO_INJECTION: string;
141
+ }
142
+ export const LABELS_TO_IGNORE_REGEX: RegExp[];
143
+ export const ANNOTATIONS_TO_IGNORE_REGEX: RegExp[];
144
+ export const ANNOTATIONS_TO_FOLD: RegExp[];
145
+ export namespace HCI {
146
+ const CLOUD_INIT: string;
147
+ const CLOUD_PROVIDER_IPAM: string;
148
+ const NETWORK_ROUTE: string;
149
+ const IMAGE_NAME: string;
150
+ const NETWORK_TYPE: string;
151
+ const PRIMARY_SERVICE: string;
152
+ }
153
+ export namespace CLUSTER_BADGE {
154
+ export const TEXT: string;
155
+ const COLOR_1: string;
156
+ export { COLOR_1 as COLOR };
157
+ export const ICON_TEXT: string;
158
+ }
159
+ export const SYSTEM_LABELS: string[];
160
+ }
161
+
162
+ // @shell/config/query-params
163
+
164
+ declare module '@shell/config/query-params' {
165
+ export const SPA: "spa";
166
+ export const LOCAL: "local";
167
+ export const SETUP: "setup";
168
+ export const STEP: "step";
169
+ export const LOGGED_OUT: "logged-out";
170
+ export const UPGRADED: "upgraded";
171
+ export const TIMED_OUT: "timed-out";
172
+ export const AUTH_TEST: "test";
173
+ export const BACK_TO: "back-to";
174
+ export const GITHUB_CODE: "code";
175
+ export const GITHUB_NONCE: "state";
176
+ export const GITHUB_SCOPE: "scope";
177
+ export const GITHUB_REDIRECT: "redirect_uri";
178
+ export const _FLAGGED: any;
179
+ export const _UNFLAG: any;
180
+ export const SEARCH_QUERY: "q";
181
+ export const SORT_BY: "sort";
182
+ export const DESCENDING: "desc";
183
+ export const PAGE: "page";
184
+ export const MODE: "mode";
185
+ export const _CREATE: "create";
186
+ export const _VIEW: "view";
187
+ export const _EDIT: "edit";
188
+ export const _LIST: "list";
189
+ export const _CLONE: "clone";
190
+ export const _STAGE: "stage";
191
+ export const _IMPORT: "import";
192
+ export const AS: "as";
193
+ export const _DETAIL: "detail";
194
+ export const _CONFIG: "config";
195
+ export const _YAML: "yaml";
196
+ export const _GRAPH: "graph";
197
+ export const FOCUS: "focus";
198
+ export const PREVIEW: "preview";
199
+ export const DIFF: "diff";
200
+ export const _UNIFIED: "unified";
201
+ export const _SPLIT: "split";
202
+ export const SUB_TYPE: "type";
203
+ export const REPO_TYPE: "repo-type";
204
+ export const REPO: "repo";
205
+ export const CHART: "chart";
206
+ export const VERSION: "version";
207
+ export const NAME: "name";
208
+ export const NAMESPACE: "namespace";
209
+ export const DESCRIPTION: "description";
210
+ export const CATEGORY: "category";
211
+ export const OPERATING_SYSTEM: "os";
212
+ export const DEPRECATED: "deprecated";
213
+ export const HIDDEN: "hidden";
214
+ export const FROM_TOOLS: "tools";
215
+ export const FROM_CLUSTER: "cluster";
216
+ export const HIDE_SIDE_NAV: "hide-side-nav";
217
+ export const PROVIDER: "provider";
218
+ export const CLOUD_CREDENTIAL: "cloud";
219
+ export const PROJECT_ID: "projectId";
220
+ export const FLAT_VIEW: "flatView";
221
+ }
222
+
223
+ // @shell/config/table-headers
224
+
225
+ declare module '@shell/config/table-headers' {
226
+ export namespace STATE {
227
+ export const name: string;
228
+ export const labelKey: string;
229
+ export const sort: string[];
230
+ export const value: string;
231
+ export function getValue(row: any): any;
232
+ export const width: number;
233
+ const _default: string;
234
+ export { _default as default };
235
+ export const formatter: string;
236
+ }
237
+ export namespace DOWNLOAD {
238
+ const name_1: string;
239
+ export { name_1 as name };
240
+ const labelKey_1: string;
241
+ export { labelKey_1 as labelKey };
242
+ const value_1: string;
243
+ export { value_1 as value };
244
+ export const canBeVariable: boolean;
245
+ export const align: string;
246
+ }
247
+ export namespace INTERNAL_EXTERNAL_IP {
248
+ const name_2: string;
249
+ export { name_2 as name };
250
+ const labelKey_2: string;
251
+ export { labelKey_2 as labelKey };
252
+ export const search: string[];
253
+ const sort_1: string[];
254
+ export { sort_1 as sort };
255
+ const formatter_1: string;
256
+ export { formatter_1 as formatter };
257
+ }
258
+ export namespace NAME {
259
+ const name_3: string;
260
+ export { name_3 as name };
261
+ const labelKey_3: string;
262
+ export { labelKey_3 as labelKey };
263
+ const value_2: string;
264
+ export { value_2 as value };
265
+ export function getValue_1(row: any): any;
266
+ export { getValue_1 as getValue };
267
+ const sort_2: string[];
268
+ export { sort_2 as sort };
269
+ const formatter_2: string;
270
+ export { formatter_2 as formatter };
271
+ const canBeVariable_1: boolean;
272
+ export { canBeVariable_1 as canBeVariable };
273
+ }
274
+ export namespace LOGGING_OUTPUT_PROVIDERS {
275
+ const name_4: string;
276
+ export { name_4 as name };
277
+ const labelKey_4: string;
278
+ export { labelKey_4 as labelKey };
279
+ const value_3: string;
280
+ export { value_3 as value };
281
+ const sort_3: string[];
282
+ export { sort_3 as sort };
283
+ const formatter_3: string;
284
+ export { formatter_3 as formatter };
285
+ }
286
+ export namespace SIMPLE_NAME {
287
+ const name_5: string;
288
+ export { name_5 as name };
289
+ const labelKey_5: string;
290
+ export { labelKey_5 as labelKey };
291
+ const value_4: string;
292
+ export { value_4 as value };
293
+ const sort_4: string[];
294
+ export { sort_4 as sort };
295
+ const width_1: number;
296
+ export { width_1 as width };
297
+ const canBeVariable_2: boolean;
298
+ export { canBeVariable_2 as canBeVariable };
299
+ }
300
+ export namespace EFFECT {
301
+ const name_6: string;
302
+ export { name_6 as name };
303
+ const labelKey_6: string;
304
+ export { labelKey_6 as labelKey };
305
+ const value_5: string;
306
+ export { value_5 as value };
307
+ const sort_5: string[];
308
+ export { sort_5 as sort };
309
+ }
310
+ export namespace STORAGE_CLASS_PROVISIONER {
311
+ const name_7: string;
312
+ export { name_7 as name };
313
+ const labelKey_7: string;
314
+ export { labelKey_7 as labelKey };
315
+ const value_6: string;
316
+ export { value_6 as value };
317
+ const sort_6: string[];
318
+ export { sort_6 as sort };
319
+ }
320
+ export namespace STORAGE_CLASS_DEFAULT {
321
+ const name_8: string;
322
+ export { name_8 as name };
323
+ const labelKey_8: string;
324
+ export { labelKey_8 as labelKey };
325
+ const value_7: string;
326
+ export { value_7 as value };
327
+ const sort_7: string[];
328
+ export { sort_7 as sort };
329
+ const formatter_4: string;
330
+ export { formatter_4 as formatter };
331
+ }
332
+ export namespace PERSISTENT_VOLUME_SOURCE {
333
+ const name_9: string;
334
+ export { name_9 as name };
335
+ const labelKey_9: string;
336
+ export { labelKey_9 as labelKey };
337
+ const value_8: string;
338
+ export { value_8 as value };
339
+ const sort_8: string[];
340
+ export { sort_8 as sort };
341
+ }
342
+ export namespace PERSISTENT_VOLUME_CLAIM {
343
+ const name_10: string;
344
+ export { name_10 as name };
345
+ const labelKey_10: string;
346
+ export { labelKey_10 as labelKey };
347
+ const sort_9: string[];
348
+ export { sort_9 as sort };
349
+ const value_9: string;
350
+ export { value_9 as value };
351
+ const formatter_5: string;
352
+ export { formatter_5 as formatter };
353
+ export namespace formatterOpts {
354
+ const reference: string;
355
+ }
356
+ }
357
+ export namespace OUTPUT {
358
+ const name_11: string;
359
+ export { name_11 as name };
360
+ const labelKey_11: string;
361
+ export { labelKey_11 as labelKey };
362
+ const value_10: string;
363
+ export { value_10 as value };
364
+ const sort_10: string[];
365
+ export { sort_10 as sort };
366
+ const formatter_6: string;
367
+ export { formatter_6 as formatter };
368
+ export namespace formatterOpts_1 {
369
+ namespace options {
370
+ const internal: boolean;
371
+ }
372
+ }
373
+ export { formatterOpts_1 as formatterOpts };
374
+ }
375
+ export namespace CONFIGURED_PROVIDERS {
376
+ const name_12: string;
377
+ export { name_12 as name };
378
+ const labelKey_12: string;
379
+ export { labelKey_12 as labelKey };
380
+ const value_11: string;
381
+ export { value_11 as value };
382
+ const sort_11: string;
383
+ export { sort_11 as sort };
384
+ const formatter_7: string;
385
+ export { formatter_7 as formatter };
386
+ }
387
+ export namespace CLUSTER_OUTPUT {
388
+ const name_13: string;
389
+ export { name_13 as name };
390
+ const value_12: string;
391
+ export { value_12 as value };
392
+ const sort_12: string[];
393
+ export { sort_12 as sort };
394
+ const labelKey_13: string;
395
+ export { labelKey_13 as labelKey };
396
+ }
397
+ export namespace ID_UNLINKED {
398
+ const name_14: string;
399
+ export { name_14 as name };
400
+ const labelKey_14: string;
401
+ export { labelKey_14 as labelKey };
402
+ const value_13: string;
403
+ export { value_13 as value };
404
+ const sort_13: string[];
405
+ export { sort_13 as sort };
406
+ const canBeVariable_3: boolean;
407
+ export { canBeVariable_3 as canBeVariable };
408
+ }
409
+ export namespace NAME_UNLINKED {
410
+ const name_15: string;
411
+ export { name_15 as name };
412
+ const labelKey_15: string;
413
+ export { labelKey_15 as labelKey };
414
+ const value_14: string;
415
+ export { value_14 as value };
416
+ const sort_14: string[];
417
+ export { sort_14 as sort };
418
+ const canBeVariable_4: boolean;
419
+ export { canBeVariable_4 as canBeVariable };
420
+ }
421
+ export namespace NAMESPACE {
422
+ const name_16: string;
423
+ export { name_16 as name };
424
+ const labelKey_16: string;
425
+ export { labelKey_16 as labelKey };
426
+ const value_15: string;
427
+ export { value_15 as value };
428
+ export function getValue_2(row: any): any;
429
+ export { getValue_2 as getValue };
430
+ const sort_15: string;
431
+ export { sort_15 as sort };
432
+ export const dashIfEmpty: boolean;
433
+ }
434
+ export namespace NODE {
435
+ const name_17: string;
436
+ export { name_17 as name };
437
+ const labelKey_17: string;
438
+ export { labelKey_17 as labelKey };
439
+ const value_16: string;
440
+ export { value_16 as value };
441
+ export function getValue_3(row: any): any;
442
+ export { getValue_3 as getValue };
443
+ const sort_16: string;
444
+ export { sort_16 as sort };
445
+ const formatter_8: string;
446
+ export { formatter_8 as formatter };
447
+ export namespace formatterOpts_2 {
448
+ export { NODE_TYPE as type };
449
+ }
450
+ export { formatterOpts_2 as formatterOpts };
451
+ }
452
+ export namespace NODE_NAME {
453
+ const name_18: string;
454
+ export { name_18 as name };
455
+ const labelKey_18: string;
456
+ export { labelKey_18 as labelKey };
457
+ const sort_17: string;
458
+ export { sort_17 as sort };
459
+ const value_17: string;
460
+ export { value_17 as value };
461
+ export function getValue_4(row: any): any;
462
+ export { getValue_4 as getValue };
463
+ const formatter_9: string;
464
+ export { formatter_9 as formatter };
465
+ }
466
+ export namespace ROLES {
467
+ const name_19: string;
468
+ export { name_19 as name };
469
+ const labelKey_19: string;
470
+ export { labelKey_19 as labelKey };
471
+ const sort_18: string;
472
+ export { sort_18 as sort };
473
+ const value_18: string;
474
+ export { value_18 as value };
475
+ }
476
+ export namespace VERSION {
477
+ const name_20: string;
478
+ export { name_20 as name };
479
+ const labelKey_20: string;
480
+ export { labelKey_20 as labelKey };
481
+ const sort_19: string;
482
+ export { sort_19 as sort };
483
+ const value_19: string;
484
+ export { value_19 as value };
485
+ export function getValue_5(row: any): any;
486
+ export { getValue_5 as getValue };
487
+ }
488
+ export namespace CPU {
489
+ const name_21: string;
490
+ export { name_21 as name };
491
+ const labelKey_21: string;
492
+ export { labelKey_21 as labelKey };
493
+ const sort_20: string;
494
+ export { sort_20 as sort };
495
+ const search_1: boolean;
496
+ export { search_1 as search };
497
+ const value_20: string;
498
+ export { value_20 as value };
499
+ const formatter_10: string;
500
+ export { formatter_10 as formatter };
501
+ const width_2: number;
502
+ export { width_2 as width };
503
+ }
504
+ export namespace RAM {
505
+ const name_22: string;
506
+ export { name_22 as name };
507
+ const labelKey_22: string;
508
+ export { labelKey_22 as labelKey };
509
+ const sort_21: string;
510
+ export { sort_21 as sort };
511
+ const search_2: boolean;
512
+ export { search_2 as search };
513
+ const value_21: string;
514
+ export { value_21 as value };
515
+ const formatter_11: string;
516
+ export { formatter_11 as formatter };
517
+ const width_3: number;
518
+ export { width_3 as width };
519
+ }
520
+ export namespace PRINCIPAL {
521
+ const name_23: string;
522
+ export { name_23 as name };
523
+ const labelKey_23: string;
524
+ export { labelKey_23 as labelKey };
525
+ const sort_22: string;
526
+ export { sort_22 as sort };
527
+ const value_22: string;
528
+ export { value_22 as value };
529
+ const formatter_12: string;
530
+ export { formatter_12 as formatter };
531
+ }
532
+ export namespace PODS {
533
+ const name_24: string;
534
+ export { name_24 as name };
535
+ const labelKey_24: string;
536
+ export { labelKey_24 as labelKey };
537
+ const sort_23: string;
538
+ export { sort_23 as sort };
539
+ const search_3: boolean;
540
+ export { search_3 as search };
541
+ export function value_23(row: any): any;
542
+ export { value_23 as value };
543
+ const formatter_13: string;
544
+ export { formatter_13 as formatter };
545
+ const width_4: number;
546
+ export { width_4 as width };
547
+ }
548
+ export namespace AGE {
549
+ const name_25: string;
550
+ export { name_25 as name };
551
+ const labelKey_25: string;
552
+ export { labelKey_25 as labelKey };
553
+ const value_24: string;
554
+ export { value_24 as value };
555
+ export function getValue_6(row: any): any;
556
+ export { getValue_6 as getValue };
557
+ const sort_24: string;
558
+ export { sort_24 as sort };
559
+ const search_4: boolean;
560
+ export { search_4 as search };
561
+ const formatter_14: string;
562
+ export { formatter_14 as formatter };
563
+ const width_5: number;
564
+ export { width_5 as width };
565
+ const align_1: string;
566
+ export { align_1 as align };
567
+ }
568
+ export namespace AGE_NORMAN {
569
+ export function getValue_7(row: any): any;
570
+ export { getValue_7 as getValue };
571
+ const value_25: string;
572
+ export { value_25 as value };
573
+ const sort_25: string;
574
+ export { sort_25 as sort };
575
+ }
576
+ export namespace CREATION_DATE {
577
+ const name_26: string;
578
+ export { name_26 as name };
579
+ const labelKey_26: string;
580
+ export { labelKey_26 as labelKey };
581
+ const value_26: string;
582
+ export { value_26 as value };
583
+ const sort_26: string[];
584
+ export { sort_26 as sort };
585
+ const formatter_15: string;
586
+ export { formatter_15 as formatter };
587
+ }
588
+ export namespace DESCRIPTION {
589
+ const name_27: string;
590
+ export { name_27 as name };
591
+ const labelKey_27: string;
592
+ export { labelKey_27 as labelKey };
593
+ const align_2: string;
594
+ export { align_2 as align };
595
+ const sort_27: string[];
596
+ export { sort_27 as sort };
597
+ const width_6: number;
598
+ export { width_6 as width };
599
+ }
600
+ export namespace DURATION {
601
+ const name_28: string;
602
+ export { name_28 as name };
603
+ const labelKey_28: string;
604
+ export { labelKey_28 as labelKey };
605
+ const value_27: string;
606
+ export { value_27 as value };
607
+ const sort_28: string;
608
+ export { sort_28 as sort };
609
+ const formatter_16: string;
610
+ export { formatter_16 as formatter };
611
+ }
612
+ export namespace IMAGE_NAME {
613
+ const name_29: string;
614
+ export { name_29 as name };
615
+ const labelKey_29: string;
616
+ export { labelKey_29 as labelKey };
617
+ const value_28: string;
618
+ export { value_28 as value };
619
+ const sort_29: string[];
620
+ export { sort_29 as sort };
621
+ const formatter_17: string;
622
+ export { formatter_17 as formatter };
623
+ }
624
+ export namespace POD_IMAGES {
625
+ const name_30: string;
626
+ export { name_30 as name };
627
+ const labelKey_30: string;
628
+ export { labelKey_30 as labelKey };
629
+ const value_29: string;
630
+ export { value_29 as value };
631
+ export function getValue_8(row: any): any;
632
+ export { getValue_8 as getValue };
633
+ const sort_30: string;
634
+ export { sort_30 as sort };
635
+ const formatter_18: string;
636
+ export { formatter_18 as formatter };
637
+ }
638
+ export namespace POD_RESTARTS {
639
+ const name_31: string;
640
+ export { name_31 as name };
641
+ const labelKey_31: string;
642
+ export { labelKey_31 as labelKey };
643
+ const formatter_19: string;
644
+ export { formatter_19 as formatter };
645
+ export const delayLoading: boolean;
646
+ const value_30: string;
647
+ export { value_30 as value };
648
+ export function getValue_9(row: any): any;
649
+ export { getValue_9 as getValue };
650
+ const search_5: boolean;
651
+ export { search_5 as search };
652
+ export const liveUpdates: boolean;
653
+ }
654
+ export namespace ENDPOINTS {
655
+ const name_32: string;
656
+ export { name_32 as name };
657
+ const labelKey_32: string;
658
+ export { labelKey_32 as labelKey };
659
+ const value_31: string;
660
+ export { value_31 as value };
661
+ const formatter_20: string;
662
+ export { formatter_20 as formatter };
663
+ const width_7: number;
664
+ export { width_7 as width };
665
+ const align_3: string;
666
+ export { align_3 as align };
667
+ }
668
+ export namespace SCALE {
669
+ const name_33: string;
670
+ export { name_33 as name };
671
+ const labelKey_33: string;
672
+ export { labelKey_33 as labelKey };
673
+ const value_32: string;
674
+ export { value_32 as value };
675
+ const sort_31: string[];
676
+ export { sort_31 as sort };
677
+ const formatter_21: string;
678
+ export { formatter_21 as formatter };
679
+ const width_8: number;
680
+ export { width_8 as width };
681
+ const align_4: string;
682
+ export { align_4 as align };
683
+ }
684
+ export namespace SIMPLE_SCALE {
685
+ const name_34: string;
686
+ export { name_34 as name };
687
+ const labelKey_34: string;
688
+ export { labelKey_34 as labelKey };
689
+ const value_33: string;
690
+ export { value_33 as value };
691
+ const sort_32: string[];
692
+ export { sort_32 as sort };
693
+ }
694
+ export namespace WEIGHT {
695
+ const name_35: string;
696
+ export { name_35 as name };
697
+ const labelKey_35: string;
698
+ export { labelKey_35 as labelKey };
699
+ const value_34: string;
700
+ export { value_34 as value };
701
+ const sort_33: string;
702
+ export { sort_33 as sort };
703
+ const formatter_22: string;
704
+ export { formatter_22 as formatter };
705
+ const width_9: number;
706
+ export { width_9 as width };
707
+ const align_5: string;
708
+ export { align_5 as align };
709
+ }
710
+ export namespace SUCCESS {
711
+ const name_36: string;
712
+ export { name_36 as name };
713
+ const labelKey_36: string;
714
+ export { labelKey_36 as labelKey };
715
+ const value_35: string;
716
+ export { value_35 as value };
717
+ const width_10: number;
718
+ export { width_10 as width };
719
+ const align_6: string;
720
+ export { align_6 as align };
721
+ }
722
+ export namespace REQ_RATE {
723
+ const name_37: string;
724
+ export { name_37 as name };
725
+ const labelKey_37: string;
726
+ export { labelKey_37 as labelKey };
727
+ const value_36: string;
728
+ export { value_36 as value };
729
+ const width_11: number;
730
+ export { width_11 as width };
731
+ const align_7: string;
732
+ export { align_7 as align };
733
+ }
734
+ export namespace P95 {
735
+ const name_38: string;
736
+ export { name_38 as name };
737
+ const labelKey_38: string;
738
+ export { labelKey_38 as labelKey };
739
+ const value_37: string;
740
+ export { value_37 as value };
741
+ const width_12: number;
742
+ export { width_12 as width };
743
+ const align_8: string;
744
+ export { align_8 as align };
745
+ }
746
+ export namespace KEYS {
747
+ const name_39: string;
748
+ export { name_39 as name };
749
+ const labelKey_39: string;
750
+ export { labelKey_39 as labelKey };
751
+ const sort_34: boolean;
752
+ export { sort_34 as sort };
753
+ const value_38: string;
754
+ export { value_38 as value };
755
+ }
756
+ export namespace TARGET_KIND {
757
+ const name_40: string;
758
+ export { name_40 as name };
759
+ const labelKey_40: string;
760
+ export { labelKey_40 as labelKey };
761
+ const value_39: string;
762
+ export { value_39 as value };
763
+ const width_13: number;
764
+ export { width_13 as width };
765
+ }
766
+ export namespace TARGET {
767
+ const name_41: string;
768
+ export { name_41 as name };
769
+ const labelKey_41: string;
770
+ export { labelKey_41 as labelKey };
771
+ const value_40: string;
772
+ export { value_40 as value };
773
+ }
774
+ export namespace USERNAME {
775
+ const name_42: string;
776
+ export { name_42 as name };
777
+ const labelKey_42: string;
778
+ export { labelKey_42 as labelKey };
779
+ const value_41: string;
780
+ export { value_41 as value };
781
+ const dashIfEmpty_1: boolean;
782
+ export { dashIfEmpty_1 as dashIfEmpty };
783
+ const sort_35: string;
784
+ export { sort_35 as sort };
785
+ }
786
+ export namespace USER_DISPLAY_NAME {
787
+ const name_43: string;
788
+ export { name_43 as name };
789
+ const labelKey_43: string;
790
+ export { labelKey_43 as labelKey };
791
+ const value_42: string;
792
+ export { value_42 as value };
793
+ const sort_36: string[];
794
+ export { sort_36 as sort };
795
+ const dashIfEmpty_2: boolean;
796
+ export { dashIfEmpty_2 as dashIfEmpty };
797
+ }
798
+ export namespace USER_PROVIDER {
799
+ const name_44: string;
800
+ export { name_44 as name };
801
+ const labelKey_44: string;
802
+ export { labelKey_44 as labelKey };
803
+ const value_43: string;
804
+ export { value_43 as value };
805
+ const dashIfEmpty_3: boolean;
806
+ export { dashIfEmpty_3 as dashIfEmpty };
807
+ const sort_37: string;
808
+ export { sort_37 as sort };
809
+ }
810
+ export namespace USER_LAST_LOGIN {
811
+ const name_45: string;
812
+ export { name_45 as name };
813
+ const labelKey_45: string;
814
+ export { labelKey_45 as labelKey };
815
+ const value_44: string;
816
+ export { value_44 as value };
817
+ const formatter_23: string;
818
+ export { formatter_23 as formatter };
819
+ export namespace formatterOpts_3 {
820
+ const addSuffix: boolean;
821
+ }
822
+ export { formatterOpts_3 as formatterOpts };
823
+ const sort_38: string;
824
+ export { sort_38 as sort };
825
+ }
826
+ export namespace USER_DISABLED_IN {
827
+ const name_46: string;
828
+ export { name_46 as name };
829
+ const labelKey_46: string;
830
+ export { labelKey_46 as labelKey };
831
+ const value_45: string;
832
+ export { value_45 as value };
833
+ const formatter_24: string;
834
+ export { formatter_24 as formatter };
835
+ export namespace formatterOpts_4 {
836
+ const isCountdown: boolean;
837
+ }
838
+ export { formatterOpts_4 as formatterOpts };
839
+ const sort_39: string;
840
+ export { sort_39 as sort };
841
+ }
842
+ export namespace USER_DELETED_IN {
843
+ const name_47: string;
844
+ export { name_47 as name };
845
+ const labelKey_47: string;
846
+ export { labelKey_47 as labelKey };
847
+ const value_46: string;
848
+ export { value_46 as value };
849
+ const formatter_25: string;
850
+ export { formatter_25 as formatter };
851
+ export namespace formatterOpts_5 {
852
+ const isCountdown_1: boolean;
853
+ export { isCountdown_1 as isCountdown };
854
+ }
855
+ export { formatterOpts_5 as formatterOpts };
856
+ const sort_40: string;
857
+ export { sort_40 as sort };
858
+ }
859
+ export namespace USER_ID {
860
+ const name_48: string;
861
+ export { name_48 as name };
862
+ const labelKey_48: string;
863
+ export { labelKey_48 as labelKey };
864
+ const value_47: string;
865
+ export { value_47 as value };
866
+ const formatter_26: string;
867
+ export { formatter_26 as formatter };
868
+ const canBeVariable_5: boolean;
869
+ export { canBeVariable_5 as canBeVariable };
870
+ const sort_41: string;
871
+ export { sort_41 as sort };
872
+ }
873
+ export namespace ADDRESS {
874
+ const name_49: string;
875
+ export { name_49 as name };
876
+ const labelKey_49: string;
877
+ export { labelKey_49 as labelKey };
878
+ const value_48: string;
879
+ export { value_48 as value };
880
+ const sort_42: string[];
881
+ export { sort_42 as sort };
882
+ }
883
+ export namespace SIMPLE_TYPE {
884
+ const name_50: string;
885
+ export { name_50 as name };
886
+ const labelKey_50: string;
887
+ export { labelKey_50 as labelKey };
888
+ const value_49: string;
889
+ export { value_49 as value };
890
+ const sort_43: string[];
891
+ export { sort_43 as sort };
892
+ const width_14: number;
893
+ export { width_14 as width };
894
+ }
895
+ export namespace IMAGE_SIZE {
896
+ const name_51: string;
897
+ export { name_51 as name };
898
+ const labelKey_51: string;
899
+ export { labelKey_51 as labelKey };
900
+ const value_50: string;
901
+ export { value_50 as value };
902
+ const sort_44: string[];
903
+ export { sort_44 as sort };
904
+ const formatter_27: string;
905
+ export { formatter_27 as formatter };
906
+ }
907
+ export namespace TYPE {
908
+ const name_52: string;
909
+ export { name_52 as name };
910
+ const labelKey_52: string;
911
+ export { labelKey_52 as labelKey };
912
+ const value_51: string;
913
+ export { value_51 as value };
914
+ export function getValue_10(row: any): any;
915
+ export { getValue_10 as getValue };
916
+ const sort_45: string[];
917
+ export { sort_45 as sort };
918
+ const width_15: number;
919
+ export { width_15 as width };
920
+ }
921
+ export namespace SUB_TYPE {
922
+ const name_53: string;
923
+ export { name_53 as name };
924
+ const labelKey_53: string;
925
+ export { labelKey_53 as labelKey };
926
+ const value_52: string;
927
+ export { value_52 as value };
928
+ const sort_46: string[];
929
+ export { sort_46 as sort };
930
+ const width_16: number;
931
+ export { width_16 as width };
932
+ }
933
+ export namespace EVENT_TYPE {
934
+ const name_54: string;
935
+ export { name_54 as name };
936
+ const labelKey_54: string;
937
+ export { labelKey_54 as labelKey };
938
+ const value_53: string;
939
+ export { value_53 as value };
940
+ const sort_47: string;
941
+ export { sort_47 as sort };
942
+ }
943
+ export namespace STATUS {
944
+ const name_55: string;
945
+ export { name_55 as name };
946
+ const labelKey_55: string;
947
+ export { labelKey_55 as labelKey };
948
+ const value_54: string;
949
+ export { value_54 as value };
950
+ const sort_48: string[];
951
+ export { sort_48 as sort };
952
+ const width_17: number;
953
+ export { width_17 as width };
954
+ }
955
+ export namespace LAST_SEEN_TIME {
956
+ const name_56: string;
957
+ export { name_56 as name };
958
+ const labelKey_56: string;
959
+ export { labelKey_56 as labelKey };
960
+ const value_55: string;
961
+ export { value_55 as value };
962
+ const sort_49: string;
963
+ export { sort_49 as sort };
964
+ export const tooltip: string;
965
+ }
966
+ export namespace LAST_HEARTBEAT_TIME {
967
+ const name_57: string;
968
+ export { name_57 as name };
969
+ const labelKey_57: string;
970
+ export { labelKey_57 as labelKey };
971
+ const value_56: string;
972
+ export { value_56 as value };
973
+ const sort_50: string[];
974
+ export { sort_50 as sort };
975
+ const formatter_28: string;
976
+ export { formatter_28 as formatter };
977
+ const width_18: number;
978
+ export { width_18 as width };
979
+ }
980
+ export namespace REASON {
981
+ const name_58: string;
982
+ export { name_58 as name };
983
+ const labelKey_58: string;
984
+ export { labelKey_58 as labelKey };
985
+ const value_57: string;
986
+ export { value_57 as value };
987
+ const sort_51: string[];
988
+ export { sort_51 as sort };
989
+ }
990
+ export namespace OBJECT {
991
+ const name_59: string;
992
+ export { name_59 as name };
993
+ const labelKey_59: string;
994
+ export { labelKey_59 as labelKey };
995
+ const value_58: string;
996
+ export { value_58 as value };
997
+ const sort_52: string[];
998
+ export { sort_52 as sort };
999
+ const canBeVariable_6: boolean;
1000
+ export { canBeVariable_6 as canBeVariable };
1001
+ const formatter_29: string;
1002
+ export { formatter_29 as formatter };
1003
+ }
1004
+ export namespace RECLAIM_POLICY {
1005
+ const name_60: string;
1006
+ export { name_60 as name };
1007
+ const labelKey_60: string;
1008
+ export { labelKey_60 as labelKey };
1009
+ const value_59: string;
1010
+ export { value_59 as value };
1011
+ const sort_53: string[];
1012
+ export { sort_53 as sort };
1013
+ }
1014
+ export namespace PV_REASON {
1015
+ const name_61: string;
1016
+ export { name_61 as name };
1017
+ const labelKey_61: string;
1018
+ export { labelKey_61 as labelKey };
1019
+ const value_60: string;
1020
+ export { value_60 as value };
1021
+ const sort_54: string[];
1022
+ export { sort_54 as sort };
1023
+ }
1024
+ export namespace MESSAGE {
1025
+ const name_62: string;
1026
+ export { name_62 as name };
1027
+ const labelKey_62: string;
1028
+ export { labelKey_62 as labelKey };
1029
+ const value_61: string;
1030
+ export { value_61 as value };
1031
+ const sort_55: string[];
1032
+ export { sort_55 as sort };
1033
+ }
1034
+ export namespace KEY {
1035
+ const name_63: string;
1036
+ export { name_63 as name };
1037
+ const labelKey_63: string;
1038
+ export { labelKey_63 as labelKey };
1039
+ const value_62: string;
1040
+ export { value_62 as value };
1041
+ const sort_56: string[];
1042
+ export { sort_56 as sort };
1043
+ }
1044
+ export namespace VALUE {
1045
+ const name_64: string;
1046
+ export { name_64 as name };
1047
+ const labelKey_64: string;
1048
+ export { labelKey_64 as labelKey };
1049
+ const value_63: string;
1050
+ export { value_63 as value };
1051
+ const sort_57: string[];
1052
+ export { sort_57 as sort };
1053
+ }
1054
+ export namespace BUILT_IN {
1055
+ const name_65: string;
1056
+ export { name_65 as name };
1057
+ const labelKey_65: string;
1058
+ export { labelKey_65 as labelKey };
1059
+ const value_64: string;
1060
+ export { value_64 as value };
1061
+ const sort_58: string[];
1062
+ export { sort_58 as sort };
1063
+ const align_9: string;
1064
+ export { align_9 as align };
1065
+ const formatter_30: string;
1066
+ export { formatter_30 as formatter };
1067
+ }
1068
+ export namespace CLUSTER_CREATOR_DEFAULT {
1069
+ const name_66: string;
1070
+ export { name_66 as name };
1071
+ const labelKey_66: string;
1072
+ export { labelKey_66 as labelKey };
1073
+ const value_65: string;
1074
+ export { value_65 as value };
1075
+ const sort_59: string[];
1076
+ export { sort_59 as sort };
1077
+ const align_10: string;
1078
+ export { align_10 as align };
1079
+ const formatter_31: string;
1080
+ export { formatter_31 as formatter };
1081
+ }
1082
+ export namespace RBAC_DEFAULT {
1083
+ const name_67: string;
1084
+ export { name_67 as name };
1085
+ const labelKey_67: string;
1086
+ export { labelKey_67 as labelKey };
1087
+ const value_66: string;
1088
+ export { value_66 as value };
1089
+ const formatter_32: string;
1090
+ export { formatter_32 as formatter };
1091
+ const sort_60: string[];
1092
+ export { sort_60 as sort };
1093
+ }
1094
+ export namespace RBAC_BUILTIN {
1095
+ const name_68: string;
1096
+ export { name_68 as name };
1097
+ const labelKey_68: string;
1098
+ export { labelKey_68 as labelKey };
1099
+ const value_67: string;
1100
+ export { value_67 as value };
1101
+ const formatter_33: string;
1102
+ export { formatter_33 as formatter };
1103
+ const sort_61: string[];
1104
+ export { sort_61 as sort };
1105
+ }
1106
+ export namespace RESOURCE {
1107
+ const name_69: string;
1108
+ export { name_69 as name };
1109
+ const labelKey_69: string;
1110
+ export { labelKey_69 as labelKey };
1111
+ const value_68: string;
1112
+ export { value_68 as value };
1113
+ const sort_62: string[];
1114
+ export { sort_62 as sort };
1115
+ }
1116
+ export namespace API_GROUP {
1117
+ const name_70: string;
1118
+ export { name_70 as name };
1119
+ const labelKey_70: string;
1120
+ export { labelKey_70 as labelKey };
1121
+ const value_69: string;
1122
+ export { value_69 as value };
1123
+ const sort_63: string[];
1124
+ export { sort_63 as sort };
1125
+ }
1126
+ export namespace INGRESS_CLASS {
1127
+ const name_71: string;
1128
+ export { name_71 as name };
1129
+ const labelKey_71: string;
1130
+ export { labelKey_71 as labelKey };
1131
+ const value_70: string;
1132
+ export { value_70 as value };
1133
+ const sort_64: string;
1134
+ export { sort_64 as sort };
1135
+ }
1136
+ export namespace INGRESS_DEFAULT_BACKEND {
1137
+ const name_72: string;
1138
+ export { name_72 as name };
1139
+ const labelKey_72: string;
1140
+ export { labelKey_72 as labelKey };
1141
+ const value_71: string;
1142
+ export { value_71 as value };
1143
+ const sort_65: string[];
1144
+ export { sort_65 as sort };
1145
+ const formatter_34: string;
1146
+ export { formatter_34 as formatter };
1147
+ const width_19: number;
1148
+ export { width_19 as width };
1149
+ const align_11: string;
1150
+ export { align_11 as align };
1151
+ }
1152
+ export namespace INGRESS_TARGET {
1153
+ const name_73: string;
1154
+ export { name_73 as name };
1155
+ const labelKey_73: string;
1156
+ export { labelKey_73 as labelKey };
1157
+ const value_72: string;
1158
+ export { value_72 as value };
1159
+ const formatter_35: string;
1160
+ export { formatter_35 as formatter };
1161
+ const sort_66: string;
1162
+ export { sort_66 as sort };
1163
+ }
1164
+ export namespace SPEC_TYPE {
1165
+ const name_74: string;
1166
+ export { name_74 as name };
1167
+ const labelKey_74: string;
1168
+ export { labelKey_74 as labelKey };
1169
+ const value_73: string;
1170
+ export { value_73 as value };
1171
+ const sort_67: string;
1172
+ export { sort_67 as sort };
1173
+ const formatter_36: string;
1174
+ export { formatter_36 as formatter };
1175
+ }
1176
+ export namespace TARGET_PORT {
1177
+ const formatter_37: string;
1178
+ export { formatter_37 as formatter };
1179
+ const labelKey_75: string;
1180
+ export { labelKey_75 as labelKey };
1181
+ const name_75: string;
1182
+ export { name_75 as name };
1183
+ const sort_68: string;
1184
+ export { sort_68 as sort };
1185
+ const value_74: string;
1186
+ export { value_74 as value };
1187
+ }
1188
+ export namespace SELECTOR {
1189
+ const formatter_38: string;
1190
+ export { formatter_38 as formatter };
1191
+ const name_76: string;
1192
+ export { name_76 as name };
1193
+ const labelKey_76: string;
1194
+ export { labelKey_76 as labelKey };
1195
+ const value_75: string;
1196
+ export { value_75 as value };
1197
+ const sort_69: string;
1198
+ export { sort_69 as sort };
1199
+ }
1200
+ export namespace CHART {
1201
+ const name_77: string;
1202
+ export { name_77 as name };
1203
+ const labelKey_77: string;
1204
+ export { labelKey_77 as labelKey };
1205
+ const value_76: string;
1206
+ export { value_76 as value };
1207
+ const sort_70: string[];
1208
+ export { sort_70 as sort };
1209
+ }
1210
+ export namespace CHART_UPGRADE {
1211
+ const name_78: string;
1212
+ export { name_78 as name };
1213
+ const labelKey_78: string;
1214
+ export { labelKey_78 as labelKey };
1215
+ const value_77: string;
1216
+ export { value_77 as value };
1217
+ const sort_71: string;
1218
+ export { sort_71 as sort };
1219
+ const dashIfEmpty_4: boolean;
1220
+ export { dashIfEmpty_4 as dashIfEmpty };
1221
+ }
1222
+ export namespace RESOURCES {
1223
+ const name_79: string;
1224
+ export { name_79 as name };
1225
+ const labelKey_79: string;
1226
+ export { labelKey_79 as labelKey };
1227
+ const value_78: string;
1228
+ export { value_78 as value };
1229
+ const sort_72: string;
1230
+ export { sort_72 as sort };
1231
+ const width_20: number;
1232
+ export { width_20 as width };
1233
+ }
1234
+ export namespace URL {
1235
+ const name_80: string;
1236
+ export { name_80 as name };
1237
+ const labelKey_80: string;
1238
+ export { labelKey_80 as labelKey };
1239
+ const value_79: string;
1240
+ export { value_79 as value };
1241
+ const sort_73: string;
1242
+ export { sort_73 as sort };
1243
+ }
1244
+ export namespace LAST_UPDATED {
1245
+ const name_81: string;
1246
+ export { name_81 as name };
1247
+ const labelKey_81: string;
1248
+ export { labelKey_81 as labelKey };
1249
+ const value_80: string;
1250
+ export { value_80 as value };
1251
+ const formatter_39: string;
1252
+ export { formatter_39 as formatter };
1253
+ export namespace formatterOpts_6 {
1254
+ const addSuffix_1: boolean;
1255
+ export { addSuffix_1 as addSuffix };
1256
+ }
1257
+ export { formatterOpts_6 as formatterOpts };
1258
+ const sort_74: string[];
1259
+ export { sort_74 as sort };
1260
+ }
1261
+ export namespace WORKSPACE {
1262
+ const name_82: string;
1263
+ export { name_82 as name };
1264
+ export const label: string;
1265
+ const value_81: string;
1266
+ export { value_81 as value };
1267
+ const sort_75: string[];
1268
+ export { sort_75 as sort };
1269
+ }
1270
+ export namespace WORKLOAD_IMAGES {
1271
+ const value_82: string;
1272
+ export { value_82 as value };
1273
+ export const breakpoint: any;
1274
+ }
1275
+ export namespace WORKLOAD_ENDPOINTS {
1276
+ const name_83: string;
1277
+ export { name_83 as name };
1278
+ const labelKey_82: string;
1279
+ export { labelKey_82 as labelKey };
1280
+ const value_83: string;
1281
+ export { value_83 as value };
1282
+ export function getValue_11(row: any): any;
1283
+ export { getValue_11 as getValue };
1284
+ const formatter_40: string;
1285
+ export { formatter_40 as formatter };
1286
+ const dashIfEmpty_5: boolean;
1287
+ export { dashIfEmpty_5 as dashIfEmpty };
1288
+ const breakpoint_1: any;
1289
+ export { breakpoint_1 as breakpoint };
1290
+ export const maxPageSize: number;
1291
+ }
1292
+ export namespace WORKLOAD_HEALTH_SCALE {
1293
+ const name_84: string;
1294
+ export { name_84 as name };
1295
+ const labelKey_83: string;
1296
+ export { labelKey_83 as labelKey };
1297
+ const formatter_41: string;
1298
+ export { formatter_41 as formatter };
1299
+ export function getValue_12(): any;
1300
+ export { getValue_12 as getValue };
1301
+ const width_21: number;
1302
+ export { width_21 as width };
1303
+ export const skipSelect: boolean;
1304
+ const delayLoading_1: boolean;
1305
+ export { delayLoading_1 as delayLoading };
1306
+ const search_6: boolean;
1307
+ export { search_6 as search };
1308
+ const liveUpdates_1: boolean;
1309
+ export { liveUpdates_1 as liveUpdates };
1310
+ }
1311
+ export namespace FLEET_SUMMARY {
1312
+ const name_85: string;
1313
+ export { name_85 as name };
1314
+ const labelKey_84: string;
1315
+ export { labelKey_84 as labelKey };
1316
+ const value_84: string;
1317
+ export { value_84 as value };
1318
+ const sort_76: boolean;
1319
+ export { sort_76 as sort };
1320
+ const search_7: boolean;
1321
+ export { search_7 as search };
1322
+ const formatter_42: string;
1323
+ export { formatter_42 as formatter };
1324
+ const align_12: string;
1325
+ export { align_12 as align };
1326
+ const width_22: number;
1327
+ export { width_22 as width };
1328
+ }
1329
+ export namespace APP_SUMMARY {
1330
+ const name_86: string;
1331
+ export { name_86 as name };
1332
+ const labelKey_85: string;
1333
+ export { labelKey_85 as labelKey };
1334
+ const value_85: string;
1335
+ export { value_85 as value };
1336
+ const sort_77: boolean;
1337
+ export { sort_77 as sort };
1338
+ const search_8: boolean;
1339
+ export { search_8 as search };
1340
+ const formatter_43: string;
1341
+ export { formatter_43 as formatter };
1342
+ const align_13: string;
1343
+ export { align_13 as align };
1344
+ const width_23: number;
1345
+ export { width_23 as width };
1346
+ }
1347
+ export namespace CONSTRAINT_VIOLATION_CONSTRAINT_LINK {
1348
+ const name_87: string;
1349
+ export { name_87 as name };
1350
+ const labelKey_86: string;
1351
+ export { labelKey_86 as labelKey };
1352
+ const value_86: string;
1353
+ export { value_86 as value };
1354
+ const sort_78: string;
1355
+ export { sort_78 as sort };
1356
+ const formatter_44: string;
1357
+ export { formatter_44 as formatter };
1358
+ export namespace formatterOpts_7 {
1359
+ export namespace options_1 {
1360
+ const internal_1: boolean;
1361
+ export { internal_1 as internal };
1362
+ }
1363
+ export { options_1 as options };
1364
+ }
1365
+ export { formatterOpts_7 as formatterOpts };
1366
+ }
1367
+ export namespace CONSTRAINT_VIOLATION_RESOURCE_LINK {
1368
+ const name_88: string;
1369
+ export { name_88 as name };
1370
+ const labelKey_87: string;
1371
+ export { labelKey_87 as labelKey };
1372
+ const value_87: string;
1373
+ export { value_87 as value };
1374
+ const sort_79: string;
1375
+ export { sort_79 as sort };
1376
+ const search_9: string;
1377
+ export { search_9 as search };
1378
+ const formatter_45: string;
1379
+ export { formatter_45 as formatter };
1380
+ export namespace formatterOpts_8 {
1381
+ export namespace options_2 {
1382
+ const internal_2: boolean;
1383
+ export { internal_2 as internal };
1384
+ }
1385
+ export { options_2 as options };
1386
+ }
1387
+ export { formatterOpts_8 as formatterOpts };
1388
+ }
1389
+ export namespace CONSTRAINT_VIOLATION_TYPE {
1390
+ const name_89: string;
1391
+ export { name_89 as name };
1392
+ const labelKey_88: string;
1393
+ export { labelKey_88 as labelKey };
1394
+ const value_88: string;
1395
+ export { value_88 as value };
1396
+ const sort_80: string;
1397
+ export { sort_80 as sort };
1398
+ }
1399
+ export namespace CONSTRAINT_VIOLATION_NAMESPACE {
1400
+ const name_90: string;
1401
+ export { name_90 as name };
1402
+ const labelKey_89: string;
1403
+ export { labelKey_89 as labelKey };
1404
+ const value_89: string;
1405
+ export { value_89 as value };
1406
+ const sort_81: string;
1407
+ export { sort_81 as sort };
1408
+ const search_10: string;
1409
+ export { search_10 as search };
1410
+ }
1411
+ export namespace CONSTRAINT_VIOLATION_MESSAGE {
1412
+ const name_91: string;
1413
+ export { name_91 as name };
1414
+ const labelKey_90: string;
1415
+ export { labelKey_90 as labelKey };
1416
+ const value_90: string;
1417
+ export { value_90 as value };
1418
+ const sort_82: string;
1419
+ export { sort_82 as sort };
1420
+ }
1421
+ export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
1422
+ const name_92: string;
1423
+ export { name_92 as name };
1424
+ const labelKey_91: string;
1425
+ export { labelKey_91 as labelKey };
1426
+ const value_91: string;
1427
+ export { value_91 as value };
1428
+ const sort_83: string;
1429
+ export { sort_83 as sort };
1430
+ const formatter_46: string;
1431
+ export { formatter_46 as formatter };
1432
+ export namespace formatterOpts_9 {
1433
+ export namespace options_3 {
1434
+ const internal_3: boolean;
1435
+ export { internal_3 as internal };
1436
+ }
1437
+ export { options_3 as options };
1438
+ }
1439
+ export { formatterOpts_9 as formatterOpts };
1440
+ }
1441
+ export namespace CONSTRAINT_VIOLATION_COUNT {
1442
+ const name_93: string;
1443
+ export { name_93 as name };
1444
+ const labelKey_92: string;
1445
+ export { labelKey_92 as labelKey };
1446
+ const value_92: string;
1447
+ export { value_92 as value };
1448
+ const sort_84: string;
1449
+ export { sort_84 as sort };
1450
+ const formatter_47: string;
1451
+ export { formatter_47 as formatter };
1452
+ export namespace formatterOpts_10 {
1453
+ function qualityFn(value: any): "error" | "success" | "warning";
1454
+ function qualityFn(value: any): "error" | "success" | "warning";
1455
+ }
1456
+ export { formatterOpts_10 as formatterOpts };
1457
+ }
1458
+ export namespace RECEIVER_PROVIDERS {
1459
+ const name_94: string;
1460
+ export { name_94 as name };
1461
+ const label_1: string;
1462
+ export { label_1 as label };
1463
+ const value_93: string;
1464
+ export { value_93 as value };
1465
+ const sort_85: string;
1466
+ export { sort_85 as sort };
1467
+ const formatter_48: string;
1468
+ export { formatter_48 as formatter };
1469
+ }
1470
+ export namespace CONFIGURED_RECEIVER {
1471
+ const name_95: string;
1472
+ export { name_95 as name };
1473
+ const label_2: string;
1474
+ export { label_2 as label };
1475
+ const value_94: string;
1476
+ export { value_94 as value };
1477
+ const sort_86: string;
1478
+ export { sort_86 as sort };
1479
+ const formatter_49: string;
1480
+ export { formatter_49 as formatter };
1481
+ export namespace formatterOpts_11 {
1482
+ export namespace options_4 {
1483
+ const internal_4: boolean;
1484
+ export { internal_4 as internal };
1485
+ }
1486
+ export { options_4 as options };
1487
+ }
1488
+ export { formatterOpts_11 as formatterOpts };
1489
+ }
1490
+ export namespace GROUP_NAME {
1491
+ const name_96: string;
1492
+ export { name_96 as name };
1493
+ const labelKey_93: string;
1494
+ export { labelKey_93 as labelKey };
1495
+ const value_95: string;
1496
+ export { value_95 as value };
1497
+ const sort_87: string[];
1498
+ export { sort_87 as sort };
1499
+ const search_11: string[];
1500
+ export { search_11 as search };
1501
+ const formatter_50: string;
1502
+ export { formatter_50 as formatter };
1503
+ const width_24: number;
1504
+ export { width_24 as width };
1505
+ }
1506
+ export namespace GROUP_ROLE_NAME {
1507
+ const name_97: string;
1508
+ export { name_97 as name };
1509
+ const labelKey_94: string;
1510
+ export { labelKey_94 as labelKey };
1511
+ const value_96: string;
1512
+ export { value_96 as value };
1513
+ const formatter_51: string;
1514
+ export { formatter_51 as formatter };
1515
+ }
1516
+ export namespace HPA_REFERENCE {
1517
+ const name_98: string;
1518
+ export { name_98 as name };
1519
+ const labelKey_95: string;
1520
+ export { labelKey_95 as labelKey };
1521
+ const value_97: string;
1522
+ export { value_97 as value };
1523
+ const sort_88: string;
1524
+ export { sort_88 as sort };
1525
+ }
1526
+ export namespace MIN_REPLICA {
1527
+ const name_99: string;
1528
+ export { name_99 as name };
1529
+ const labelKey_96: string;
1530
+ export { labelKey_96 as labelKey };
1531
+ const value_98: string;
1532
+ export { value_98 as value };
1533
+ const sort_89: string;
1534
+ export { sort_89 as sort };
1535
+ }
1536
+ export namespace MAX_REPLICA {
1537
+ const name_100: string;
1538
+ export { name_100 as name };
1539
+ const labelKey_97: string;
1540
+ export { labelKey_97 as labelKey };
1541
+ const value_99: string;
1542
+ export { value_99 as value };
1543
+ const sort_90: string;
1544
+ export { sort_90 as sort };
1545
+ }
1546
+ export namespace CURRENT_REPLICA {
1547
+ const name_101: string;
1548
+ export { name_101 as name };
1549
+ const labelKey_98: string;
1550
+ export { labelKey_98 as labelKey };
1551
+ const value_100: string;
1552
+ export { value_100 as value };
1553
+ const sort_91: string;
1554
+ export { sort_91 as sort };
1555
+ }
1556
+ export namespace EXPIRY_STATE {
1557
+ const value_101: string;
1558
+ export { value_101 as value };
1559
+ const formatter_52: string;
1560
+ export { formatter_52 as formatter };
1561
+ }
1562
+ export namespace ACCESS_KEY {
1563
+ const name_102: string;
1564
+ export { name_102 as name };
1565
+ const labelKey_99: string;
1566
+ export { labelKey_99 as labelKey };
1567
+ const align_14: string;
1568
+ export { align_14 as align };
1569
+ const sort_92: string[];
1570
+ export { sort_92 as sort };
1571
+ const width_25: number;
1572
+ export { width_25 as width };
1573
+ }
1574
+ export namespace SCOPE {
1575
+ const name_103: string;
1576
+ export { name_103 as name };
1577
+ const value_102: string;
1578
+ export { value_102 as value };
1579
+ const labelKey_100: string;
1580
+ export { labelKey_100 as labelKey };
1581
+ const dashIfEmpty_6: boolean;
1582
+ export { dashIfEmpty_6 as dashIfEmpty };
1583
+ const align_15: string;
1584
+ export { align_15 as align };
1585
+ const sort_93: string[];
1586
+ export { sort_93 as sort };
1587
+ const width_26: number;
1588
+ export { width_26 as width };
1589
+ }
1590
+ export namespace SCOPE_NORMAN {
1591
+ const value_103: string;
1592
+ export { value_103 as value };
1593
+ const sort_94: string[];
1594
+ export { sort_94 as sort };
1595
+ }
1596
+ export namespace EXPIRES {
1597
+ const name_104: string;
1598
+ export { name_104 as name };
1599
+ const value_104: string;
1600
+ export { value_104 as value };
1601
+ const labelKey_101: string;
1602
+ export { labelKey_101 as labelKey };
1603
+ const align_16: string;
1604
+ export { align_16 as align };
1605
+ const sort_95: string[];
1606
+ export { sort_95 as sort };
1607
+ const width_27: number;
1608
+ export { width_27 as width };
1609
+ const formatter_53: string;
1610
+ export { formatter_53 as formatter };
1611
+ }
1612
+ export namespace RESTART {
1613
+ const name_105: string;
1614
+ export { name_105 as name };
1615
+ const labelKey_102: string;
1616
+ export { labelKey_102 as labelKey };
1617
+ const value_105: string;
1618
+ export { value_105 as value };
1619
+ const sort_96: string[];
1620
+ export { sort_96 as sort };
1621
+ const formatter_54: string;
1622
+ export { formatter_54 as formatter };
1623
+ const width_28: number;
1624
+ export { width_28 as width };
1625
+ const align_17: string;
1626
+ export { align_17 as align };
1627
+ }
1628
+ export namespace ROLE {
1629
+ const name_106: string;
1630
+ export { name_106 as name };
1631
+ const value_106: string;
1632
+ export { value_106 as value };
1633
+ const labelKey_103: string;
1634
+ export { labelKey_103 as labelKey };
1635
+ }
1636
+ export namespace FEATURE_DESCRIPTION {
1637
+ const name_107: string;
1638
+ export { name_107 as name };
1639
+ const labelKey_104: string;
1640
+ export { labelKey_104 as labelKey };
1641
+ const value_107: string;
1642
+ export { value_107 as value };
1643
+ const align_18: string;
1644
+ export { align_18 as align };
1645
+ const sort_97: string[];
1646
+ export { sort_97 as sort };
1647
+ const formatter_55: string;
1648
+ export { formatter_55 as formatter };
1649
+ export namespace formatterOpts_12 {
1650
+ const prefix: string;
1651
+ }
1652
+ export { formatterOpts_12 as formatterOpts };
1653
+ }
1654
+ export namespace STATE_NORMAN {
1655
+ const name_108: string;
1656
+ export { name_108 as name };
1657
+ const labelKey_105: string;
1658
+ export { labelKey_105 as labelKey };
1659
+ const sort_98: string[];
1660
+ export { sort_98 as sort };
1661
+ const value_108: string;
1662
+ export { value_108 as value };
1663
+ const width_29: number;
1664
+ export { width_29 as width };
1665
+ const _default_1: string;
1666
+ export { _default_1 as default };
1667
+ const formatter_56: string;
1668
+ export { formatter_56 as formatter };
1669
+ }
1670
+ export namespace KUBE_NODE_OS {
1671
+ const name_109: string;
1672
+ export { name_109 as name };
1673
+ const labelKey_106: string;
1674
+ export { labelKey_106 as labelKey };
1675
+ const value_109: string;
1676
+ export { value_109 as value };
1677
+ const sort_99: string[];
1678
+ export { sort_99 as sort };
1679
+ const formatter_57: string;
1680
+ export { formatter_57 as formatter };
1681
+ }
1682
+ export namespace MACHINE_NODE_OS {
1683
+ const name_110: string;
1684
+ export { name_110 as name };
1685
+ const labelKey_107: string;
1686
+ export { labelKey_107 as labelKey };
1687
+ const value_110: string;
1688
+ export { value_110 as value };
1689
+ const sort_100: string[];
1690
+ export { sort_100 as sort };
1691
+ const formatter_58: string;
1692
+ export { formatter_58 as formatter };
1693
+ const dashIfEmpty_7: boolean;
1694
+ export { dashIfEmpty_7 as dashIfEmpty };
1695
+ }
1696
+ export namespace MANAGEMENT_NODE_OS {
1697
+ const name_111: string;
1698
+ export { name_111 as name };
1699
+ const labelKey_108: string;
1700
+ export { labelKey_108 as labelKey };
1701
+ const value_111: string;
1702
+ export { value_111 as value };
1703
+ const sort_101: string[];
1704
+ export { sort_101 as sort };
1705
+ const formatter_59: string;
1706
+ export { formatter_59 as formatter };
1707
+ const dashIfEmpty_8: boolean;
1708
+ export { dashIfEmpty_8 as dashIfEmpty };
1709
+ }
1710
+ export namespace FLEET_BUNDLE_LAST_UPDATED {
1711
+ const name_112: string;
1712
+ export { name_112 as name };
1713
+ const labelKey_109: string;
1714
+ export { labelKey_109 as labelKey };
1715
+ const value_112: string;
1716
+ export { value_112 as value };
1717
+ const formatter_60: string;
1718
+ export { formatter_60 as formatter };
1719
+ export namespace formatterOpts_13 {
1720
+ const addSuffix_2: boolean;
1721
+ export { addSuffix_2 as addSuffix };
1722
+ }
1723
+ export { formatterOpts_13 as formatterOpts };
1724
+ const sort_102: string[];
1725
+ export { sort_102 as sort };
1726
+ }
1727
+ export namespace FLEET_BUNDLE_TYPE {
1728
+ const name_113: string;
1729
+ export { name_113 as name };
1730
+ const labelKey_110: string;
1731
+ export { labelKey_110 as labelKey };
1732
+ const value_113: string;
1733
+ export { value_113 as value };
1734
+ const sort_103: string[];
1735
+ export { sort_103 as sort };
1736
+ const width_30: number;
1737
+ export { width_30 as width };
1738
+ }
1739
+ export const UI_PLUGIN_CATALOG: ({
1740
+ name: string;
1741
+ labelKey: string;
1742
+ sort: string[];
1743
+ value: string;
1744
+ width: number;
1745
+ default: string;
1746
+ formatter: string;
1747
+ formatterOpts: {
1748
+ arbitrary: boolean;
1749
+ };
1750
+ } | {
1751
+ name: string;
1752
+ labelKey: string;
1753
+ value: string;
1754
+ sort: string[];
1755
+ formatter: string;
1756
+ width?: undefined;
1757
+ default?: undefined;
1758
+ formatterOpts?: undefined;
1759
+ } | {
1760
+ name: string;
1761
+ sort: string[];
1762
+ labelKey: string;
1763
+ value: string;
1764
+ width?: undefined;
1765
+ default?: undefined;
1766
+ formatter?: undefined;
1767
+ formatterOpts?: undefined;
1768
+ })[];
1769
+ }
1770
+
1771
+ // @shell/config/types
1772
+
1773
+ declare module '@shell/config/types' {
1774
+ export namespace STEVE {
1775
+ const PREFERENCE: string;
1776
+ }
1777
+ export namespace NORMAN {
1778
+ const APP: string;
1779
+ const AUTH_CONFIG: string;
1780
+ const ETCD_BACKUP: string;
1781
+ const CLUSTER: string;
1782
+ const CLUSTER_TOKEN: string;
1783
+ const CLUSTER_ROLE_TEMPLATE_BINDING: string;
1784
+ const CLOUD_CREDENTIAL: string;
1785
+ const FLEET_WORKSPACES: string;
1786
+ const GLOBAL_ROLE: string;
1787
+ const GLOBAL_ROLE_BINDING: string;
1788
+ const NODE_POOL: string;
1789
+ const NODE: string;
1790
+ const PRINCIPAL: string;
1791
+ const PROJECT: string;
1792
+ const PROJECT_ROLE_TEMPLATE_BINDING: string;
1793
+ namespace SPOOFED {
1794
+ const GROUP_PRINCIPAL: string;
1795
+ }
1796
+ const ROLE_TEMPLATE: string;
1797
+ const TOKEN: string;
1798
+ const USER: string;
1799
+ }
1800
+ export namespace PUBLIC {
1801
+ const AUTH_PROVIDER: string;
1802
+ }
1803
+ export const API_GROUP: "apiGroups";
1804
+ export const API_SERVICE: "apiregistration.k8s.io.apiservice";
1805
+ export const CONFIG_MAP: "configmap";
1806
+ export const COUNT: "count";
1807
+ export const EVENT: "event";
1808
+ export const ENDPOINTS: "endpoints";
1809
+ export const HPA: "autoscaling.horizontalpodautoscaler";
1810
+ export const INGRESS: "networking.k8s.io.ingress";
1811
+ export const INGRESS_CLASS: "networking.k8s.io.ingressclass";
1812
+ export const LIMIT_RANGE: "limitrange";
1813
+ export const NAMESPACE: "namespace";
1814
+ export const NODE: "node";
1815
+ export const NETWORK_POLICY: "networking.k8s.io.networkpolicy";
1816
+ export const POD: "pod";
1817
+ export const POD_DISRUPTION_BUDGET: "policy.poddisruptionbudget";
1818
+ export const PSP: "policy.podsecuritypolicy";
1819
+ export const PSPS: "policy.podsecuritypolicies";
1820
+ export const PV: "persistentvolume";
1821
+ export const PVC: "persistentvolumeclaim";
1822
+ export const RESOURCE_QUOTA: "resourcequota";
1823
+ export const SCHEMA: "schema";
1824
+ export const SERVICE: "service";
1825
+ export const SECRET: "secret";
1826
+ export const SERVICE_ACCOUNT: "serviceaccount";
1827
+ export const STORAGE_CLASS: "storage.k8s.io.storageclass";
1828
+ export const CSI_DRIVER: "storage.k8s.io.csidriver";
1829
+ export const OBJECT_META: "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta";
1830
+ export const NETWORK_ATTACHMENT: "k8s.cni.cncf.io.networkattachmentdefinition";
1831
+ export const USER: "user";
1832
+ export const GROUP: "group";
1833
+ export namespace RBAC {
1834
+ const ROLE: string;
1835
+ const CLUSTER_ROLE: string;
1836
+ const ROLE_BINDING: string;
1837
+ const CLUSTER_ROLE_BINDING: string;
1838
+ }
1839
+ export const WORKLOAD: "workload";
1840
+ export namespace WORKLOAD_TYPES {
1841
+ const DEPLOYMENT: string;
1842
+ const CRON_JOB: string;
1843
+ const DAEMON_SET: string;
1844
+ const JOB: string;
1845
+ const STATEFUL_SET: string;
1846
+ const REPLICA_SET: string;
1847
+ const REPLICATION_CONTROLLER: string;
1848
+ }
1849
+ export namespace SCALABLE_WORKLOAD_TYPES { }
1850
+ export namespace LIST_WORKLOAD_TYPES {
1851
+ export { POD };
1852
+ }
1853
+ export namespace METRIC {
1854
+ const NODE_1: string;
1855
+ export { NODE_1 as NODE };
1856
+ const POD_1: string;
1857
+ export { POD_1 as POD };
1858
+ }
1859
+ export namespace CATALOG {
1860
+ export const CLUSTER_REPO: string;
1861
+ export const OPERATION: string;
1862
+ const APP_1: string;
1863
+ export { APP_1 as APP };
1864
+ export const REPO: string;
1865
+ }
1866
+ export const UI_PLUGIN: "catalog.cattle.io.uiplugin";
1867
+ export namespace HELM {
1868
+ const PROJECTHELMCHART: string;
1869
+ }
1870
+ export namespace MONITORING {
1871
+ export const ALERTMANAGER: string;
1872
+ export const ALERTMANAGERCONFIG: string;
1873
+ export const PODMONITOR: string;
1874
+ export const PROMETHEUS: string;
1875
+ export const PROMETHEUSRULE: string;
1876
+ export const SERVICEMONITOR: string;
1877
+ export const THANOSRULER: string;
1878
+ export namespace SPOOFED_1 {
1879
+ const RECEIVER: string;
1880
+ const RECEIVER_SPEC: string;
1881
+ const RECEIVER_EMAIL: string;
1882
+ const RECEIVER_SLACK: string;
1883
+ const RECEIVER_WEBHOOK: string;
1884
+ const RECEIVER_PAGERDUTY: string;
1885
+ const RECEIVER_OPSGENIE: string;
1886
+ const RECEIVER_HTTP_CONFIG: string;
1887
+ const RESPONDER: string;
1888
+ const ROUTE: string;
1889
+ const ROUTE_SPEC: string;
1890
+ const ALERTMANAGERCONFIG_RECEIVER_SPEC: string;
1891
+ const ALERTMANAGERCONFIG_ROUTE_SPEC: string;
1892
+ }
1893
+ export { SPOOFED_1 as SPOOFED };
1894
+ }
1895
+ export namespace LONGHORN {
1896
+ const ENGINES: string;
1897
+ const ENGINE_IMAGES: string;
1898
+ const NODES: string;
1899
+ const REPLICAS: string;
1900
+ const SETTINGS: string;
1901
+ const VOLUMES: string;
1902
+ }
1903
+ export const LONGHORN_DRIVER: "driver.longhorn.io";
1904
+ export const SNAPSHOT: "rke.cattle.io.etcdsnapshot";
1905
+ export namespace MANAGEMENT {
1906
+ const AUTH_CONFIG_1: string;
1907
+ export { AUTH_CONFIG_1 as AUTH_CONFIG };
1908
+ export const CATALOG_TEMPLATE: string;
1909
+ const CLUSTER_1: string;
1910
+ export { CLUSTER_1 as CLUSTER };
1911
+ const CLUSTER_ROLE_TEMPLATE_BINDING_1: string;
1912
+ export { CLUSTER_ROLE_TEMPLATE_BINDING_1 as CLUSTER_ROLE_TEMPLATE_BINDING };
1913
+ export const FEATURE: string;
1914
+ export const KONTAINER_DRIVER: string;
1915
+ export const MULTI_CLUSTER_APP: string;
1916
+ const NODE_2: string;
1917
+ export { NODE_2 as NODE };
1918
+ export const NODE_DRIVER: string;
1919
+ const NODE_POOL_1: string;
1920
+ export { NODE_POOL_1 as NODE_POOL };
1921
+ export const NODE_TEMPLATE: string;
1922
+ const PROJECT_1: string;
1923
+ export { PROJECT_1 as PROJECT };
1924
+ const PROJECT_ROLE_TEMPLATE_BINDING_1: string;
1925
+ export { PROJECT_ROLE_TEMPLATE_BINDING_1 as PROJECT_ROLE_TEMPLATE_BINDING };
1926
+ const ROLE_TEMPLATE_1: string;
1927
+ export { ROLE_TEMPLATE_1 as ROLE_TEMPLATE };
1928
+ export const SETTING: string;
1929
+ const USER_1: string;
1930
+ export { USER_1 as USER };
1931
+ const TOKEN_1: string;
1932
+ export { TOKEN_1 as TOKEN };
1933
+ const GLOBAL_ROLE_1: string;
1934
+ export { GLOBAL_ROLE_1 as GLOBAL_ROLE };
1935
+ const GLOBAL_ROLE_BINDING_1: string;
1936
+ export { GLOBAL_ROLE_BINDING_1 as GLOBAL_ROLE_BINDING };
1937
+ export const POD_SECURITY_POLICY_TEMPLATE: string;
1938
+ export const PSP_TEMPLATE_BINDING: string;
1939
+ export const PSA: string;
1940
+ export const MANAGED_CHART: string;
1941
+ export const USER_NOTIFICATION: string;
1942
+ export const GLOBAL_DNS_PROVIDER: string;
1943
+ export const RKE_TEMPLATE: string;
1944
+ export const RKE_TEMPLATE_REVISION: string;
1945
+ }
1946
+ export namespace CAPI {
1947
+ const CAPI_CLUSTER: string;
1948
+ const MACHINE_DEPLOYMENT: string;
1949
+ const MACHINE_SET: string;
1950
+ const MACHINE: string;
1951
+ const RANCHER_CLUSTER: string;
1952
+ const MACHINE_CONFIG_GROUP: string;
1953
+ }
1954
+ export namespace FLEET {
1955
+ export const BUNDLE: string;
1956
+ export const BUNDLE_DEPLOYMENT: string;
1957
+ const CLUSTER_2: string;
1958
+ export { CLUSTER_2 as CLUSTER };
1959
+ export const CLUSTER_GROUP: string;
1960
+ export const DASHBOARD: string;
1961
+ export const GIT_REPO: string;
1962
+ export const WORKSPACE: string;
1963
+ const TOKEN_2: string;
1964
+ export { TOKEN_2 as TOKEN };
1965
+ export const BUNDLE_NAMESPACE_MAPPING: string;
1966
+ export const GIT_REPO_RESTRICTION: string;
1967
+ }
1968
+ export namespace GATEKEEPER {
1969
+ export const CONSTRAINT_TEMPLATE: string;
1970
+ export namespace SPOOFED_2 {
1971
+ const CONSTRAINT: string;
1972
+ }
1973
+ export { SPOOFED_2 as SPOOFED };
1974
+ }
1975
+ export namespace ISTIO {
1976
+ const VIRTUAL_SERVICE: string;
1977
+ const DESTINATION_RULE: string;
1978
+ const GATEWAY: string;
1979
+ }
1980
+ export namespace LOGGING {
1981
+ export const CLUSTER_FLOW: string;
1982
+ export const CLUSTER_OUTPUT: string;
1983
+ export const FLOW: string;
1984
+ export const OUTPUT: string;
1985
+ export namespace SPOOFED_3 {
1986
+ export const FILTERS: string;
1987
+ export const FILTER: string;
1988
+ export const CONCAT: string;
1989
+ export const DEDOT: string;
1990
+ export const DETECTEXCEPTIONS: string;
1991
+ export const GEOIP: string;
1992
+ export const GREP: string;
1993
+ export const PARSER: string;
1994
+ const PROMETHEUS_1: string;
1995
+ export { PROMETHEUS_1 as PROMETHEUS };
1996
+ export const RECORD_MODIFIER: string;
1997
+ export const RECORD_TRANSFORMER: string;
1998
+ export const STDOUT: string;
1999
+ export const SUMOLOGIC: string;
2000
+ export const TAG_NORMALISER: string;
2001
+ export const THROTTLE: string;
2002
+ export const RECORD: string;
2003
+ export const REGEXPSECTION: string;
2004
+ export const EXCLUDESECTION: string;
2005
+ export const ORSECTION: string;
2006
+ export const ANDSECTION: string;
2007
+ export const PARSESECTION: string;
2008
+ export const METRICSECTION: string;
2009
+ export const REPLACE: string;
2010
+ export const SINGLEPARSESECTION: string;
2011
+ }
2012
+ export { SPOOFED_3 as SPOOFED };
2013
+ }
2014
+ export namespace BACKUP_RESTORE {
2015
+ const RESOURCE_SET: string;
2016
+ const BACKUP: string;
2017
+ const RESTORE: string;
2018
+ }
2019
+ export namespace CIS {
2020
+ const CLUSTER_SCAN: string;
2021
+ const CLUSTER_SCAN_PROFILE: string;
2022
+ const BENCHMARK: string;
2023
+ const REPORT: string;
2024
+ }
2025
+ export namespace UI {
2026
+ const NAV_LINK: string;
2027
+ }
2028
+ export namespace VIRTUAL_TYPES {
2029
+ const CLUSTER_MEMBERS: string;
2030
+ const PROJECT_NAMESPACES: string;
2031
+ const NAMESPACES: string;
2032
+ }
2033
+ export namespace HCI {
2034
+ const CLUSTER_3: string;
2035
+ export { CLUSTER_3 as CLUSTER };
2036
+ const DASHBOARD_1: string;
2037
+ export { DASHBOARD_1 as DASHBOARD };
2038
+ export const IMAGE: string;
2039
+ export const VGPU_DEVICE: string;
2040
+ const SETTING_1: string;
2041
+ export { SETTING_1 as SETTING };
2042
+ export const HARVESTER_CONFIG: string;
2043
+ }
2044
+ export const VIRTUAL_HARVESTER_PROVIDER: "harvester";
2045
+ export namespace ADDRESSES {
2046
+ const HOSTNAME: string;
2047
+ const INTERNAL_IP: string;
2048
+ const EXTERNAL_IP: string;
2049
+ }
2050
+ export const DEFAULT_WORKSPACE: "fleet-default";
2051
+ export namespace AUTH_TYPE {
2052
+ const _NONE: string;
2053
+ const _BASIC: string;
2054
+ const _SSH: string;
2055
+ const _S3: string;
2056
+ }
2057
+ export const LOCAL_CLUSTER: "local";
2058
+ }
2059
+
2060
+ // @shell/mixins/create-edit-view/impl
2061
+
2062
+ declare module '@shell/mixins/create-edit-view/impl' {
2063
+ declare namespace _default {
2064
+ const name: string;
2065
+ const mixins: any[];
2066
+ function data(): {
2067
+ errors: any[];
2068
+ };
2069
+ function data(): {
2070
+ errors: any[];
2071
+ };
2072
+ namespace computed {
2073
+ function isCreate(): boolean;
2074
+ function isCreate(): boolean;
2075
+ function isEdit(): boolean;
2076
+ function isEdit(): boolean;
2077
+ function isView(): boolean;
2078
+ function isView(): boolean;
2079
+ function schema(): any;
2080
+ function schema(): any;
2081
+ function isNamespaced(): any;
2082
+ function isNamespaced(): any;
2083
+ namespace labels {
2084
+ function get(): any;
2085
+ function get(): any;
2086
+ function set(neu: any): void;
2087
+ function set(neu: any): void;
2088
+ }
2089
+ namespace annotations {
2090
+ function get(): any;
2091
+ function get(): any;
2092
+ function set(neu: any): void;
2093
+ function set(neu: any): void;
2094
+ }
2095
+ function doneRoute(): any;
2096
+ function doneRoute(): any;
2097
+ function doneParams(): any;
2098
+ function doneParams(): any;
2099
+ }
2100
+ namespace methods {
2101
+ function done(): any;
2102
+ function done(): any;
2103
+ function conflict(): Promise<any>;
2104
+ function conflict(): Promise<any>;
2105
+ function save(buttonDone: any, url: any, depth?: number): any;
2106
+ function save(buttonDone: any, url: any, depth?: number): any;
2107
+ function actuallySave(url: any): Promise<void>;
2108
+ function actuallySave(url: any): Promise<void>;
2109
+ function setErrors(errors: any): void;
2110
+ function setErrors(errors: any): void;
2111
+ }
2112
+ }
2113
+ export default _default;
2114
+ }
2115
+
2116
+ // @shell/mixins/create-edit-view
2117
+
2118
+ declare module '@shell/mixins/create-edit-view' {
2119
+ declare var _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
2120
+ errors: any[];
2121
+ }, {
2122
+ done(): any;
2123
+ conflict(): Promise<any>;
2124
+ save(buttonDone: any, url: any, depth?: number): any;
2125
+ actuallySave(url: any): Promise<void>;
2126
+ setErrors(errors: any): void;
2127
+ }, {
2128
+ isCreate: boolean;
2129
+ isEdit: boolean;
2130
+ isView: boolean;
2131
+ schema: any;
2132
+ isNamespaced: any;
2133
+ labels: any;
2134
+ annotations: any;
2135
+ doneRoute: any;
2136
+ doneParams: any;
2137
+ }, {
2138
+ mode: any;
2139
+ realMode: any;
2140
+ as: any;
2141
+ value: any;
2142
+ initialValue: any;
2143
+ liveValue: any;
2144
+ doneEvent: boolean;
2145
+ }, {}, any, import("vue/types/v3-component-options").ComponentOptionsMixin>;
2146
+ export default _default;
2147
+ import Vue from "vue";
2148
+ }
2149
+
2150
+ // @shell/models/namespace
2151
+
2152
+ declare module '@shell/models/namespace' {
2153
+ export default class Namespace {
2154
+ applyDefaults(): void;
2155
+ get _availableActions(): any;
2156
+ move(resources?: Namespace): void;
2157
+ get isSystem(): any;
2158
+ get isFleetManaged(): boolean;
2159
+ get isObscure(): any;
2160
+ get projectId(): any;
2161
+ get project(): any;
2162
+ get groupByLabel(): any;
2163
+ get projectNameSort(): any;
2164
+ get istioInstalled(): boolean;
2165
+ get injectionEnabled(): boolean;
2166
+ enableAutoInjection(namespaces?: Namespace, enable?: boolean): void;
2167
+ disableAutoInjection(namespaces?: Namespace): void;
2168
+ get confirmRemove(): boolean;
2169
+ get listLocation(): {
2170
+ name: string;
2171
+ };
2172
+ get _detailLocation(): any;
2173
+ get parentLocationOverride(): {
2174
+ name: string;
2175
+ };
2176
+ get doneOverride(): {
2177
+ name: string;
2178
+ };
2179
+ set resourceQuota(arg: any);
2180
+ get resourceQuota(): any;
2181
+ get detailTopTooltips(): any;
2182
+ get detailTopIcons(): any;
2183
+ /**
2184
+ * Check if resource contains PSA labels
2185
+ */
2186
+ get hasSystemLabels(): any;
2187
+ get filteredSystemLabels(): {};
2188
+ /**
2189
+ * Generate list of present keys which can be filtered based on existing label keys and system keys
2190
+ */
2191
+ get systemLabels(): any;
2192
+ get psaTooltipsDescription(): any;
2193
+ cleanForNew(): void;
2194
+ metadata: any;
2195
+ get hideDetailLocation(): boolean;
2196
+ }
2197
+ }
2198
+
2199
+ // @shell/models/networking.k8s.io.ingress
2200
+
2201
+ declare module '@shell/models/networking.k8s.io.ingress' {
2202
+ export function ingressFullPath(resource: any, rule: any, path?: {}): string;
2203
+ export default class Ingress {
2204
+ get tlsHosts(): any;
2205
+ get isTlsHost(): (host: any) => any;
2206
+ targetTo(workloads: any, serviceName: any): any;
2207
+ createRulesForListPage(workloads: any, certificates: any): any;
2208
+ createPathForListPage(workloads: any, rule: any, path: any, certificates: any): {
2209
+ isUrl: boolean;
2210
+ pathType: any;
2211
+ fullPath: string;
2212
+ serviceName: any;
2213
+ serviceTargetTo: any;
2214
+ certs: any;
2215
+ targetLink: {
2216
+ to: any;
2217
+ text: any;
2218
+ options: {
2219
+ internal: boolean;
2220
+ };
2221
+ };
2222
+ port: any;
2223
+ };
2224
+ fullPath(rule: any, path: any): string;
2225
+ certLink(cert: any, certificates?: any[]): {
2226
+ to: {
2227
+ name: string;
2228
+ params: {
2229
+ resource: any;
2230
+ id: any;
2231
+ };
2232
+ };
2233
+ text: any;
2234
+ options: {
2235
+ internal: boolean;
2236
+ };
2237
+ };
2238
+ certLinks(rule: any, certificates: any): any;
2239
+ targetLink(workloads: any, serviceName: any): {
2240
+ to: any;
2241
+ text: any;
2242
+ options: {
2243
+ internal: boolean;
2244
+ };
2245
+ };
2246
+ createDefaultService(workloads: any): {
2247
+ name: any;
2248
+ targetTo: any;
2249
+ };
2250
+ get cache(): {};
2251
+ cacheObject: {};
2252
+ get showPathType(): any;
2253
+ get useNestedBackendField(): any;
2254
+ get serviceNamePath(): "service.name" | "serviceName";
2255
+ get servicePortPath(): "service.port.number" | "servicePort";
2256
+ get defaultBackendPath(): "defaultBackend" | "backend";
2257
+ get hasDefaultBackend(): boolean;
2258
+ get details(): any;
2259
+ }
2260
+ }
2261
+
2262
+ // @shell/plugins/dashboard-store/actions
2263
+
2264
+ declare module '@shell/plugins/dashboard-store/actions' {
2265
+ export function handleSpoofedRequest(rootGetters: any, schemaStore: any, opt: any, product: any): Promise<any>;
2266
+ export function loadSchemas(ctx: any, watch?: boolean): Promise<any>;
2267
+ export const _ALL: "all";
2268
+ export const _MERGE: "merge";
2269
+ export const _MULTI: "multi";
2270
+ export const _ALL_IF_AUTHED: "allIfAuthed";
2271
+ export const _NONE: "none";
2272
+ declare namespace _default {
2273
+ export function request(): never;
2274
+ export function request(): never;
2275
+ export { loadSchemas };
2276
+ export function loadDataPage(ctx: any, { type, opt }: {
2277
+ type: any;
2278
+ opt: any;
2279
+ }): Promise<never>;
2280
+ export function loadDataPage(ctx: any, { type, opt }: {
2281
+ type: any;
2282
+ opt: any;
2283
+ }): Promise<never>;
2284
+ export function findAll(ctx: any, { type, opt }: {
2285
+ type: any;
2286
+ opt: any;
2287
+ }): Promise<any>;
2288
+ export function findAll(ctx: any, { type, opt }: {
2289
+ type: any;
2290
+ opt: any;
2291
+ }): Promise<any>;
2292
+ export function findMatching(ctx: any, { type, selector, opt, namespace }: {
2293
+ type: any;
2294
+ selector: any;
2295
+ opt: any;
2296
+ namespace: any;
2297
+ }): Promise<any>;
2298
+ export function findMatching(ctx: any, { type, selector, opt, namespace }: {
2299
+ type: any;
2300
+ selector: any;
2301
+ opt: any;
2302
+ namespace: any;
2303
+ }): Promise<any>;
2304
+ export function find(ctx: any, { type, id, opt }: {
2305
+ type: any;
2306
+ id: any;
2307
+ opt: any;
2308
+ }): Promise<any>;
2309
+ export function find(ctx: any, { type, id, opt }: {
2310
+ type: any;
2311
+ id: any;
2312
+ opt: any;
2313
+ }): Promise<any>;
2314
+ export function load(ctx: any, { data, existing }: {
2315
+ data: any;
2316
+ existing: any;
2317
+ }): any;
2318
+ export function load(ctx: any, { data, existing }: {
2319
+ data: any;
2320
+ existing: any;
2321
+ }): any;
2322
+ export function loadMulti(ctx: any, data: any): void;
2323
+ export function loadMulti(ctx: any, data: any): void;
2324
+ export function batchChanges(ctx: any, batch: any): void;
2325
+ export function batchChanges(ctx: any, batch: any): void;
2326
+ export function loadAll(ctx: any, { type, data }: {
2327
+ type: any;
2328
+ data: any;
2329
+ }): void;
2330
+ export function loadAll(ctx: any, { type, data }: {
2331
+ type: any;
2332
+ data: any;
2333
+ }): void;
2334
+ export function create(ctx: any, data: any): any;
2335
+ export function create(ctx: any, data: any): any;
2336
+ export function createMany(ctx: any, data: any): any;
2337
+ export function createMany(ctx: any, data: any): any;
2338
+ export function createPopulated(ctx: any, userData: any): any;
2339
+ export function createPopulated(ctx: any, userData: any): any;
2340
+ export function clone(ctx: any, { resource }?: {
2341
+ resource: any;
2342
+ }): any;
2343
+ export function clone(ctx: any, { resource }?: {
2344
+ resource: any;
2345
+ }): any;
2346
+ export function forgetType({ commit, dispatch, state }: {
2347
+ commit: any;
2348
+ dispatch: any;
2349
+ state: any;
2350
+ }, type: any): void;
2351
+ export function forgetType({ commit, dispatch, state }: {
2352
+ commit: any;
2353
+ dispatch: any;
2354
+ state: any;
2355
+ }, type: any): void;
2356
+ export function promptRemove({ commit, state }: {
2357
+ commit: any;
2358
+ state: any;
2359
+ }, resources: any): void;
2360
+ export function promptRemove({ commit, state }: {
2361
+ commit: any;
2362
+ state: any;
2363
+ }, resources: any): void;
2364
+ export function promptModal({ commit, state }: {
2365
+ commit: any;
2366
+ state: any;
2367
+ }, data: any): void;
2368
+ export function promptModal({ commit, state }: {
2369
+ commit: any;
2370
+ state: any;
2371
+ }, data: any): void;
2372
+ export function resourceAction({ getters, dispatch }: {
2373
+ getters: any;
2374
+ dispatch: any;
2375
+ }, { resource, actionName, body, opt, }: {
2376
+ resource: any;
2377
+ actionName: any;
2378
+ body: any;
2379
+ opt: any;
2380
+ }): never;
2381
+ export function resourceAction({ getters, dispatch }: {
2382
+ getters: any;
2383
+ dispatch: any;
2384
+ }, { resource, actionName, body, opt, }: {
2385
+ resource: any;
2386
+ actionName: any;
2387
+ body: any;
2388
+ opt: any;
2389
+ }): never;
2390
+ export function collectionAction({ getters, dispatch }: {
2391
+ getters: any;
2392
+ dispatch: any;
2393
+ }, { type, actionName, body, opt }: {
2394
+ type: any;
2395
+ actionName: any;
2396
+ body: any;
2397
+ opt: any;
2398
+ }): never;
2399
+ export function collectionAction({ getters, dispatch }: {
2400
+ getters: any;
2401
+ dispatch: any;
2402
+ }, { type, actionName, body, opt }: {
2403
+ type: any;
2404
+ actionName: any;
2405
+ body: any;
2406
+ opt: any;
2407
+ }): never;
2408
+ export function cleanForNew(ctx: any, resource: any): never;
2409
+ export function cleanForNew(ctx: any, resource: any): never;
2410
+ export function createNamespace(ctx: any, resource: any): never;
2411
+ export function createNamespace(ctx: any, resource: any): never;
2412
+ export function cleanForDiff(ctx: any, resource: any): never;
2413
+ export function cleanForDiff(ctx: any, resource: any): never;
2414
+ export function cleanForDetail(ctx: any, resource: any): any;
2415
+ export function cleanForDetail(ctx: any, resource: any): any;
2416
+ export function cleanForDownload(ctx: any, resource: any): any;
2417
+ export function cleanForDownload(ctx: any, resource: any): any;
2418
+ export function waitForSchema({ getters, dispatch }: {
2419
+ getters: any;
2420
+ dispatch: any;
2421
+ }, { type }: {
2422
+ type: any;
2423
+ }): Promise<void>;
2424
+ export function waitForSchema({ getters, dispatch }: {
2425
+ getters: any;
2426
+ dispatch: any;
2427
+ }, { type }: {
2428
+ type: any;
2429
+ }): Promise<void>;
2430
+ export function waitForHaveAll({ getters }: {
2431
+ getters: any;
2432
+ }, { type, throwError, attempts }: {
2433
+ type: any;
2434
+ throwError?: boolean;
2435
+ attempts?: number;
2436
+ }): Promise<void>;
2437
+ export function waitForHaveAll({ getters }: {
2438
+ getters: any;
2439
+ }, { type, throwError, attempts }: {
2440
+ type: any;
2441
+ throwError?: boolean;
2442
+ attempts?: number;
2443
+ }): Promise<void>;
2444
+ export function incrementLoadCounter({ commit }: {
2445
+ commit: any;
2446
+ }, resource: any): void;
2447
+ export function incrementLoadCounter({ commit }: {
2448
+ commit: any;
2449
+ }, resource: any): void;
2450
+ export function garbageCollect(ctx: any, ignoreTypes: any): any;
2451
+ export function garbageCollect(ctx: any, ignoreTypes: any): any;
2452
+ export function gcResetStore({ state }: {
2453
+ state: any;
2454
+ }): void;
2455
+ export function gcResetStore({ state }: {
2456
+ state: any;
2457
+ }): void;
2458
+ }
2459
+ export default _default;
2460
+ }
2461
+
2462
+ // @shell/plugins/dashboard-store/classify
2463
+
2464
+ declare module '@shell/plugins/dashboard-store/classify' {
2465
+ export function classify(ctx: any, obj: any, isClone?: boolean): any;
2466
+ export const BY_TYPE: "byType";
2467
+ export const SELF: "__[[SELF]]__";
2468
+ }
2469
+
2470
+ // @shell/plugins/dashboard-store/normalize
2471
+
2472
+ declare module '@shell/plugins/dashboard-store/normalize' {
2473
+ export function keyFieldFor(type: any): string;
2474
+ export function normalizeType(type: any): any;
2475
+ export function handleConflict(initialValueJSON: any, value: any, liveValue: any, rootGetters: any, store: any, storeNamespace: any): Promise<false | any[]>;
2476
+ export const KEY_FIELD_FOR: {
2477
+ [x: number]: string;
2478
+ default: string;
2479
+ };
2480
+ }
2481
+
2482
+ // @shell/plugins/dashboard-store/resource-class
2483
+
2484
+ declare module '@shell/plugins/dashboard-store/resource-class' {
2485
+ export function getStatesByType(type?: string): {
2486
+ info: any[];
2487
+ error: any[];
2488
+ success: any[];
2489
+ warning: any[];
2490
+ unknown: any[];
2491
+ };
2492
+ export function getStateLabel(state: any): string;
2493
+ export function colorForState(state: any, isError: any, isTransitioning: any): string;
2494
+ export function stateDisplay(state: any): any;
2495
+ export function stateSort(color: any, display: any): string;
2496
+ export function isConditionReadyAndWaiting(condition: any): boolean;
2497
+ export namespace STATES_ENUM {
2498
+ const IN_USE: string;
2499
+ const IN_PROGRESS: string;
2500
+ const PENDING_ROLLBACK: string;
2501
+ const PENDING_UPGRADE: string;
2502
+ const ABORTED: string;
2503
+ const ACTIVATING: string;
2504
+ const ACTIVE: string;
2505
+ const AVAILABLE: string;
2506
+ const BACKED_UP: string;
2507
+ const BOUND: string;
2508
+ const BUILDING: string;
2509
+ const COMPLETED: string;
2510
+ const CORDONED: string;
2511
+ const COUNT: string;
2512
+ const CREATED: string;
2513
+ const CREATING: string;
2514
+ const DEACTIVATING: string;
2515
+ const DEGRADED: string;
2516
+ const DENIED: string;
2517
+ const DEPLOYED: string;
2518
+ const DEPLOYING: string;
2519
+ const DISABLED: string;
2520
+ const DISCONNECTED: string;
2521
+ const DRAINED: string;
2522
+ const DRAINING: string;
2523
+ const ERR_APPLIED: string;
2524
+ const ERROR: string;
2525
+ const ERRORING: string;
2526
+ const ERRORS: string;
2527
+ const EXPIRED: string;
2528
+ const FAIL: string;
2529
+ const FAILED: string;
2530
+ const HEALTHY: string;
2531
+ const INACTIVE: string;
2532
+ const INFO: string;
2533
+ const INITIALIZING: string;
2534
+ const INPROGRESS: string;
2535
+ const LOCKED: string;
2536
+ const MIGRATING: string;
2537
+ const MISSING: string;
2538
+ const MODIFIED: string;
2539
+ const NOT_APPLICABLE: string;
2540
+ const NOT_APLLIED: string;
2541
+ const NOT_READY: string;
2542
+ const OFF: string;
2543
+ const ORPHANED: string;
2544
+ const OTHER: string;
2545
+ const OUT_OF_SYNC: string;
2546
+ const ON_GOING: string;
2547
+ const PASS: string;
2548
+ const PASSED: string;
2549
+ const PAUSED: string;
2550
+ const PENDING: string;
2551
+ const PROVISIONING: string;
2552
+ const PROVISIONED: string;
2553
+ const PURGED: string;
2554
+ const PURGING: string;
2555
+ const READY: string;
2556
+ const RECONNECTING: string;
2557
+ const REGISTERING: string;
2558
+ const REINITIALIZING: string;
2559
+ const RELEASED: string;
2560
+ const REMOVED: string;
2561
+ const REMOVING: string;
2562
+ const REQUESTED: string;
2563
+ const RESTARTING: string;
2564
+ const RESTORING: string;
2565
+ const RESIZING: string;
2566
+ const RUNNING: string;
2567
+ const SKIP: string;
2568
+ const SKIPPED: string;
2569
+ const STARTING: string;
2570
+ const STOPPED: string;
2571
+ const STOPPING: string;
2572
+ const SUCCEEDED: string;
2573
+ const SUCCESS: string;
2574
+ const SUCCESSFUL: string;
2575
+ const SUPERSEDED: string;
2576
+ const SUSPENDED: string;
2577
+ const UNAVAILABLE: string;
2578
+ const UNHEALTHY: string;
2579
+ const UNINSTALLED: string;
2580
+ const UNINSTALLING: string;
2581
+ const UNKNOWN: string;
2582
+ const UNTRIGGERED: string;
2583
+ const UPDATING: string;
2584
+ const WAIT_APPLIED: string;
2585
+ const WAIT_CHECKIN: string;
2586
+ const WAITING: string;
2587
+ const WARNING: string;
2588
+ }
2589
+ export const STATES: {
2590
+ [x: string]: {
2591
+ color: string;
2592
+ icon: string;
2593
+ label: string;
2594
+ compoundIcon: string;
2595
+ } | {
2596
+ color: string;
2597
+ icon: string;
2598
+ label: string;
2599
+ compoundIcon?: undefined;
2600
+ };
2601
+ };
2602
+ export default class Resource {
2603
+ constructor(data: any, ctx: any, rehydrateNamespace?: any, setClone?: boolean);
2604
+ get $getters(): any;
2605
+ get $rootGetters(): any;
2606
+ get $dispatch(): any;
2607
+ get $state(): any;
2608
+ get $rootState(): any;
2609
+ get customValidationRules(): any[];
2610
+ get _key(): any;
2611
+ get schema(): any;
2612
+ toString(): string;
2613
+ get typeDisplay(): any;
2614
+ get nameDisplay(): any;
2615
+ get nameSort(): any;
2616
+ get namespacedName(): any;
2617
+ get namespacedNameSort(): any;
2618
+ get groupByLabel(): any;
2619
+ setLabels(): void;
2620
+ setLabel(): void;
2621
+ setAnnotations(val: any): void;
2622
+ setAnnotation(key: any, val: any): void;
2623
+ get stateDisplay(): any;
2624
+ get stateColor(): any;
2625
+ get stateBackground(): any;
2626
+ get stateIcon(): string;
2627
+ get stateSort(): string;
2628
+ get stateDescription(): any;
2629
+ get stateObj(): any;
2630
+ waitForTestFn(fn: any, msg: any, timeoutMs: any, intervalMs: any): any;
2631
+ waitForState(state: any, timeout: any, interval: any): any;
2632
+ waitForTransition(): any;
2633
+ waitForAction(name: any): any;
2634
+ waitForLink(name: any): any;
2635
+ hasCondition(condition: any): boolean;
2636
+ isCondition(condition: any, withStatus?: string): boolean;
2637
+ waitForCondition(name: any, withStatus?: string, timeoutMs?: number, intervalMs?: number): any;
2638
+ get availableActions(): ({
2639
+ divider: boolean;
2640
+ action?: undefined;
2641
+ label?: undefined;
2642
+ icon?: undefined;
2643
+ enabled?: undefined;
2644
+ bulkable?: undefined;
2645
+ bulkAction?: undefined;
2646
+ weight?: undefined;
2647
+ altAction?: undefined;
2648
+ } | {
2649
+ action: string;
2650
+ label: any;
2651
+ icon: string;
2652
+ enabled: any;
2653
+ divider?: undefined;
2654
+ bulkable?: undefined;
2655
+ bulkAction?: undefined;
2656
+ weight?: undefined;
2657
+ altAction?: undefined;
2658
+ } | {
2659
+ action: string;
2660
+ label: any;
2661
+ icon: string;
2662
+ bulkable: boolean;
2663
+ bulkAction: string;
2664
+ enabled: boolean;
2665
+ weight: number;
2666
+ divider?: undefined;
2667
+ altAction?: undefined;
2668
+ } | {
2669
+ action: string;
2670
+ altAction: string;
2671
+ label: any;
2672
+ icon: string;
2673
+ bulkable: boolean;
2674
+ enabled: any;
2675
+ bulkAction: string;
2676
+ weight: number;
2677
+ divider?: undefined;
2678
+ })[];
2679
+ get _availableActions(): ({
2680
+ divider: boolean;
2681
+ action?: undefined;
2682
+ label?: undefined;
2683
+ icon?: undefined;
2684
+ enabled?: undefined;
2685
+ bulkable?: undefined;
2686
+ bulkAction?: undefined;
2687
+ weight?: undefined;
2688
+ altAction?: undefined;
2689
+ } | {
2690
+ action: string;
2691
+ label: any;
2692
+ icon: string;
2693
+ enabled: any;
2694
+ divider?: undefined;
2695
+ bulkable?: undefined;
2696
+ bulkAction?: undefined;
2697
+ weight?: undefined;
2698
+ altAction?: undefined;
2699
+ } | {
2700
+ action: string;
2701
+ label: any;
2702
+ icon: string;
2703
+ bulkable: boolean;
2704
+ bulkAction: string;
2705
+ enabled: boolean;
2706
+ weight: number;
2707
+ divider?: undefined;
2708
+ altAction?: undefined;
2709
+ } | {
2710
+ action: string;
2711
+ altAction: string;
2712
+ label: any;
2713
+ icon: string;
2714
+ bulkable: boolean;
2715
+ enabled: any;
2716
+ bulkAction: string;
2717
+ weight: number;
2718
+ divider?: undefined;
2719
+ })[];
2720
+ get canDelete(): any;
2721
+ get _canDelete(): any;
2722
+ get canClone(): boolean;
2723
+ get canUpdate(): any;
2724
+ get canCustomEdit(): any;
2725
+ get canCreate(): any;
2726
+ get canViewInApi(): any;
2727
+ get canYaml(): boolean;
2728
+ get canEditYaml(): any;
2729
+ hasLink(linkName: any): boolean;
2730
+ linkFor(linkName: any): any;
2731
+ followLink(linkName: any, opt?: {}): any;
2732
+ hasAction(actionName: any): boolean;
2733
+ actionLinkFor(actionName: any): any;
2734
+ doAction(actionName: any, body: any, opt?: {}): any;
2735
+ doActionGrowl(actionName: any, body: any, opt?: {}): Promise<void>;
2736
+ patch(data: any, opt?: {}, merge?: boolean, alertOnError?: boolean): any;
2737
+ save(...args: any[]): Promise<Resource>;
2738
+ /**
2739
+ * Allow to handle the response of the save request
2740
+ * @param {*} res Full request response
2741
+ */
2742
+ processSaveResponse(res: any): void;
2743
+ _save(opt?: {}): Promise<Resource>;
2744
+ remove(...args: any[]): Promise<void>;
2745
+ _remove(opt?: {}): Promise<void>;
2746
+ currentRoute(): any;
2747
+ currentRouter(): any;
2748
+ get listLocation(): {
2749
+ name: string;
2750
+ params: {
2751
+ product: any;
2752
+ cluster: any;
2753
+ resource: any;
2754
+ };
2755
+ };
2756
+ get _detailLocation(): {
2757
+ name: string;
2758
+ params: {
2759
+ product: any;
2760
+ cluster: any;
2761
+ resource: any;
2762
+ namespace: any;
2763
+ id: any;
2764
+ };
2765
+ };
2766
+ get detailLocation(): {
2767
+ name: string;
2768
+ params: {
2769
+ product: any;
2770
+ cluster: any;
2771
+ resource: any;
2772
+ namespace: any;
2773
+ id: any;
2774
+ };
2775
+ };
2776
+ goToDetail(): void;
2777
+ goToClone(moreQuery?: {}): void;
2778
+ goToEdit(moreQuery?: {}): void;
2779
+ goToViewConfig(moreQuery?: {}): void;
2780
+ goToEditYaml(): void;
2781
+ goToViewYaml(): void;
2782
+ cloneYaml(moreQuery?: {}): void;
2783
+ download(): Promise<void>;
2784
+ downloadBulk(items: any): Promise<void>;
2785
+ viewInApi(): void;
2786
+ promptRemove(resources: any): void;
2787
+ get confirmRemove(): boolean;
2788
+ applyDefaults(): void;
2789
+ get urlFromAttrs(): any;
2790
+ cleanYaml(yaml: any, mode?: string): any;
2791
+ cleanForNew(): void;
2792
+ cleanForDiff(): void;
2793
+ yamlForSave(yaml: any): any;
2794
+ saveYaml(yaml: any): Promise<void>;
2795
+ _saveYaml(yaml: any): Promise<void>;
2796
+ get modelValidationRules(): {
2797
+ path: any;
2798
+ rules: any[];
2799
+ }[];
2800
+ customValidationErrors(data: any, ignorePaths?: any[]): any[];
2801
+ validationErrors(data: Resource, ignoreFields: any): any;
2802
+ get ownersByType(): {};
2803
+ get owners(): any[];
2804
+ get details(): ({
2805
+ label: any;
2806
+ formatter: string;
2807
+ content: {
2808
+ key: any;
2809
+ row: any;
2810
+ col: {};
2811
+ value: any;
2812
+ }[];
2813
+ formatterOpts?: undefined;
2814
+ } | {
2815
+ label: any;
2816
+ formatter: string;
2817
+ formatterOpts: {
2818
+ addSuffix: boolean;
2819
+ };
2820
+ content: any;
2821
+ })[];
2822
+ get _details(): ({
2823
+ label: any;
2824
+ formatter: string;
2825
+ content: {
2826
+ key: any;
2827
+ row: any;
2828
+ col: {};
2829
+ value: any;
2830
+ }[];
2831
+ formatterOpts?: undefined;
2832
+ } | {
2833
+ label: any;
2834
+ formatter: string;
2835
+ formatterOpts: {
2836
+ addSuffix: boolean;
2837
+ };
2838
+ content: any;
2839
+ })[];
2840
+ get t(): any;
2841
+ findOwners(): any[];
2842
+ getOwners(): any[];
2843
+ findOwned(): Promise<any[]>;
2844
+ _relationshipsFor(rel: any, direction: any): {
2845
+ selectors: any[];
2846
+ ids: any[];
2847
+ };
2848
+ _getRelationship(rel: any, direction: any): any[];
2849
+ _findRelationship(rel: any, direction: any): Promise<any[]>;
2850
+ get shortId(): any;
2851
+ toJSON(): {};
2852
+ /**
2853
+ * Allow models to override the object that is sent when saving this resource
2854
+ */
2855
+ toSave(): any;
2856
+ get creationTimestamp(): any;
2857
+ }
2858
+ }
2859
+
2860
+ // @shell/store/features
2861
+
2862
+ declare module '@shell/store/features' {
2863
+ export function create(name: any, def: any): any;
2864
+ export function mapFeature(name: any): {
2865
+ get(): any;
2866
+ set(value: any): never;
2867
+ };
2868
+ export const MULTI_CLUSTER: any;
2869
+ export const LEGACY: any;
2870
+ export const RKE2: any;
2871
+ export const UNSUPPORTED_STORAGE_DRIVERS: any;
2872
+ export const FLEET: any;
2873
+ export const HARVESTER: any;
2874
+ export const HARVESTER_CONTAINER: any;
2875
+ export const FLEET_WORKSPACE_BACK: any;
2876
+ export const PROVISIONING_PRE_BOOTSTRAP: any;
2877
+ export namespace getters {
2878
+ function get(state: any, getters: any, rootState: any, rootGetters: any): (name: any) => any;
2879
+ }
2880
+ export namespace actions {
2881
+ function loadServer({ rootGetters, dispatch }: {
2882
+ rootGetters: any;
2883
+ dispatch: any;
2884
+ }): any;
2885
+ function loadServer({ rootGetters, dispatch }: {
2886
+ rootGetters: any;
2887
+ dispatch: any;
2888
+ }): any;
2889
+ }
2890
+ }
2891
+
2892
+ // @shell/store/prefs
2893
+
2894
+ declare module '@shell/store/prefs' {
2895
+ export function create(name: any, def: any, opt?: {}): any;
2896
+ export function mapPref(name: any): {
2897
+ get(): any;
2898
+ set(value: any): void;
2899
+ };
2900
+ export const CLUSTER: any;
2901
+ export const LAST_NAMESPACE: any;
2902
+ export const NAMESPACE_FILTERS: any;
2903
+ export const WORKSPACE: any;
2904
+ export const EXPANDED_GROUPS: any;
2905
+ export const FAVORITE_TYPES: any;
2906
+ export const PINNED_CLUSTERS: any;
2907
+ export const GROUP_RESOURCES: any;
2908
+ export const DIFF: any;
2909
+ export const THEME: any;
2910
+ export const PREFERS_SCHEME: any;
2911
+ export const LOCALE: any;
2912
+ export const KEYMAP: any;
2913
+ export const ROWS_PER_PAGE: any;
2914
+ export const LOGS_WRAP: any;
2915
+ export const LOGS_TIME: any;
2916
+ export const LOGS_RANGE: any;
2917
+ export const HIDE_REPOS: any;
2918
+ export const HIDE_DESC: any;
2919
+ export const HIDE_SENSITIVE: any;
2920
+ export const SHOW_PRE_RELEASE: any;
2921
+ export const SHOW_CHART_MODE: any;
2922
+ export const DATE_FORMAT: any;
2923
+ export const TIME_FORMAT: any;
2924
+ export const TIME_ZONE: any;
2925
+ export const DEV: any;
2926
+ export const VIEW_IN_API: any;
2927
+ export const ALL_NAMESPACES: any;
2928
+ export const THEME_SHORTCUT: any;
2929
+ export const LAST_VISITED: any;
2930
+ export const SEEN_WHATS_NEW: any;
2931
+ export const READ_WHATS_NEW: any;
2932
+ export const AFTER_LOGIN_ROUTE: any;
2933
+ export const HIDE_HOME_PAGE_CARDS: any;
2934
+ export const PLUGIN_DEVELOPER: any;
2935
+ export const _RKE1: "rke1";
2936
+ export const _RKE2: "rke2";
2937
+ export const PROVISIONER: any;
2938
+ export const PSP_DEPRECATION_BANNER: any;
2939
+ export const MENU_MAX_CLUSTERS: 10;
2940
+ export const SCALE_POOL_PROMPT: any;
2941
+ export function state(): {
2942
+ cookiesLoaded: boolean;
2943
+ data: {};
2944
+ definitions: {};
2945
+ };
2946
+ export namespace getters {
2947
+ function get(state: any): (key: any) => any;
2948
+ function defaultValue(state: any): (key: any) => any;
2949
+ function options(state: any): (key: any) => any;
2950
+ function theme(state: any, getters: any, rootState: any, rootGetters: any): any;
2951
+ function afterLoginRoute(state: any, getters: any): any;
2952
+ }
2953
+ export namespace mutations {
2954
+ function load(state: any, { key, value }: {
2955
+ key: any;
2956
+ value: any;
2957
+ }): void;
2958
+ function load(state: any, { key, value }: {
2959
+ key: any;
2960
+ value: any;
2961
+ }): void;
2962
+ function cookiesLoaded(state: any): void;
2963
+ function cookiesLoaded(state: any): void;
2964
+ function reset(state: any): void;
2965
+ function reset(state: any): void;
2966
+ function setDefinition(state: any, { name, definition }: {
2967
+ name: any;
2968
+ definition?: {};
2969
+ }): void;
2970
+ function setDefinition(state: any, { name, definition }: {
2971
+ name: any;
2972
+ definition?: {};
2973
+ }): void;
2974
+ }
2975
+ export namespace actions {
2976
+ function set({ dispatch, commit, rootGetters, state }: {
2977
+ dispatch: any;
2978
+ commit: any;
2979
+ rootGetters: any;
2980
+ state: any;
2981
+ }, opt: any): Promise<{
2982
+ type: any;
2983
+ status: any;
2984
+ }>;
2985
+ function set({ dispatch, commit, rootGetters, state }: {
2986
+ dispatch: any;
2987
+ commit: any;
2988
+ rootGetters: any;
2989
+ state: any;
2990
+ }, opt: any): Promise<{
2991
+ type: any;
2992
+ status: any;
2993
+ }>;
2994
+ function setTheme({ dispatch }: {
2995
+ dispatch: any;
2996
+ }, val: any): Promise<void>;
2997
+ function setTheme({ dispatch }: {
2998
+ dispatch: any;
2999
+ }, val: any): Promise<void>;
3000
+ function loadCookies({ state, commit }: {
3001
+ state: any;
3002
+ commit: any;
3003
+ }): void;
3004
+ function loadCookies({ state, commit }: {
3005
+ state: any;
3006
+ commit: any;
3007
+ }): void;
3008
+ function loadTheme({ state, dispatch }: {
3009
+ state: any;
3010
+ dispatch: any;
3011
+ }): void;
3012
+ function loadTheme({ state, dispatch }: {
3013
+ state: any;
3014
+ dispatch: any;
3015
+ }): void;
3016
+ function loadServer({ state, dispatch, commit, rootState, rootGetters }: {
3017
+ state: any;
3018
+ dispatch: any;
3019
+ commit: any;
3020
+ rootState: any;
3021
+ rootGetters: any;
3022
+ }, ignoreKey: any): Promise<{
3023
+ data: {};
3024
+ }>;
3025
+ function loadServer({ state, dispatch, commit, rootState, rootGetters }: {
3026
+ state: any;
3027
+ dispatch: any;
3028
+ commit: any;
3029
+ rootState: any;
3030
+ rootGetters: any;
3031
+ }, ignoreKey: any): Promise<{
3032
+ data: {};
3033
+ }>;
3034
+ function setLastVisited({ state, dispatch, getters }: {
3035
+ state: any;
3036
+ dispatch: any;
3037
+ getters: any;
3038
+ }, route: any): any;
3039
+ function setLastVisited({ state, dispatch, getters }: {
3040
+ state: any;
3041
+ dispatch: any;
3042
+ getters: any;
3043
+ }, route: any): any;
3044
+ function toggleTheme({ getters, dispatch }: {
3045
+ getters: any;
3046
+ dispatch: any;
3047
+ }): any;
3048
+ function toggleTheme({ getters, dispatch }: {
3049
+ getters: any;
3050
+ dispatch: any;
3051
+ }): any;
3052
+ function setBrandStyle({ rootState, rootGetters }: {
3053
+ rootState: any;
3054
+ rootGetters: any;
3055
+ }, dark?: boolean): void;
3056
+ function setBrandStyle({ rootState, rootGetters }: {
3057
+ rootState: any;
3058
+ rootGetters: any;
3059
+ }, dark?: boolean): void;
3060
+ }
3061
+ }
3062
+
3063
+ // @shell/utils/alertmanagerconfig
3064
+
3065
+ declare module '@shell/utils/alertmanagerconfig' {
3066
+ export function getSecretId(dispatch: any): Promise<string>;
3067
+ export function getSecret(dispatch: any): Promise<any>;
3068
+ export function loadConfig(dispatch: any): Promise<{
3069
+ config: any;
3070
+ secret: any;
3071
+ }>;
3072
+ export function updateConfig(dispatch: any, path: any, type: any, updateFn: any): Promise<void>;
3073
+ export function getAllReceivers(dispatch: any): Promise<any[] | [any, any, any, any, any, any, any, any, any, any]>;
3074
+ export function getAllRoutes(dispatch: any): Promise<any[] | [any, any, any, any, any, any, any, any, any, any]>;
3075
+ export function createDefaultRouteName(index: any): string;
3076
+ export function areRoutesSupportedFormat(secret: any): boolean;
3077
+ export function canCreate(rootGetters: any): any;
3078
+ export const FILENAME: "alertmanager.yaml";
3079
+ }
3080
+
3081
+ // @shell/utils/auth
3082
+
3083
+ declare module '@shell/utils/auth' {
3084
+ export function openAuthPopup(url: any, provider: any): any;
3085
+ export function returnTo(opt: any, vm: any): string;
3086
+ export function authProvidersInfo(store: any): Promise<{
3087
+ nonLocal: any;
3088
+ enabledLocation: {
3089
+ name: string;
3090
+ params: {
3091
+ id: any;
3092
+ };
3093
+ query: {
3094
+ mode: any;
3095
+ };
3096
+ };
3097
+ enabled: any;
3098
+ }>;
3099
+ export function checkSchemasForFindAllHash(types: any, store: any): any;
3100
+ export function checkPermissions(types: any, getters: any): any;
3101
+ export function canViewResource(store: any, resource: any): boolean;
3102
+ }
3103
+
3104
+ // @shell/utils/aws
3105
+
3106
+ declare module '@shell/utils/aws' {
3107
+ }
3108
+
3109
+ // @shell/utils/axios
3110
+
3111
+ declare module '@shell/utils/axios' {
3112
+ declare function _default(ctx: any, inject: any): void;
3113
+ export default _default;
3114
+ }
3115
+
3116
+ // @shell/utils/cluster
3117
+
3118
+ declare module '@shell/utils/cluster' {
3119
+ export function filterOnlyKubernetesClusters(mgmtClusters: any, store: any): any;
3120
+ export function isHarvesterCluster(mgmtCluster: any): boolean;
3121
+ export function isHarvesterSatisfiesVersion(version?: string): any;
3122
+ export function filterHiddenLocalCluster(mgmtClusters: any, store: any): any;
3123
+ /**
3124
+ * Shortens an input string based on the number of segments it contains.
3125
+ * @param {string} input - The input string to be shortened.
3126
+ * @returns {string} - The shortened string.
3127
+ * @example smallIdentifier('local') => 'lcl'
3128
+ * @example smallIdentifier('word-wide-web') => 'www'
3129
+ */
3130
+ export function abbreviateClusterName(input: string): string;
3131
+ export function labelForAddon(name: any, configuration?: boolean): any;
3132
+ }
3133
+
3134
+ // @shell/utils/color
3135
+
3136
+ declare module '@shell/utils/color' {
3137
+ export function createCssVars(color: any, theme?: string, name?: string): {
3138
+ [x: string]: any;
3139
+ };
3140
+ export function contrastColor(color: any, contrastOptions?: {
3141
+ dark: string;
3142
+ light: string;
3143
+ }): string;
3144
+ export function parseColor(str: any): any;
3145
+ export function textColor(color: any): "black" | "white";
3146
+ export function hexToRgb(hex: any): {
3147
+ r: number;
3148
+ g: number;
3149
+ b: number;
3150
+ };
3151
+ export function mapStandardColors(color: any): any;
3152
+ export function rgbToRgb(rgb: any): {
3153
+ r: number;
3154
+ g: number;
3155
+ b: number;
3156
+ };
3157
+ export function colorToRgb(color: any): {
3158
+ r: number;
3159
+ g: number;
3160
+ b: number;
3161
+ };
3162
+ export function normalizeHex(hex: any): any;
3163
+ }
3164
+
3165
+ // @shell/utils/computed
3166
+
3167
+ declare module '@shell/utils/computed' {
3168
+ /**
3169
+ * Creates a computed property that handles converting strings to numbers and numbers to strings. Particularly when dealing with UnitInput.
3170
+ * @param {*} path The path of the real value
3171
+ * @returns the computed property
3172
+ */
3173
+ export function integerString(path: any): {
3174
+ get(): number;
3175
+ set(value: any): void;
3176
+ };
3177
+ /**
3178
+ * Creates a computed property that handles converting strings a list of strings that look like ['key=value'] into { key: value } and back
3179
+ * @param {*} path The path of the real value
3180
+ * @param {*} delimiter the character/s used between the key/value. Default value '='.
3181
+ * @returns the computed property
3182
+ */
3183
+ export function keyValueStrings(path: any, delimiter?: any): {
3184
+ get(): {};
3185
+ set(value: any): void;
3186
+ };
3187
+ }
3188
+
3189
+ // @shell/utils/cookie-universal-nuxt
3190
+
3191
+ declare module '@shell/utils/cookie-universal-nuxt' {
3192
+ declare function _default({ req, res }: {
3193
+ req: any;
3194
+ res: any;
3195
+ }, inject: any): void;
3196
+ export default _default;
3197
+ }
3198
+
3199
+ // @shell/utils/create-yaml
3200
+
3201
+ declare module '@shell/utils/create-yaml' {
3202
+ export function createYamlWithOptions(schemas: any, type: any, data: any, options: any): string;
3203
+ export function createYaml(schemas: any, type: any, data: any, processAlwaysAdd?: boolean, depth?: number, path?: string, rootType?: any, dataOptions?: {}): string;
3204
+ export function getBlockDescriptor(value: any, key: any): {
3205
+ header: string;
3206
+ indentation: string;
3207
+ };
3208
+ export function typeRef(type: any, str: any): any;
3209
+ export function typeMunge(type: any): any;
3210
+ export function saferDump(obj: any): any;
3211
+ /**
3212
+ * Handles newlines indicators in the multiline blocks.
3213
+ *
3214
+ * this is required since jsyaml.dump doesn't support chomping and scalar style at the moment.
3215
+ * see: https://github.com/nodeca/js-yaml/issues/171
3216
+
3217
+ * @typedef {Object} DumpBlockOptions
3218
+ * @property {('>' | '|')} [scalarStyle] - The scalar style.
3219
+ * @property {('-' | '+' | '' | null)} [chomping] - The chomping style.
3220
+ *
3221
+ * @param {*} data the multiline block
3222
+ * @param {Object} options - Serialization options for jsyaml.dump.
3223
+ * @param {number} options.lineWidth - Set max line width. Set -1 for unlimited width.
3224
+ * @param {DumpBlockOptions} [options.dynamicProperties] - Options for dynamic properties.
3225
+ * Developers can provide their own property names under `options`.
3226
+ *
3227
+ * @returns the result of jsyaml.dump with the addition of multiline indicators
3228
+ */
3229
+ export function dumpBlock(data: any, options?: {
3230
+ lineWidth: number;
3231
+ dynamicProperties: DumpBlockOptions;
3232
+ }): any;
3233
+ export const SIMPLE_TYPES: string[];
3234
+ export const NEVER_ADD: string[];
3235
+ export const ACTIVELY_REMOVE: string[];
3236
+ /**
3237
+ * Handles newlines indicators in the multiline blocks.
3238
+ *
3239
+ * this is required since jsyaml.dump doesn't support chomping and scalar style at the moment.
3240
+ * see: https://github.com/nodeca/js-yaml/issues/171
3241
+ */
3242
+ export type DumpBlockOptions = {
3243
+ /**
3244
+ * - The scalar style.
3245
+ */
3246
+ scalarStyle?: ('>' | '|');
3247
+ /**
3248
+ * - The chomping style.
3249
+ */
3250
+ chomping?: ('-' | '+' | '' | null);
3251
+ };
3252
+ }
3253
+
3254
+ // @shell/utils/crypto/browserHashUtils
3255
+
3256
+ declare module '@shell/utils/crypto/browserHashUtils' {
3257
+ export function hashObj(obj: any): string;
3258
+ /**
3259
+ * @api private
3260
+ */
3261
+ export function isEmptyData(data: any): boolean;
3262
+ /**
3263
+ * @api private
3264
+ */
3265
+ export function convertToBuffer(data: any): Uint8Array;
3266
+ declare namespace _default {
3267
+ export { isEmptyData };
3268
+ export { convertToBuffer };
3269
+ }
3270
+ export default _default;
3271
+ }
3272
+
3273
+ // @shell/utils/crypto/browserMd5
3274
+
3275
+ declare module '@shell/utils/crypto/browserMd5' {
3276
+ /// <reference types="node" />
3277
+ export default Md5;
3278
+ /**
3279
+ * @api private
3280
+ */
3281
+ declare function Md5(): void;
3282
+ declare class Md5 {
3283
+ state: number[];
3284
+ buffer: DataView;
3285
+ bufferLength: number;
3286
+ bytesHashed: number;
3287
+ finished: boolean;
3288
+ update(sourceData: any): Md5;
3289
+ digest(encoding: any): string | Buffer;
3290
+ hashBuffer(): void;
3291
+ }
3292
+ declare namespace Md5 {
3293
+ export { BLOCK_SIZE };
3294
+ }
3295
+ import { Buffer } from "buffer";
3296
+ declare const BLOCK_SIZE: 64;
3297
+ }
3298
+
3299
+ // @shell/utils/crypto/browserSha1
3300
+
3301
+ declare module '@shell/utils/crypto/browserSha1' {
3302
+ /// <reference types="node" />
3303
+ export default Sha1;
3304
+ /**
3305
+ * @api private
3306
+ */
3307
+ declare function Sha1(): void;
3308
+ declare class Sha1 {
3309
+ h0: number;
3310
+ h1: number;
3311
+ h2: number;
3312
+ h3: number;
3313
+ h4: number;
3314
+ block: Uint32Array;
3315
+ offset: number;
3316
+ shift: number;
3317
+ totalLength: number;
3318
+ update(data: any): Sha1;
3319
+ write(byte: any): void;
3320
+ digest(encoding: any): string | Buffer;
3321
+ processBlock(): void;
3322
+ }
3323
+ declare namespace Sha1 {
3324
+ export { BLOCK_SIZE };
3325
+ }
3326
+ import { Buffer } from "buffer";
3327
+ declare const BLOCK_SIZE: 64;
3328
+ }
3329
+
3330
+ // @shell/utils/crypto/browserSha256
3331
+
3332
+ declare module '@shell/utils/crypto/browserSha256' {
3333
+ /// <reference types="node" />
3334
+ export default Sha256;
3335
+ /**
3336
+ * @private
3337
+ */
3338
+ declare function Sha256(): void;
3339
+ declare class Sha256 {
3340
+ state: number[];
3341
+ temp: Int32Array;
3342
+ buffer: Uint8Array;
3343
+ bufferLength: number;
3344
+ bytesHashed: number;
3345
+ /**
3346
+ * @private
3347
+ */
3348
+ private finished;
3349
+ update(data: any): Sha256;
3350
+ digest(encoding: any): string | Buffer;
3351
+ hashBuffer(): void;
3352
+ }
3353
+ declare namespace Sha256 {
3354
+ export { BLOCK_SIZE };
3355
+ }
3356
+ import { Buffer } from "buffer";
3357
+ declare const BLOCK_SIZE: 64;
3358
+ }
3359
+
3360
+ // @shell/utils/crypto
3361
+
3362
+ declare module '@shell/utils/crypto' {
3363
+ /// <reference types="node" />
3364
+ export function base64Encode(string: any, alphabet?: string): any;
3365
+ export function base64DecodeToBuffer(string: any): any;
3366
+ export function base64Decode(string: any): any;
3367
+ export function md5(data: any, digest: any, callback: any): string | Buffer;
3368
+ export function sha256(data: any, digest: any, callback: any): string | Buffer;
3369
+ export function binarySize(val: any): number;
3370
+ import { Buffer } from "buffer";
3371
+ }
3372
+
3373
+ // @shell/utils/custom-validators
3374
+
3375
+ declare module '@shell/utils/custom-validators' {
3376
+ declare namespace _default {
3377
+ export { clusterName };
3378
+ export { clusterIp };
3379
+ export { externalName };
3380
+ export { flowOutput };
3381
+ export { groupsAreValid };
3382
+ export { logdna };
3383
+ export { ruleGroups };
3384
+ export { interval };
3385
+ export { servicePort };
3386
+ export { matching };
3387
+ export { containerImages };
3388
+ export { cronSchedule };
3389
+ export { podAffinity };
3390
+ export { roleTemplateRules };
3391
+ export { isHttps };
3392
+ }
3393
+ export default _default;
3394
+ }
3395
+
3396
+ // @shell/utils/dom
3397
+
3398
+ declare module '@shell/utils/dom' {
3399
+ export function getParent(el: any, parentSelector: any): any;
3400
+ }
3401
+
3402
+ // @shell/utils/download
3403
+
3404
+ declare module '@shell/utils/download' {
3405
+ export function downloadFile(fileName: any, content: any, contentType?: string): Promise<any>;
3406
+ export function generateZip(files: any): any;
3407
+ export function downloadUrl(url: any, id?: string): void;
3408
+ }
3409
+
3410
+ // @shell/utils/dynamic-importer
3411
+
3412
+ declare module '@shell/utils/dynamic-importer' {
3413
+ export function importCloudCredential(name: any): () => Promise<any>;
3414
+ export function importMachineConfig(name: any): () => Promise<any>;
3415
+ export function importLogin(name: any): () => Promise<any>;
3416
+ export function importChart(name: any): () => Promise<any>;
3417
+ export function importList(name: any): () => Promise<any>;
3418
+ export function importDetail(name: any): () => Promise<any>;
3419
+ export function importEdit(name: any): () => Promise<any>;
3420
+ export function importDialog(name: any): () => Promise<any>;
3421
+ export function importWindowComponent(name: any): () => Promise<any>;
3422
+ export function loadProduct(name: any): Promise<any>;
3423
+ export function listProducts(): string[];
3424
+ export function loadTranslation(name: any): Promise<any>;
3425
+ export function importCustomPromptRemove(name: any): () => Promise<any>;
3426
+ export function resolveList(key: any): string;
3427
+ export function resolveChart(key: any): string;
3428
+ export function resolveEdit(key: any): string;
3429
+ export function resolveDetail(key: any): string;
3430
+ export function resolveWindowComponent(key: any): string;
3431
+ export function resolveMachineConfigComponent(key: any): string;
3432
+ export function resolveCloudCredentialComponent(key: any): string;
3433
+ }
3434
+
3435
+ // @shell/utils/ember-page
3436
+
3437
+ declare module '@shell/utils/ember-page' {
3438
+ export function findEmberPage(): HTMLElement;
3439
+ export function clearEmberInactiveTimer(): void;
3440
+ export function startEmberInactiveTimer(): void;
3441
+ export function removeEmberPage(): void;
3442
+ export const EMBER_FRAME: "ember-iframe";
3443
+ }
3444
+
3445
+ // @shell/utils/error
3446
+
3447
+ declare module '@shell/utils/error' {
3448
+ export function stringify(err: any): any;
3449
+ export function exceptionToErrorsArray(err: any): any;
3450
+ export class ClusterNotFoundError extends Error {
3451
+ constructor(message: any);
3452
+ }
3453
+ export class ApiError extends Error {
3454
+ constructor(res: any);
3455
+ status: any;
3456
+ statusText: any;
3457
+ headers: any;
3458
+ url: any;
3459
+ toJSON(): {
3460
+ type: string;
3461
+ status: any;
3462
+ statusText: any;
3463
+ message: any;
3464
+ url: any;
3465
+ };
3466
+ }
3467
+ }
3468
+
3469
+ // @shell/utils/favicon
3470
+
3471
+ declare module '@shell/utils/favicon' {
3472
+ export function haveSetFavIcon(): boolean;
3473
+ export function setFavIcon(store: any): void;
3474
+ }
3475
+
3476
+ // @shell/utils/formatter
3477
+
3478
+ declare module '@shell/utils/formatter' {
3479
+ export function formatEncryptionSecretNames(secrets: any, chartNamespace: any): any;
3480
+ }
3481
+
3482
+ // @shell/utils/grafana
3483
+
3484
+ declare module '@shell/utils/grafana' {
3485
+ export function getClusterPrefix(monitoringVersion: any, clusterId: any): string;
3486
+ export function computeDashboardUrl(monitoringVersion: any, embedUrl: any, clusterId: any, params: any, modifyPrefix?: boolean): any;
3487
+ export function dashboardExists(monitoringVersion: any, store: any, clusterId: any, embedUrl: any, storeName?: string, projectId?: any): Promise<boolean>;
3488
+ export function allDashboardsExist(store: any, clusterId: any, embeddedUrls: any, storeName?: string, projectId?: any): Promise<boolean>;
3489
+ export function queryGrafana(monitoringVersion: any, dispatch: any, clusterId: any, query: any, range: any, step: any): any;
3490
+ export function hasLeader(monitoringVersion: any, dispatch: any, clusterId: any): Promise<boolean>;
3491
+ export function leaderChanges(monitoringVersion: any, dispatch: any, clusterId: any): Promise<any>;
3492
+ export function failedProposals(monitoringVersion: any, dispatch: any, clusterId: any): Promise<any>;
3493
+ }
3494
+
3495
+ // @shell/utils/group
3496
+
3497
+ declare module '@shell/utils/group' {
3498
+ export function groupAndFilterOptions(ary: any, filter: any, { defaultFilterKey, groupBy, groupPrefix, itemLabelKey, itemValueKey, itemSortKey, }?: {
3499
+ defaultFilterKey?: string;
3500
+ groupBy?: string;
3501
+ groupPrefix?: string;
3502
+ itemLabelKey?: string;
3503
+ itemValueKey?: string;
3504
+ itemSortKey?: string;
3505
+ }): any;
3506
+ }
3507
+
3508
+ // @shell/utils/install-redirect
3509
+
3510
+ declare module '@shell/utils/install-redirect' {
3511
+ export default function _default(product: any, chartName: any, defaultResourceOrRoute: any, install?: boolean): ({ redirect, store }: {
3512
+ redirect: any;
3513
+ store: any;
3514
+ }) => Promise<any>;
3515
+ }
3516
+
3517
+ // @shell/utils/kube
3518
+
3519
+ declare module '@shell/utils/kube' {
3520
+ export function normalizeName(str: any): any;
3521
+ }
3522
+
3523
+ // @shell/utils/monitoring
3524
+
3525
+ declare module '@shell/utils/monitoring' {
3526
+ export function monitoringStatus(): {
3527
+ monitoringStatus(): {
3528
+ v2: boolean;
3529
+ };
3530
+ };
3531
+ export function haveV2Monitoring(getters: any): boolean;
3532
+ export function canViewGrafanaLink(store: any): Promise<boolean>;
3533
+ export function canViewAlertManagerLink(store: any): Promise<boolean>;
3534
+ export function canViewPrometheusLink(store: any): Promise<boolean>;
3535
+ export const CATTLE_MONITORING_NAMESPACE: "cattle-monitoring-system";
3536
+ }
3537
+
3538
+ // @shell/utils/namespace-filter
3539
+
3540
+ declare module '@shell/utils/namespace-filter' {
3541
+ export const NAMESPACE_FILTER_ALL_PREFIX: "all";
3542
+ export const NAMESPACE_FILTER_NS_PREFIX: "ns";
3543
+ export const NAMESPACE_FILTER_P_PREFIX: "project";
3544
+ export const NAMESPACE_FILTER_NS_FULL_PREFIX: string;
3545
+ export const NAMESPACE_FILTER_P_FULL_PREFIX: string;
3546
+ export const NAMESPACE_FILTER_ALL: "all";
3547
+ export const NAMESPACE_FILTER_ALL_SYSTEM: string;
3548
+ export const NAMESPACE_FILTER_ALL_USER: string;
3549
+ export const NAMESPACE_FILTER_ALL_ORPHANS: string;
3550
+ export const NAMESPACE_FILTER_NAMESPACED_PREFIX: "namespaced://";
3551
+ export const NAMESPACE_FILTER_NAMESPACED_YES: "namespaced://true";
3552
+ export const NAMESPACE_FILTER_NAMESPACED_NO: "namespaced://false";
3553
+ export namespace NAMESPACE_FILTER_KINDS {
3554
+ const DIVIDER: string;
3555
+ const PROJECT: string;
3556
+ const NAMESPACE: string;
3557
+ const SPECIAL: string;
3558
+ }
3559
+ export function createNamespaceFilterKey(clusterId: any, product: any): any;
3560
+ export function createNamespaceFilterKeyWithId(clusterId: any, productId: any): string;
3561
+ export function splitNamespaceFilterKey(key: any): {
3562
+ clusterId: any;
3563
+ productId: any;
3564
+ };
3565
+ }
3566
+
3567
+ // @shell/utils/nuxt
3568
+
3569
+ declare module '@shell/utils/nuxt' {
3570
+ export function createGetCounter(counterObject: any, defaultKey?: string): (id?: string) => number;
3571
+ export function empty(): void;
3572
+ export function globalHandleError(error: any): void;
3573
+ export function interopDefault(promise: any): any;
3574
+ export function hasFetch(vm: any): boolean;
3575
+ export function purifyData(data: any): any;
3576
+ export function getChildrenComponentInstancesUsingFetch(vm: any, instances?: any[]): any[];
3577
+ export function applyAsyncData(Component: any, asyncData: any): void;
3578
+ export function sanitizeComponent(Component: any): any;
3579
+ export function getMatchedComponents(route: any, matches?: boolean, prop?: string): any;
3580
+ export function getMatchedComponentsInstances(route: any, matches?: boolean): any;
3581
+ export function flatMapComponents(route: any, fn: any): any;
3582
+ export function resolveRouteComponents(route: any, fn: any): Promise<[any, any, any, any, any, any, any, any, any, any]>;
3583
+ export function getRouteData(route: any): Promise<any>;
3584
+ export function setContext(app: any, context: any): Promise<void>;
3585
+ export function middlewareSeries(promises: any, appContext: any): any;
3586
+ export function promisify(fn: any, context: any): Promise<any>;
3587
+ export function getLocation(base: any, mode: any): string;
3588
+ /**
3589
+ * Compile a string to a template function for the path.
3590
+ *
3591
+ * @param {string} str
3592
+ * @param {Object=} options
3593
+ * @return {!function(Object=, Object=)}
3594
+ */
3595
+ export function compile(str: string, options?: any | undefined): (arg0: any | undefined, arg1: any | undefined) => any;
3596
+ export function getQueryDiff(toQuery: any, fromQuery: any): {};
3597
+ export function normalizeError(err: any): any;
3598
+ export function addLifecycleHook(vm: any, hook: any, fn: any): void;
3599
+ export function setScrollRestoration(newVal: any): void;
3600
+ export const urlJoin: typeof joinURL;
3601
+ export const stripTrailingSlash: typeof withoutTrailingSlash;
3602
+ export const isSamePath: typeof _isSamePath;
3603
+ import { joinURL } from "ufo";
3604
+ import { withoutTrailingSlash } from "ufo";
3605
+ import { isSamePath as _isSamePath } from "ufo";
3606
+ }
3607
+
3608
+ // @shell/utils/object
3609
+
3610
+ declare module '@shell/utils/object' {
3611
+ export function set(obj: any, path: any, value: any): any;
3612
+ export function getAllValues(obj: any, path: any): any[];
3613
+ export function get(obj: any, path: any): any;
3614
+ export function remove(obj: any, path: any): any;
3615
+ export function getter(path: any): (obj: any) => any;
3616
+ export function clone(obj: any): any;
3617
+ export function isEmpty(obj: any): boolean;
3618
+ /**
3619
+ * Checks to see if the object is a simple key value pair where all values are
3620
+ * just primitives.
3621
+ * @param {any} obj
3622
+ */
3623
+ export function isSimpleKeyValue(obj: any): boolean;
3624
+ export function cleanUp(obj: any): any;
3625
+ export function definedKeys(obj: any): any;
3626
+ export function diff(from: any, to: any): any;
3627
+ export function changeset(from: any, to: any, parentPath?: any[]): {};
3628
+ export function changesetConflicts(a: any, b: any): any[];
3629
+ export function applyChangeset(obj: any, changeset: any): any;
3630
+ /**
3631
+ * Creates an object composed of the `object` properties `predicate` returns
3632
+ */
3633
+ export function pickBy(obj?: {}, predicate?: (value: any, key: any) => boolean): {};
3634
+ export { isEqualBasic as isEqual };
3635
+ export function toDictionary(array: any, callback: any): any;
3636
+ /**
3637
+ * Super simple lodash isEqual equivalent.
3638
+ *
3639
+ * Only checks root properties for strict equality
3640
+ */
3641
+ declare function isEqualBasic(from: any, to: any): boolean;
3642
+ }
3643
+
3644
+ // @shell/utils/parse-externalid
3645
+
3646
+ declare module '@shell/utils/parse-externalid' {
3647
+ export function parseExternalId(externalId: any): {
3648
+ kind: any;
3649
+ group: any;
3650
+ base: any;
3651
+ id: any;
3652
+ name: any;
3653
+ version: any;
3654
+ };
3655
+ export function parseHelmExternalId(externalId: any): {
3656
+ kind: any;
3657
+ group: any;
3658
+ base: any;
3659
+ id: any;
3660
+ name: any;
3661
+ version: any;
3662
+ };
3663
+ }
3664
+
3665
+ // @shell/utils/platform
3666
+
3667
+ declare module '@shell/utils/platform' {
3668
+ export function isAlternate(event: any): boolean;
3669
+ export function isMore(event: any): boolean;
3670
+ export function isRange(event: any): boolean;
3671
+ export function suppressContextMenu(event: any): boolean;
3672
+ export function version(): number;
3673
+ export const platform: string;
3674
+ export const userAgent: string;
3675
+ export const isLinuxy: boolean;
3676
+ export const isMac: boolean;
3677
+ export const isWin: boolean;
3678
+ export const alternateKey: "metaKey" | "ctrlKey";
3679
+ export const alternateLabel: "Command" | "Control";
3680
+ export const moreKey: "metaKey" | "ctrlKey";
3681
+ export const moreLabel: "Command" | "Control";
3682
+ export const rangeKey: "shiftKey";
3683
+ export const rangeLabel: "Shift";
3684
+ export const isGecko: boolean;
3685
+ export const isBlink: boolean;
3686
+ export const isWebKit: boolean;
3687
+ export const isSafari: boolean;
3688
+ export const isMobile: boolean;
3689
+ export namespace KEY {
3690
+ const LEFT: number;
3691
+ const UP: number;
3692
+ const RIGHT: number;
3693
+ const DOWN: number;
3694
+ const ESCAPE: number;
3695
+ const CR: number;
3696
+ const LF: number;
3697
+ const TAB: number;
3698
+ const SPACE: number;
3699
+ const PAGE_UP: number;
3700
+ const PAGE_DOWN: number;
3701
+ const HOME: number;
3702
+ const END: number;
3703
+ }
3704
+ }
3705
+
3706
+ // @shell/utils/poller-sequential
3707
+
3708
+ declare module '@shell/utils/poller-sequential' {
3709
+ export default class PollerSequential {
3710
+ constructor(fn: any, pollRateMs: any, maxRetries?: number);
3711
+ fn: any;
3712
+ pollRateMs: any;
3713
+ maxRetries: number;
3714
+ timeoutId: any;
3715
+ tryCount: number;
3716
+ start(): void;
3717
+ stop(): void;
3718
+ _poll(): void;
3719
+ _intervalMethod(): Promise<void>;
3720
+ }
3721
+ }
3722
+
3723
+ // @shell/utils/poller
3724
+
3725
+ declare module '@shell/utils/poller' {
3726
+ export default class Poller {
3727
+ constructor(fn: any, pollRateMs: any, maxRetries?: number);
3728
+ fn: any;
3729
+ pollRateMs: any;
3730
+ maxRetries: number;
3731
+ intervalId: any;
3732
+ tryCount: number;
3733
+ start(): void;
3734
+ stop(): void;
3735
+ _intervalMethod(): Promise<void>;
3736
+ }
3737
+ }
3738
+
3739
+ // @shell/utils/position
3740
+
3741
+ declare module '@shell/utils/position' {
3742
+ export function boundingRect(elem: any): {
3743
+ top: any;
3744
+ right: any;
3745
+ bottom: any;
3746
+ left: any;
3747
+ width: any;
3748
+ height: any;
3749
+ };
3750
+ export function fakeRectFor(event: any): {
3751
+ top: any;
3752
+ left: any;
3753
+ bottom: any;
3754
+ right: any;
3755
+ width: number;
3756
+ height: number;
3757
+ };
3758
+ export function screenRect(): {
3759
+ top: number;
3760
+ right: number;
3761
+ bottom: number;
3762
+ left: number;
3763
+ width: number;
3764
+ height: number;
3765
+ };
3766
+ export function fitOnScreen(contentElem: any, triggerElemOrEvent: any, opt: any, useDefaults: any): {
3767
+ position: string;
3768
+ };
3769
+ export const LEFT: "left";
3770
+ export const RIGHT: "right";
3771
+ export const TOP: "top";
3772
+ export const CENTER: "center";
3773
+ export const MIDDLE: "center";
3774
+ export const BOTTOM: "bottom";
3775
+ export const AUTO: "auto";
3776
+ }
3777
+
3778
+ // @shell/utils/promise
3779
+
3780
+ declare module '@shell/utils/promise' {
3781
+ export function allHash(hash: any): Promise<{}>;
3782
+ export function allHashSettled(hash: any): Promise<{}>;
3783
+ export function eachLimit(items: any, limit: any, iterator: any, debug?: boolean): Promise<any>;
3784
+ export function deferred(name: any): {
3785
+ promise: Promise<any>;
3786
+ };
3787
+ /**
3788
+ * Apply the result of a promise to a given object's property
3789
+ *
3790
+ * This is a non-blocking method
3791
+ *
3792
+ * @param promise Promise to fetch result for
3793
+ * @param obj Object to set result of promise to
3794
+ * @param key Property in object to set result to
3795
+ * @param label Description of what promise is trying to do
3796
+ */
3797
+ export function setPromiseResult(promise: any, obj: any, key: any, label: any): void;
3798
+ }
3799
+
3800
+ // @shell/utils/router
3801
+
3802
+ declare module '@shell/utils/router' {
3803
+ export function queryParamsFor(current: any, qp: any, defaults?: {}): any;
3804
+ }
3805
+
3806
+ // @shell/utils/router.scrollBehavior
3807
+
3808
+ declare module '@shell/utils/router.scrollBehavior' {
3809
+ export default function _default(to: any, from: any, savedPosition: any): Promise<any>;
3810
+ }
3811
+
3812
+ // @shell/utils/select
3813
+
3814
+ declare module '@shell/utils/select' {
3815
+ export function onClickOption(option: any, e: any): void;
3816
+ export function calculatePosition(dropdownList: any, component: any, width: any, placement: any): void;
3817
+ }
3818
+
3819
+ // @shell/utils/selector
3820
+
3821
+ declare module '@shell/utils/selector' {
3822
+ export function parse(labelSelector: any): any;
3823
+ export function convertSelectorObj(obj: any): any;
3824
+ export function convert(matchLabelsObj: any, matchExpressions: any): any;
3825
+ export function simplify(matchExpressionsInput: any): {
3826
+ matchLabels: {};
3827
+ matchExpressions: any[];
3828
+ };
3829
+ export function matches(obj: any, selector: any, labelKey?: string): boolean;
3830
+ export function matching(ary: any, selector: any, labelKey: any): any;
3831
+ }
3832
+
3833
+ // @shell/utils/socket
3834
+
3835
+ declare module '@shell/utils/socket' {
3836
+ export const addEventListener: any;
3837
+ export const STATE_CONNECTING: "connecting";
3838
+ export const STATE_CONNECTED: "connected";
3839
+ export const EVENT_CONNECTING: "connecting";
3840
+ export const EVENT_CONNECTED: "connected";
3841
+ export const EVENT_DISCONNECTED: "disconnected";
3842
+ export const EVENT_MESSAGE: "message";
3843
+ export const EVENT_FRAME_TIMEOUT: "frame_timeout";
3844
+ export const EVENT_CONNECT_ERROR: "connect_error";
3845
+ export const EVENT_DISCONNECT_ERROR: "disconnect_error";
3846
+ export const NO_WATCH: "NO_WATCH";
3847
+ export const NO_SCHEMA: "NO_SCHEMA";
3848
+ export const NO_PERMS: "NO_PERMS";
3849
+ export const REVISION_TOO_OLD: "TOO_OLD";
3850
+ declare const Socket_base: import("event-target-shim").EventTargetConstructor<{}, {}, "loose"> & {
3851
+ <TEvents extends EventTarget.EventDefinition = {}, TEventAttributes extends EventTarget.EventDefinition = {}, TMode extends EventTarget.Mode = "loose">(events: string[]): import("event-target-shim").EventTargetConstructor<TEvents, TEventAttributes, TMode>;
3852
+ <TEvents_1 extends EventTarget.EventDefinition = {}, TEventAttributes_1 extends EventTarget.EventDefinition = {}, TMode_1 extends EventTarget.Mode = "loose">(event0: string, ...events: string[]): import("event-target-shim").EventTargetConstructor<TEvents_1, TEventAttributes_1, TMode_1>;
3853
+ new <TEvents_2 extends EventTarget.EventDefinition, TEventAttributes_2 extends EventTarget.EventDefinition, TMode_2 extends EventTarget.Mode = "loose">(): EventTarget<TEvents_2, TEventAttributes_2, TMode_2>;
3854
+ };
3855
+ export default class Socket extends Socket_base {
3856
+ constructor(url: any, autoReconnect?: boolean, frameTimeout?: any, protocol?: any, maxTries?: any, idAsTimestamp?: boolean);
3857
+ url: any;
3858
+ autoReconnect: boolean;
3859
+ frameTimeout: number;
3860
+ metadata: {};
3861
+ hasBeenOpen: boolean;
3862
+ hasReconnected: boolean;
3863
+ protocol: any;
3864
+ maxTries: any;
3865
+ tries: number;
3866
+ idAsTimestamp: boolean;
3867
+ socket: any;
3868
+ state: string;
3869
+ framesReceived: number;
3870
+ frameTimer: any;
3871
+ reconnectTimer: any;
3872
+ disconnectCallBacks: any[];
3873
+ disconnectedAt: number;
3874
+ closingId: number;
3875
+ autoReconnectUrl: any;
3876
+ setUrl(url: any): void;
3877
+ connect(metadata?: {}): void;
3878
+ send(data: any): boolean;
3879
+ disconnect(callBack: any): Promise<any>;
3880
+ reconnect(metadata?: {}): void;
3881
+ getMetadata(): any;
3882
+ getId(): any;
3883
+ isConnected(): boolean;
3884
+ setAutoReconnect(autoReconnect: any): void;
3885
+ /**
3886
+ * Supply an async fn that will provide a new url to reconnect to
3887
+ */
3888
+ setAutoReconnectUrl(autoReconnectUrl: any): void;
3889
+ _close(): void;
3890
+ _opened(): void;
3891
+ _onmessage(event: any): void;
3892
+ _resetWatchdog(): void;
3893
+ _error(): void;
3894
+ _closed(event: any): void;
3895
+ /**
3896
+ * `console.log` the provided summary statement, with default information to identify the socket and the provided props
3897
+ */
3898
+ _log(summary: any, props: any): void;
3899
+ /**
3900
+ * `console.log` the provided summary statement and props
3901
+ *
3902
+ * This does not contain information to identify the socket and can be used in scenarios where it's not known or default
3903
+ */
3904
+ _baseLog(summary: any, props: any): void;
3905
+ }
3906
+ import { EventTarget } from "event-target-shim";
3907
+ export {};
3908
+ }
3909
+
3910
+ // @shell/utils/sort
3911
+
3912
+ declare module '@shell/utils/sort' {
3913
+ /**
3914
+ Returns a consistent type for the passed object.
3915
+
3916
+ Use this instead of the built-in `typeof` to get the type of an item.
3917
+ It will return the same result across all browsers and includes a bit
3918
+ more detail. Here is what will be returned:
3919
+
3920
+ | Return Value | Meaning |
3921
+ |---------------|------------------------------------------------------|
3922
+ | 'string' | String primitive or String object. |
3923
+ | 'number' | Number primitive or Number object. |
3924
+ | 'boolean' | Boolean primitive or Boolean object. |
3925
+ | 'null' | Null value |
3926
+ | 'undefined' | Undefined value |
3927
+ | 'function' | A function |
3928
+ | 'array' | An instance of Array |
3929
+ | 'regexp' | An instance of RegExp |
3930
+ | 'date' | An instance of Date |
3931
+ | 'filelist' | An instance of FileList |
3932
+ | 'error' | An instance of the Error object |
3933
+ | 'object' | A JavaScript object |
3934
+
3935
+ Examples:
3936
+
3937
+ import { typeOf } from '@shell/utils/type-of';
3938
+
3939
+ typeOf(); // 'undefined'
3940
+ typeOf(null); // 'null'
3941
+ typeOf(undefined); // 'undefined'
3942
+ typeOf('michael'); // 'string'
3943
+ typeOf(new String('michael')); // 'string'
3944
+ typeOf(101); // 'number'
3945
+ typeOf(new Number(101)); // 'number'
3946
+ typeOf(true); // 'boolean'
3947
+ typeOf(new Boolean(true)); // 'boolean'
3948
+ typeOf(A); // 'function'
3949
+ typeOf([1, 2, 90]); // 'array'
3950
+ typeOf(/abc/); // 'regexp'
3951
+ typeOf(new Date()); // 'date'
3952
+ typeOf(event.target.files); // 'filelist'
3953
+ typeOf(new Error('teamocil')); // 'error'
3954
+
3955
+ // 'normal' JavaScript object
3956
+ typeOf({ a: 'b' }); // 'object'
3957
+ */
3958
+ export function typeOf(item: any): any;
3959
+ export function spaceship(a: any, b: any): number;
3960
+ export function compare(a: any, b: any): any;
3961
+ export function parseField(str: any): {
3962
+ field: any;
3963
+ reverse: boolean;
3964
+ };
3965
+ export function sortBy(ary: any, keys: any, desc: any): any;
3966
+ export function sortableNumericSuffix(str: any): any;
3967
+ export function isNumeric(num: any): boolean;
3968
+ }
3969
+
3970
+ // @shell/utils/stream
3971
+
3972
+ declare module '@shell/utils/stream' {
3973
+ export function streamJson(url: any, opt: any, onData: any): Promise<any>;
3974
+ export function streamingSupported(): boolean;
3975
+ }
3976
+
3977
+ // @shell/utils/string
3978
+
3979
+ declare module '@shell/utils/string' {
3980
+ export function camelToTitle(str: any): any;
3981
+ export function ucFirst(str: any): any;
3982
+ export function lcFirst(str: any): any;
3983
+ export function strPad(str: any, toLength: any, padChars?: string, right?: boolean): any;
3984
+ export function sortableNumericSuffix(str: any): any;
3985
+ export function escapeHtml(html: any): string;
3986
+ /**
3987
+ * Return HTML markup from escaped HTML string, allowing specific tags
3988
+ * @param text string
3989
+ * @returns string
3990
+ */
3991
+ export function decodeHtml(text: any): string;
3992
+ export function escapeRegex(string: any): any;
3993
+ export function random32(count: any): number | number[];
3994
+ export function randomStr(length?: number, chars?: string): any;
3995
+ export function formatPercent(value: any, maxPrecision?: number): string;
3996
+ export function pluralize(str: any): any;
3997
+ export function resourceNames(names: any, plusMore: any, t: any): any;
3998
+ export function indent(lines: any, count?: number, token?: string, afterRegex?: any): any;
3999
+ export function decamelize(str: any): any;
4000
+ export function dasherize(str: any): any;
4001
+ export function asciiLike(str: any): boolean;
4002
+ export function coerceStringTypeToScalarType(val: any, type: any): any;
4003
+ export function matchesSomeRegex(stringRaw: any, regexes?: any[]): boolean;
4004
+ export function ensureRegex(strOrRegex: any, exact?: boolean): any;
4005
+ export function nlToBr(value: any): string;
4006
+ export function splitObjectPath(path: any): any;
4007
+ export function joinObjectPath(ary: any): string;
4008
+ export function shortenedImage(image: any): any;
4009
+ export function isIpv4(ip: any): boolean;
4010
+ export function sanitizeKey(k: any): any;
4011
+ export function sanitizeValue(v: any): any;
4012
+ export function sanitizeIP(v: any): any;
4013
+ export namespace CHARSET {
4014
+ export { num as NUMERIC };
4015
+ export const NO_VOWELS: string;
4016
+ export const ALPHA: string;
4017
+ export const ALPHA_NUM: string;
4018
+ export { alpha as ALPHA_LOWER };
4019
+ export const ALPHA_UPPER: string;
4020
+ export const HEX: string;
4021
+ export const PASSWORD: string;
4022
+ }
4023
+ declare const num: "0123456789";
4024
+ declare const alpha: "abcdefghijklmnopqrstuvwxyz";
4025
+ export {};
4026
+ }
4027
+
4028
+ // @shell/utils/svg-filter
4029
+
4030
+ declare module '@shell/utils/svg-filter' {
4031
+ export class Solver {
4032
+ constructor(rgb: any);
4033
+ target: Color;
4034
+ targetHSL: {
4035
+ h: number;
4036
+ s: number;
4037
+ l: number;
4038
+ };
4039
+ reusedColor: Color;
4040
+ solve(): {
4041
+ values: any;
4042
+ loss: number;
4043
+ filter: string;
4044
+ };
4045
+ solveWide(): {
4046
+ loss: number;
4047
+ };
4048
+ solveNarrow(wide: any): {
4049
+ values: any;
4050
+ loss: number;
4051
+ };
4052
+ spsa(A: any, a: any, c: any, values: any, iters: any): {
4053
+ values: any;
4054
+ loss: number;
4055
+ };
4056
+ loss(filters: any): number;
4057
+ css(filters: any): string;
4058
+ }
4059
+ declare class Color {
4060
+ constructor(r: any, g: any, b: any);
4061
+ toString(): string;
4062
+ set(r: any, g: any, b: any): void;
4063
+ r: any;
4064
+ g: any;
4065
+ b: any;
4066
+ hueRotate(angle?: number): void;
4067
+ grayscale(value?: number): void;
4068
+ sepia(value?: number): void;
4069
+ saturate(value?: number): void;
4070
+ multiply(matrix: any): void;
4071
+ brightness(value?: number): void;
4072
+ contrast(value?: number): void;
4073
+ linear(slope?: number, intercept?: number): void;
4074
+ invert(value?: number): void;
4075
+ hsl(): {
4076
+ h: number;
4077
+ s: number;
4078
+ l: number;
4079
+ };
4080
+ clamp(value: any): any;
4081
+ }
4082
+ export {};
4083
+ }
4084
+
4085
+ // @shell/utils/time
4086
+
4087
+ declare module '@shell/utils/time' {
4088
+ export function diffFrom(value: any, from: any, t: any): {
4089
+ diff: any;
4090
+ absDiff: number;
4091
+ label: string;
4092
+ unitsKey: string;
4093
+ units: string;
4094
+ next: number;
4095
+ };
4096
+ export function safeSetTimeout(timeout: any, callback: any, that: any): NodeJS.Timeout;
4097
+ export function getSecondsDiff(startDate: any, endDate: any): number;
4098
+ /**
4099
+ * return { diff: number; label: string }
4100
+ *
4101
+ * diff: update frequency in seconds
4102
+ * label: content of the cell's column
4103
+ */
4104
+ export function elapsedTime(seconds: any): {
4105
+ diff?: undefined;
4106
+ label?: undefined;
4107
+ } | {
4108
+ diff: number;
4109
+ label: string;
4110
+ };
4111
+ }
4112
+
4113
+ // @shell/utils/units
4114
+
4115
+ declare module '@shell/utils/units' {
4116
+ export function formatSi(inValue: any, { increment, addSuffix, addSuffixSpace, suffix, firstSuffix, startingExponent, minExponent, maxExponent, maxPrecision, canRoundToZero, }?: {
4117
+ increment?: number;
4118
+ addSuffix?: boolean;
4119
+ addSuffixSpace?: boolean;
4120
+ suffix?: string;
4121
+ firstSuffix?: any;
4122
+ startingExponent?: number;
4123
+ minExponent?: number;
4124
+ maxExponent?: number;
4125
+ maxPrecision?: number;
4126
+ canRoundToZero?: boolean;
4127
+ }): any;
4128
+ export function exponentNeeded(val: any, increment?: number): number;
4129
+ export function parseSi(inValue: any, opt: any): number;
4130
+ export function createMemoryFormat(n: any): {
4131
+ maxExponent: number;
4132
+ minExponent: number;
4133
+ addSuffix: boolean;
4134
+ firstSuffix: string;
4135
+ increment: number;
4136
+ maxPrecision: number;
4137
+ startingExponent: number;
4138
+ suffix: string;
4139
+ };
4140
+ export function createMemoryValues(total: any, useful: any): {
4141
+ total: number;
4142
+ useful: number;
4143
+ units: string;
4144
+ };
4145
+ export const UNITS: string[];
4146
+ export const FRACTIONAL: string[];
4147
+ export namespace MEMORY_PARSE_RULES {
4148
+ namespace memory {
4149
+ namespace format {
4150
+ const addSuffix: boolean;
4151
+ const firstSuffix: string;
4152
+ const increment: number;
4153
+ const maxExponent: number;
4154
+ const maxPrecision: number;
4155
+ const minExponent: number;
4156
+ const startingExponent: number;
4157
+ const suffix: string;
4158
+ }
4159
+ }
4160
+ }
4161
+ declare namespace _default {
4162
+ export { exponentNeeded };
4163
+ export { formatSi };
4164
+ export { parseSi };
4165
+ }
4166
+ export default _default;
4167
+ }
4168
+
4169
+ // @shell/utils/validators/cidr
4170
+
4171
+ declare module '@shell/utils/validators/cidr' {
4172
+ export function isValidCIDR(cidr: any): boolean;
4173
+ export function isValidIP(ip: any): boolean;
4174
+ export function isValidMac(value: any): boolean;
4175
+ }
4176
+
4177
+ // @shell/utils/validators/cluster-name
4178
+
4179
+ declare module '@shell/utils/validators/cluster-name' {
4180
+ export function clusterName(pathValue: any, getters: any, errors: any, validatorArgs: any, displayKey: any): any;
4181
+ }
4182
+
4183
+ // @shell/utils/validators/container-images
4184
+
4185
+ declare module '@shell/utils/validators/container-images' {
4186
+ export function containerImages(spec: any, getters: any, errors: any): void;
4187
+ }
4188
+
4189
+ // @shell/utils/validators/cron-schedule
4190
+
4191
+ declare module '@shell/utils/validators/cron-schedule' {
4192
+ export function cronSchedule(schedule: string, getters: any, errors: any): void;
4193
+ }
4194
+
4195
+ // @shell/utils/validators/flow-output
4196
+
4197
+ declare module '@shell/utils/validators/flow-output' {
4198
+ export function flowOutput(spec: any, getters: any, errors: any, validatorArgs: any): void;
4199
+ }
4200
+
4201
+ // @shell/utils/validators
4202
+
4203
+ declare module '@shell/utils/validators' {
4204
+ export function displayKeyFor(type: any, key: any, getters: any): any;
4205
+ export function validateLength(val: any, field: any, displayKey: any, getters: any, errors?: any[]): any[];
4206
+ export function validateChars(val: any, field: any, displayKey: any, getters: any, errors?: any[]): any[];
4207
+ export function validateHostname(val: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
4208
+ export function validateDnsLabel(label: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
4209
+ export function validateDnsLikeTypes(val: any, type: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
4210
+ export function validateBoolean(val: any, field: any, displayKey: any, getters: any, errors?: any[]): void;
4211
+ }
4212
+
4213
+ // @shell/utils/validators/kubernetes-name
4214
+
4215
+ declare module '@shell/utils/validators/kubernetes-name' {
4216
+ export function validateKubernetesName(label: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
4217
+ }
4218
+
4219
+ // @shell/utils/validators/logging-outputs
4220
+
4221
+ declare module '@shell/utils/validators/logging-outputs' {
4222
+ export function logdna(value: any, getters: any, errors: any, validatorArgs: any): void;
4223
+ }
4224
+
4225
+ // @shell/utils/validators/monitoring-route
4226
+
4227
+ declare module '@shell/utils/validators/monitoring-route' {
4228
+ export function matching(spec: any, getters: any, errors: any, validatorArgs: any): void;
4229
+ export function interval(value: any, getters: any, errors: any, validatorArgs: any, displayKey: any): void;
4230
+ }
4231
+
4232
+ // @shell/utils/validators/pod-affinity
4233
+
4234
+ declare module '@shell/utils/validators/pod-affinity' {
4235
+ export function podAffinity(spec: any, getters: any, errors: any): void;
4236
+ }
4237
+
4238
+ // @shell/utils/validators/prometheusrule
4239
+
4240
+ declare module '@shell/utils/validators/prometheusrule' {
4241
+ export function ruleGroups(spec: any, getters: any, errors: any, validatorArgs: any): any;
4242
+ export function groupsAreValid(groups: any[], getters: any, errors: any, validatorArgs: any): any;
4243
+ }
4244
+
4245
+ // @shell/utils/validators/role-template
4246
+
4247
+ declare module '@shell/utils/validators/role-template' {
4248
+ export function roleTemplateRules(rules: any[], getters: any, errors: any, validatorArgs?: any[]): void;
4249
+ }
4250
+
4251
+ // @shell/utils/validators/service
4252
+
4253
+ declare module '@shell/utils/validators/service' {
4254
+ export function servicePort(spec: any, getters: any, errors: any, validatorArgs: any): any;
4255
+ export function clusterIp(spec: any, getters: any, errors: any, validatorArgs: any): any;
4256
+ export function externalName(spec: any, getters: any, errors: any, validatorArgs: any): any;
4257
+ }
4258
+
4259
+ // @shell/utils/validators/setting
4260
+
4261
+ declare module '@shell/utils/validators/setting' {
4262
+ export function isHttps(value: any, getters: any, errors: any, validatorArgs: any, displayKey: any): any;
4263
+ }
4264
+
4265
+ // @shell/utils/version
4266
+
4267
+ declare module '@shell/utils/version' {
4268
+ export function parse(str: any): any;
4269
+ export function sortable(str: any): any;
4270
+ export function compare(in1: any, in2: any): any;
4271
+ export function isPrerelease(version: any): boolean;
4272
+ export function isDevBuild(version: any): boolean;
4273
+ export function getVersionInfo(store: any): {
4274
+ displayVersion: any;
4275
+ fullVersion: any;
4276
+ };
4277
+ export function seenReleaseNotes(store: any): boolean;
4278
+ export function markSeenReleaseNotes(store: any): Promise<void>;
4279
+ export function readReleaseNotes(store: any): boolean;
4280
+ export function markReadReleaseNotes(store: any): Promise<void>;
4281
+ }
4282
+
4283
+ // @shell/utils/width
4284
+
4285
+ declare module '@shell/utils/width' {
4286
+ /**
4287
+ * Sets the width of a DOM element. Adapted from [youmightnotneedjquery.com](https://youmightnotneedjquery.com/#set_width)
4288
+ * @param {Element} el - The target DOM element
4289
+ * @param {function | string | number} val - The desired width represented as a Number
4290
+ */
4291
+ export function setWidth(el: Element, val: Function | string | number): void;
4292
+ /**
4293
+ * Gets the width of a DOM element. Adapted from [youmightnotneedjquery.com](https://youmightnotneedjquery.com/#get_width)
4294
+ * @param {Element} el - The target DOM element
4295
+ * @returns Number representing the width for the provided element
4296
+ */
4297
+ export function getWidth(el: Element): number;
4298
+ }
4299
+
4300
+ // @shell/utils/window
4301
+
4302
+ declare module '@shell/utils/window' {
4303
+ export function popupWindowOptions(width: any, height: any): string;
4304
+ export function open(url: any, name?: string, opt?: string): Window;
4305
+ export class Popup {
4306
+ constructor(onOpen?: () => void, onClose?: () => void);
4307
+ onOpen: () => void;
4308
+ onClose: () => void;
4309
+ popup: Window;
4310
+ open(url: any, name: any, opt: any): void;
4311
+ }
4312
+ }