@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.
- package/dist/{MonacoYamlDiffEditor-0b32c27a.js → MonacoYamlDiffEditor-fec09973.js} +2 -2
- package/dist/{index-ba328da4.js → index-f8de0e3f.js} +312 -311
- package/dist/refine.js +243 -242
- package/dist/refine.umd.cjs +71 -70
- package/dist/style.css +110 -110
- package/lib/hooks/index.d.ts +1 -0
- package/lib/models/storage-class.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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
|
-
|
|
41228
|
+
useOpenForm as $,
|
|
41229
41229
|
AgeColumnRenderer as A,
|
|
41230
|
-
|
|
41230
|
+
PVCapacityColumnRenderer as B,
|
|
41231
41231
|
CommonSorter as C,
|
|
41232
41232
|
DurationColumnRenderer as D,
|
|
41233
|
-
|
|
41234
|
-
|
|
41235
|
-
|
|
41236
|
-
|
|
41233
|
+
PVCStorageColumnRenderer as E,
|
|
41234
|
+
PVRefColumnRenderer as F,
|
|
41235
|
+
PVStorageClassColumnRenderer as G,
|
|
41236
|
+
PVPhaseColumnRenderer as H,
|
|
41237
41237
|
IngressRulesColumnRenderer as I,
|
|
41238
|
-
|
|
41239
|
-
|
|
41240
|
-
|
|
41241
|
-
|
|
41238
|
+
PVCRefColumnRenderer as J,
|
|
41239
|
+
PVCSIRefColumnRenderer as K,
|
|
41240
|
+
PVVolumeModeColumnRenderer as L,
|
|
41241
|
+
PVAccessModeColumnRenderer as M,
|
|
41242
41242
|
NameColumnRenderer as N,
|
|
41243
|
-
|
|
41243
|
+
IsDefaultSCColumnRenderer as O,
|
|
41244
41244
|
PlainTextNameColumnRenderer as P,
|
|
41245
|
-
|
|
41245
|
+
SCReclaimPolicyColumnRenderer as Q,
|
|
41246
41246
|
ReplicasColumnRenderer as R,
|
|
41247
41247
|
StateDisplayColumnRenderer as S,
|
|
41248
|
-
|
|
41249
|
-
|
|
41250
|
-
|
|
41248
|
+
SCAllowExpandColumnRenderer as T,
|
|
41249
|
+
ColumnKeys as U,
|
|
41250
|
+
addDefaultRenderToColumns as V,
|
|
41251
41251
|
WorkloadImageColumnRenderer as W,
|
|
41252
|
-
|
|
41253
|
-
|
|
41254
|
-
|
|
41255
|
-
|
|
41252
|
+
useEagleTable as X,
|
|
41253
|
+
useDownloadYAML as Y,
|
|
41254
|
+
useEdit as Z,
|
|
41255
|
+
useGlobalStore as _,
|
|
41256
41256
|
useApiGroupSchema as a,
|
|
41257
|
-
|
|
41258
|
-
|
|
41259
|
-
|
|
41260
|
-
|
|
41261
|
-
|
|
41262
|
-
|
|
41263
|
-
|
|
41264
|
-
|
|
41265
|
-
|
|
41266
|
-
|
|
41267
|
-
|
|
41268
|
-
|
|
41269
|
-
|
|
41270
|
-
|
|
41271
|
-
|
|
41272
|
-
|
|
41273
|
-
|
|
41274
|
-
|
|
41275
|
-
|
|
41276
|
-
|
|
41277
|
-
|
|
41278
|
-
|
|
41279
|
-
|
|
41280
|
-
|
|
41281
|
-
|
|
41282
|
-
|
|
41283
|
-
|
|
41284
|
-
|
|
41285
|
-
|
|
41286
|
-
|
|
41287
|
-
|
|
41288
|
-
|
|
41289
|
-
|
|
41290
|
-
|
|
41291
|
-
|
|
41292
|
-
|
|
41293
|
-
|
|
41294
|
-
|
|
41295
|
-
|
|
41296
|
-
|
|
41297
|
-
|
|
41298
|
-
|
|
41299
|
-
|
|
41300
|
-
|
|
41301
|
-
|
|
41302
|
-
|
|
41303
|
-
|
|
41304
|
-
|
|
41305
|
-
|
|
41306
|
-
|
|
41307
|
-
|
|
41308
|
-
|
|
41309
|
-
|
|
41310
|
-
|
|
41311
|
-
|
|
41312
|
-
|
|
41313
|
-
|
|
41314
|
-
|
|
41315
|
-
|
|
41316
|
-
|
|
41317
|
-
|
|
41318
|
-
|
|
41319
|
-
|
|
41320
|
-
|
|
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
|
-
|
|
41323
|
-
|
|
41324
|
-
|
|
41325
|
-
|
|
41326
|
-
|
|
41327
|
-
|
|
41328
|
-
|
|
41329
|
-
|
|
41330
|
-
|
|
41331
|
-
|
|
41332
|
-
|
|
41333
|
-
|
|
41334
|
-
|
|
41335
|
-
|
|
41336
|
-
|
|
41337
|
-
|
|
41338
|
-
|
|
41339
|
-
|
|
41340
|
-
|
|
41341
|
-
|
|
41342
|
-
|
|
41343
|
-
|
|
41344
|
-
|
|
41345
|
-
|
|
41346
|
-
|
|
41347
|
-
|
|
41348
|
-
|
|
41349
|
-
|
|
41350
|
-
|
|
41351
|
-
|
|
41352
|
-
|
|
41353
|
-
|
|
41354
|
-
|
|
41355
|
-
|
|
41356
|
-
|
|
41357
|
-
|
|
41358
|
-
|
|
41359
|
-
|
|
41360
|
-
|
|
41361
|
-
|
|
41362
|
-
|
|
41363
|
-
|
|
41364
|
-
|
|
41365
|
-
|
|
41366
|
-
|
|
41367
|
-
|
|
41368
|
-
|
|
41369
|
-
|
|
41370
|
-
|
|
41371
|
-
|
|
41372
|
-
|
|
41373
|
-
|
|
41374
|
-
|
|
41375
|
-
|
|
41376
|
-
|
|
41377
|
-
|
|
41378
|
-
|
|
41379
|
-
|
|
41380
|
-
|
|
41381
|
-
|
|
41382
|
-
|
|
41383
|
-
|
|
41384
|
-
|
|
41385
|
-
|
|
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
|
-
|
|
41388
|
-
|
|
41389
|
-
|
|
41390
|
-
|
|
41391
|
-
|
|
41392
|
-
|
|
41393
|
-
|
|
41394
|
-
|
|
41395
|
-
|
|
41396
|
-
|
|
41397
|
-
|
|
41398
|
-
|
|
41399
|
-
|
|
41400
|
-
|
|
41401
|
-
|
|
41402
|
-
|
|
41403
|
-
|
|
41404
|
-
|
|
41405
|
-
|
|
41406
|
-
|
|
41407
|
-
|
|
41408
|
-
|
|
41409
|
-
|
|
41410
|
-
|
|
41411
|
-
|
|
41412
|
-
|
|
41413
|
-
|
|
41414
|
-
|
|
41415
|
-
|
|
41416
|
-
|
|
41417
|
-
|
|
41418
|
-
|
|
41419
|
-
|
|
41420
|
-
|
|
41421
|
-
|
|
41422
|
-
|
|
41423
|
-
|
|
41424
|
-
|
|
41425
|
-
|
|
41426
|
-
|
|
41427
|
-
|
|
41428
|
-
|
|
41429
|
-
|
|
41430
|
-
|
|
41431
|
-
|
|
41432
|
-
|
|
41433
|
-
|
|
41434
|
-
|
|
41435
|
-
|
|
41436
|
-
|
|
41437
|
-
|
|
41438
|
-
|
|
41439
|
-
|
|
41440
|
-
|
|
41441
|
-
|
|
41442
|
-
|
|
41443
|
-
|
|
41444
|
-
|
|
41445
|
-
|
|
41446
|
-
|
|
41447
|
-
|
|
41448
|
-
|
|
41449
|
-
|
|
41450
|
-
|
|
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
|
-
|
|
41453
|
-
|
|
41454
|
-
|
|
41455
|
-
|
|
41456
|
-
|
|
41457
|
-
|
|
41458
|
-
|
|
41459
|
-
|
|
41460
|
-
|
|
41461
|
-
|
|
41462
|
-
|
|
41463
|
-
|
|
41464
|
-
|
|
41465
|
-
|
|
41466
|
-
|
|
41467
|
-
|
|
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
|
-
|
|
41470
|
-
|
|
41471
|
-
|
|
41472
|
-
|
|
41473
|
-
|
|
41474
|
-
|
|
41475
|
-
|
|
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
|
-
|
|
41478
|
-
|
|
41478
|
+
IngressDefaultBackendColumnRenderer as s,
|
|
41479
|
+
IngressClassColumnRenderer as t,
|
|
41479
41480
|
useNamespaceRefineFilter as u,
|
|
41480
|
-
|
|
41481
|
-
|
|
41482
|
-
|
|
41483
|
-
|
|
41484
|
-
|
|
41481
|
+
IngressTlsColumnRenderer as v,
|
|
41482
|
+
PodContainersNumColumnRenderer as w,
|
|
41483
|
+
DataKeysColumnRenderer as x,
|
|
41484
|
+
PortMappingColumnRenderer as y,
|
|
41485
|
+
ProvisionerColumnRenderer as z
|
|
41485
41486
|
};
|