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