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