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