@dovetail-v2/refine 0.1.29 → 0.1.31

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.
@@ -11,8 +11,8 @@ import { ResourceContext, matchResourceFromRoute, useResource, useDelete, useNav
11
11
  import { parse, stringify } from "qs";
12
12
  import { useLocation, useHistory, useParams, matchPath, Link, Route, NavLink, Router } from "react-router-dom";
13
13
  import { Typo, Tag, Input, Select, AntdOption, Button, Form, Space, TextArea, kitContext, Loading, Table as Table$2, Pagination, Alert, usePopModal, Modal, usePushModal, Fields, Units, Link as Link$1, OverflowTooltip, Tooltip, Dropdown, Menu as Menu$1, Icon as Icon$1, Divider, StatusCapsule, Tabs as Tabs$1, TabsTabPane, Row, Col, Popover, AntdTable, TableForm, getOptions, DonutChart, SegmentControl, Checkbox, useMessage, DropdownMenu, SearchInput, Token, AntdSelectOptGroup, MenuItemGroup, Layout as Layout$1, Time as Time$1, ModalStack, KitStoreProvider, ConfigProvider } from "@cloudtower/eagle";
14
- import { EditPen16PrimaryIcon, Download16GradientBlueIcon, TrashBinDelete16Icon, MoreEllipsis324BoldSecondaryIcon, MoreEllipsis324BoldBlueIcon, MoreEllipsis316BoldBlueIcon, PlusAddCreateNew16BoldOntintIcon, ArrowChevronLeft16BoldTertiaryIcon, ArrowChevronLeftSmall16BoldBlueIcon, ViewEye16GradientGrayIcon, EntityFilterIgnoreGradient16GrayIcon, InfoICircleFill16GrayIcon, InfoICircleFill16Gray70Icon, RecoverContinue16GradientBlueIcon, SuspendedPause16GradientBlueIcon, Retry16GradientBlueIcon, FontSize16GrayIcon, FontSize16BlueIcon, LogCollection16GrayIcon, LogCollection16GradientBlueIcon, TrashBinDeletePermanently16GrayIcon, TrashBinDeletePermanently16BlueIcon, Loading24GradientBlueIcon, OpenTerminal16GradientBlueIcon, HierarchyTriangleRight16GrayIcon, HierarchyTriangleRight16BlueIcon, ClipboardCopy16GradientGrayIcon, ClipboardCopy16GradientBlueIcon, Retry16GradientGrayIcon, EditPen16GradientGrayIcon, EditPen16GradientBlueIcon, Showdiff16GradientGrayIcon, Showdiff16GradientBlueIcon, XmarkFailedSeriousWarningFill16RedIcon, ExclamationErrorCircleFill16RedIcon, Pause16GradientBlueIcon, EditPen16BlueIcon } from "@cloudtower/icons-react";
15
14
  import { first, get as get$3, cloneDeep, set as set$1, omit as omit$1, merge, debounce, last, isObject as isObject$4, uniq, keyBy } from "lodash-es";
15
+ import { EditPen16PrimaryIcon, Download16GradientBlueIcon, TrashBinDelete16Icon, MoreEllipsis324BoldSecondaryIcon, MoreEllipsis324BoldBlueIcon, MoreEllipsis316BoldBlueIcon, PlusAddCreateNew16BoldOntintIcon, ArrowChevronLeft16BoldTertiaryIcon, ArrowChevronLeftSmall16BoldBlueIcon, ViewEye16GradientGrayIcon, EntityFilterIgnoreGradient16GrayIcon, InfoICircleFill16GrayIcon, InfoICircleFill16Gray70Icon, RecoverContinue16GradientBlueIcon, SuspendedPause16GradientBlueIcon, Retry16GradientBlueIcon, FontSize16GrayIcon, FontSize16BlueIcon, LogCollection16GrayIcon, LogCollection16GradientBlueIcon, TrashBinDeletePermanently16GrayIcon, TrashBinDeletePermanently16BlueIcon, Loading24GradientBlueIcon, OpenTerminal16GradientBlueIcon, HierarchyTriangleRight16GrayIcon, HierarchyTriangleRight16BlueIcon, ClipboardCopy16GradientGrayIcon, ClipboardCopy16GradientBlueIcon, Retry16GradientGrayIcon, EditPen16GradientGrayIcon, EditPen16GradientBlueIcon, Showdiff16GradientGrayIcon, Showdiff16GradientBlueIcon, XmarkFailedSeriousWarningFill16RedIcon, ExclamationErrorCircleFill16RedIcon, Pause16GradientBlueIcon, EditPen16BlueIcon } from "@cloudtower/icons-react";
16
16
  import yaml$2 from "js-yaml";
17
17
  import { paginateData, sortData, dataProvider, liveProvider } from "k8s-api-provider";
18
18
  import * as monaco from "monaco-editor";
@@ -8630,6 +8630,73 @@ const useDeleteModal = (resource, {
8630
8630
  openDeleteConfirmModal
8631
8631
  };
8632
8632
  };
8633
+ const button_1v659kh = "";
8634
+ const WarningButtonStyle = "wwyz7ti";
8635
+ const CloseButtonStyle = "c1xsou5f";
8636
+ const useFailedModal_ny0yrd = "";
8637
+ const TextStyle = "t56wb76";
8638
+ const TipStyle = "tnei7dl";
8639
+ const useFailedModal = (resource) => {
8640
+ const configs = useContext(ConfigsContext);
8641
+ const config = configs[resource];
8642
+ const [visible, setVisible] = useState(false);
8643
+ const [id, setId] = useState("");
8644
+ const [errorMsgs, setErrorMsgs] = useState([]);
8645
+ const {
8646
+ t: t2,
8647
+ i18n: i18n2
8648
+ } = useTranslation();
8649
+ const displayName = config.displayName || config.kind;
8650
+ const resourceDisplayName = transformResourceKindInSentence(displayName, i18n2.language);
8651
+ const modalProps = {
8652
+ className: SmallModalStyle,
8653
+ title: t2("dovetail.cant_delete_resource", {
8654
+ resource: resourceDisplayName
8655
+ }),
8656
+ showOk: false,
8657
+ cancelButtonProps: {
8658
+ className: CloseButtonStyle
8659
+ },
8660
+ cancelText: t2("dovetail.close"),
8661
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, {
8662
+ children: [/* @__PURE__ */ jsxRuntimeExports.jsx("div", {
8663
+ className: cx_default(Typo.Label.l2_regular, TextStyle),
8664
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(Trans, {
8665
+ i18nKey: "dovetail.cant_delete_resource_with_name",
8666
+ tOptions: {
8667
+ name: id,
8668
+ resource: resourceDisplayName
8669
+ },
8670
+ shouldUnescape: true,
8671
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(Tag, {
8672
+ color: "gray",
8673
+ className: NameTagStyle
8674
+ })
8675
+ })
8676
+ }), /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
8677
+ className: cx_default(Typo.Label.l4_regular, TipStyle),
8678
+ children: errorMsgs.length > 1 ? /* @__PURE__ */ jsxRuntimeExports.jsx("ol", {
8679
+ children: errorMsgs.map((errorMsg, index2) => /* @__PURE__ */ jsxRuntimeExports.jsxs("li", {
8680
+ children: [index2 + 1 + ". ", " ", errorMsg]
8681
+ }, errorMsg))
8682
+ }) : first(errorMsgs)
8683
+ })]
8684
+ }),
8685
+ onCancel() {
8686
+ setVisible(false);
8687
+ }
8688
+ };
8689
+ function openFailedModal(id2, errorMsgs2) {
8690
+ setId(id2);
8691
+ setErrorMsgs(errorMsgs2);
8692
+ setVisible(true);
8693
+ }
8694
+ return {
8695
+ modalProps,
8696
+ visible,
8697
+ openFailedModal
8698
+ };
8699
+ };
8633
8700
  const index_18b69qa = "";
