@dovetail-v2/refine 0.0.66 → 0.1.1

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.
Files changed (229) hide show
  1. package/dist/{MonacoYamlDiffEditor-bcc9a5fe.js → MonacoYamlDiffEditor-2657467b.js} +1 -1
  2. package/dist/{index-4ac6ee9d.js → index-0635aaa8.js} +308 -158
  3. package/dist/refine.js +117 -110
  4. package/dist/refine.umd.cjs +200 -50
  5. package/lib/src/components/ListPage/index.d.ts +1 -0
  6. package/lib/src/components/ResourceFiledDisplays.d.ts +7 -0
  7. package/lib/src/components/ShowContent/fields.d.ts +7 -2
  8. package/lib/src/components/index.d.ts +1 -0
  9. package/lib/src/hooks/useEagleTable/columns.d.ts +6 -6
  10. package/lib/src/i18n.d.ts +26 -1
  11. package/lib/src/locales/en-US/index.d.ts +14 -0
  12. package/lib/src/locales/zh-CN/index.d.ts +12 -1
  13. package/lib/src/models/cronjob-model.d.ts +0 -1
  14. package/lib/src/models/daemonset-model.d.ts +0 -1
  15. package/lib/src/models/deployment-model.d.ts +0 -1
  16. package/lib/src/models/event-model.d.ts +0 -1
  17. package/lib/src/models/ingress-model.d.ts +0 -1
  18. package/lib/src/models/job-model.d.ts +0 -1
  19. package/lib/src/models/network-policy-model.d.ts +0 -1
  20. package/lib/src/models/node-model.d.ts +0 -1
  21. package/lib/src/models/persistent-volume-claim.d.ts +0 -1
  22. package/lib/src/models/persistent-volume.d.ts +0 -1
  23. package/lib/src/models/pod-metrics-model.d.ts +0 -1
  24. package/lib/src/models/pod-model.d.ts +0 -1
  25. package/lib/src/models/resource-model.d.ts +1 -1
  26. package/lib/src/models/service-model.d.ts +0 -1
  27. package/lib/src/models/statefulset-model.d.ts +0 -1
  28. package/lib/src/models/storage-class.d.ts +0 -1
  29. package/lib/src/models/workload-base-model.d.ts +0 -1
  30. package/lib/src/models/workload-model.d.ts +0 -1
  31. package/lib/src/pages/persistentvolumeclaims/index.d.ts +4 -0
  32. package/lib/src/pages/persistentvolumes/index.d.ts +3 -18
  33. package/package.json +1 -1
  34. package/lib/src/App.js +0 -91
  35. package/lib/src/Dovetail.js +0 -45
  36. package/lib/src/components/Breadcrumb/index.js +0 -20
  37. package/lib/src/components/ConditionsTable/ConditionsTable.js +0 -56
  38. package/lib/src/components/ConditionsTable/index.js +0 -1
  39. package/lib/src/components/CreateButton/index.js +0 -10
  40. package/lib/src/components/CronJobDropdown/index.js +0 -26
  41. package/lib/src/components/CronjobJobsTable/index.js +0 -49
  42. package/lib/src/components/DeleteButton/index.js +0 -13
  43. package/lib/src/components/DeleteManyButton/index.js +0 -16
  44. package/lib/src/components/DrawerShow/DrawerShow.js +0 -13
  45. package/lib/src/components/DrawerShow/index.js +0 -1
  46. package/lib/src/components/EditButton/index.js +0 -13
  47. package/lib/src/components/EditField/index.js +0 -47
  48. package/lib/src/components/ErrorContent/index.js +0 -36
  49. package/lib/src/components/EventsTable/EventsTable.js +0 -59
  50. package/lib/src/components/EventsTable/index.js +0 -1
  51. package/lib/src/components/Form/KeyValueListWidget.d.ts +0 -6
  52. package/lib/src/components/Form/KeyValueListWidget.js +0 -56
  53. package/lib/src/components/Form/MetadataForm.d.ts +0 -2
  54. package/lib/src/components/Form/MetadataForm.js +0 -9
  55. package/lib/src/components/Form/NameInputWidget.d.ts +0 -51
  56. package/lib/src/components/Form/NameInputWidget.js +0 -50
  57. package/lib/src/components/Form/NamespaceSelectWidget.d.ts +0 -9
  58. package/lib/src/components/Form/NamespaceSelectWidget.js +0 -21
  59. package/lib/src/components/Form/index.js +0 -4
  60. package/lib/src/components/Form/widget.d.ts +0 -5
  61. package/lib/src/components/Form/widget.js +0 -1
  62. package/lib/src/components/FormErrorAlert/index.js +0 -8
  63. package/lib/src/components/FormLayout/index.js +0 -21
  64. package/lib/src/components/FormModal/index.d.ts +0 -10
  65. package/lib/src/components/FormModal/index.js +0 -51
  66. package/lib/src/components/ImageNames/index.js +0 -14
  67. package/lib/src/components/IngressRulesComponent/index.js +0 -11
  68. package/lib/src/components/IngressRulesTable/IngressRulesTable.js +0 -51
  69. package/lib/src/components/IngressRulesTable/index.js +0 -1
  70. package/lib/src/components/K8sDropdown/index.js +0 -31
  71. package/lib/src/components/KeyValue/KeyValue.js +0 -27
  72. package/lib/src/components/KeyValue/index.js +0 -1
  73. package/lib/src/components/KeyValueData/index.d.ts +0 -6
  74. package/lib/src/components/KeyValueData/index.js +0 -50
  75. package/lib/src/components/Layout/index.js +0 -39
  76. package/lib/src/components/ListPage/index.js +0 -25
  77. package/lib/src/components/Menu/index.js +0 -36
  78. package/lib/src/components/NamespacesFilter/index.js +0 -34
  79. package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.d.ts +0 -7
  80. package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.js +0 -77
  81. package/lib/src/components/NetworkPolicyRulesTable/index.d.ts +0 -1
  82. package/lib/src/components/NetworkPolicyRulesTable/index.js +0 -1
  83. package/lib/src/components/PageShow/PageShow.js +0 -11
  84. package/lib/src/components/PageShow/index.js +0 -1
  85. package/lib/src/components/PodContainersTable/PodContainersTable.js +0 -78
  86. package/lib/src/components/PodContainersTable/index.js +0 -1
  87. package/lib/src/components/PodLog/index.js +0 -136
  88. package/lib/src/components/ReferenceLink/index.js +0 -17
  89. package/lib/src/components/RefineForm/RefineFormContent.d.ts +0 -10
  90. package/lib/src/components/RefineForm/RefineFormModal.d.ts +0 -8
  91. package/lib/src/components/RefineForm/RefineFormPage.d.ts +0 -7
  92. package/lib/src/components/RefineForm/index.d.ts +0 -3
  93. package/lib/src/components/RefineForm/type.d.ts +0 -20
  94. package/lib/src/components/RefineForm/useRefineForm.d.ts +0 -10
  95. package/lib/src/components/ResourceCRUD/ResourceCRUD.js +0 -15
  96. package/lib/src/components/ResourceCRUD/create/index.js +0 -13
  97. package/lib/src/components/ResourceCRUD/index.js +0 -4
  98. package/lib/src/components/ResourceCRUD/list/index.js +0 -19
  99. package/lib/src/components/ResourceCRUD/show/index.js +0 -6
  100. package/lib/src/components/ResourceLink/index.js +0 -21
  101. package/lib/src/components/ResourceUsageBar/index.js +0 -81
  102. package/lib/src/components/Separator/index.js +0 -11
  103. package/lib/src/components/ShowContent/ShowContent.js +0 -157
  104. package/lib/src/components/ShowContent/fields.js +0 -157
  105. package/lib/src/components/ShowContent/index.js +0 -2
  106. package/lib/src/components/StateTag/StateTag.js +0 -22
  107. package/lib/src/components/StateTag/index.js +0 -1
  108. package/lib/src/components/Table/ErrorContent.d.ts +0 -10
  109. package/lib/src/components/Table/ErrorContent.js +0 -36
  110. package/lib/src/components/Table/TableToolBar.js +0 -14
  111. package/lib/src/components/Table/TableWidgets.js +0 -28
  112. package/lib/src/components/Table/index.js +0 -69
  113. package/lib/src/components/Tags/index.js +0 -22
  114. package/lib/src/components/Time/index.js +0 -14
  115. package/lib/src/components/WorkloadDropdown/index.js +0 -24
  116. package/lib/src/components/WorkloadPodsTable/WorkloadPodsTable.js +0 -39
  117. package/lib/src/components/WorkloadPodsTable/index.js +0 -1
  118. package/lib/src/components/WorkloadReplicas/index.js +0 -50
  119. package/lib/src/components/YamlEditor/MonacoYamlDiffEditor.js +0 -34
  120. package/lib/src/components/YamlEditor/MonacoYamlEditor.js +0 -149
  121. package/lib/src/components/YamlEditor/YamlEditorComponent.js +0 -90
  122. package/lib/src/components/YamlEditor/index.js +0 -1
  123. package/lib/src/components/YamlEditor/style.js +0 -102
  124. package/lib/src/components/YamlEditor/yaml.worker.js +0 -1
  125. package/lib/src/components/YamlForm/index.d.ts +0 -21
  126. package/lib/src/components/YamlForm/index.js +0 -61
  127. package/lib/src/components/index.js +0 -38
  128. package/lib/src/constants/index.js +0 -2
  129. package/lib/src/constants/k8s.js +0 -203
  130. package/lib/src/constants/state.js +0 -15
  131. package/lib/src/contexts/component.js +0 -3
  132. package/lib/src/contexts/configs.js +0 -3
  133. package/lib/src/contexts/global-store.js +0 -3
  134. package/lib/src/contexts/index.js +0 -3
  135. package/lib/src/hooks/index.js +0 -7
  136. package/lib/src/hooks/useDeleteModal/index.js +0 -1
  137. package/lib/src/hooks/useDeleteModal/useDeleteManyModal.js +0 -31
  138. package/lib/src/hooks/useDeleteModal/useDeleteModal.js +0 -38
  139. package/lib/src/hooks/useDownloadYAML.js +0 -10
  140. package/lib/src/hooks/useEagleForm.d.ts +0 -47
  141. package/lib/src/hooks/useEagleForm.js +0 -177
  142. package/lib/src/hooks/useEagleTable/columns.js +0 -246
  143. package/lib/src/hooks/useEagleTable/index.js +0 -2
  144. package/lib/src/hooks/useEagleTable/useEagleTable.js +0 -63
  145. package/lib/src/hooks/useEdit.js +0 -19
  146. package/lib/src/hooks/useGlobalStore.js +0 -5
  147. package/lib/src/hooks/useK8sYamlEditor.js +0 -37
  148. package/lib/src/hooks/useOpenForm.js +0 -43
  149. package/lib/src/hooks/useSchema.js +0 -37
  150. package/lib/src/hooks/useSubmitForm.js +0 -42
  151. package/lib/src/i18n.js +0 -19
  152. package/lib/src/index.js +0 -13
  153. package/lib/src/locales/en-US/dovetail.json +0 -18
  154. package/lib/src/locales/en-US/index.js +0 -4
  155. package/lib/src/locales/index.js +0 -6
  156. package/lib/src/locales/zh-CN/dovetail.json +0 -91
  157. package/lib/src/locales/zh-CN/index.js +0 -4
  158. package/lib/src/main.js +0 -12
  159. package/lib/src/models/cronjob-model.js +0 -32
  160. package/lib/src/models/daemonset-model.js +0 -17
  161. package/lib/src/models/deployment-model.js +0 -17
  162. package/lib/src/models/event-model.js +0 -11
  163. package/lib/src/models/index.js +0 -14
  164. package/lib/src/models/ingress-model.js +0 -24
  165. package/lib/src/models/job-model.js +0 -56
  166. package/lib/src/models/network-policy-model.js +0 -10
  167. package/lib/src/models/pod-metrics-model.js +0 -34
  168. package/lib/src/models/pod-model.js +0 -78
  169. package/lib/src/models/resource-model.js +0 -34
  170. package/lib/src/models/server-instance-model.d.ts +0 -10
  171. package/lib/src/models/service-model.js +0 -17
  172. package/lib/src/models/statefulset-model.js +0 -17
  173. package/lib/src/models/types/index.js +0 -1
  174. package/lib/src/models/types/metric.js +0 -1
  175. package/lib/src/models/workload-base-model.js +0 -22
  176. package/lib/src/models/workload-model.js +0 -51
  177. package/lib/src/pages/configmaps/index.js +0 -15
  178. package/lib/src/pages/cronjobs/create/index.js +0 -6
  179. package/lib/src/pages/cronjobs/index.js +0 -3
  180. package/lib/src/pages/cronjobs/list/index.js +0 -42
  181. package/lib/src/pages/cronjobs/show/index.js +0 -16
  182. package/lib/src/pages/daemonsets/create/index.js +0 -6
  183. package/lib/src/pages/daemonsets/index.js +0 -3
  184. package/lib/src/pages/daemonsets/list/index.js +0 -32
  185. package/lib/src/pages/daemonsets/show/index.js +0 -16
  186. package/lib/src/pages/deployments/create/index.d.ts +0 -3
  187. package/lib/src/pages/deployments/create/index.js +0 -7
  188. package/lib/src/pages/deployments/index.js +0 -3
  189. package/lib/src/pages/deployments/list/index.js +0 -26
  190. package/lib/src/pages/deployments/show/index.js +0 -16
  191. package/lib/src/pages/ingresses/index.js +0 -26
  192. package/lib/src/pages/jobs/index.js +0 -34
  193. package/lib/src/pages/networkPolicies/index.js +0 -67
  194. package/lib/src/pages/pods/create/index.js +0 -6
  195. package/lib/src/pages/pods/index.js +0 -3
  196. package/lib/src/pages/pods/list/index.js +0 -81
  197. package/lib/src/pages/pods/show/index.js +0 -54
  198. package/lib/src/pages/secrets/index.js +0 -15
  199. package/lib/src/pages/services/index.js +0 -26
  200. package/lib/src/pages/statefulsets/create/index.d.ts +0 -3
  201. package/lib/src/pages/statefulsets/create/index.js +0 -6
  202. package/lib/src/pages/statefulsets/index.js +0 -3
  203. package/lib/src/pages/statefulsets/list/index.d.ts +0 -3
  204. package/lib/src/pages/statefulsets/list/index.js +0 -26
  205. package/lib/src/pages/statefulsets/show/index.d.ts +0 -3
  206. package/lib/src/pages/statefulsets/show/index.js +0 -16
  207. package/lib/src/plugins/index.js +0 -3
  208. package/lib/src/plugins/model-plugin.js +0 -46
  209. package/lib/src/plugins/relation-plugin.js +0 -81
  210. package/lib/src/plugins/type.js +0 -1
  211. package/lib/src/providers/index.js +0 -1
  212. package/lib/src/providers/router-provider/index.js +0 -100
  213. package/lib/src/types/index.js +0 -1
  214. package/lib/src/types/resource.js +0 -12
  215. package/lib/src/utils/addId.js +0 -8
  216. package/lib/src/utils/download.js +0 -9
  217. package/lib/src/utils/error.js +0 -53
  218. package/lib/src/utils/form.js +0 -9
  219. package/lib/src/utils/k8s.js +0 -6
  220. package/lib/src/utils/labels.js +0 -15
  221. package/lib/src/utils/match-selector.js +0 -12
  222. package/lib/src/utils/openapi.js +0 -33
  223. package/lib/src/utils/schema.js +0 -117
  224. package/lib/src/utils/selector.js +0 -12
  225. package/lib/src/utils/string.js +0 -6
  226. package/lib/src/utils/time.js +0 -46
  227. package/lib/src/utils/unit.js +0 -69
  228. package/lib/src/utils/yaml.js +0 -44
  229. package/lib/vite.config.js +0 -60
