@dovetail-v2/refine 0.0.66 → 0.1.0-test.2
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-bcc9a5fe.js → MonacoYamlDiffEditor-e737ae8d.js} +1 -1
- package/dist/{index-4ac6ee9d.js → index-0c7bfb69.js} +597 -454
- package/dist/refine.js +117 -110
- package/dist/refine.umd.cjs +489 -346
- package/lib/src/components/ListPage/index.d.ts +1 -0
- package/lib/src/components/ResourceFiledDisplays.d.ts +7 -0
- package/lib/src/components/ShowContent/fields.d.ts +7 -2
- package/lib/src/components/index.d.ts +1 -0
- package/lib/src/hooks/useEagleTable/columns.d.ts +6 -6
- package/lib/src/i18n.d.ts +26 -1
- package/lib/src/locales/en-US/index.d.ts +14 -0
- package/lib/src/locales/zh-CN/index.d.ts +12 -1
- package/lib/src/models/cronjob-model.d.ts +0 -1
- package/lib/src/models/daemonset-model.d.ts +0 -1
- package/lib/src/models/deployment-model.d.ts +0 -1
- package/lib/src/models/event-model.d.ts +0 -1
- package/lib/src/models/ingress-model.d.ts +0 -1
- package/lib/src/models/job-model.d.ts +0 -1
- package/lib/src/models/network-policy-model.d.ts +0 -1
- package/lib/src/models/node-model.d.ts +0 -1
- package/lib/src/models/persistent-volume-claim.d.ts +0 -1
- package/lib/src/models/persistent-volume.d.ts +0 -1
- package/lib/src/models/pod-metrics-model.d.ts +0 -1
- package/lib/src/models/pod-model.d.ts +0 -1
- package/lib/src/models/resource-model.d.ts +1 -1
- package/lib/src/models/service-model.d.ts +0 -1
- package/lib/src/models/statefulset-model.d.ts +0 -1
- package/lib/src/models/storage-class.d.ts +0 -1
- package/lib/src/models/workload-base-model.d.ts +0 -1
- package/lib/src/models/workload-model.d.ts +0 -1
- package/lib/src/pages/persistentvolumeclaims/index.d.ts +4 -0
- package/lib/src/pages/persistentvolumes/index.d.ts +3 -18
- package/package.json +5 -5
- 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.d.ts +0 -6
- package/lib/src/components/Form/KeyValueListWidget.js +0 -56
- package/lib/src/components/Form/MetadataForm.d.ts +0 -2
- package/lib/src/components/Form/MetadataForm.js +0 -9
- package/lib/src/components/Form/NameInputWidget.d.ts +0 -51
- package/lib/src/components/Form/NameInputWidget.js +0 -50
- package/lib/src/components/Form/NamespaceSelectWidget.d.ts +0 -9
- package/lib/src/components/Form/NamespaceSelectWidget.js +0 -21
- package/lib/src/components/Form/index.js +0 -4
- package/lib/src/components/Form/widget.d.ts +0 -5
- 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.d.ts +0 -10
- 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.d.ts +0 -6
- 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.d.ts +0 -7
- package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.js +0 -77
- package/lib/src/components/NetworkPolicyRulesTable/index.d.ts +0 -1
- 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.d.ts +0 -10
- 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.d.ts +0 -21
- 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.d.ts +0 -47
- 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/server-instance-model.d.ts +0 -10
- 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.d.ts +0 -3
- 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.d.ts +0 -3
- 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.d.ts +0 -3
- package/lib/src/pages/statefulsets/list/index.js +0 -26
- package/lib/src/pages/statefulsets/show/index.d.ts +0 -3
- 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 { bp, c6, A, aJ, aL, at, bI, a$, V, bW, bK, aD, H, C, h, ca, aw, b3, a5, cc, a9, ag, cl, al, bL, bJ, co, az, b9, v, ar, bf, cn, c7, bj, D, aQ, bl, cm, aZ, aH, bs, c9, cb, bU, au, aa, q, p, cd, I, b6, aG, s, bM, cf, ay, b5, ah, am, an, a1, ao, aK, as, bg, bk, a2, M, cy, bV, c3, bo, N, X, c, aI, $, br, bb, ba, ce, bD, ct, f, cs, bO, G, aY, z, aU, y, aT, E, bE, aW, B, aV, F, bF, aX, a3, cw, cv, P, b1, t, a6, bC, a_, cj, ci, aO, b7, o, ax, b0, w, b8, aP, cx, x, c8, bm, bt, bu, cA, av, R, a8, ae, ad, bn, ab, ck, bH, ac, ai, g, b$, c2, b_, bZ, c0, c1, bX, bP, bS, bT, bR, bQ, bN, c4, bv, aA, b4, ap, l, by, k, aM, cr, n, bz, aN, m, aF, b2, i, cq, aC, aE, be, bd, aB, S, bi, bh, cp, cu, aR, aS, bc, bY, bG, bA, bB, a4, U, ch, a7, W, cg, af, ak, aj, e, c5, aq, bw, J, Y, d, cz, a0, cB, _, Z, r, b, L, K, O, Q, u, bq, T, bx, a } from "./index-0c7bfb69.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "react";
|
|
@@ -15,65 +15,64 @@ import "monaco-yaml";
|
|
|
15
15
|
import "react-dom";
|
|
16
16
|
import "antd";
|
|
17
17
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
bp as ALL_NS,
|
|
19
|
+
c6 as AccessControlAuth,
|
|
20
20
|
A as AgeColumnRenderer,
|
|
21
21
|
aJ as AgeField,
|
|
22
22
|
aL as AnnotationsField,
|
|
23
23
|
at as AreaType,
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
bI as BASE_INIT_VALUE,
|
|
25
|
+
a$ as BasicGroup,
|
|
26
26
|
V as Breadcrumb,
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
bW as CONFIG_MAP_INIT_VALUE,
|
|
28
|
+
bK as CRONJOB_INIT_VALUE,
|
|
29
29
|
aD as ClusterIpField,
|
|
30
30
|
H as ColumnKeys,
|
|
31
31
|
C as CommonSorter,
|
|
32
32
|
h as CompletionsCountColumnRenderer,
|
|
33
|
-
|
|
33
|
+
ca as ComponentContext,
|
|
34
34
|
aw as ConditionsField,
|
|
35
|
-
|
|
35
|
+
b3 as ConditionsGroup,
|
|
36
36
|
a5 as ConditionsTable,
|
|
37
|
-
|
|
37
|
+
cc as ConfigsContext,
|
|
38
38
|
a9 as CreateButton,
|
|
39
39
|
ag as CronJobDropdown,
|
|
40
|
-
|
|
40
|
+
cl as CronJobModel,
|
|
41
41
|
al as CronjobJobsTable,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
bL as DAEMONSET_INIT_VALUE,
|
|
43
|
+
bJ as DEPLOYMENT_INIT_VALUE,
|
|
44
|
+
co as DaemonSetModel,
|
|
45
45
|
az as DataField,
|
|
46
|
-
|
|
46
|
+
b9 as DataGroup,
|
|
47
47
|
v as DataKeysColumnRenderer,
|
|
48
48
|
ar as DeleteButton,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
bf as DeleteManyButton,
|
|
50
|
+
cn as DeploymentModel,
|
|
51
|
+
c7 as Dovetail,
|
|
52
|
+
bj as DrawerShow,
|
|
53
53
|
D as DurationColumnRenderer,
|
|
54
54
|
aQ as DurationField,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
bl as EditButton,
|
|
56
|
+
cm as EventModel,
|
|
57
|
+
aZ as EventsTab,
|
|
58
58
|
aH as EventsTableTabField,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
bN as INGRESS_INIT_VALUE,
|
|
59
|
+
bs as FormModal,
|
|
60
|
+
c9 as FormType,
|
|
61
|
+
cb as GlobalStoreContext,
|
|
62
|
+
bU as INGRESS_INIT_VALUE,
|
|
64
63
|
au as ImageField,
|
|
65
64
|
aa as ImageNames,
|
|
66
65
|
q as IngressClassColumnRenderer,
|
|
67
66
|
p as IngressDefaultBackendColumnRenderer,
|
|
68
|
-
|
|
67
|
+
cd as IngressModel,
|
|
69
68
|
I as IngressRulesColumnRenderer,
|
|
70
|
-
|
|
69
|
+
b6 as IngressRulesGroup,
|
|
71
70
|
aG as IngressRulesTableTabField,
|
|
72
71
|
s as IngressTlsColumnRenderer,
|
|
73
|
-
|
|
74
|
-
|
|
72
|
+
bM as JOB_INIT_VALUE,
|
|
73
|
+
cf as JobModel,
|
|
75
74
|
ay as JobsField,
|
|
76
|
-
|
|
75
|
+
b5 as JobsGroup,
|
|
77
76
|
ah as K8sDropdown,
|
|
78
77
|
am as KeyValue,
|
|
79
78
|
an as KeyValueAnnotation,
|
|
@@ -81,139 +80,147 @@ export {
|
|
|
81
80
|
ao as KeyValueSecret,
|
|
82
81
|
aK as LabelsField,
|
|
83
82
|
as as Layout,
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
bg as ListPage,
|
|
84
|
+
bk as Menu,
|
|
86
85
|
a2 as MetadataForm,
|
|
87
86
|
M as ModalStyle,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
87
|
+
cy as ModelPlugin,
|
|
88
|
+
bV as NETWORK_POLICY_INIT_VALUE,
|
|
89
|
+
c3 as NODE_INIT_VALUE,
|
|
90
|
+
bo as NS_STORE_KEY,
|
|
92
91
|
N as NameColumnRenderer,
|
|
93
92
|
X as NameInputWidget,
|
|
94
93
|
c as NameSpaceColumnRenderer,
|
|
95
94
|
aI as NamespaceField,
|
|
96
95
|
$ as NamespaceSelectWidget,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
96
|
+
br as NamespacesFilter,
|
|
97
|
+
bb as NetworkPolicyEgressRulesGroup,
|
|
98
|
+
ba as NetworkPolicyIngressRulesGroup,
|
|
99
|
+
ce as NetworkPolicyModel,
|
|
100
|
+
bD as NetworkPolicyRulesViewer,
|
|
101
|
+
ct as NodeModel,
|
|
103
102
|
f as NodeNameColumnRenderer,
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
cs as NodeRole,
|
|
104
|
+
bO as POD_INIT_VALUE,
|
|
106
105
|
G as PVAccessModeColumnRenderer,
|
|
106
|
+
aY as PVAccessModeField,
|
|
107
|
+
z as PVCStorageColumnRenderer,
|
|
108
|
+
aU as PVCStorageField,
|
|
107
109
|
y as PVCapacityColumnRenderer,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
110
|
+
aT as PVCapacityField,
|
|
111
|
+
E as PVPhaseColumnRenderer,
|
|
112
|
+
bE as PVPhaseDisplay,
|
|
113
|
+
aW as PVPhaseField,
|
|
114
|
+
B as PVStorageClassColumnRenderer,
|
|
115
|
+
aV as PVStorageClassField,
|
|
116
|
+
F as PVVolumeModeColumnRenderer,
|
|
117
|
+
bF as PVVolumeModeDisplay,
|
|
118
|
+
aX as PVVolumeModeField,
|
|
111
119
|
a3 as PageShow,
|
|
112
|
-
|
|
113
|
-
|
|
120
|
+
cw as PersistentVolumeClaimModel,
|
|
121
|
+
cv as PersistentVolumeModel,
|
|
114
122
|
P as PlainTextNameColumnRenderer,
|
|
115
|
-
|
|
123
|
+
b1 as PodContainersGroup,
|
|
116
124
|
t as PodContainersNumColumnRenderer,
|
|
117
125
|
a6 as PodContainersTable,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
126
|
+
bC as PodLog,
|
|
127
|
+
a_ as PodLogTab,
|
|
128
|
+
cj as PodMetricsModel,
|
|
129
|
+
ci as PodModel,
|
|
122
130
|
aO as PodSelectorField,
|
|
123
|
-
|
|
131
|
+
b7 as PodSelectorGroup,
|
|
124
132
|
o as PodWorkloadColumnRenderer,
|
|
125
133
|
ax as PodsField,
|
|
126
|
-
|
|
134
|
+
b0 as PodsGroup,
|
|
127
135
|
w as PortMappingColumnRenderer,
|
|
128
|
-
|
|
136
|
+
b8 as PortsGroup,
|
|
129
137
|
aP as PortsTableField,
|
|
130
|
-
|
|
138
|
+
cx as ProviderPlugins,
|
|
131
139
|
x as ProvisionerColumnRenderer,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
140
|
+
c8 as RESOURCE_GROUP,
|
|
141
|
+
bm as ReferenceLink,
|
|
142
|
+
bt as RefineFormContent,
|
|
143
|
+
bu as RefineFormPage,
|
|
144
|
+
cA as RelationPlugin,
|
|
137
145
|
av as ReplicaField,
|
|
138
146
|
R as ReplicasColumnRenderer,
|
|
139
147
|
a8 as ReplicasDropdown,
|
|
140
148
|
ae as ResourceCRUD,
|
|
141
149
|
ad as ResourceForm,
|
|
142
|
-
|
|
150
|
+
bn as ResourceLink,
|
|
143
151
|
ab as ResourceList,
|
|
144
|
-
|
|
145
|
-
|
|
152
|
+
ck as ResourceModel,
|
|
153
|
+
bH as ResourceSelect,
|
|
146
154
|
ac as ResourceShow,
|
|
147
155
|
ai as ResourceUsageBar,
|
|
148
156
|
g as RestartCountColumnRenderer,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
157
|
+
b$ as SECRET_BASIC_AUTH_INIT_VALUE,
|
|
158
|
+
c2 as SECRET_CUSTOM_INIT_VALUE,
|
|
159
|
+
b_ as SECRET_IMAGE_REPO_INIT_VALUE,
|
|
160
|
+
bZ as SECRET_OPAQUE_INIT_VALUE,
|
|
161
|
+
c0 as SECRET_SSH_AUTH_INIT_VALUE,
|
|
162
|
+
c1 as SECRET_TLS_INIT_VALUE,
|
|
163
|
+
bX as SERVER_INSTANCE_INIT_VALUE,
|
|
164
|
+
bP as SERVICE_CLUSTER_IP_INIT_VALUE,
|
|
165
|
+
bS as SERVICE_EXTERNAL_NAME_INIT_VALUE,
|
|
166
|
+
bT as SERVICE_HEADLESS_INIT_VALUE,
|
|
167
|
+
bR as SERVICE_LOAD_BALANCER_INIT_VALUE,
|
|
168
|
+
bQ as SERVICE_NODE_PORT_INIT_VALUE,
|
|
169
|
+
bN as STATEFULSET_INIT_VALUE,
|
|
170
|
+
c4 as STORAGE_CLASS_INIT_VALUE,
|
|
171
|
+
bv as SchemaStrategy,
|
|
164
172
|
aA as SecretDataField,
|
|
165
|
-
|
|
173
|
+
b4 as SecretDataGroup,
|
|
166
174
|
ap as Separator,
|
|
167
175
|
l as ServiceInClusterAccessColumnRenderer,
|
|
168
|
-
|
|
176
|
+
by as ServiceInClusterAccessComponent,
|
|
169
177
|
k as ServiceInClusterAccessTitle,
|
|
170
178
|
aM as ServiceInnerClusterAccessField,
|
|
171
|
-
|
|
179
|
+
cr as ServiceModel,
|
|
172
180
|
n as ServiceOutClusterAccessColumnRenderer,
|
|
173
|
-
|
|
181
|
+
bz as ServiceOutClusterAccessComponent,
|
|
174
182
|
aN as ServiceOutClusterAccessField,
|
|
175
183
|
m as ServiceOutClusterAccessTitle,
|
|
176
184
|
aF as ServicePodsField,
|
|
177
|
-
|
|
185
|
+
b2 as ServicePodsGroup,
|
|
178
186
|
i as ServiceTypeColumnRenderer,
|
|
179
|
-
|
|
187
|
+
cq as ServiceTypeEnum,
|
|
180
188
|
aC as ServiceTypeField,
|
|
181
189
|
aE as SessionAffinityField,
|
|
182
|
-
|
|
183
|
-
|
|
190
|
+
be as ShowContent,
|
|
191
|
+
bd as ShowGroupComponent,
|
|
184
192
|
aB as StartTimeField,
|
|
185
193
|
S as StateDisplayColumnRenderer,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
cn as StorageClassModel,
|
|
194
|
+
bi as StateTag,
|
|
195
|
+
bh as StateTagStyle,
|
|
196
|
+
cp as StatefulSetModel,
|
|
197
|
+
cu as StorageClassModel,
|
|
191
198
|
aR as StorageClassProvisionerField,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
199
|
+
aS as StorageClassPvField,
|
|
200
|
+
bc as StorageClassPvGroup,
|
|
201
|
+
bY as TIMESTAMP_LABEL,
|
|
202
|
+
bG as Tabs,
|
|
203
|
+
bA as Tags,
|
|
204
|
+
bB as TextTags,
|
|
198
205
|
a4 as Time,
|
|
199
206
|
U as ValueDisplay,
|
|
200
|
-
|
|
207
|
+
ch as WorkloadBaseModel,
|
|
201
208
|
a7 as WorkloadDropdown,
|
|
202
209
|
W as WorkloadImageColumnRenderer,
|
|
203
|
-
|
|
210
|
+
cg as WorkloadModel,
|
|
204
211
|
af as WorkloadPodsTable,
|
|
205
212
|
ak as WorkloadReplicas,
|
|
206
213
|
aj as WorkloadReplicasForm,
|
|
207
214
|
e as WorkloadRestartsColumnRenderer,
|
|
208
|
-
|
|
215
|
+
c5 as WorkloadState,
|
|
209
216
|
aq as YamlEditorComponent,
|
|
210
|
-
|
|
217
|
+
bw as YamlForm,
|
|
211
218
|
J as addDefaultRenderToColumns,
|
|
212
219
|
Y as dnsSubDomainRules,
|
|
213
220
|
d as dovetailRefineI18n,
|
|
214
|
-
|
|
221
|
+
cz as modelPlugin,
|
|
215
222
|
a0 as namespaceRules,
|
|
216
|
-
|
|
223
|
+
cB as relationPlugin,
|
|
217
224
|
_ as rfc1035LabelRules,
|
|
218
225
|
Z as rfc1123LabelRules,
|
|
219
226
|
r as routerProvider,
|
|
@@ -223,8 +230,8 @@ export {
|
|
|
223
230
|
O as useEdit,
|
|
224
231
|
Q as useGlobalStore,
|
|
225
232
|
u as useNamespaceRefineFilter,
|
|
226
|
-
|
|
233
|
+
bq as useNamespacesFilter,
|
|
227
234
|
T as useOpenForm,
|
|
228
|
-
|
|
235
|
+
bx as useRefineForm,
|
|
229
236
|
a as useSchema
|
|
230
237
|
};
|