@dovetail-v2/refine 0.1.4 → 0.1.5-alpha.0

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