@@ -10,7 +10,7 @@ import React__default, { createElement, isValidElement, cloneElement, Children,
10
10
  import { ResourceContext, matchResourceFromRoute, useResource, useDelete, useNavigation, useBreadcrumb, useList, useParsed, useGo, useCan, useTable, useDeleteMany, CanAccess, useShow, useUpdate, useDataProvider, useRefineContext, useTranslate, useWarnAboutChange, useForm as useForm$2, flattenObjectKeys, pickNotDeprecated, useMenu, Refine } from "@refinedev/core";
11
11
  import { parse, stringify } from "qs";
12
12
  import { useLocation, useHistory, useParams, matchPath, Link, Route, NavLink, Router } from "react-router-dom";
13
- import { Typo, Tag, Input, Select, AntdOption, Button, Form, Space, TextArea, kitContext, Loading, Table as Table$1, Pagination, OverflowTooltip, StatusCapsule, Tooltip, usePushModal, Dropdown, Menu as Menu$1, Icon as Icon$1, Divider, Modal, Link as Link$1, Tabs as Tabs$1, TabsTabPane, Row, Col, Alert, usePopModal, Fields, DonutChart, SegmentControl, Checkbox, SearchInput, Token, AntdSelectOptGroup, MenuItemGroup, Layout as Layout$1, Time as Time$1, useMessage, ModalStack, KitStoreProvider } from "@cloudtower/eagle";
13
+ import { Typo, Tag, Input, Select, AntdOption, Button, Form, Space, TextArea, kitContext, Loading, Table as Table$1, Pagination, OverflowTooltip, StatusCapsule, Tooltip, usePushModal, Dropdown, Menu as Menu$1, Icon as Icon$1, Divider, Modal, Link as Link$1, Tabs as Tabs$1, TabsTabPane, Row, Col, Alert, usePopModal, Fields, DonutChart, Units, SegmentControl, Checkbox, SearchInput, Token, AntdSelectOptGroup, MenuItemGroup, Layout as Layout$1, Time as Time$1, useMessage, ModalStack, KitStoreProvider } from "@cloudtower/eagle";
14
14
  import { EditPen16PrimaryIcon, Download16GradientBlueIcon, TrashBinDelete16Icon, MoreEllipsis324BoldSecondaryIcon, MoreEllipsis324BoldBlueIcon, MoreEllipsis316BoldBlueIcon, PlusAddCreateNew16BoldOntintIcon, ArrowChevronLeft16BoldTertiaryIcon, ArrowChevronLeftSmall16BoldBlueIcon, EditPen16GradientBlueIcon, ViewEye16GradientGrayIcon, EntityFilterIgnoreGradient16GrayIcon, RecoverContinue16GradientBlueIcon, SuspendedPause16GradientBlueIcon, Retry16GradientBlueIcon, HierarchyTriangleRight16GrayIcon, HierarchyTriangleRight16BlueIcon, ClipboardCopy16GradientGrayIcon, ClipboardCopy16GradientBlueIcon, Retry16GradientGrayIcon, EditPen16GradientGrayIcon, Showdiff16GradientGrayIcon, Showdiff16GradientBlueIcon, XmarkFailedSeriousWarningFill16RedIcon, ExclamationErrorCircleFill16RedIcon, Pause16GradientBlueIcon } from "@cloudtower/icons-react";
15
15
  import { omit as omit$1, merge, get as get$3, first, debounce, last, isObject as isObject$4, keyBy } from "lodash-es";
16
16
  import yaml from "js-yaml";
@@ -1159,7 +1159,21 @@ const path_type$1 = "Path type";
1159
1159
  const only_support_one_yaml$1 = "Only one YAML configuration is supported at a time.";
1160
1160
  const not_support$1 = "Not supported";
1161
1161
  const stopped$1 = "Stopped";
1162
- const any_node_ip = "Any node IP";
1162
+ const any_node_ip$1 = "Any node IP";
1163
+ const storage_class$1 = "Storage class";
1164
+ const persistent_volume$1 = "Persistent volume";
1165
+ const provisioner$1 = "Provisioner";
1166
+ const file_system$1 = "File system";
1167
+ const capacity$1 = "Capacity";
1168
+ const phase$1 = "Phase";
1169
+ const volume_mode$1 = "Volume mode";
1170
+ const access_mode$1 = "Access mode";
1171
+ const block$1 = "Block";
1172
+ const pv_phase_available$1 = "Available";
1173
+ const pv_phase_bound$1 = "Bound";
1174
+ const pv_phase_released$1 = "Released";
1175
+ const pv_phase_failed$1 = "Failed";
1176
+ const pv_phase_pending$1 = "Pending";
1163
1177
  const dovetail$1 = {
1164
1178
  copy: copy$1,
1165
1179
  reset_arguments: reset_arguments$1,
@@ -1315,7 +1329,21 @@ const dovetail$1 = {
1315
1329
  only_support_one_yaml: only_support_one_yaml$1,
1316
1330
  not_support: not_support$1,
1317
1331
  stopped: stopped$1,
1318
- any_node_ip
1332
+ any_node_ip: any_node_ip$1,
1333
+ storage_class: storage_class$1,
1334
+ persistent_volume: persistent_volume$1,
1335
+ provisioner: provisioner$1,
1336
+ file_system: file_system$1,
1337
+ capacity: capacity$1,
1338
+ phase: phase$1,
1339
+ volume_mode: volume_mode$1,
1340
+ access_mode: access_mode$1,
1341
+ block: block$1,
1342
+ pv_phase_available: pv_phase_available$1,
1343
+ pv_phase_bound: pv_phase_bound$1,
1344
+ pv_phase_released: pv_phase_released$1,
1345
+ pv_phase_failed: pv_phase_failed$1,
1346
+ pv_phase_pending: pv_phase_pending$1
1319
1347
  };
1320
1348
  const EN = {
1321
1349
  dovetail: dovetail$1
@@ -1472,10 +1500,21 @@ const out_external_name_desc = "ExternalName 展示 <strong>external-ip</strong>
1472
1500
  const only_support_one_yaml = "一次仅支持输入一个 YAML 配置。";
1473
1501
  const not_support = "不支持";
1474
1502
  const stopped = "已停止";
1503
+ const any_node_ip = "任意节点 IP";
1475
1504
  const storage_class = "存储类";
1476
- const persistent_volumn = "持久卷";
1505
+ const persistent_volume = "持久卷";
1477
1506
  const provisioner = "制备器";
1478
1507
  const file_system = "文件系统";
1508
+ const capacity = "容量";
1509
+ const phase = "阶段";
1510
+ const volume_mode = "卷模式";
1511
+ const access_mode = "访问模式";
1512
+ const block = "块";
1513
+ const pv_phase_available = "可用";
1514
+ const pv_phase_bound = "已绑定";
1515
+ const pv_phase_released = "已释放";
1516
+ const pv_phase_failed = "失败";
1517
+ const pv_phase_pending = "等待中";
1479
1518
  const dovetail = {
1480
1519
  copy,
1481
1520
  reset_arguments,
@@ -1632,10 +1671,21 @@ const dovetail = {
1632
1671
  only_support_one_yaml,
1633
1672
  not_support,
1634
1673
  stopped,
1674
+ any_node_ip,
1635
1675
  storage_class,
1636
- persistent_volumn,
1676
+ persistent_volume,
1637
1677
  provisioner,
1638
- file_system
1678
+ file_system,
1679
+ capacity,
1680
+ phase,
1681
+ volume_mode,
1682
+ access_mode,
1683
+ block,
1684
+ pv_phase_available,
1685
+ pv_phase_bound,
1686
+ pv_phase_released,
1687
+ pv_phase_failed,
1688
+ pv_phase_pending
1639
1689
  };
1640
1690
  const ZH = {
1641
1691
  dovetail
@@ -8955,12 +9005,19 @@ class ResourceModel {
8955
9005
  __publicField(this, "kind");
8956
9006
  __publicField(this, "metadata");
8957
9007
  this._rawYaml = _rawYaml;
8958
- this._globalStore = _globalStore;
8959
9008
  Object.keys(_rawYaml).forEach((key2) => {
8960
9009
  Object.defineProperty(this, key2, {
8961
- value: _rawYaml[key2]
9010
+ get() {
9011
+ return _rawYaml[key2];
9012
+ }
8962
9013
  });
8963
9014
  });
9015
+ Object.defineProperty(this, "_globalStore", {
9016
+ get() {
9017
+ return _globalStore;
9018
+ },
9019
+ enumerable: false
9020
+ });
8964
9021
  }
8965
9022
  // eslint-disable-next-line @typescript-eslint/no-empty-function
8966
9023
  async init() {
@@ -8990,7 +9047,6 @@ class IngressModel extends ResourceModel {
8990
9047
  super(_rawYaml, _globalStore);
8991
9048
  __publicField(this, "flattenedRules", []);
8992
9049
  this._rawYaml = _rawYaml;
8993
- this._globalStore = _globalStore;
8994
9050
  }
8995
9051
  async init() {
8996
9052
  var _a, _b, _c, _d;
@@ -9033,7 +9089,6 @@ class NetworkPolicyModel extends ResourceModel {
9033
9089
  constructor(_rawYaml, _globalStore) {
9034
9090
  super(_rawYaml, _globalStore);
9035
9091
  this._rawYaml = _rawYaml;
9036
- this._globalStore = _globalStore;
9037
9092
  }
9038
9093
  }
9039
9094
  const BASE_INIT_VALUE = {
@@ -9615,7 +9670,6 @@ class WorkloadBaseModel extends ResourceModel {
9615
9670
  constructor(_rawYaml, _globalStore) {
9616
9671
  super(_rawYaml, _globalStore);
9617
9672
  this._rawYaml = _rawYaml;
9618
- this._globalStore = _globalStore;
9619
9673
  }
9620
9674
  get imageNames() {
9621
9675
  var _a, _b, _c, _d;
@@ -9634,7 +9688,6 @@ class JobModel extends WorkloadBaseModel {
9634
9688
  super(_rawYaml, _globalStore);
9635
9689
  __publicField(this, "restarts", 0);
9636
9690
  this._rawYaml = _rawYaml;
9637
- this._globalStore = _globalStore;
9638
9691
  }
9639
9692
  async init() {
9640
9693
  await this.getRestarts();
@@ -9702,7 +9755,6 @@ class WorkloadModel extends WorkloadBaseModel {
9702
9755
  super(_rawYaml, _globalStore);
9703
9756
  __publicField(this, "restarts", 0);
9704
9757
  this._rawYaml = _rawYaml;
9705
- this._globalStore = _globalStore;
9706
9758
  }
9707
9759
  async init() {
9708
9760
  await this.getRestarts();
@@ -9823,7 +9875,6 @@ class PodModel extends WorkloadBaseModel {
9823
9875
  __publicField(this, "request");
9824
9876
  __publicField(this, "limit");
9825
9877
  this._rawYaml = _rawYaml;
9826
- this._globalStore = _globalStore;
9827
9878
  let cpuRequestNum = 0;
9828
9879
  let memoryRequestNum = 0;
9829
9880
  let cpuLimitNum = 0;
@@ -9904,7 +9955,6 @@ class PodMetricsModel extends ResourceModel {
9904
9955
  super(_rawYaml, _globalStore);
9905
9956
  __publicField(this, "usage");
9906
9957
  this._rawYaml = _rawYaml;
9907
- this._globalStore = _globalStore;
9908
9958
  let cpuUsageNum = 0;
9909
9959
  let memoryUsageNum = 0;
9910
9960
  for (const container2 of _rawYaml.containers) {
@@ -9933,7 +9983,6 @@ class CronJobModel extends WorkloadBaseModel {
9933
9983
  constructor(_rawYaml, _globalStore) {
9934
9984
  super(_rawYaml, _globalStore);
9935
9985
  this._rawYaml = _rawYaml;
9936
- this._globalStore = _globalStore;
9937
9986
  }
9938
9987
  get stateDisplay() {
9939
9988
  var _a;
@@ -9961,7 +10010,6 @@ class EventModel extends ResourceModel {
9961
10010
  constructor(_rawYaml, _globalStore) {
9962
10011
  super(_rawYaml, _globalStore);
9963
10012
  this._rawYaml = _rawYaml;
9964
- this._globalStore = _globalStore;
9965
10013
  this.id = _rawYaml.metadata.uid || _rawYaml.id;
9966
10014
  }
9967
10015
  }
@@ -9969,7 +10017,6 @@ class DeploymentModel extends WorkloadModel {
9969
10017
  constructor(_rawYaml, _globalStore) {
9970
10018
  super(_rawYaml, _globalStore);
9971
10019
  this._rawYaml = _rawYaml;
9972
- this._globalStore = _globalStore;
9973
10020
  }
9974
10021
  get stateDisplay() {
9975
10022
  var _a, _b, _c;
@@ -9985,7 +10032,6 @@ class DaemonSetModel extends WorkloadModel {
9985
10032
  constructor(_rawYaml, _globalStore) {
9986
10033
  super(_rawYaml, _globalStore);
9987
10034
  this._rawYaml = _rawYaml;
9988
- this._globalStore = _globalStore;
9989
10035
  }
9990
10036
  get stateDisplay() {
9991
10037
  var _a, _b;
@@ -10005,7 +10051,6 @@ class StatefulSetModel extends WorkloadModel {
10005
10051
  constructor(_rawYaml, _globalStore) {
10006
10052
  super(_rawYaml, _globalStore);
10007
10053
  this._rawYaml = _rawYaml;
10008
- this._globalStore = _globalStore;
10009
10054
  }
10010
10055
  get stateDisplay() {
10011
10056
  var _a, _b, _c;
@@ -10029,7 +10074,6 @@ class ServiceModel extends ResourceModel {
10029
10074
  constructor(_rawYaml, _globalStore) {
10030
10075
  super(_rawYaml, _globalStore);
10031
10076
  this._rawYaml = _rawYaml;
10032
- this._globalStore = _globalStore;
10033
10077
  }
10034
10078
  get displayType() {
10035
10079
  const spec = this._rawYaml.spec;
@@ -10068,7 +10112,6 @@ class NodeModel extends WorkloadBaseModel {
10068
10112
  constructor(_rawYaml, _globalStore) {
10069
10113
  super(_rawYaml, _globalStore);
10070
10114
  this._rawYaml = _rawYaml;
10071
- this._globalStore = _globalStore;
10072
10115
  }
10073
10116
  get role() {
10074
10117
  return "node-role.kubernetes.io/control-plane" in (this.metadata.labels || {}) ? "Control Plane" : "Worker";
@@ -10093,7 +10136,6 @@ class StorageClassModel extends ResourceModel {
10093
10136
  super(_rawYaml, _globalStore);
10094
10137
  __publicField(this, "pvs", []);
10095
10138
  this._rawYaml = _rawYaml;
10096
- this._globalStore = _globalStore;
10097
10139
  }
10098
10140
  async init() {
10099
10141
  const pvs = await this._globalStore.get("persistentvolumes", {
@@ -10112,14 +10154,12 @@ class PersistentVolumeModel extends ResourceModel {
10112
10154
  constructor(_rawYaml, _globalStore) {
10113
10155
  super(_rawYaml, _globalStore);
10114
10156
  this._rawYaml = _rawYaml;
10115
- this._globalStore = _globalStore;
10116
10157
  }
10117
10158
  }
10118
10159
  class PersistentVolumeClaimModel extends ResourceModel {
10119
10160
  constructor(_rawYaml, _globalStore) {
10120
10161
  super(_rawYaml, _globalStore);
10121
10162
  this._rawYaml = _rawYaml;
10122
- this._globalStore = _globalStore;
10123
10163
  }
10124
10164
  }
10125
10165
  const index_1lzkrja = "";
@@ -11489,6 +11529,27 @@ function KeyValueSecret(props) {
11489
11529
  })
11490
11530
  });
11491
11531
  }
11532
+ function PVPhaseDisplay(props) {
11533
+ const { value: value2 } = props;
11534
+ const i18n2 = useTranslation();
11535
+ const map = {
11536
+ Available: i18n2.t("dovetail.pv_phase_available"),
11537
+ Bound: i18n2.t("dovetail.pv_phase_bound"),
11538
+ Failed: i18n2.t("dovetail.pv_phase_released"),
11539
+ Pending: i18n2.t("dovetail.pv_phase_failed"),
11540
+ Released: i18n2.t("dovetail.pv_phase_pending")
11541
+ };
11542
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: map[value2] || value2 });
11543
+ }
11544
+ function PVVolumeModeDisplay(props) {
11545
+ const { value: value2 } = props;
11546
+ const i18n2 = useTranslation();
11547
+ const map = {
11548
+ Block: i18n2.t("dovetail.block"),
11549
+ Filesystem: i18n2.t("dovetail.file_system")
11550
+ };
11551
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: map[value2] || value2 });
11552
+ }
11492
11553
  const WorkloadPodsTable_1giuese = "";
11493
11554
  const WorkloadPodsTable = ({
11494
11555
  namespace: namespace2,
@@ -12154,13 +12215,6 @@ const StorageClassProvisionerField = (i18n2) => {
12154
12215
  title: i18n2.t("dovetail.provisioner")
12155
12216
  };
12156
12217
  };
12157
- const StorageClassFsTypeField = (i18n2) => {
12158
- return {
12159
- key: "fstype",
12160
- path: ["parameters", "csi.storage.k8s.io/fstype"],
12161
- title: i18n2.t("dovetail.file_system")
12162
- };
12163
- };
12164
12218
  const StorageClassPvField = () => {
12165
12219
  return {
12166
12220
  key: "pvs",
@@ -12177,6 +12231,63 @@ const StorageClassPvField = () => {
12177
12231
  }
12178
12232
  };
12179
12233
  };
12234
+ const PVCapacityField = (i18n2) => {
12235
+ return {
12236
+ key: "capacity",
12237
+ path: ["spec", "capacity", "storage"],
12238
+ title: i18n2.t("dovetail.capacity"),
12239
+ renderContent(value2) {
12240
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Units.Byte, { rawValue: parseSi(value2), decimals: 1 });
12241
+ }
12242
+ };
12243
+ };
12244
+ const PVCStorageField = (i18n2) => {
12245
+ return {
12246
+ key: "storage",
12247
+ path: ["spec", "resources", "requests", "storage"],
12248
+ title: i18n2.t("dovetail.capacity"),
12249
+ renderContent(value2) {
12250
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Units.Byte, { rawValue: parseSi(value2), decimals: 1 });
12251
+ }
12252
+ };
12253
+ };
12254
+ const PVStorageClassField = (i18n2) => {
12255
+ return {
12256
+ key: "storageClass",
12257
+ path: ["spec", "storageClassName"],
12258
+ title: i18n2.t("dovetail.storage_class"),
12259
+ renderContent(value2) {
12260
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(ResourceLink, { resourceName: "storageclasses", namespace: "", resourceId: value2 });
12261
+ }
12262
+ };
12263
+ };
12264
+ const PVPhaseField = (i18n2) => {
12265
+ return {
12266
+ key: "phase",
12267
+ path: ["status", "phase"],
12268
+ title: i18n2.t("dovetail.phase"),
12269
+ renderContent(value2) {
12270
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(PVPhaseDisplay, { value: value2 });
12271
+ }
12272
+ };
12273
+ };
12274
+ const PVVolumeModeField = (i18n2) => {
12275
+ return {
12276
+ key: "mode",
12277
+ path: ["spec", "volumeMode"],
12278
+ title: i18n2.t("dovetail.volume_mode"),
12279
+ renderContent(value2) {
12280
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(PVVolumeModeDisplay, { value: value2 });
12281
+ }
12282
+ };
12283
+ };
12284
+ const PVAccessModeField = (i18n2) => {
12285
+ return {
12286
+ key: "accessMode",
12287
+ path: ["spec", "accessModes"],
12288
+ title: i18n2.t("dovetail.access_mode")
12289
+ };
12290
+ };
12180
12291
  function __rest(s2, e2) {
12181
12292
  var t2 = {};
12182
12293
  for (var p in s2)
@@ -18474,7 +18585,7 @@ const NetworkPolicyEgressRulesGroup = (i18n2) => ({
18474
18585
  ]
18475
18586
  });
18476
18587
  const StorageClassPvGroup = (i18n2) => ({
18477
- title: i18n2.t("dovetail.persistent_volumn"),
18588
+ title: i18n2.t("dovetail.persistent_volume"),
18478
18589
  areas: [
18479
18590
  {
18480
18591
  fields: [StorageClassPvField()]
@@ -18982,7 +19093,8 @@ const NamespaceFilterStyle = "n1rqcyjn";
18982
19093
  function ListPage(props) {
18983
19094
  const {
18984
19095
  selectedKeys,
18985
- tableProps
19096
+ tableProps,
19097
+ contentClassName
18986
19098
  } = props;
18987
19099
  const {
18988
19100
  Table: TableComponent
@@ -19011,7 +19123,7 @@ function ListPage(props) {
19011
19123
  }
19012
19124
  })]
19013
19125
  }) : void 0, /* @__PURE__ */ jsxRuntimeExports.jsxs("div", {
19014
- className: ListContentStyle,
19126
+ className: cx_default(ListContentStyle, contentClassName),
19015
19127
  children: [!config.hideNamespacesFilter ? /* @__PURE__ */ jsxRuntimeExports.jsx(NamespacesFilter, {
19016
19128
  className: NamespaceFilterStyle
19017
19129
  }) : void 0, /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
@@ -23076,7 +23188,7 @@ const Separator = () => {
23076
23188
  });
23077
23189
  };
23078
23190
  const MonacoYamlEditor = React__default.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
23079
- const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-bcc9a5fe.js"));
23191
+ const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-2657467b.js"));
23080
23192
  const YamlEditorComponent = forwardRef(
23081
23193
  function YamlEditorComponent2(props, ref) {
23082
23194
  const {
@@ -24817,24 +24929,38 @@ const ProvisionerColumnRenderer = (i18n2) => {
24817
24929
  sortable: true
24818
24930
  };
24819
24931
  };
24820
- const FsTypeColumnRenderer = (i18n2) => {
24932
+ const PVCapacityColumnRenderer = (i18n2) => {
24821
24933
  return {
24822
- key: "fstype",
24934
+ key: "capacity",
24823
24935
  display: true,
24824
- dataIndex: ["parameters", "csi.storage.k8s.io/fstype"],
24825
- title: i18n2.t("dovetail.file_system"),
24936
+ dataIndex: ["spec", "capacity", "storage"],
24937
+ title: i18n2.t("dovetail.capacity"),
24826
24938
  width: 120,
24827
- sortable: true
24939
+ sortable: true,
24940
+ align: "right",
24941
+ render(value2) {
24942
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Units.Byte, {
24943
+ rawValue: parseSi(value2),
24944
+ decimals: 1
24945
+ });
24946
+ }
24828
24947
  };
24829
24948
  };
24830
- const PVCapacityColumnRenderer = (i18n2) => {
24949
+ const PVCStorageColumnRenderer = (i18n2) => {
24831
24950
  return {
24832
- key: "capacity",
24951
+ key: "storage",
24833
24952
  display: true,
24834
- dataIndex: ["spec", "capacity", "storage"],
24953
+ dataIndex: ["spec", "resources", "requests", "storage"],
24835
24954
  title: i18n2.t("dovetail.capacity"),
24836
24955
  width: 120,
24837
- sortable: true
24956
+ sortable: true,
24957
+ align: "right",
24958
+ render(value2) {
24959
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Units.Byte, {
24960
+ rawValue: parseSi(value2),
24961
+ decimals: 1
24962
+ });
24963
+ }
24838
24964
  };
24839
24965
  };
24840
24966
  const PVStorageClassColumnRenderer = (i18n2) => {
@@ -24844,7 +24970,14 @@ const PVStorageClassColumnRenderer = (i18n2) => {
24844
24970
  dataIndex: ["spec", "storageClassName"],
24845
24971
  title: i18n2.t("dovetail.storage_class"),
24846
24972
  width: 120,
24847
- sortable: true
24973
+ sortable: true,
24974
+ render(value2) {
24975
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(ResourceLink, {
24976
+ resourceName: "storageclasses",
24977
+ namespace: "",
24978
+ resourceId: value2
24979
+ });
24980
+ }
24848
24981
  };
24849
24982
  };
24850
24983
  const PVPhaseColumnRenderer = (i18n2) => {
@@ -24854,17 +24987,27 @@ const PVPhaseColumnRenderer = (i18n2) => {
24854
24987
  dataIndex: ["status", "phase"],
24855
24988
  title: i18n2.t("dovetail.phase"),
24856
24989
  width: 120,
24857
- sortable: true
24990
+ sortable: true,
24991
+ render(value2) {
24992
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(PVPhaseDisplay, {
24993
+ value: value2
24994
+ });
24995
+ }
24858
24996
  };
24859
24997
  };
24860
- const PVModeColumnRenderer = (i18n2) => {
24998
+ const PVVolumeModeColumnRenderer = (i18n2) => {
24861
24999
  return {
24862
25000
  key: "mode",
24863
25001
  display: true,
24864
25002
  dataIndex: ["spec", "volumeMode"],
24865
25003
  title: i18n2.t("dovetail.volume_mode"),
24866
25004
  width: 120,
24867
- sortable: true
25005
+ sortable: true,
25006
+ render(value2) {
25007
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(PVVolumeModeDisplay, {
25008
+ value: value2
25009
+ });
25010
+ }
24868
25011
  };
24869
25012
  };
24870
25013
  const PVAccessModeColumnRenderer = (i18n2) => {
@@ -25101,11 +25244,11 @@ const dovetailRefineI18n = i18n;
25101
25244
  export {
25102
25245
  NamespaceSelectWidget as $,
25103
25246
  AgeColumnRenderer as A,
25104
- PVPhaseColumnRenderer as B,
25247
+ PVStorageClassColumnRenderer as B,
25105
25248
  CommonSorter as C,
25106
25249
  DurationColumnRenderer as D,
25107
- PVModeColumnRenderer as E,
25108
- FsTypeColumnRenderer as F,
25250
+ PVPhaseColumnRenderer as E,
25251
+ PVVolumeModeColumnRenderer as F,
25109
25252
  PVAccessModeColumnRenderer as G,
25110
25253
  ColumnKeys as H,
25111
25254
  IngressRulesColumnRenderer as I,
@@ -25128,7 +25271,7 @@ export {
25128
25271
  rfc1123LabelRules as Z,
25129
25272
  rfc1035LabelRules as _,
25130
25273
  useSchema as a,
25131
- SecretDataGroup as a$,
25274
+ BasicGroup as a$,
25132
25275
  namespaceRules as a0,
25133
25276
  KeyValueListWidget as a1,
25134
25277
  MetadataForm as a2,
@@ -25157,15 +25300,15 @@ export {
25157
25300
  PortsTableField as aP,
25158
25301
  DurationField as aQ,
25159
25302
  StorageClassProvisionerField as aR,
25160
- StorageClassFsTypeField as aS,
25161
- StorageClassPvField as aT,
25162
- EventsTab as aU,
25163
- PodLogTab as aV,
25164
- BasicGroup as aW,
25165
- PodsGroup as aX,
25166
- PodContainersGroup as aY,
25167
- ServicePodsGroup as aZ,
25168
- ConditionsGroup as a_,
25303
+ StorageClassPvField as aS,
25304
+ PVCapacityField as aT,
25305
+ PVCStorageField as aU,
25306
+ PVStorageClassField as aV,
25307
+ PVPhaseField as aW,
25308
+ PVVolumeModeField as aX,
25309
+ PVAccessModeField as aY,
25310
+ EventsTab as aZ,
25311
+ PodLogTab as a_,
25169
25312
  ImageNames as aa,
25170
25313
  ResourceList as ab,
25171
25314
  ResourceShow as ac,
@@ -25193,102 +25336,109 @@ export {
25193
25336
  JobsField as ay,
25194
25337
  DataField as az,
25195
25338
  useDeleteModal as b,
25196
- AccessControlAuth as b$,
25197
- JobsGroup as b0,
25198
- IngressRulesGroup as b1,
25199
- PodSelectorGroup as b2,
25200
- PortsGroup as b3,
25201
- DataGroup as b4,
25202
- NetworkPolicyIngressRulesGroup as b5,
25203
- NetworkPolicyEgressRulesGroup as b6,
25204
- StorageClassPvGroup as b7,
25205
- ShowGroupComponent as b8,
25206
- ShowContent as b9,
25207
- ResourceSelect as bA,
25208
- BASE_INIT_VALUE as bB,
25209
- DEPLOYMENT_INIT_VALUE as bC,
25210
- CRONJOB_INIT_VALUE as bD,
25211
- DAEMONSET_INIT_VALUE as bE,
25212
- JOB_INIT_VALUE as bF,
25213
- STATEFULSET_INIT_VALUE as bG,
25214
- POD_INIT_VALUE as bH,
25215
- SERVICE_CLUSTER_IP_INIT_VALUE as bI,
25216
- SERVICE_NODE_PORT_INIT_VALUE as bJ,
25217
- SERVICE_LOAD_BALANCER_INIT_VALUE as bK,
25218
- SERVICE_EXTERNAL_NAME_INIT_VALUE as bL,
25219
- SERVICE_HEADLESS_INIT_VALUE as bM,
25220
- INGRESS_INIT_VALUE as bN,
25221
- NETWORK_POLICY_INIT_VALUE as bO,
25222
- CONFIG_MAP_INIT_VALUE as bP,
25223
- SERVER_INSTANCE_INIT_VALUE as bQ,
25224
- TIMESTAMP_LABEL as bR,
25225
- SECRET_OPAQUE_INIT_VALUE as bS,
25226
- SECRET_IMAGE_REPO_INIT_VALUE as bT,
25227
- SECRET_BASIC_AUTH_INIT_VALUE as bU,
25228
- SECRET_SSH_AUTH_INIT_VALUE as bV,
25229
- SECRET_TLS_INIT_VALUE as bW,
25230
- SECRET_CUSTOM_INIT_VALUE as bX,
25231
- NODE_INIT_VALUE as bY,
25232
- STORAGE_CLASS_INIT_VALUE as bZ,
25233
- WorkloadState as b_,
25234
- DeleteManyButton as ba,
25235
- ListPage as bb,
25236
- StateTagStyle as bc,
25237
- StateTag as bd,
25238
- DrawerShow as be,
25239
- Menu as bf,
25240
- EditButton as bg,
25241
- ReferenceLink as bh,
25242
- ResourceLink as bi,
25243
- NS_STORE_KEY as bj,
25244
- ALL_NS as bk,
25245
- useNamespacesFilter as bl,
25246
- NamespacesFilter as bm,
25247
- FormModal as bn,
25248
- RefineFormContent as bo,
25249
- RefineFormPage as bp,
25250
- SchemaStrategy as bq,
25251
- YamlForm as br,
25252
- useRefineForm as bs,
25253
- ServiceInClusterAccessComponent as bt,
25254
- ServiceOutClusterAccessComponent as bu,
25255
- Tags as bv,
25256
- TextTags as bw,
25257
- PodLog as bx,
25258
- NetworkPolicyRulesViewer as by,
25259
- Tabs as bz,
25339
+ SECRET_BASIC_AUTH_INIT_VALUE as b$,
25340
+ PodsGroup as b0,
25341
+ PodContainersGroup as b1,
25342
+ ServicePodsGroup as b2,
25343
+ ConditionsGroup as b3,
25344
+ SecretDataGroup as b4,
25345
+ JobsGroup as b5,
25346
+ IngressRulesGroup as b6,
25347
+ PodSelectorGroup as b7,
25348
+ PortsGroup as b8,
25349
+ DataGroup as b9,
25350
+ Tags as bA,
25351
+ TextTags as bB,
25352
+ PodLog as bC,
25353
+ NetworkPolicyRulesViewer as bD,
25354
+ PVPhaseDisplay as bE,
25355
+ PVVolumeModeDisplay as bF,
25356
+ Tabs as bG,
25357
+ ResourceSelect as bH,
25358
+ BASE_INIT_VALUE as bI,
25359
+ DEPLOYMENT_INIT_VALUE as bJ,
25360
+ CRONJOB_INIT_VALUE as bK,
25361
+ DAEMONSET_INIT_VALUE as bL,
25362
+ JOB_INIT_VALUE as bM,
25363
+ STATEFULSET_INIT_VALUE as bN,
25364
+ POD_INIT_VALUE as bO,
25365
+ SERVICE_CLUSTER_IP_INIT_VALUE as bP,
25366
+ SERVICE_NODE_PORT_INIT_VALUE as bQ,
25367
+ SERVICE_LOAD_BALANCER_INIT_VALUE as bR,
25368
+ SERVICE_EXTERNAL_NAME_INIT_VALUE as bS,
25369
+ SERVICE_HEADLESS_INIT_VALUE as bT,
25370
+ INGRESS_INIT_VALUE as bU,
25371
+ NETWORK_POLICY_INIT_VALUE as bV,
25372
+ CONFIG_MAP_INIT_VALUE as bW,
25373
+ SERVER_INSTANCE_INIT_VALUE as bX,
25374
+ TIMESTAMP_LABEL as bY,
25375
+ SECRET_OPAQUE_INIT_VALUE as bZ,
25376
+ SECRET_IMAGE_REPO_INIT_VALUE as b_,
25377
+ NetworkPolicyIngressRulesGroup as ba,
25378
+ NetworkPolicyEgressRulesGroup as bb,
25379
+ StorageClassPvGroup as bc,
25380
+ ShowGroupComponent as bd,
25381
+ ShowContent as be,
25382
+ DeleteManyButton as bf,
25383
+ ListPage as bg,
25384
+ StateTagStyle as bh,
25385
+ StateTag as bi,
25386
+ DrawerShow as bj,
25387
+ Menu as bk,
25388
+ EditButton as bl,
25389
+ ReferenceLink as bm,
25390
+ ResourceLink as bn,
25391
+ NS_STORE_KEY as bo,
25392
+ ALL_NS as bp,
25393
+ useNamespacesFilter as bq,
25394
+ NamespacesFilter as br,
25395
+ FormModal as bs,
25396
+ RefineFormContent as bt,
25397
+ RefineFormPage as bu,
25398
+ SchemaStrategy as bv,
25399
+ YamlForm as bw,
25400
+ useRefineForm as bx,
25401
+ ServiceInClusterAccessComponent as by,
25402
+ ServiceOutClusterAccessComponent as bz,
25260
25403
  NameSpaceColumnRenderer as c,
25261
- Dovetail as c0,
25262
- RESOURCE_GROUP as c1,
25263
- FormType as c2,
25264
- ComponentContext as c3,
25265
- GlobalStoreContext as c4,
25266
- ConfigsContext as c5,
25267
- IngressModel as c6,
25268
- NetworkPolicyModel as c7,
25269
- JobModel as c8,
25270
- WorkloadModel as c9,
25271
- WorkloadBaseModel as ca,
25272
- PodModel as cb,
25273
- PodMetricsModel as cc,
25274
- ResourceModel as cd,
25275
- CronJobModel as ce,
25276
- EventModel as cf,
25277
- DeploymentModel as cg,
25278
- DaemonSetModel as ch,
25279
- StatefulSetModel as ci,
25280
- ServiceTypeEnum as cj,
25281
- ServiceModel as ck,
25282
- NodeRole as cl,
25283
- NodeModel as cm,
25284
- StorageClassModel as cn,
25285
- PersistentVolumeModel as co,
25286
- PersistentVolumeClaimModel as cp,
25287
- ProviderPlugins as cq,
25288
- ModelPlugin as cr,
25289
- modelPlugin as cs,
25290
- RelationPlugin as ct,
25291
- relationPlugin as cu,
25404
+ SECRET_SSH_AUTH_INIT_VALUE as c0,
25405
+ SECRET_TLS_INIT_VALUE as c1,
25406
+ SECRET_CUSTOM_INIT_VALUE as c2,
25407
+ NODE_INIT_VALUE as c3,
25408
+ STORAGE_CLASS_INIT_VALUE as c4,
25409
+ WorkloadState as c5,
25410
+ AccessControlAuth as c6,
25411
+ Dovetail as c7,
25412
+ RESOURCE_GROUP as c8,
25413
+ FormType as c9,
25414
+ RelationPlugin as cA,
25415
+ relationPlugin as cB,
25416
+ ComponentContext as ca,
25417
+ GlobalStoreContext as cb,
25418
+ ConfigsContext as cc,
25419
+ IngressModel as cd,
25420
+ NetworkPolicyModel as ce,
25421
+ JobModel as cf,
25422
+ WorkloadModel as cg,
25423
+ WorkloadBaseModel as ch,
25424
+ PodModel as ci,
25425
+ PodMetricsModel as cj,
25426
+ ResourceModel as ck,
25427
+ CronJobModel as cl,
25428
+ EventModel as cm,
25429
+ DeploymentModel as cn,
25430
+ DaemonSetModel as co,
25431
+ StatefulSetModel as cp,
25432
+ ServiceTypeEnum as cq,
25433
+ ServiceModel as cr,
25434
+ NodeRole as cs,
25435
+ NodeModel as ct,
25436
+ StorageClassModel as cu,
25437
+ PersistentVolumeModel as cv,
25438
+ PersistentVolumeClaimModel as cw,
25439
+ ProviderPlugins as cx,
25440
+ ModelPlugin as cy,
25441
+ modelPlugin as cz,
25292
25442
  dovetailRefineI18n as d,
25293
25443
  WorkloadRestartsColumnRenderer as e,
25294
25444
  NodeNameColumnRenderer as f,
@@ -25311,5 +25461,5 @@ export {
25311
25461
  PortMappingColumnRenderer as w,
25312
25462
  ProvisionerColumnRenderer as x,
25313
25463
  PVCapacityColumnRenderer as y,
25314
- PVStorageClassColumnRenderer as z
25464
+ PVCStorageColumnRenderer as z
25315
25465
  };