@dovetail-v2/refine 0.0.33 → 0.0.35-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{MonacoYamlDiffEditor-cf5e1ebf.js → MonacoYamlDiffEditor-126d544d.js} +3 -1
- package/dist/{index-57b8cbed.js → index-2802f71a.js} +3089 -2154
- package/dist/refine.js +170 -163
- package/dist/refine.umd.cjs +2904 -2122
- package/dist/style.css +32 -25
- package/lib/src/components/DurationTime/index.d.ts +6 -0
- package/lib/src/components/Form/useYamlForm.d.ts +3 -1
- package/lib/src/components/KeyValue/KeyValue.d.ts +1 -0
- package/lib/src/components/ModalContextProvider/index.d.ts +12 -0
- package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.d.ts +2 -1
- package/lib/src/components/NetworkPolicyRulesViewer/NetworkPolicyRulesViewer.d.ts +8 -0
- package/lib/src/components/NetworkPolicyRulesViewer/index.d.ts +1 -0
- package/lib/src/components/ServiceComponents/index.d.ts +1 -1
- package/lib/src/components/ShowContent/fields.d.ts +3 -2
- package/lib/src/components/ShowContent/groups.d.ts +3 -0
- package/lib/src/components/ShowContent/tabs.d.ts +0 -3
- package/lib/src/components/Table/index.d.ts +14 -7
- package/lib/src/components/Time/index.d.ts +1 -1
- package/lib/src/components/ValueDisplay/index.d.ts +1 -0
- package/lib/src/components/WorkloadReplicas/index.d.ts +2 -2
- package/lib/src/components/YamlForm/index.d.ts +4 -0
- package/lib/src/components/index.d.ts +1 -1
- package/lib/src/constants/auth.d.ts +5 -0
- package/lib/src/hooks/useDeleteModal/useDeleteModal.d.ts +1 -2
- package/lib/src/hooks/useEagleForm.d.ts +2 -1
- package/lib/src/hooks/useEagleTable/columns.d.ts +1 -0
- package/lib/src/hooks/useEagleTable/useEagleTable.d.ts +4 -0
- package/lib/src/hooks/useModal.d.ts +0 -0
- package/lib/src/i18n.d.ts +29 -3
- package/lib/src/locales/en-US/index.d.ts +6 -0
- package/lib/src/locales/zh-CN/index.d.ts +23 -3
- package/lib/src/model/cronjob-model.d.ts +9 -0
- package/lib/src/model/index.d.ts +6 -0
- package/lib/src/model/job-model.d.ts +10 -0
- package/lib/src/model/pod-metrics-model.d.ts +7 -0
- package/lib/src/model/pod-model.d.ts +15 -0
- package/lib/src/model/resource-model.d.ts +17 -0
- package/lib/src/model/workload-model.d.ts +17 -0
- package/lib/src/models/job-model.d.ts +2 -0
- package/lib/src/types/metric.d.ts +25 -0
- package/package.json +2 -2
- package/dist/MonacoYamlEditor-816f672c.js +0 -167
- package/lib/src/App.js +0 -91
- package/lib/src/Dovetail.js +0 -45
- package/lib/src/components/Breadcrumb/index.js +0 -20
- package/lib/src/components/ConditionsTable/ConditionsTable.js +0 -56
- package/lib/src/components/ConditionsTable/index.js +0 -1
- package/lib/src/components/CreateButton/index.js +0 -10
- package/lib/src/components/CronJobDropdown/index.js +0 -26
- package/lib/src/components/CronjobJobsTable/index.js +0 -49
- package/lib/src/components/DeleteButton/index.js +0 -13
- package/lib/src/components/DeleteManyButton/index.js +0 -16
- package/lib/src/components/DrawerShow/DrawerShow.js +0 -13
- package/lib/src/components/DrawerShow/index.js +0 -1
- package/lib/src/components/EditButton/index.js +0 -13
- package/lib/src/components/EditField/index.js +0 -47
- package/lib/src/components/ErrorContent/index.js +0 -36
- package/lib/src/components/EventsTable/EventsTable.js +0 -59
- package/lib/src/components/EventsTable/index.js +0 -1
- package/lib/src/components/Form/KeyValueListWidget.js +0 -56
- package/lib/src/components/Form/MetadataForm.js +0 -9
- package/lib/src/components/Form/NameInputWidget.js +0 -50
- package/lib/src/components/Form/NamespaceSelectWidget.js +0 -21
- package/lib/src/components/Form/index.js +0 -4
- package/lib/src/components/Form/widget.js +0 -1
- package/lib/src/components/FormErrorAlert/index.js +0 -8
- package/lib/src/components/FormLayout/index.js +0 -21
- package/lib/src/components/FormModal/index.js +0 -51
- package/lib/src/components/ImageNames/index.js +0 -14
- package/lib/src/components/IngressRulesComponent/index.js +0 -11
- package/lib/src/components/IngressRulesTable/IngressRulesTable.js +0 -51
- package/lib/src/components/IngressRulesTable/index.js +0 -1
- package/lib/src/components/K8sDropdown/index.js +0 -31
- package/lib/src/components/KeyValue/KeyValue.js +0 -27
- package/lib/src/components/KeyValue/index.js +0 -1
- package/lib/src/components/KeyValueData/index.js +0 -50
- package/lib/src/components/Layout/index.js +0 -39
- package/lib/src/components/ListPage/index.js +0 -25
- package/lib/src/components/Menu/index.js +0 -36
- package/lib/src/components/NamespacesFilter/index.js +0 -34
- package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.js +0 -77
- package/lib/src/components/NetworkPolicyRulesTable/index.js +0 -1
- package/lib/src/components/PageShow/PageShow.js +0 -11
- package/lib/src/components/PageShow/index.js +0 -1
- package/lib/src/components/PodContainersTable/PodContainersTable.js +0 -78
- package/lib/src/components/PodContainersTable/index.js +0 -1
- package/lib/src/components/PodLog/index.js +0 -136
- package/lib/src/components/ReferenceLink/index.js +0 -17
- package/lib/src/components/RefineForm/RefineFormContent.d.ts +0 -10
- package/lib/src/components/RefineForm/RefineFormModal.d.ts +0 -8
- package/lib/src/components/RefineForm/RefineFormPage.d.ts +0 -7
- package/lib/src/components/RefineForm/index.d.ts +0 -3
- package/lib/src/components/RefineForm/type.d.ts +0 -20
- package/lib/src/components/RefineForm/useRefineForm.d.ts +0 -10
- package/lib/src/components/ResourceCRUD/ResourceCRUD.js +0 -15
- package/lib/src/components/ResourceCRUD/create/index.js +0 -13
- package/lib/src/components/ResourceCRUD/index.js +0 -4
- package/lib/src/components/ResourceCRUD/list/index.js +0 -19
- package/lib/src/components/ResourceCRUD/show/index.js +0 -6
- package/lib/src/components/ResourceLink/index.js +0 -21
- package/lib/src/components/ResourceUsageBar/index.js +0 -81
- package/lib/src/components/Separator/index.js +0 -11
- package/lib/src/components/ShowContent/ShowContent.js +0 -157
- package/lib/src/components/ShowContent/fields.js +0 -157
- package/lib/src/components/ShowContent/index.js +0 -2
- package/lib/src/components/StateTag/StateTag.js +0 -22
- package/lib/src/components/StateTag/index.js +0 -1
- package/lib/src/components/Table/ErrorContent.js +0 -36
- package/lib/src/components/Table/TableToolBar.js +0 -14
- package/lib/src/components/Table/TableWidgets.js +0 -28
- package/lib/src/components/Table/index.js +0 -69
- package/lib/src/components/Tags/index.js +0 -22
- package/lib/src/components/Time/index.js +0 -14
- package/lib/src/components/WorkloadDropdown/index.js +0 -24
- package/lib/src/components/WorkloadPodsTable/WorkloadPodsTable.js +0 -39
- package/lib/src/components/WorkloadPodsTable/index.js +0 -1
- package/lib/src/components/WorkloadReplicas/index.js +0 -50
- package/lib/src/components/YamlEditor/MonacoYamlDiffEditor.js +0 -34
- package/lib/src/components/YamlEditor/MonacoYamlEditor.js +0 -149
- package/lib/src/components/YamlEditor/YamlEditorComponent.js +0 -90
- package/lib/src/components/YamlEditor/index.js +0 -1
- package/lib/src/components/YamlEditor/style.js +0 -102
- package/lib/src/components/YamlEditor/yaml.worker.js +0 -1
- package/lib/src/components/YamlForm/index.js +0 -61
- package/lib/src/components/index.js +0 -38
- package/lib/src/constants/index.js +0 -2
- package/lib/src/constants/k8s.js +0 -203
- package/lib/src/constants/state.js +0 -15
- package/lib/src/contexts/component.js +0 -3
- package/lib/src/contexts/configs.js +0 -3
- package/lib/src/contexts/global-store.js +0 -3
- package/lib/src/contexts/index.js +0 -3
- package/lib/src/hooks/index.js +0 -7
- package/lib/src/hooks/useDeleteModal/index.js +0 -1
- package/lib/src/hooks/useDeleteModal/useDeleteManyModal.js +0 -31
- package/lib/src/hooks/useDeleteModal/useDeleteModal.js +0 -38
- package/lib/src/hooks/useDownloadYAML.js +0 -10
- package/lib/src/hooks/useEagleForm.js +0 -177
- package/lib/src/hooks/useEagleTable/columns.js +0 -246
- package/lib/src/hooks/useEagleTable/index.js +0 -2
- package/lib/src/hooks/useEagleTable/useEagleTable.js +0 -63
- package/lib/src/hooks/useEdit.js +0 -19
- package/lib/src/hooks/useGlobalStore.js +0 -5
- package/lib/src/hooks/useK8sYamlEditor.js +0 -37
- package/lib/src/hooks/useOpenForm.js +0 -43
- package/lib/src/hooks/useSchema.js +0 -37
- package/lib/src/hooks/useSubmitForm.js +0 -42
- package/lib/src/i18n.js +0 -19
- package/lib/src/index.js +0 -13
- package/lib/src/locales/en-US/dovetail.json +0 -18
- package/lib/src/locales/en-US/index.js +0 -4
- package/lib/src/locales/index.js +0 -6
- package/lib/src/locales/zh-CN/dovetail.json +0 -91
- package/lib/src/locales/zh-CN/index.js +0 -4
- package/lib/src/main.js +0 -12
- package/lib/src/models/cronjob-model.js +0 -32
- package/lib/src/models/daemonset-model.js +0 -17
- package/lib/src/models/deployment-model.js +0 -17
- package/lib/src/models/event-model.js +0 -11
- package/lib/src/models/index.js +0 -14
- package/lib/src/models/ingress-model.js +0 -24
- package/lib/src/models/job-model.js +0 -56
- package/lib/src/models/network-policy-model.js +0 -10
- package/lib/src/models/pod-metrics-model.js +0 -34
- package/lib/src/models/pod-model.js +0 -78
- package/lib/src/models/resource-model.js +0 -34
- package/lib/src/models/service-model.js +0 -17
- package/lib/src/models/statefulset-model.js +0 -17
- package/lib/src/models/types/index.js +0 -1
- package/lib/src/models/types/metric.js +0 -1
- package/lib/src/models/workload-base-model.js +0 -22
- package/lib/src/models/workload-model.js +0 -51
- package/lib/src/pages/configmaps/index.js +0 -15
- package/lib/src/pages/cronjobs/create/index.js +0 -6
- package/lib/src/pages/cronjobs/index.js +0 -3
- package/lib/src/pages/cronjobs/list/index.js +0 -42
- package/lib/src/pages/cronjobs/show/index.js +0 -16
- package/lib/src/pages/daemonsets/create/index.js +0 -6
- package/lib/src/pages/daemonsets/index.js +0 -3
- package/lib/src/pages/daemonsets/list/index.js +0 -32
- package/lib/src/pages/daemonsets/show/index.js +0 -16
- package/lib/src/pages/deployments/create/index.js +0 -7
- package/lib/src/pages/deployments/index.js +0 -3
- package/lib/src/pages/deployments/list/index.js +0 -26
- package/lib/src/pages/deployments/show/index.js +0 -16
- package/lib/src/pages/ingresses/index.js +0 -26
- package/lib/src/pages/jobs/index.js +0 -34
- package/lib/src/pages/networkPolicies/index.js +0 -67
- package/lib/src/pages/pods/create/index.js +0 -6
- package/lib/src/pages/pods/index.js +0 -3
- package/lib/src/pages/pods/list/index.js +0 -81
- package/lib/src/pages/pods/show/index.js +0 -54
- package/lib/src/pages/secrets/index.js +0 -15
- package/lib/src/pages/services/index.js +0 -26
- package/lib/src/pages/statefulsets/create/index.js +0 -6
- package/lib/src/pages/statefulsets/index.js +0 -3
- package/lib/src/pages/statefulsets/list/index.js +0 -26
- package/lib/src/pages/statefulsets/show/index.js +0 -16
- package/lib/src/plugins/index.js +0 -3
- package/lib/src/plugins/model-plugin.js +0 -46
- package/lib/src/plugins/relation-plugin.js +0 -81
- package/lib/src/plugins/type.js +0 -1
- package/lib/src/providers/index.js +0 -1
- package/lib/src/providers/router-provider/index.js +0 -100
- package/lib/src/types/index.js +0 -1
- package/lib/src/types/resource.js +0 -12
- package/lib/src/utils/addId.js +0 -8
- package/lib/src/utils/download.js +0 -9
- package/lib/src/utils/error.js +0 -53
- package/lib/src/utils/form.js +0 -9
- package/lib/src/utils/k8s.js +0 -6
- package/lib/src/utils/labels.js +0 -15
- package/lib/src/utils/match-selector.js +0 -12
- package/lib/src/utils/openapi.js +0 -33
- package/lib/src/utils/schema.js +0 -117
- package/lib/src/utils/selector.js +0 -12
- package/lib/src/utils/string.js +0 -6
- package/lib/src/utils/time.js +0 -46
- package/lib/src/utils/unit.js +0 -69
- package/lib/src/utils/yaml.js +0 -44
- package/lib/vite.config.js +0 -60
package/dist/refine.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b2, A, av, ax, af, bi, aF, E, bw, bk, ap, t, C, g, bJ, ai, aJ, U, bL, Y, a3, bU, a7, bl, bj, bX, al, aP, q, ad, aU, bW, bG, aY, D, aC, a_, bV, aD, at, b5, bI, bK, bu, ag, Z, n, m, bM, I, aM, as, o, bm, bO, ak, aL, a8, a9, M, aa, aw, ae, aV, aZ, O, bv, b1, N, F, b, au, K, b4, aR, aQ, bN, bg, e, bo, Q, P, aH, p, V, bf, aE, bS, bR, aA, aN, l, aj, aG, s, aO, aB, b$, bH, a$, b6, b7, ah, R, a1, a0, b0, _, bT, $, a4, f, bB, bE, bA, bz, bC, bD, bx, bp, bs, bt, br, bq, bn, b8, am, aK, ab, i, bb, ay, b_, k, bc, az, ar, aI, h, bZ, ao, aq, aT, aS, an, S, aX, aW, bY, by, bh, bd, be, T, bQ, X, W, bP, a2, a6, a5, c, bF, ac, b9, v, G, d, L, J, H, r, a, x, w, y, z, b3, B, ba, u } from "./index-2802f71a.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "@cloudtower/icons-react";
|
|
@@ -9,184 +9,191 @@ import "sunflower-antd";
|
|
|
9
9
|
import "i18next";
|
|
10
10
|
import "qs";
|
|
11
11
|
import "react-router-dom";
|
|
12
|
+
import "monaco-editor";
|
|
13
|
+
import "monaco-yaml";
|
|
14
|
+
import "react-dom";
|
|
12
15
|
import "antd";
|
|
13
16
|
import "k8s-api-provider";
|
|
14
17
|
export {
|
|
15
|
-
|
|
18
|
+
b2 as ALL_NS,
|
|
16
19
|
A as AgeColumnRenderer,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
av as AgeField,
|
|
21
|
+
ax as AnnotationsField,
|
|
22
|
+
af as AreaType,
|
|
23
|
+
bi as BASE_INIT_VALUE,
|
|
24
|
+
aF as BasicGroup,
|
|
25
|
+
E as Breadcrumb,
|
|
26
|
+
bw as CONFIG_MAP_INIT_VALUE,
|
|
27
|
+
bk as CRONJOB_INIT_VALUE,
|
|
28
|
+
ap as ClusterIpField,
|
|
26
29
|
t as ColumnKeys,
|
|
27
30
|
C as CommonSorter,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
31
|
+
g as CompletionsCountColumnRenderer,
|
|
32
|
+
bJ as ComponentContext,
|
|
33
|
+
ai as ConditionsField,
|
|
34
|
+
aJ as ConditionsGroup,
|
|
35
|
+
U as ConditionsTable,
|
|
36
|
+
bL as ConfigsContext,
|
|
37
|
+
Y as CreateButton,
|
|
38
|
+
a3 as CronJobDropdown,
|
|
39
|
+
bU as CronJobModel,
|
|
40
|
+
a7 as CronjobJobsTable,
|
|
41
|
+
bl as DAEMONSET_INIT_VALUE,
|
|
42
|
+
bj as DEPLOYMENT_INIT_VALUE,
|
|
43
|
+
bX as DaemonSetModel,
|
|
44
|
+
al as DataField,
|
|
45
|
+
aP as DataGroup,
|
|
46
|
+
q as DataKeysColumnRenderer,
|
|
47
|
+
ad as DeleteButton,
|
|
48
|
+
aU as DeleteManyButton,
|
|
49
|
+
bW as DeploymentModel,
|
|
50
|
+
bG as Dovetail,
|
|
51
|
+
aY as DrawerShow,
|
|
49
52
|
D as DurationColumnRenderer,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
bI as
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
n as
|
|
62
|
-
|
|
53
|
+
aC as DurationField,
|
|
54
|
+
a_ as EditButton,
|
|
55
|
+
bV as EventModel,
|
|
56
|
+
aD as EventsTab,
|
|
57
|
+
at as EventsTableTabField,
|
|
58
|
+
b5 as FormModal,
|
|
59
|
+
bI as FormType,
|
|
60
|
+
bK as GlobalStoreContext,
|
|
61
|
+
bu as INGRESS_INIT_VALUE,
|
|
62
|
+
ag as ImageField,
|
|
63
|
+
Z as ImageNames,
|
|
64
|
+
n as IngressClassColumnRenderer,
|
|
65
|
+
m as IngressDefaultBackendColumnRenderer,
|
|
66
|
+
bM as IngressModel,
|
|
63
67
|
I as IngressRulesColumnRenderer,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
68
|
+
aM as IngressRulesGroup,
|
|
69
|
+
as as IngressRulesTableTabField,
|
|
70
|
+
o as IngressTlsColumnRenderer,
|
|
71
|
+
bm as JOB_INIT_VALUE,
|
|
72
|
+
bO as JobModel,
|
|
73
|
+
ak as JobsField,
|
|
74
|
+
aL as JobsGroup,
|
|
75
|
+
a8 as KeyValue,
|
|
76
|
+
a9 as KeyValueAnnotation,
|
|
77
|
+
M as KeyValueListWidget,
|
|
78
|
+
aa as KeyValueSecret,
|
|
79
|
+
aw as LabelsField,
|
|
80
|
+
ae as Layout,
|
|
81
|
+
aV as ListPage,
|
|
82
|
+
aZ as Menu,
|
|
83
|
+
O as MetadataForm,
|
|
84
|
+
bv as NETWORK_POLICY_INIT_VALUE,
|
|
85
|
+
b1 as NS_STORE_KEY,
|
|
82
86
|
N as NameColumnRenderer,
|
|
83
|
-
|
|
87
|
+
F as NameInputWidget,
|
|
84
88
|
b as NameSpaceColumnRenderer,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
89
|
+
au as NamespaceField,
|
|
90
|
+
K as NamespaceSelectWidget,
|
|
91
|
+
b4 as NamespacesFilter,
|
|
92
|
+
aR as NetworkPolicyEgressRulesGroup,
|
|
93
|
+
aQ as NetworkPolicyIngressRulesGroup,
|
|
94
|
+
bN as NetworkPolicyModel,
|
|
95
|
+
bg as NetworkPolicyRulesViewer,
|
|
96
|
+
e as NodeNameColumnRenderer,
|
|
97
|
+
bo as POD_INIT_VALUE,
|
|
98
|
+
Q as PageShow,
|
|
95
99
|
P as PlainTextNameColumnRenderer,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
100
|
+
aH as PodContainersGroup,
|
|
101
|
+
p as PodContainersNumColumnRenderer,
|
|
102
|
+
V as PodContainersTable,
|
|
103
|
+
bf as PodLog,
|
|
104
|
+
aE as PodLogTab,
|
|
105
|
+
bS as PodMetricsModel,
|
|
106
|
+
bR as PodModel,
|
|
107
|
+
aA as PodSelectorField,
|
|
108
|
+
aN as PodSelectorGroup,
|
|
109
|
+
l as PodWorkloadColumnRenderer,
|
|
110
|
+
aj as PodsField,
|
|
111
|
+
aG as PodsGroup,
|
|
112
|
+
s as PortMappingColumnRenderer,
|
|
113
|
+
aO as PortsGroup,
|
|
114
|
+
aB as PortsTableField,
|
|
115
|
+
b$ as ProviderPlugins,
|
|
116
|
+
bH as RESOURCE_GROUP,
|
|
117
|
+
a$ as ReferenceLink,
|
|
118
|
+
b6 as RefineFormContent,
|
|
119
|
+
b7 as RefineFormPage,
|
|
120
|
+
ah as ReplicaField,
|
|
116
121
|
R as ReplicasColumnRenderer,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
122
|
+
a1 as ResourceCRUD,
|
|
123
|
+
a0 as ResourceForm,
|
|
124
|
+
b0 as ResourceLink,
|
|
125
|
+
_ as ResourceList,
|
|
126
|
+
bT as ResourceModel,
|
|
127
|
+
$ as ResourceShow,
|
|
128
|
+
a4 as ResourceUsageBar,
|
|
129
|
+
f as RestartCountColumnRenderer,
|
|
130
|
+
bB as SECRET_BASIC_AUTH_INIT_VALUE,
|
|
131
|
+
bE as SECRET_CUSTOM_INIT_VALUE,
|
|
132
|
+
bA as SECRET_IMAGE_REPO_INIT_VALUE,
|
|
133
|
+
bz as SECRET_OPAQUE_INIT_VALUE,
|
|
134
|
+
bC as SECRET_SSH_AUTH_INIT_VALUE,
|
|
135
|
+
bD as SECRET_TLS_INIT_VALUE,
|
|
136
|
+
bx as SERVER_INSTANCE_INIT_VALUE,
|
|
137
|
+
bp as SERVICE_CLUSTER_IP_INIT_VALUE,
|
|
138
|
+
bs as SERVICE_EXTERNAL_NAME_INIT_VALUE,
|
|
139
|
+
bt as SERVICE_HEADLESS_INIT_VALUE,
|
|
140
|
+
br as SERVICE_LOAD_BALANCER_INIT_VALUE,
|
|
141
|
+
bq as SERVICE_NODE_PORT_INIT_VALUE,
|
|
142
|
+
bn as STATEFULSET_INIT_VALUE,
|
|
143
|
+
b8 as SchemaStrategy,
|
|
144
|
+
am as SecretDataField,
|
|
145
|
+
aK as SecretDataGroup,
|
|
146
|
+
ab as Separator,
|
|
147
|
+
i as ServiceInClusterAccessColumnRenderer,
|
|
148
|
+
bb as ServiceInClusterAccessComponent,
|
|
149
|
+
ay as ServiceInnerClusterAccessField,
|
|
150
|
+
b_ as ServiceModel,
|
|
151
|
+
k as ServiceOutClusterAccessColumnRenderer,
|
|
152
|
+
bc as ServiceOutClusterAccessComponent,
|
|
153
|
+
az as ServiceOutClusterAccessField,
|
|
154
|
+
ar as ServicePodsField,
|
|
155
|
+
aI as ServicePodsGroup,
|
|
156
|
+
h as ServiceTypeColumnRenderer,
|
|
157
|
+
bZ as ServiceTypeEnum,
|
|
158
|
+
ao as ServiceTypeField,
|
|
159
|
+
aq as SessionAffinityField,
|
|
160
|
+
aT as ShowContent,
|
|
161
|
+
aS as ShowGroupComponent,
|
|
162
|
+
an as StartTimeField,
|
|
158
163
|
S as StateDisplayColumnRenderer,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
164
|
+
aX as StateTag,
|
|
165
|
+
aW as StateTagStyle,
|
|
166
|
+
bY as StatefulSetModel,
|
|
167
|
+
by as TIMESTAMP_LABEL,
|
|
168
|
+
bh as Tabs,
|
|
169
|
+
bd as Tags,
|
|
170
|
+
be as TextTags,
|
|
171
|
+
T as Time,
|
|
172
|
+
bQ as WorkloadBaseModel,
|
|
173
|
+
X as WorkloadDropdown,
|
|
168
174
|
W as WorkloadImageColumnRenderer,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
bP as WorkloadModel,
|
|
176
|
+
a2 as WorkloadPodsTable,
|
|
177
|
+
a6 as WorkloadReplicas,
|
|
178
|
+
a5 as WorkloadReplicasForm,
|
|
179
|
+
c as WorkloadRestartsColumnRenderer,
|
|
180
|
+
bF as WorkloadState,
|
|
181
|
+
ac as YamlEditorComponent,
|
|
182
|
+
b9 as YamlForm,
|
|
183
|
+
v as addDefaultRenderToColumns,
|
|
184
|
+
G as dnsSubDomainRules,
|
|
178
185
|
d as dovetailRefineI18n,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
186
|
+
L as namespaceRules,
|
|
187
|
+
J as rfc1035LabelRules,
|
|
188
|
+
H as rfc1123LabelRules,
|
|
182
189
|
r as routerProvider,
|
|
183
190
|
a as useDeleteModal,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
+
x as useDownloadYAML,
|
|
192
|
+
w as useEagleTable,
|
|
193
|
+
y as useEdit,
|
|
194
|
+
z as useGlobalStore,
|
|
195
|
+
b3 as useNamespacesFilter,
|
|
196
|
+
B as useOpenForm,
|
|
197
|
+
ba as useRefineForm,
|
|
191
198
|
u as useSchema
|
|
192
199
|
};
|