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