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