8634
8701
  const EMPTY_VALUES = [void 0, null, "", "-"];
8635
8702
  const EmptyStyle = "e5223w8";
@@ -10904,7 +10971,7 @@ class StorageClassModel extends ResourceModel {
10904
10971
  }
10905
10972
  get isDefaultSC() {
10906
10973
  var _a, _b;
10907
- return (_b = (_a = this._rawYaml.metadata) == null ? void 0 : _a.annotations) == null ? void 0 : _b["storageclass.kubernetes.io/is-default-class"];
10974
+ return ((_b = (_a = this._rawYaml.metadata) == null ? void 0 : _a.annotations) == null ? void 0 : _b["storageclass.kubernetes.io/is-default-class"]) === "true";
10908
10975
  }
10909
10976
  get reclaimPolicy() {
10910
10977
  return this._rawYaml.reclaimPolicy;
@@ -11333,73 +11400,6 @@ function useDownloadYAML() {
11333
11400
  download(`${name2}.yaml`, content);
11334
11401
  };
11335
11402
  }
11336
- const button_1v659kh = "";
11337
- const WarningButtonStyle = "wwyz7ti";
11338
- const CloseButtonStyle = "c1xsou5f";
11339
- const useFailedModal_ny0yrd = "";
11340
- const TextStyle = "t56wb76";
11341
- const TipStyle = "tnei7dl";
11342
- const useFailedModal = (resource) => {
11343
- const configs = useContext(ConfigsContext);
11344
- const config = configs[resource];
11345
- const [visible, setVisible] = useState(false);
11346
- const [id, setId] = useState("");
11347
- const [errorMsgs, setErrorMsgs] = useState([]);
11348
- const {
11349
- t: t2,
11350
- i18n: i18n2
11351
- } = useTranslation();
11352
- const displayName = config.displayName || config.kind;
11353
- const resourceDisplayName = transformResourceKindInSentence(displayName, i18n2.language);
11354
- const modalProps = {
11355
- className: SmallModalStyle,
11356
- title: t2("dovetail.cant_delete_resource", {
11357
- resource: resourceDisplayName
11358
- }),
11359
- showOk: false,
11360
- cancelButtonProps: {
11361
- className: CloseButtonStyle
11362
- },
11363
- cancelText: t2("dovetail.close"),
11364
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, {
11365
- children: [/* @__PURE__ */ jsxRuntimeExports.jsx("div", {
11366
- className: cx_default(Typo.Label.l2_regular, TextStyle),
11367
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(Trans, {
11368
- i18nKey: "dovetail.cant_delete_resource_with_name",
11369
- tOptions: {
11370
- name: id,
11371
- resource: resourceDisplayName
11372
- },
11373
- shouldUnescape: true,
11374
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(Tag, {
11375
- color: "gray",
11376
- className: NameTagStyle
11377
- })
11378
- })
11379
- }), /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
11380
- className: cx_default(Typo.Label.l4_regular, TipStyle),
11381
- children: errorMsgs.length > 1 ? /* @__PURE__ */ jsxRuntimeExports.jsx("ol", {
11382
- children: errorMsgs.map((errorMsg, index2) => /* @__PURE__ */ jsxRuntimeExports.jsxs("li", {
11383
- children: [index2 + 1 + ". ", " ", errorMsg]
11384
- }, errorMsg))
11385
- }) : first(errorMsgs)
11386
- })]
11387
- }),
11388
- onCancel() {
11389
- setVisible(false);
11390
- }
11391
- };
11392
- function openFailedModal(id2, errorMsgs2) {
11393
- setId(id2);
11394
- setErrorMsgs(errorMsgs2);
11395
- setVisible(true);
11396
- }
11397
- return {
11398
- modalProps,
11399
- visible,
11400
- openFailedModal
11401
- };
11402
- };
11403
11403
  function useEdit() {
11404
11404
  const { resource } = useParsed();
11405
11405
  const go = useGo();
@@ -38725,7 +38725,7 @@ const Separator = () => {
38725
38725
  });
38726
38726
  };
38727
38727
  const MonacoYamlEditor = React__default.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
38728
- const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-0b32c27a.js"));
38728
+ const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-fec09973.js"));
38729
38729
  const YamlEditorComponent = forwardRef(
38730
38730
  function YamlEditorComponent2(props, ref) {
38731
38731
  const {
@@ -41225,261 +41225,262 @@ const relationPlugin = new RelationPlugin();
41225
41225
  const ProviderPlugins = [relationPlugin, modelPlugin];
41226
41226
  const dovetailRefineI18n = i18n;
41227
41227
  export {
41228
- index as $,
41228
+ useOpenForm as $,
41229
41229
  AgeColumnRenderer as A,
41230
- PVCStorageColumnRenderer as B,
41230
+ PVCapacityColumnRenderer as B,
41231
41231
  CommonSorter as C,
41232
41232
  DurationColumnRenderer as D,
41233
- PVRefColumnRenderer as E,
41234
- PVStorageClassColumnRenderer as F,
41235
- PVPhaseColumnRenderer as G,
41236
- PVCRefColumnRenderer as H,
41233
+ PVCStorageColumnRenderer as E,
41234
+ PVRefColumnRenderer as F,
41235
+ PVStorageClassColumnRenderer as G,
41236
+ PVPhaseColumnRenderer as H,
41237
41237
  IngressRulesColumnRenderer as I,
41238
- PVCSIRefColumnRenderer as J,
41239
- PVVolumeModeColumnRenderer as K,
41240
- PVAccessModeColumnRenderer as L,
41241
- IsDefaultSCColumnRenderer as M,
41238
+ PVCRefColumnRenderer as J,
41239
+ PVCSIRefColumnRenderer as K,
41240
+ PVVolumeModeColumnRenderer as L,
41241
+ PVAccessModeColumnRenderer as M,
41242
41242
  NameColumnRenderer as N,
41243
- SCReclaimPolicyColumnRenderer as O,
41243
+ IsDefaultSCColumnRenderer as O,
41244
41244
  PlainTextNameColumnRenderer as P,
41245
- SCAllowExpandColumnRenderer as Q,
41245
+ SCReclaimPolicyColumnRenderer as Q,
41246
41246
  ReplicasColumnRenderer as R,
41247
41247
  StateDisplayColumnRenderer as S,
41248
- ColumnKeys as T,
41249
- addDefaultRenderToColumns as U,
41250
- useEagleTable as V,
41248
+ SCAllowExpandColumnRenderer as T,
41249
+ ColumnKeys as U,
41250
+ addDefaultRenderToColumns as V,
41251
41251
  WorkloadImageColumnRenderer as W,
41252
- useDownloadYAML as X,
41253
- useEdit as Y,
41254
- useGlobalStore as Z,
41255
- useOpenForm as _,
41252
+ useEagleTable as X,
41253
+ useDownloadYAML as Y,
41254
+ useEdit as Z,
41255
+ useGlobalStore as _,
41256
41256
  useApiGroupSchema as a,
41257
- PodSelectorField as a$,
41258
- WidgetErrorContent as a0,
41259
- Breadcrumb as a1,
41260
- NameInputWidget as a2,
41261
- dnsSubDomainRules as a3,
41262
- rfc1123LabelRules as a4,
41263
- rfc1035LabelRules as a5,
41264
- NamespaceSelectWidget as a6,
41265
- namespaceRules as a7,
41266
- KeyValueListWidget as a8,
41267
- MetadataForm as a9,
41268
- KeyValueSecret as aA,
41269
- Separator as aB,
41270
- YamlEditorComponent as aC,
41271
- DeleteButton as aD,
41272
- Layout as aE,
41273
- AreaType as aF,
41274
- ImageField as aG,
41275
- ReplicaField as aH,
41276
- ConditionsField as aI,
41277
- NodeTaintsField as aJ,
41278
- PodsField as aK,
41279
- JobsField as aL,
41280
- DataField as aM,
41281
- SecretDataField as aN,
41282
- StartTimeField as aO,
41283
- ServiceTypeField as aP,
41284
- ClusterIpField as aQ,
41285
- SessionAffinityField as aR,
41286
- ServicePodsField as aS,
41287
- IngressRulesTableTabField as aT,
41288
- EventsTableTabField as aU,
41289
- NamespaceField as aV,
41290
- AgeField as aW,
41291
- LabelsField as aX,
41292
- AnnotationsField as aY,
41293
- ServiceInnerClusterAccessField as aZ,
41294
- ServiceOutClusterAccessField as a_,
41295
- PageShow as aa,
41296
- Time as ab,
41297
- ConditionsTable as ac,
41298
- FormErrorAlert as ad,
41299
- PodContainersTable as ae,
41300
- WorkloadDropdown as af,
41301
- ReplicasDropdown as ag,
41302
- PodDropdown as ah,
41303
- CreateButton as ai,
41304
- ImageNames as aj,
41305
- ResourceList as ak,
41306
- ResourceShow as al,
41307
- ResourceForm as am,
41308
- ResourceCRUD as an,
41309
- WorkloadPodsTable as ao,
41310
- CronJobDropdown as ap,
41311
- K8sDropdown as aq,
41312
- EditLabelDropdownMenuItem as ar,
41313
- EditAnnotationDropdownMenuItem as as,
41314
- EditNodeTaintDropdownMenuItem as at,
41315
- ResourceUsageBar as au,
41316
- WorkloadReplicasForm as av,
41317
- WorkloadReplicas as aw,
41318
- CronjobJobsTable as ax,
41319
- KeyValue as ay,
41320
- KeyValueAnnotation as az,
41257
+ ServiceOutClusterAccessField as a$,
41258
+ index as a0,
41259
+ WidgetErrorContent as a1,
41260
+ Breadcrumb as a2,
41261
+ NameInputWidget as a3,
41262
+ dnsSubDomainRules as a4,
41263
+ rfc1123LabelRules as a5,
41264
+ rfc1035LabelRules as a6,
41265
+ NamespaceSelectWidget as a7,
41266
+ namespaceRules as a8,
41267
+ KeyValueListWidget as a9,
41268
+ KeyValueAnnotation as aA,
41269
+ KeyValueSecret as aB,
41270
+ Separator as aC,
41271
+ YamlEditorComponent as aD,
41272
+ DeleteButton as aE,
41273
+ Layout as aF,
41274
+ AreaType as aG,
41275
+ ImageField as aH,
41276
+ ReplicaField as aI,
41277
+ ConditionsField as aJ,
41278
+ NodeTaintsField as aK,
41279
+ PodsField as aL,
41280
+ JobsField as aM,
41281
+ DataField as aN,
41282
+ SecretDataField as aO,
41283
+ StartTimeField as aP,
41284
+ ServiceTypeField as aQ,
41285
+ ClusterIpField as aR,
41286
+ SessionAffinityField as aS,
41287
+ ServicePodsField as aT,
41288
+ IngressRulesTableTabField as aU,
41289
+ EventsTableTabField as aV,
41290
+ NamespaceField as aW,
41291
+ AgeField as aX,
41292
+ LabelsField as aY,
41293
+ AnnotationsField as aZ,
41294
+ ServiceInnerClusterAccessField as a_,
41295
+ MetadataForm as aa,
41296
+ PageShow as ab,
41297
+ Time as ac,
41298
+ ConditionsTable as ad,
41299
+ FormErrorAlert as ae,
41300
+ PodContainersTable as af,
41301
+ WorkloadDropdown as ag,
41302
+ ReplicasDropdown as ah,
41303
+ PodDropdown as ai,
41304
+ CreateButton as aj,
41305
+ ImageNames as ak,
41306
+ ResourceList as al,
41307
+ ResourceShow as am,
41308
+ ResourceForm as an,
41309
+ ResourceCRUD as ao,
41310
+ WorkloadPodsTable as ap,
41311
+ CronJobDropdown as aq,
41312
+ K8sDropdown as ar,
41313
+ EditLabelDropdownMenuItem as as,
41314
+ EditAnnotationDropdownMenuItem as at,
41315
+ EditNodeTaintDropdownMenuItem as au,
41316
+ ResourceUsageBar as av,
41317
+ WorkloadReplicasForm as aw,
41318
+ WorkloadReplicas as ax,
41319
+ CronjobJobsTable as ay,
41320
+ KeyValue as az,
41321
41321
  useSchema as b,
41322
- NetworkPolicyRulesViewer as b$,
41323
- PortsTableField as b0,
41324
- DurationField as b1,
41325
- StorageClassProvisionerField as b2,
41326
- StorageClassPvField as b3,
41327
- PVCapacityField as b4,
41328
- PVCStorageField as b5,
41329
- PVRefField as b6,
41330
- PVStorageClassField as b7,
41331
- PVPhaseField as b8,
41332
- PVVolumeModeField as b9,
41333
- ResourceTableGroup as bA,
41334
- ShowGroupComponent as bB,
41335
- ShowContent as bC,
41336
- DeleteManyButton as bD,
41337
- ListPage as bE,
41338
- StateTag as bF,
41339
- DrawerShow as bG,
41340
- Menu as bH,
41341
- Table as bI,
41342
- EditButton as bJ,
41343
- ReferenceLink as bK,
41344
- ResourceLink as bL,
41345
- NS_STORE_KEY as bM,
41346
- ALL_NS as bN,
41347
- useNamespacesFilter as bO,
41348
- NamespacesFilter as bP,
41349
- FormModal as bQ,
41350
- RefineFormContent as bR,
41351
- RefineFormPage as bS,
41352
- SchemaStrategy as bT,
41353
- YamlForm as bU,
41354
- useRefineForm as bV,
41355
- ServiceInClusterAccessComponent as bW,
41356
- ServiceOutClusterAccessComponent as bX,
41357
- Tags as bY,
41358
- TextTags as bZ,
41359
- PodLog as b_,
41360
- PVAccessModeField as ba,
41361
- PVCPodsField as bb,
41362
- PVCRefField as bc,
41363
- PVCSIRefField as bd,
41364
- IsDefaultSCField as be,
41365
- SCReclaimPolicyField as bf,
41366
- IsSCAllowVolumeExpansionField as bg,
41367
- ResourceTableField as bh,
41368
- EventsTab as bi,
41369
- PodLogTab as bj,
41370
- BasicGroup as bk,
41371
- PodsGroup as bl,
41372
- PodContainersGroup as bm,
41373
- ServicePodsGroup as bn,
41374
- PVCPodsGroup as bo,
41375
- ConditionsGroup as bp,
41376
- NodeTaintsGroup as bq,
41377
- SecretDataGroup as br,
41378
- JobsGroup as bs,
41379
- IngressRulesGroup as bt,
41380
- PodSelectorGroup as bu,
41381
- PortsGroup as bv,
41382
- DataGroup as bw,
41383
- NetworkPolicyIngressRulesGroup as bx,
41384
- NetworkPolicyEgressRulesGroup as by,
41385
- StorageClassPvGroup as bz,
41322
+ PodLog as b$,
41323
+ PodSelectorField as b0,
41324
+ PortsTableField as b1,
41325
+ DurationField as b2,
41326
+ StorageClassProvisionerField as b3,
41327
+ StorageClassPvField as b4,
41328
+ PVCapacityField as b5,
41329
+ PVCStorageField as b6,
41330
+ PVRefField as b7,
41331
+ PVStorageClassField as b8,
41332
+ PVPhaseField as b9,
41333
+ StorageClassPvGroup as bA,
41334
+ ResourceTableGroup as bB,
41335
+ ShowGroupComponent as bC,
41336
+ ShowContent as bD,
41337
+ DeleteManyButton as bE,
41338
+ ListPage as bF,
41339
+ StateTag as bG,
41340
+ DrawerShow as bH,
41341
+ Menu as bI,
41342
+ Table as bJ,
41343
+ EditButton as bK,
41344
+ ReferenceLink as bL,
41345
+ ResourceLink as bM,
41346
+ NS_STORE_KEY as bN,
41347
+ ALL_NS as bO,
41348
+ useNamespacesFilter as bP,
41349
+ NamespacesFilter as bQ,
41350
+ FormModal as bR,
41351
+ RefineFormContent as bS,
41352
+ RefineFormPage as bT,
41353
+ SchemaStrategy as bU,
41354
+ YamlForm as bV,
41355
+ useRefineForm as bW,
41356
+ ServiceInClusterAccessComponent as bX,
41357
+ ServiceOutClusterAccessComponent as bY,
41358
+ Tags as bZ,
41359
+ TextTags as b_,
41360
+ PVVolumeModeField as ba,
41361
+ PVAccessModeField as bb,
41362
+ PVCPodsField as bc,
41363
+ PVCRefField as bd,
41364
+ PVCSIRefField as be,
41365
+ IsDefaultSCField as bf,
41366
+ SCReclaimPolicyField as bg,
41367
+ IsSCAllowVolumeExpansionField as bh,
41368
+ ResourceTableField as bi,
41369
+ EventsTab as bj,
41370
+ PodLogTab as bk,
41371
+ BasicGroup as bl,
41372
+ PodsGroup as bm,
41373
+ PodContainersGroup as bn,
41374
+ ServicePodsGroup as bo,
41375
+ PVCPodsGroup as bp,
41376
+ ConditionsGroup as bq,
41377
+ NodeTaintsGroup as br,
41378
+ SecretDataGroup as bs,
41379
+ JobsGroup as bt,
41380
+ IngressRulesGroup as bu,
41381
+ PodSelectorGroup as bv,
41382
+ PortsGroup as bw,
41383
+ DataGroup as bx,
41384
+ NetworkPolicyIngressRulesGroup as by,
41385
+ NetworkPolicyEgressRulesGroup as bz,
41386
41386
  useDeleteModal as c,
41387
- PersistentVolumeModel as c$,
41388
- PVVolumeModeDisplay as c0,
41389
- Tabs as c1,
41390
- ResourceSelect as c2,
41391
- SocketStatus as c3,
41392
- Shell as c4,
41393
- PodShellModal as c5,
41394
- PodShell as c6,
41395
- ResourceTable as c7,
41396
- ErrorWrapper as c8,
41397
- ErrorContentType as c9,
41398
- PVC_INIT_VALUE as cA,
41399
- ResourceState as cB,
41400
- AccessControlAuth as cC,
41401
- Dovetail as cD,
41402
- RESOURCE_GROUP as cE,
41403
- FormType as cF,
41404
- ComponentContext as cG,
41405
- GlobalStoreContext as cH,
41406
- ConfigsContext as cI,
41407
- IngressModel as cJ,
41408
- NetworkPolicyModel as cK,
41409
- JobModel as cL,
41410
- WorkloadModel as cM,
41411
- WorkloadBaseModel as cN,
41412
- PodModel as cO,
41413
- PodMetricsModel as cP,
41414
- ResourceModel as cQ,
41415
- CronJobModel as cR,
41416
- EventModel as cS,
41417
- DeploymentModel as cT,
41418
- DaemonSetModel as cU,
41419
- StatefulSetModel as cV,
41420
- ServiceTypeEnum as cW,
41421
- ServiceModel as cX,
41422
- NodeRole as cY,
41423
- NodeModel as cZ,
41424
- StorageClassModel as c_,
41425
- BASE_INIT_VALUE as ca,
41426
- DEPLOYMENT_INIT_VALUE as cb,
41427
- CRONJOB_INIT_VALUE as cc,
41428
- DAEMONSET_INIT_VALUE as cd,
41429
- JOB_INIT_VALUE as ce,
41430
- STATEFULSET_INIT_VALUE as cf,
41431
- POD_INIT_VALUE as cg,
41432
- SERVICE_CLUSTER_IP_INIT_VALUE as ch,
41433
- SERVICE_NODE_PORT_INIT_VALUE as ci,
41434
- SERVICE_LOAD_BALANCER_INIT_VALUE as cj,
41435
- SERVICE_EXTERNAL_NAME_INIT_VALUE as ck,
41436
- SERVICE_HEADLESS_INIT_VALUE as cl,
41437
- INGRESS_INIT_VALUE as cm,
41438
- NETWORK_POLICY_INIT_VALUE as cn,
41439
- CONFIG_MAP_INIT_VALUE as co,
41440
- SERVER_INSTANCE_INIT_VALUE as cp,
41441
- REDEPLOY_TIMESTAMP_KEY as cq,
41442
- SECRET_OPAQUE_INIT_VALUE as cr,
41443
- SECRET_IMAGE_REPO_INIT_VALUE as cs,
41444
- SECRET_BASIC_AUTH_INIT_VALUE as ct,
41445
- SECRET_SSH_AUTH_INIT_VALUE as cu,
41446
- SECRET_TLS_INIT_VALUE as cv,
41447
- SECRET_CUSTOM_INIT_VALUE as cw,
41448
- NODE_INIT_VALUE as cx,
41449
- STORAGE_CLASS_INIT_VALUE as cy,
41450
- PV_INIT_VALUE as cz,
41387
+ StorageClassModel as c$,
41388
+ NetworkPolicyRulesViewer as c0,
41389
+ PVVolumeModeDisplay as c1,
41390
+ Tabs as c2,
41391
+ ResourceSelect as c3,
41392
+ SocketStatus as c4,
41393
+ Shell as c5,
41394
+ PodShellModal as c6,
41395
+ PodShell as c7,
41396
+ ResourceTable as c8,
41397
+ ErrorWrapper as c9,
41398
+ PV_INIT_VALUE as cA,
41399
+ PVC_INIT_VALUE as cB,
41400
+ ResourceState as cC,
41401
+ AccessControlAuth as cD,
41402
+ Dovetail as cE,
41403
+ RESOURCE_GROUP as cF,
41404
+ FormType as cG,
41405
+ ComponentContext as cH,
41406
+ GlobalStoreContext as cI,
41407
+ ConfigsContext as cJ,
41408
+ IngressModel as cK,
41409
+ NetworkPolicyModel as cL,
41410
+ JobModel as cM,
41411
+ WorkloadModel as cN,
41412
+ WorkloadBaseModel as cO,
41413
+ PodModel as cP,
41414
+ PodMetricsModel as cQ,
41415
+ ResourceModel as cR,
41416
+ CronJobModel as cS,
41417
+ EventModel as cT,
41418
+ DeploymentModel as cU,
41419
+ DaemonSetModel as cV,
41420
+ StatefulSetModel as cW,
41421
+ ServiceTypeEnum as cX,
41422
+ ServiceModel as cY,
41423
+ NodeRole as cZ,
41424
+ NodeModel as c_,
41425
+ ErrorContentType as ca,
41426
+ BASE_INIT_VALUE as cb,
41427
+ DEPLOYMENT_INIT_VALUE as cc,
41428
+ CRONJOB_INIT_VALUE as cd,
41429
+ DAEMONSET_INIT_VALUE as ce,
41430
+ JOB_INIT_VALUE as cf,
41431
+ STATEFULSET_INIT_VALUE as cg,
41432
+ POD_INIT_VALUE as ch,
41433
+ SERVICE_CLUSTER_IP_INIT_VALUE as ci,
41434
+ SERVICE_NODE_PORT_INIT_VALUE as cj,
41435
+ SERVICE_LOAD_BALANCER_INIT_VALUE as ck,
41436
+ SERVICE_EXTERNAL_NAME_INIT_VALUE as cl,
41437
+ SERVICE_HEADLESS_INIT_VALUE as cm,
41438
+ INGRESS_INIT_VALUE as cn,
41439
+ NETWORK_POLICY_INIT_VALUE as co,
41440
+ CONFIG_MAP_INIT_VALUE as cp,
41441
+ SERVER_INSTANCE_INIT_VALUE as cq,
41442
+ REDEPLOY_TIMESTAMP_KEY as cr,
41443
+ SECRET_OPAQUE_INIT_VALUE as cs,
41444
+ SECRET_IMAGE_REPO_INIT_VALUE as ct,
41445
+ SECRET_BASIC_AUTH_INIT_VALUE as cu,
41446
+ SECRET_SSH_AUTH_INIT_VALUE as cv,
41447
+ SECRET_TLS_INIT_VALUE as cw,
41448
+ SECRET_CUSTOM_INIT_VALUE as cx,
41449
+ NODE_INIT_VALUE as cy,
41450
+ STORAGE_CLASS_INIT_VALUE as cz,
41451
41451
  dovetailRefineI18n as d,
41452
- PersistentVolumeClaimModel as d0,
41453
- ProviderPlugins as d1,
41454
- ModelPlugin as d2,
41455
- modelPlugin as d3,
41456
- RelationPlugin as d4,
41457
- relationPlugin as d5,
41458
- generateValueFromSchema as d6,
41459
- generateSchemaTypeValue as d7,
41460
- resolveRef as d8,
41461
- getApiVersion as d9,
41462
- pruneBeforeEdit as da,
41463
- NameSpaceColumnRenderer as e,
41464
- WorkloadRestartsColumnRenderer as f,
41465
- NodeNameColumnRenderer as g,
41466
- RestartCountColumnRenderer as h,
41467
- CompletionsCountColumnRenderer as i,
41452
+ PersistentVolumeModel as d0,
41453
+ PersistentVolumeClaimModel as d1,
41454
+ ProviderPlugins as d2,
41455
+ ModelPlugin as d3,
41456
+ modelPlugin as d4,
41457
+ RelationPlugin as d5,
41458
+ relationPlugin as d6,
41459
+ generateValueFromSchema as d7,
41460
+ generateSchemaTypeValue as d8,
41461
+ resolveRef as d9,
41462
+ getApiVersion as da,
41463
+ pruneBeforeEdit as db,
41464
+ useFailedModal as e,
41465
+ NameSpaceColumnRenderer as f,
41466
+ WorkloadRestartsColumnRenderer as g,
41467
+ NodeNameColumnRenderer as h,
41468
+ RestartCountColumnRenderer as i,
41468
41469
  jsxRuntimeExports as j,
41469
- ServiceTypeColumnRenderer as k,
41470
- ServiceInClusterAccessTitle as l,
41471
- ServiceInClusterAccessColumnRenderer as m,
41472
- ServiceOutClusterAccessTitle as n,
41473
- ServiceOutClusterAccessColumnRenderer as o,
41474
- PodWorkloadColumnRenderer as p,
41475
- IngressDefaultBackendColumnRenderer as q,
41470
+ CompletionsCountColumnRenderer as k,
41471
+ ServiceTypeColumnRenderer as l,
41472
+ ServiceInClusterAccessTitle as m,
41473
+ ServiceInClusterAccessColumnRenderer as n,
41474
+ ServiceOutClusterAccessTitle as o,
41475
+ ServiceOutClusterAccessColumnRenderer as p,
41476
+ PodWorkloadColumnRenderer as q,
41476
41477
  routerProvider as r,
41477
- IngressClassColumnRenderer as s,
41478
- IngressTlsColumnRenderer as t,
41478
+ IngressDefaultBackendColumnRenderer as s,
41479
+ IngressClassColumnRenderer as t,
41479
41480
  useNamespaceRefineFilter as u,
41480
- PodContainersNumColumnRenderer as v,
41481
- DataKeysColumnRenderer as w,
41482
- PortMappingColumnRenderer as x,
41483
- ProvisionerColumnRenderer as y,
41484
- PVCapacityColumnRenderer as z
41481
+ IngressTlsColumnRenderer as v,
41482
+ PodContainersNumColumnRenderer as w,
41483
+ DataKeysColumnRenderer as x,
41484
+ PortMappingColumnRenderer as y,
41485
+ ProvisionerColumnRenderer as z
41485
41486
  };