@dovetail-v2/refine 0.0.59 → 0.0.61-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.
- package/dist/{MonacoYamlDiffEditor-df3d853a.js → MonacoYamlDiffEditor-e5cfbfbd.js} +1 -1
- package/dist/{index-a278a1a6.js → index-f46a38ea.js} +343 -185
- package/dist/refine.js +175 -158
- package/dist/refine.umd.cjs +186 -28
- package/lib/src/components/Form/type.d.ts +4 -3
- package/lib/src/components/K8sDropdown/index.d.ts +1 -1
- package/lib/src/components/ModalContextProvider/index.d.ts +12 -0
- package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.d.ts +2 -1
- package/lib/src/components/PodDropdown/index.d.ts +9 -0
- package/lib/src/components/PodShellModal/index.d.ts +7 -0
- package/lib/src/components/ResourceSelect/index.d.ts +12 -0
- package/lib/src/components/ValueDisplay/index.d.ts +1 -1
- package/lib/src/components/YamlForm/index.d.ts +4 -0
- package/lib/src/components/index.d.ts +2 -0
- package/lib/src/constants/k8s.d.ts +18 -0
- package/lib/src/hooks/useEagleForm.d.ts +2 -1
- package/lib/src/hooks/useEagleTable/columns.d.ts +8 -1
- package/lib/src/hooks/useModal.d.ts +0 -0
- package/lib/src/hooks/useNamespaceFilter.d.ts +5 -0
- package/lib/src/model/cronjob-model.d.ts +9 -0
- package/lib/src/model/index.d.ts +6 -0
- package/lib/src/model/job-model.d.ts +10 -0
- package/lib/src/model/pod-metrics-model.d.ts +7 -0
- package/lib/src/model/pod-model.d.ts +15 -0
- package/lib/src/model/resource-model.d.ts +17 -0
- package/lib/src/model/workload-model.d.ts +17 -0
- package/lib/src/models/index.d.ts +4 -0
- package/lib/src/models/ingress-model.d.ts +0 -1
- package/lib/src/models/node-model.d.ts +15 -0
- package/lib/src/models/persistent-volume-claim.d.ts +10 -0
- package/lib/src/models/persistent-volume.d.ts +10 -0
- package/lib/src/models/storage-class.d.ts +10 -0
- package/lib/src/models/workload-base-model.d.ts +2 -2
- package/lib/src/pages/nodes/hooks/useNodeMetrics.d.ts +17 -0
- package/lib/src/pages/{pods/index.js → nodes/index.d.ts} +0 -1
- package/lib/src/pages/nodes/list/index.d.ts +3 -0
- package/lib/src/pages/nodes/show/index.d.ts +3 -0
- package/lib/src/pages/storageclasses/form/index.d.ts +9 -0
- package/lib/src/pages/storageclasses/index.d.ts +44 -0
- package/lib/src/pages/storageclasses/list/index.d.ts +3 -0
- package/lib/src/pages/storageclasses/show/index.d.ts +3 -0
- package/lib/src/types/metric.d.ts +25 -0
- package/lib/src/types/resource.d.ts +3 -1
- package/lib/src/utils/shell.d.ts +5 -0
- package/package.json +1 -1
- package/lib/src/App.js +0 -91
- package/lib/src/Dovetail.js +0 -45
- package/lib/src/components/Breadcrumb/index.js +0 -20
- package/lib/src/components/ConditionsTable/ConditionsTable.js +0 -56
- package/lib/src/components/ConditionsTable/index.js +0 -1
- package/lib/src/components/CreateButton/index.js +0 -10
- package/lib/src/components/CronJobDropdown/index.js +0 -26
- package/lib/src/components/CronjobJobsTable/index.js +0 -49
- package/lib/src/components/DeleteButton/index.js +0 -13
- package/lib/src/components/DeleteManyButton/index.js +0 -16
- package/lib/src/components/DrawerShow/DrawerShow.js +0 -13
- package/lib/src/components/DrawerShow/index.js +0 -1
- package/lib/src/components/EditButton/index.js +0 -13
- package/lib/src/components/EditField/index.js +0 -47
- package/lib/src/components/ErrorContent/index.js +0 -36
- package/lib/src/components/EventsTable/EventsTable.js +0 -59
- package/lib/src/components/EventsTable/index.js +0 -1
- package/lib/src/components/Form/KeyValueListWidget.js +0 -56
- package/lib/src/components/Form/MetadataForm.js +0 -9
- package/lib/src/components/Form/NameInputWidget.js +0 -50
- package/lib/src/components/Form/NamespaceSelectWidget.js +0 -21
- package/lib/src/components/Form/index.js +0 -4
- package/lib/src/components/Form/widget.js +0 -1
- package/lib/src/components/FormErrorAlert/index.js +0 -8
- package/lib/src/components/FormLayout/index.js +0 -21
- package/lib/src/components/FormModal/index.js +0 -51
- package/lib/src/components/ImageNames/index.js +0 -14
- package/lib/src/components/IngressRulesComponent/index.js +0 -11
- package/lib/src/components/IngressRulesTable/IngressRulesTable.js +0 -51
- package/lib/src/components/IngressRulesTable/index.js +0 -1
- package/lib/src/components/K8sDropdown/index.js +0 -31
- package/lib/src/components/KeyValue/KeyValue.js +0 -27
- package/lib/src/components/KeyValue/index.js +0 -1
- package/lib/src/components/KeyValueData/index.js +0 -50
- package/lib/src/components/Layout/index.js +0 -39
- package/lib/src/components/ListPage/index.js +0 -25
- package/lib/src/components/Menu/index.js +0 -36
- package/lib/src/components/NamespacesFilter/index.js +0 -34
- package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.js +0 -77
- package/lib/src/components/NetworkPolicyRulesTable/index.js +0 -1
- package/lib/src/components/PageShow/PageShow.js +0 -11
- package/lib/src/components/PageShow/index.js +0 -1
- package/lib/src/components/PodContainersTable/PodContainersTable.js +0 -78
- package/lib/src/components/PodContainersTable/index.js +0 -1
- package/lib/src/components/PodLog/index.js +0 -136
- package/lib/src/components/ReferenceLink/index.js +0 -17
- package/lib/src/components/RefineForm/RefineFormContent.d.ts +0 -10
- package/lib/src/components/RefineForm/RefineFormModal.d.ts +0 -8
- package/lib/src/components/RefineForm/RefineFormPage.d.ts +0 -7
- package/lib/src/components/RefineForm/index.d.ts +0 -3
- package/lib/src/components/RefineForm/type.d.ts +0 -20
- package/lib/src/components/RefineForm/useRefineForm.d.ts +0 -10
- package/lib/src/components/ResourceCRUD/ResourceCRUD.js +0 -15
- package/lib/src/components/ResourceCRUD/create/index.js +0 -13
- package/lib/src/components/ResourceCRUD/index.js +0 -4
- package/lib/src/components/ResourceCRUD/list/index.js +0 -19
- package/lib/src/components/ResourceCRUD/show/index.js +0 -6
- package/lib/src/components/ResourceLink/index.js +0 -21
- package/lib/src/components/ResourceUsageBar/index.js +0 -81
- package/lib/src/components/Separator/index.js +0 -11
- package/lib/src/components/ShowContent/ShowContent.js +0 -157
- package/lib/src/components/ShowContent/fields.js +0 -157
- package/lib/src/components/ShowContent/index.js +0 -2
- package/lib/src/components/StateTag/StateTag.js +0 -22
- package/lib/src/components/StateTag/index.js +0 -1
- package/lib/src/components/Table/ErrorContent.js +0 -36
- package/lib/src/components/Table/TableToolBar.js +0 -14
- package/lib/src/components/Table/TableWidgets.js +0 -28
- package/lib/src/components/Table/index.js +0 -69
- package/lib/src/components/Tags/index.js +0 -22
- package/lib/src/components/Time/index.js +0 -14
- package/lib/src/components/WorkloadDropdown/index.js +0 -24
- package/lib/src/components/WorkloadPodsTable/WorkloadPodsTable.js +0 -39
- package/lib/src/components/WorkloadPodsTable/index.js +0 -1
- package/lib/src/components/WorkloadReplicas/index.js +0 -50
- package/lib/src/components/YamlEditor/MonacoYamlDiffEditor.js +0 -34
- package/lib/src/components/YamlEditor/MonacoYamlEditor.js +0 -149
- package/lib/src/components/YamlEditor/YamlEditorComponent.js +0 -90
- package/lib/src/components/YamlEditor/index.js +0 -1
- package/lib/src/components/YamlEditor/style.js +0 -102
- package/lib/src/components/YamlEditor/yaml.worker.js +0 -1
- package/lib/src/components/YamlForm/index.js +0 -61
- package/lib/src/components/index.js +0 -38
- package/lib/src/constants/index.js +0 -2
- package/lib/src/constants/k8s.js +0 -203
- package/lib/src/constants/state.js +0 -15
- package/lib/src/contexts/component.js +0 -3
- package/lib/src/contexts/configs.js +0 -3
- package/lib/src/contexts/global-store.js +0 -3
- package/lib/src/contexts/index.js +0 -3
- package/lib/src/hooks/index.js +0 -7
- package/lib/src/hooks/useDeleteModal/index.js +0 -1
- package/lib/src/hooks/useDeleteModal/useDeleteManyModal.js +0 -31
- package/lib/src/hooks/useDeleteModal/useDeleteModal.js +0 -38
- package/lib/src/hooks/useDownloadYAML.js +0 -10
- package/lib/src/hooks/useEagleForm.js +0 -177
- package/lib/src/hooks/useEagleTable/columns.js +0 -246
- package/lib/src/hooks/useEagleTable/index.js +0 -2
- package/lib/src/hooks/useEagleTable/useEagleTable.js +0 -63
- package/lib/src/hooks/useEdit.js +0 -19
- package/lib/src/hooks/useGlobalStore.js +0 -5
- package/lib/src/hooks/useK8sYamlEditor.js +0 -37
- package/lib/src/hooks/useOpenForm.js +0 -43
- package/lib/src/hooks/useSchema.js +0 -37
- package/lib/src/hooks/useSubmitForm.js +0 -42
- package/lib/src/i18n.js +0 -19
- package/lib/src/index.js +0 -13
- package/lib/src/locales/en-US/dovetail.json +0 -18
- package/lib/src/locales/en-US/index.js +0 -4
- package/lib/src/locales/index.js +0 -6
- package/lib/src/locales/zh-CN/dovetail.json +0 -91
- package/lib/src/locales/zh-CN/index.js +0 -4
- package/lib/src/main.js +0 -12
- package/lib/src/models/cronjob-model.js +0 -32
- package/lib/src/models/daemonset-model.js +0 -17
- package/lib/src/models/deployment-model.js +0 -17
- package/lib/src/models/event-model.js +0 -11
- package/lib/src/models/index.js +0 -14
- package/lib/src/models/ingress-model.js +0 -24
- package/lib/src/models/job-model.js +0 -56
- package/lib/src/models/network-policy-model.js +0 -10
- package/lib/src/models/pod-metrics-model.js +0 -34
- package/lib/src/models/pod-model.js +0 -78
- package/lib/src/models/resource-model.js +0 -34
- package/lib/src/models/server-instance-model.d.ts +0 -10
- package/lib/src/models/service-model.js +0 -17
- package/lib/src/models/statefulset-model.js +0 -17
- package/lib/src/models/types/index.js +0 -1
- package/lib/src/models/types/metric.js +0 -1
- package/lib/src/models/workload-base-model.js +0 -22
- package/lib/src/models/workload-model.js +0 -51
- package/lib/src/pages/configmaps/index.js +0 -15
- package/lib/src/pages/cronjobs/create/index.js +0 -6
- package/lib/src/pages/cronjobs/index.js +0 -3
- package/lib/src/pages/cronjobs/list/index.js +0 -42
- package/lib/src/pages/cronjobs/show/index.js +0 -16
- package/lib/src/pages/daemonsets/create/index.js +0 -6
- package/lib/src/pages/daemonsets/index.js +0 -3
- package/lib/src/pages/daemonsets/list/index.js +0 -32
- package/lib/src/pages/daemonsets/show/index.js +0 -16
- package/lib/src/pages/deployments/create/index.js +0 -7
- package/lib/src/pages/deployments/index.js +0 -3
- package/lib/src/pages/deployments/list/index.js +0 -26
- package/lib/src/pages/deployments/show/index.js +0 -16
- package/lib/src/pages/ingresses/index.js +0 -26
- package/lib/src/pages/jobs/index.js +0 -34
- package/lib/src/pages/networkPolicies/index.js +0 -67
- package/lib/src/pages/pods/create/index.js +0 -6
- package/lib/src/pages/pods/list/index.js +0 -81
- package/lib/src/pages/pods/show/index.js +0 -54
- package/lib/src/pages/secrets/index.js +0 -15
- package/lib/src/pages/services/index.js +0 -26
- package/lib/src/pages/statefulsets/create/index.js +0 -6
- package/lib/src/pages/statefulsets/index.js +0 -3
- package/lib/src/pages/statefulsets/list/index.js +0 -26
- package/lib/src/pages/statefulsets/show/index.js +0 -16
- package/lib/src/plugins/index.js +0 -3
- package/lib/src/plugins/model-plugin.js +0 -46
- package/lib/src/plugins/relation-plugin.js +0 -81
- package/lib/src/plugins/type.js +0 -1
- package/lib/src/providers/index.js +0 -1
- package/lib/src/providers/router-provider/index.js +0 -100
- package/lib/src/types/index.js +0 -1
- package/lib/src/types/resource.js +0 -12
- package/lib/src/utils/addId.js +0 -8
- package/lib/src/utils/download.js +0 -9
- package/lib/src/utils/error.js +0 -53
- package/lib/src/utils/form.js +0 -9
- package/lib/src/utils/k8s.js +0 -6
- package/lib/src/utils/labels.js +0 -15
- package/lib/src/utils/match-selector.js +0 -12
- package/lib/src/utils/openapi.js +0 -33
- package/lib/src/utils/schema.js +0 -117
- package/lib/src/utils/selector.js +0 -12
- package/lib/src/utils/string.js +0 -6
- package/lib/src/utils/time.js +0 -46
- package/lib/src/utils/unit.js +0 -69
- package/lib/src/utils/yaml.js +0 -44
- package/lib/vite.config.js +0 -60
|
@@ -10,7 +10,7 @@ import React__default, { createElement, isValidElement, cloneElement, Children,
|
|
|
10
10
|
import { ResourceContext, matchResourceFromRoute, useResource, useDelete, useNavigation, useBreadcrumb, useList, useParsed, useGo, useCan, useTable, useDeleteMany, CanAccess, useShow, useUpdate, useDataProvider, useRefineContext, useTranslate, useWarnAboutChange, useForm as useForm$2, flattenObjectKeys, pickNotDeprecated, useMenu, Refine } from "@refinedev/core";
|
|
11
11
|
import { parse, stringify } from "qs";
|
|
12
12
|
import { useLocation, useHistory, useParams, matchPath, Link, Route, NavLink, Router } from "react-router-dom";
|
|
13
|
-
import { Typo, Tag, useUIKit, kitContext, OverflowTooltip, Tooltip, StatusCapsule, usePushModal, Icon as Icon$1, Link as Link$1, Button, usePopModal, Loading, Divider, Fields, Space, Form, Modal, useMessage, ModalStack, KitStoreProvider } from "@cloudtower/eagle";
|
|
13
|
+
import { Typo, Tag, useUIKit, kitContext, OverflowTooltip, Tooltip, StatusCapsule, usePushModal, Icon as Icon$1, Link as Link$1, Button, usePopModal, Loading, Divider, Fields, Space, Form, Modal, Select, AntdOption, useMessage, ModalStack, KitStoreProvider } from "@cloudtower/eagle";
|
|
14
14
|
import { EditPen16PrimaryIcon, Download16GradientBlueIcon, TrashBinDelete16Icon, MoreEllipsis324BoldSecondaryIcon, MoreEllipsis324BoldBlueIcon, MoreEllipsis316BoldBlueIcon, PlusAddCreateNew16BoldOntintIcon, ArrowChevronLeft16BoldTertiaryIcon, ArrowChevronLeftSmall16BoldBlueIcon, EditPen16GradientBlueIcon, ViewEye16GradientGrayIcon, EntityFilterIgnoreGradient16GrayIcon, RecoverContinue16GradientBlueIcon, SuspendedPause16GradientBlueIcon, Retry16GradientBlueIcon, HierarchyTriangleRight16GrayIcon, HierarchyTriangleRight16BlueIcon, ClipboardCopy16GradientGrayIcon, ClipboardCopy16GradientBlueIcon, Retry16GradientGrayIcon, EditPen16GradientGrayIcon, Showdiff16GradientGrayIcon, Showdiff16GradientBlueIcon, XmarkFailedSeriousWarningFill16RedIcon, ExclamationErrorCircleFill16RedIcon, Pause16GradientBlueIcon } from "@cloudtower/icons-react";
|
|
15
15
|
import { omit as omit$1, merge, get as get$3, first, debounce, last, isObject as isObject$4, keyBy } from "lodash-es";
|
|
16
16
|
import yaml from "js-yaml";
|
|
@@ -8975,49 +8975,34 @@ class ResourceModel {
|
|
|
8975
8975
|
}
|
|
8976
8976
|
class IngressModel extends ResourceModel {
|
|
8977
8977
|
constructor(_rawYaml, _globalStore) {
|
|
8978
|
+
var _a;
|
|
8978
8979
|
super(_rawYaml, _globalStore);
|
|
8979
|
-
__publicField(this, "flattenedRules"
|
|
8980
|
+
__publicField(this, "flattenedRules");
|
|
8980
8981
|
this._rawYaml = _rawYaml;
|
|
8981
8982
|
this._globalStore = _globalStore;
|
|
8982
|
-
|
|
8983
|
-
async init() {
|
|
8984
|
-
var _a, _b, _c, _d;
|
|
8985
|
-
const services = await this._globalStore.get("services", {
|
|
8986
|
-
resourceBasePath: "/api/v1",
|
|
8987
|
-
kind: "Service"
|
|
8988
|
-
});
|
|
8989
|
-
const protocal = !!this._rawYaml.spec.tls ? "https" : "http";
|
|
8990
|
-
const servicePort = (_c = (_b = (_a = services.items.find((s2) => {
|
|
8991
|
-
var _a2, _b2;
|
|
8992
|
-
return ((_a2 = s2.metadata) == null ? void 0 : _a2.name) === "contour-envoy" && ((_b2 = s2.spec) == null ? void 0 : _b2.type) === "NodePort";
|
|
8993
|
-
})) == null ? void 0 : _a.spec) == null ? void 0 : _b.ports) == null ? void 0 : _c.find((p) => p.name === protocal);
|
|
8994
|
-
this.flattenedRules = ((_d = this._rawYaml.spec.rules) == null ? void 0 : _d.reduce((res, rule2) => {
|
|
8983
|
+
this.flattenedRules = ((_a = this._rawYaml.spec.rules) == null ? void 0 : _a.reduce((res, rule2) => {
|
|
8995
8984
|
var _a2;
|
|
8996
8985
|
const paths = (_a2 = rule2.http) == null ? void 0 : _a2.paths.map((p) => {
|
|
8997
|
-
var _a3,
|
|
8986
|
+
var _a3, _b, _c, _d, _e, _f;
|
|
8998
8987
|
return {
|
|
8999
8988
|
resourceName: ((_a3 = p.backend.resource) == null ? void 0 : _a3.name) || "",
|
|
9000
|
-
serviceName: ((
|
|
9001
|
-
fullPath: this.getFullPath(rule2, p.path
|
|
8989
|
+
serviceName: ((_b = p.backend.service) == null ? void 0 : _b.name) || "",
|
|
8990
|
+
fullPath: this.getFullPath(rule2, p.path),
|
|
9002
8991
|
pathType: p.pathType,
|
|
9003
|
-
servicePort: ((
|
|
8992
|
+
servicePort: ((_d = (_c = p.backend.service) == null ? void 0 : _c.port) == null ? void 0 : _d.number) || ((_f = (_e = p.backend.service) == null ? void 0 : _e.port) == null ? void 0 : _f.name),
|
|
9004
8993
|
host: rule2.host
|
|
9005
8994
|
};
|
|
9006
8995
|
});
|
|
9007
8996
|
return [...res, ...paths || []];
|
|
9008
8997
|
}, [])) || [];
|
|
9009
8998
|
}
|
|
9010
|
-
getFullPath(rule2, path2 = ""
|
|
8999
|
+
getFullPath(rule2, path2 = "") {
|
|
9011
9000
|
if (!rule2.host) {
|
|
9012
9001
|
return path2 || "";
|
|
9013
9002
|
}
|
|
9014
9003
|
const hostValue = rule2.host || "";
|
|
9015
9004
|
const protocal = this._rawYaml.spec.tls ? "https://" : "http://";
|
|
9016
|
-
|
|
9017
|
-
if (path2[path2.length - 1] === "/") {
|
|
9018
|
-
path2 = path2.slice(0, -1);
|
|
9019
|
-
}
|
|
9020
|
-
return `${protocal}${hostValue}${path2}${portText}`;
|
|
9005
|
+
return `${protocal}${hostValue}${path2}`;
|
|
9021
9006
|
}
|
|
9022
9007
|
}
|
|
9023
9008
|
class NetworkPolicyModel extends ResourceModel {
|
|
@@ -9547,6 +9532,24 @@ const SECRET_CUSTOM_INIT_VALUE = {
|
|
|
9547
9532
|
"type": "",
|
|
9548
9533
|
"data": {}
|
|
9549
9534
|
};
|
|
9535
|
+
const NODE_INIT_VALUE = {
|
|
9536
|
+
"apiVersion": "v1",
|
|
9537
|
+
"kind": "Node",
|
|
9538
|
+
"metadata": {
|
|
9539
|
+
"name": "example",
|
|
9540
|
+
"namespace": "default"
|
|
9541
|
+
},
|
|
9542
|
+
"spec": {}
|
|
9543
|
+
};
|
|
9544
|
+
const STORAGE_CLASS_INIT_VALUE = {
|
|
9545
|
+
"apiVersion": "storage.k8s.io/v1",
|
|
9546
|
+
"kind": "StorageClass",
|
|
9547
|
+
"metadata": {
|
|
9548
|
+
"name": "example",
|
|
9549
|
+
"namespace": "default"
|
|
9550
|
+
},
|
|
9551
|
+
"spec": {}
|
|
9552
|
+
};
|
|
9550
9553
|
var WorkloadState = /* @__PURE__ */ ((WorkloadState2) => {
|
|
9551
9554
|
WorkloadState2["Terminated"] = "terminated";
|
|
9552
9555
|
WorkloadState2["UPDATING"] = "updating";
|
|
@@ -10032,6 +10035,42 @@ class ServiceModel extends ResourceModel {
|
|
|
10032
10035
|
});
|
|
10033
10036
|
}
|
|
10034
10037
|
}
|
|
10038
|
+
var NodeRole = /* @__PURE__ */ ((NodeRole2) => {
|
|
10039
|
+
NodeRole2["ControlPlane"] = "Control Plane";
|
|
10040
|
+
NodeRole2["Worker"] = "Worker";
|
|
10041
|
+
return NodeRole2;
|
|
10042
|
+
})(NodeRole || {});
|
|
10043
|
+
class NodeModel extends WorkloadBaseModel {
|
|
10044
|
+
constructor(_rawYaml, _globalStore) {
|
|
10045
|
+
super(_rawYaml, _globalStore);
|
|
10046
|
+
this._rawYaml = _rawYaml;
|
|
10047
|
+
this._globalStore = _globalStore;
|
|
10048
|
+
}
|
|
10049
|
+
get role() {
|
|
10050
|
+
return "node-role.kubernetes.io/control-plane" in (this.metadata.labels || {}) ? "Control Plane" : "Worker";
|
|
10051
|
+
}
|
|
10052
|
+
}
|
|
10053
|
+
class StorageClassModel extends ResourceModel {
|
|
10054
|
+
constructor(_rawYaml, _globalStore) {
|
|
10055
|
+
super(_rawYaml, _globalStore);
|
|
10056
|
+
this._rawYaml = _rawYaml;
|
|
10057
|
+
this._globalStore = _globalStore;
|
|
10058
|
+
}
|
|
10059
|
+
}
|
|
10060
|
+
class PersistentVolumeModel extends ResourceModel {
|
|
10061
|
+
constructor(_rawYaml, _globalStore) {
|
|
10062
|
+
super(_rawYaml, _globalStore);
|
|
10063
|
+
this._rawYaml = _rawYaml;
|
|
10064
|
+
this._globalStore = _globalStore;
|
|
10065
|
+
}
|
|
10066
|
+
}
|
|
10067
|
+
class PersistentVolumeClaimModel extends ResourceModel {
|
|
10068
|
+
constructor(_rawYaml, _globalStore) {
|
|
10069
|
+
super(_rawYaml, _globalStore);
|
|
10070
|
+
this._rawYaml = _rawYaml;
|
|
10071
|
+
this._globalStore = _globalStore;
|
|
10072
|
+
}
|
|
10073
|
+
}
|
|
10035
10074
|
const index_1lzkrja = "";
|
|
10036
10075
|
const ServiceInClusterAccessComponent = ({
|
|
10037
10076
|
service
|
|
@@ -10428,6 +10467,8 @@ var RESOURCE_GROUP = /* @__PURE__ */ ((RESOURCE_GROUP2) => {
|
|
|
10428
10467
|
RESOURCE_GROUP2["CLUSTER"] = "CLUSTER";
|
|
10429
10468
|
RESOURCE_GROUP2["SERVICE"] = "SERVICE";
|
|
10430
10469
|
RESOURCE_GROUP2["SERVICE_AND_NETWORK"] = "SERVICE_AND_NETWORK";
|
|
10470
|
+
RESOURCE_GROUP2["CONFIG"] = "CONFIG";
|
|
10471
|
+
RESOURCE_GROUP2["NODE_MANAGEMENT"] = "NODE_MANAGEMENT";
|
|
10431
10472
|
return RESOURCE_GROUP2;
|
|
10432
10473
|
})(RESOURCE_GROUP || {});
|
|
10433
10474
|
var FormType = /* @__PURE__ */ ((FormType2) => {
|
|
@@ -22236,6 +22277,9 @@ const RefineFormContent = (props) => {
|
|
|
22236
22277
|
children: value2
|
|
22237
22278
|
});
|
|
22238
22279
|
}
|
|
22280
|
+
if (c2 == null ? void 0 : c2.render) {
|
|
22281
|
+
ele = c2.render(value2, onChange, formValue, onBlur, action, control);
|
|
22282
|
+
}
|
|
22239
22283
|
if (c2.helperText) {
|
|
22240
22284
|
ele = /* @__PURE__ */ jsxRuntimeExports.jsxs(Space, {
|
|
22241
22285
|
size: 4,
|
|
@@ -22247,9 +22291,6 @@ const RefineFormContent = (props) => {
|
|
|
22247
22291
|
})]
|
|
22248
22292
|
});
|
|
22249
22293
|
}
|
|
22250
|
-
if (c2 == null ? void 0 : c2.render) {
|
|
22251
|
-
ele = c2.render(value2, onChange, formValue, onBlur, action);
|
|
22252
|
-
}
|
|
22253
22294
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Form.Item, {
|
|
22254
22295
|
label: c2.label,
|
|
22255
22296
|
colon: false,
|
|
@@ -22957,7 +22998,7 @@ const Separator = () => {
|
|
|
22957
22998
|
});
|
|
22958
22999
|
};
|
|
22959
23000
|
const MonacoYamlEditor = React__default.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
|
|
22960
|
-
const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-
|
|
23001
|
+
const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-e5cfbfbd.js"));
|
|
22961
23002
|
const YamlEditorComponent = forwardRef(
|
|
22962
23003
|
function YamlEditorComponent2(props, ref) {
|
|
22963
23004
|
const {
|
|
@@ -24106,6 +24147,32 @@ const TextTags = (props) => {
|
|
|
24106
24147
|
});
|
|
24107
24148
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { children: tags });
|
|
24108
24149
|
};
|
|
24150
|
+
function ResourceSelect(props) {
|
|
24151
|
+
const { resource, resourceBasePath, kind, selectProps, value: value2, onChange } = props;
|
|
24152
|
+
const { data: data2, isLoading, isError } = useList({
|
|
24153
|
+
resource,
|
|
24154
|
+
meta: {
|
|
24155
|
+
resourceBasePath,
|
|
24156
|
+
kind
|
|
24157
|
+
},
|
|
24158
|
+
pagination: {
|
|
24159
|
+
mode: "off"
|
|
24160
|
+
}
|
|
24161
|
+
});
|
|
24162
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
24163
|
+
Select,
|
|
24164
|
+
{
|
|
24165
|
+
input: {
|
|
24166
|
+
value: value2,
|
|
24167
|
+
onChange
|
|
24168
|
+
},
|
|
24169
|
+
loading: isLoading,
|
|
24170
|
+
error: isError,
|
|
24171
|
+
...selectProps,
|
|
24172
|
+
children: data2 == null ? void 0 : data2.data.map((namespace2) => /* @__PURE__ */ jsxRuntimeExports.jsx(AntdOption, { value: namespace2.metadata.name, children: namespace2.metadata.name }, namespace2.metadata.name))
|
|
24173
|
+
}
|
|
24174
|
+
);
|
|
24175
|
+
}
|
|
24109
24176
|
const IngressRulesComponent = ({ ingress }) => {
|
|
24110
24177
|
const kit = useUIKit();
|
|
24111
24178
|
const result = ingress.flattenedRules.map((r2) => {
|
|
@@ -24665,6 +24732,76 @@ const PortMappingColumnRenderer = (i18n2, clusterVip) => {
|
|
|
24665
24732
|
}
|
|
24666
24733
|
};
|
|
24667
24734
|
};
|
|
24735
|
+
const ProvisionerColumnRenderer = (i18n2) => {
|
|
24736
|
+
return {
|
|
24737
|
+
key: "provisioner",
|
|
24738
|
+
display: true,
|
|
24739
|
+
dataIndex: ["provisioner"],
|
|
24740
|
+
title: i18n2.t("dovetail.provisioner"),
|
|
24741
|
+
width: 120,
|
|
24742
|
+
sortable: true
|
|
24743
|
+
};
|
|
24744
|
+
};
|
|
24745
|
+
const FsTypeColumnRenderer = (i18n2) => {
|
|
24746
|
+
return {
|
|
24747
|
+
key: "fstype",
|
|
24748
|
+
display: true,
|
|
24749
|
+
dataIndex: ["parameters", "csi.storage.k8s.io/fstype"],
|
|
24750
|
+
title: i18n2.t("dovetail.file_system"),
|
|
24751
|
+
width: 120,
|
|
24752
|
+
sortable: true
|
|
24753
|
+
};
|
|
24754
|
+
};
|
|
24755
|
+
const PVCapacityColumnRenderer = (i18n2) => {
|
|
24756
|
+
return {
|
|
24757
|
+
key: "capacity",
|
|
24758
|
+
display: true,
|
|
24759
|
+
dataIndex: ["spec", "capacity", "storage"],
|
|
24760
|
+
title: i18n2.t("dovetail.capacity"),
|
|
24761
|
+
width: 120,
|
|
24762
|
+
sortable: true
|
|
24763
|
+
};
|
|
24764
|
+
};
|
|
24765
|
+
const PVStorageClassColumnRenderer = (i18n2) => {
|
|
24766
|
+
return {
|
|
24767
|
+
key: "storageClass",
|
|
24768
|
+
display: true,
|
|
24769
|
+
dataIndex: ["spec", "storageClassName"],
|
|
24770
|
+
title: i18n2.t("dovetail.storage_class"),
|
|
24771
|
+
width: 120,
|
|
24772
|
+
sortable: true
|
|
24773
|
+
};
|
|
24774
|
+
};
|
|
24775
|
+
const PVPhaseColumnRenderer = (i18n2) => {
|
|
24776
|
+
return {
|
|
24777
|
+
key: "phase",
|
|
24778
|
+
display: true,
|
|
24779
|
+
dataIndex: ["status", "phase"],
|
|
24780
|
+
title: i18n2.t("dovetail.phase"),
|
|
24781
|
+
width: 120,
|
|
24782
|
+
sortable: true
|
|
24783
|
+
};
|
|
24784
|
+
};
|
|
24785
|
+
const PVModeColumnRenderer = (i18n2) => {
|
|
24786
|
+
return {
|
|
24787
|
+
key: "mode",
|
|
24788
|
+
display: true,
|
|
24789
|
+
dataIndex: ["spec", "volumeMode"],
|
|
24790
|
+
title: i18n2.t("dovetail.volume_mode"),
|
|
24791
|
+
width: 120,
|
|
24792
|
+
sortable: true
|
|
24793
|
+
};
|
|
24794
|
+
};
|
|
24795
|
+
const PVAccessModeColumnRenderer = (i18n2) => {
|
|
24796
|
+
return {
|
|
24797
|
+
key: "accessMode",
|
|
24798
|
+
display: true,
|
|
24799
|
+
dataIndex: ["spec", "accessModes"],
|
|
24800
|
+
title: i18n2.t("dovetail.access_mode"),
|
|
24801
|
+
width: 120,
|
|
24802
|
+
sortable: true
|
|
24803
|
+
};
|
|
24804
|
+
};
|
|
24668
24805
|
const styles = "";
|
|
24669
24806
|
const Dovetail = (props) => {
|
|
24670
24807
|
const {
|
|
@@ -24752,7 +24889,11 @@ const ModelMap = {
|
|
|
24752
24889
|
Event: EventModel,
|
|
24753
24890
|
Ingress: IngressModel,
|
|
24754
24891
|
NetworkPolicy: NetworkPolicyModel,
|
|
24755
|
-
Service: ServiceModel
|
|
24892
|
+
Service: ServiceModel,
|
|
24893
|
+
Node: NodeModel,
|
|
24894
|
+
StorageClass: StorageClassModel,
|
|
24895
|
+
PersistentVolume: PersistentVolumeModel,
|
|
24896
|
+
PersistentVolumeClaim: PersistentVolumeClaimModel
|
|
24756
24897
|
};
|
|
24757
24898
|
class ModelPlugin {
|
|
24758
24899
|
constructor() {
|
|
@@ -24878,171 +25019,188 @@ const relationPlugin = new RelationPlugin();
|
|
|
24878
25019
|
const ProviderPlugins = [relationPlugin, modelPlugin];
|
|
24879
25020
|
const dovetailRefineI18n = i18n;
|
|
24880
25021
|
export {
|
|
24881
|
-
|
|
25022
|
+
namespaceRules as $,
|
|
24882
25023
|
AgeColumnRenderer as A,
|
|
24883
|
-
|
|
25024
|
+
PVPhaseColumnRenderer as B,
|
|
24884
25025
|
CommonSorter as C,
|
|
24885
25026
|
DurationColumnRenderer as D,
|
|
24886
|
-
|
|
24887
|
-
|
|
24888
|
-
|
|
24889
|
-
|
|
25027
|
+
PVModeColumnRenderer as E,
|
|
25028
|
+
FsTypeColumnRenderer as F,
|
|
25029
|
+
PVAccessModeColumnRenderer as G,
|
|
25030
|
+
ColumnKeys as H,
|
|
24890
25031
|
IngressRulesColumnRenderer as I,
|
|
24891
|
-
|
|
24892
|
-
|
|
24893
|
-
|
|
25032
|
+
addDefaultRenderToColumns as J,
|
|
25033
|
+
useEagleTable as K,
|
|
25034
|
+
useDownloadYAML as L,
|
|
24894
25035
|
ModalStyle as M,
|
|
24895
25036
|
NameColumnRenderer as N,
|
|
24896
|
-
|
|
25037
|
+
useEdit as O,
|
|
24897
25038
|
PlainTextNameColumnRenderer as P,
|
|
24898
|
-
|
|
25039
|
+
useGlobalStore as Q,
|
|
24899
25040
|
ReplicasColumnRenderer as R,
|
|
24900
25041
|
StateDisplayColumnRenderer as S,
|
|
24901
|
-
|
|
24902
|
-
|
|
24903
|
-
|
|
25042
|
+
useOpenForm as T,
|
|
25043
|
+
Breadcrumb as U,
|
|
25044
|
+
NameInputWidget as V,
|
|
24904
25045
|
WorkloadImageColumnRenderer as W,
|
|
24905
|
-
|
|
24906
|
-
|
|
24907
|
-
|
|
24908
|
-
|
|
25046
|
+
dnsSubDomainRules as X,
|
|
25047
|
+
rfc1123LabelRules as Y,
|
|
25048
|
+
rfc1035LabelRules as Z,
|
|
25049
|
+
NamespaceSelectWidget as _,
|
|
24909
25050
|
useSchema as a,
|
|
24910
|
-
|
|
24911
|
-
|
|
24912
|
-
|
|
24913
|
-
|
|
24914
|
-
|
|
24915
|
-
|
|
24916
|
-
|
|
24917
|
-
|
|
24918
|
-
|
|
24919
|
-
|
|
24920
|
-
|
|
24921
|
-
|
|
24922
|
-
|
|
24923
|
-
|
|
24924
|
-
|
|
24925
|
-
|
|
24926
|
-
|
|
24927
|
-
|
|
24928
|
-
|
|
24929
|
-
|
|
24930
|
-
|
|
24931
|
-
|
|
24932
|
-
|
|
24933
|
-
|
|
24934
|
-
|
|
24935
|
-
|
|
24936
|
-
|
|
24937
|
-
|
|
24938
|
-
|
|
24939
|
-
|
|
24940
|
-
|
|
24941
|
-
|
|
24942
|
-
|
|
24943
|
-
|
|
24944
|
-
|
|
24945
|
-
|
|
24946
|
-
|
|
24947
|
-
|
|
24948
|
-
|
|
24949
|
-
|
|
24950
|
-
|
|
24951
|
-
|
|
24952
|
-
|
|
24953
|
-
|
|
24954
|
-
|
|
24955
|
-
|
|
24956
|
-
|
|
24957
|
-
|
|
24958
|
-
|
|
24959
|
-
|
|
24960
|
-
|
|
24961
|
-
|
|
24962
|
-
|
|
24963
|
-
|
|
24964
|
-
|
|
24965
|
-
|
|
24966
|
-
|
|
24967
|
-
|
|
24968
|
-
|
|
24969
|
-
|
|
24970
|
-
|
|
24971
|
-
|
|
24972
|
-
|
|
24973
|
-
|
|
25051
|
+
PortsGroup as a$,
|
|
25052
|
+
KeyValueListWidget as a0,
|
|
25053
|
+
MetadataForm as a1,
|
|
25054
|
+
PageShow as a2,
|
|
25055
|
+
Time as a3,
|
|
25056
|
+
ConditionsTable as a4,
|
|
25057
|
+
PodContainersTable as a5,
|
|
25058
|
+
WorkloadDropdown as a6,
|
|
25059
|
+
ReplicasDropdown as a7,
|
|
25060
|
+
CreateButton as a8,
|
|
25061
|
+
ImageNames as a9,
|
|
25062
|
+
StartTimeField as aA,
|
|
25063
|
+
ServiceTypeField as aB,
|
|
25064
|
+
ClusterIpField as aC,
|
|
25065
|
+
SessionAffinityField as aD,
|
|
25066
|
+
ServicePodsField as aE,
|
|
25067
|
+
IngressRulesTableTabField as aF,
|
|
25068
|
+
EventsTableTabField as aG,
|
|
25069
|
+
NamespaceField as aH,
|
|
25070
|
+
AgeField as aI,
|
|
25071
|
+
LabelsField as aJ,
|
|
25072
|
+
AnnotationsField as aK,
|
|
25073
|
+
ServiceInnerClusterAccessField as aL,
|
|
25074
|
+
ServiceOutClusterAccessField as aM,
|
|
25075
|
+
PodSelectorField as aN,
|
|
25076
|
+
PortsTableField as aO,
|
|
25077
|
+
DurationField as aP,
|
|
25078
|
+
EventsTab as aQ,
|
|
25079
|
+
PodLogTab as aR,
|
|
25080
|
+
BasicGroup as aS,
|
|
25081
|
+
PodsGroup as aT,
|
|
25082
|
+
PodContainersGroup as aU,
|
|
25083
|
+
ServicePodsGroup as aV,
|
|
25084
|
+
ConditionsGroup as aW,
|
|
25085
|
+
SecretDataGroup as aX,
|
|
25086
|
+
JobsGroup as aY,
|
|
25087
|
+
IngressRulesGroup as aZ,
|
|
25088
|
+
PodSelectorGroup as a_,
|
|
25089
|
+
ResourceList as aa,
|
|
25090
|
+
ResourceShow as ab,
|
|
25091
|
+
ResourceForm as ac,
|
|
25092
|
+
ResourceCRUD as ad,
|
|
25093
|
+
WorkloadPodsTable as ae,
|
|
25094
|
+
CronJobDropdown as af,
|
|
25095
|
+
K8sDropdown as ag,
|
|
25096
|
+
ResourceUsageBar as ah,
|
|
25097
|
+
WorkloadReplicasForm as ai,
|
|
25098
|
+
WorkloadReplicas as aj,
|
|
25099
|
+
CronjobJobsTable as ak,
|
|
25100
|
+
KeyValue as al,
|
|
25101
|
+
KeyValueAnnotation as am,
|
|
25102
|
+
KeyValueSecret as an,
|
|
25103
|
+
Separator as ao,
|
|
25104
|
+
YamlEditorComponent as ap,
|
|
25105
|
+
DeleteButton as aq,
|
|
25106
|
+
Layout as ar,
|
|
25107
|
+
AreaType as as,
|
|
25108
|
+
ImageField as at,
|
|
25109
|
+
ReplicaField as au,
|
|
25110
|
+
ConditionsField as av,
|
|
25111
|
+
PodsField as aw,
|
|
25112
|
+
JobsField as ax,
|
|
25113
|
+
DataField as ay,
|
|
25114
|
+
SecretDataField as az,
|
|
24974
25115
|
useDeleteModal as b,
|
|
24975
|
-
|
|
24976
|
-
|
|
24977
|
-
|
|
24978
|
-
|
|
24979
|
-
|
|
24980
|
-
|
|
24981
|
-
|
|
24982
|
-
|
|
24983
|
-
|
|
24984
|
-
|
|
24985
|
-
|
|
24986
|
-
|
|
24987
|
-
|
|
24988
|
-
|
|
24989
|
-
|
|
24990
|
-
|
|
24991
|
-
|
|
24992
|
-
|
|
24993
|
-
|
|
24994
|
-
|
|
24995
|
-
|
|
24996
|
-
|
|
24997
|
-
|
|
24998
|
-
|
|
24999
|
-
|
|
25000
|
-
|
|
25001
|
-
|
|
25002
|
-
|
|
25003
|
-
|
|
25004
|
-
|
|
25005
|
-
|
|
25006
|
-
|
|
25007
|
-
|
|
25008
|
-
|
|
25009
|
-
|
|
25010
|
-
|
|
25011
|
-
|
|
25012
|
-
|
|
25013
|
-
|
|
25014
|
-
|
|
25015
|
-
|
|
25016
|
-
|
|
25017
|
-
|
|
25018
|
-
|
|
25019
|
-
|
|
25020
|
-
|
|
25021
|
-
|
|
25022
|
-
|
|
25023
|
-
|
|
25024
|
-
|
|
25025
|
-
|
|
25026
|
-
|
|
25027
|
-
|
|
25028
|
-
|
|
25029
|
-
|
|
25030
|
-
|
|
25031
|
-
|
|
25032
|
-
|
|
25033
|
-
|
|
25034
|
-
|
|
25035
|
-
|
|
25036
|
-
|
|
25037
|
-
|
|
25038
|
-
|
|
25116
|
+
ComponentContext as b$,
|
|
25117
|
+
DataGroup as b0,
|
|
25118
|
+
NetworkPolicyIngressRulesGroup as b1,
|
|
25119
|
+
NetworkPolicyEgressRulesGroup as b2,
|
|
25120
|
+
ShowGroupComponent as b3,
|
|
25121
|
+
ShowContent as b4,
|
|
25122
|
+
DeleteManyButton as b5,
|
|
25123
|
+
ListPage as b6,
|
|
25124
|
+
StateTagStyle as b7,
|
|
25125
|
+
StateTag as b8,
|
|
25126
|
+
DrawerShow as b9,
|
|
25127
|
+
DAEMONSET_INIT_VALUE as bA,
|
|
25128
|
+
JOB_INIT_VALUE as bB,
|
|
25129
|
+
STATEFULSET_INIT_VALUE as bC,
|
|
25130
|
+
POD_INIT_VALUE as bD,
|
|
25131
|
+
SERVICE_CLUSTER_IP_INIT_VALUE as bE,
|
|
25132
|
+
SERVICE_NODE_PORT_INIT_VALUE as bF,
|
|
25133
|
+
SERVICE_LOAD_BALANCER_INIT_VALUE as bG,
|
|
25134
|
+
SERVICE_EXTERNAL_NAME_INIT_VALUE as bH,
|
|
25135
|
+
SERVICE_HEADLESS_INIT_VALUE as bI,
|
|
25136
|
+
INGRESS_INIT_VALUE as bJ,
|
|
25137
|
+
NETWORK_POLICY_INIT_VALUE as bK,
|
|
25138
|
+
CONFIG_MAP_INIT_VALUE as bL,
|
|
25139
|
+
SERVER_INSTANCE_INIT_VALUE as bM,
|
|
25140
|
+
TIMESTAMP_LABEL as bN,
|
|
25141
|
+
SECRET_OPAQUE_INIT_VALUE as bO,
|
|
25142
|
+
SECRET_IMAGE_REPO_INIT_VALUE as bP,
|
|
25143
|
+
SECRET_BASIC_AUTH_INIT_VALUE as bQ,
|
|
25144
|
+
SECRET_SSH_AUTH_INIT_VALUE as bR,
|
|
25145
|
+
SECRET_TLS_INIT_VALUE as bS,
|
|
25146
|
+
SECRET_CUSTOM_INIT_VALUE as bT,
|
|
25147
|
+
NODE_INIT_VALUE as bU,
|
|
25148
|
+
STORAGE_CLASS_INIT_VALUE as bV,
|
|
25149
|
+
WorkloadState as bW,
|
|
25150
|
+
AccessControlAuth as bX,
|
|
25151
|
+
Dovetail as bY,
|
|
25152
|
+
RESOURCE_GROUP as bZ,
|
|
25153
|
+
FormType as b_,
|
|
25154
|
+
Menu as ba,
|
|
25155
|
+
EditButton as bb,
|
|
25156
|
+
ReferenceLink as bc,
|
|
25157
|
+
ResourceLink as bd,
|
|
25158
|
+
NS_STORE_KEY as be,
|
|
25159
|
+
ALL_NS as bf,
|
|
25160
|
+
useNamespacesFilter as bg,
|
|
25161
|
+
NamespacesFilter as bh,
|
|
25162
|
+
FormModal as bi,
|
|
25163
|
+
RefineFormContent as bj,
|
|
25164
|
+
RefineFormPage as bk,
|
|
25165
|
+
SchemaStrategy as bl,
|
|
25166
|
+
YamlForm as bm,
|
|
25167
|
+
useRefineForm as bn,
|
|
25168
|
+
ServiceInClusterAccessComponent as bo,
|
|
25169
|
+
ServiceOutClusterAccessComponent as bp,
|
|
25170
|
+
Tags as bq,
|
|
25171
|
+
TextTags as br,
|
|
25172
|
+
PodLog as bs,
|
|
25173
|
+
NetworkPolicyRulesViewer as bt,
|
|
25174
|
+
Tabs as bu,
|
|
25175
|
+
ValueDisplay as bv,
|
|
25176
|
+
ResourceSelect as bw,
|
|
25177
|
+
BASE_INIT_VALUE as bx,
|
|
25178
|
+
DEPLOYMENT_INIT_VALUE as by,
|
|
25179
|
+
CRONJOB_INIT_VALUE as bz,
|
|
25039
25180
|
NameSpaceColumnRenderer as c,
|
|
25040
|
-
|
|
25041
|
-
|
|
25042
|
-
|
|
25043
|
-
|
|
25044
|
-
|
|
25045
|
-
|
|
25181
|
+
GlobalStoreContext as c0,
|
|
25182
|
+
ConfigsContext as c1,
|
|
25183
|
+
IngressModel as c2,
|
|
25184
|
+
NetworkPolicyModel as c3,
|
|
25185
|
+
JobModel as c4,
|
|
25186
|
+
WorkloadModel as c5,
|
|
25187
|
+
WorkloadBaseModel as c6,
|
|
25188
|
+
PodModel as c7,
|
|
25189
|
+
PodMetricsModel as c8,
|
|
25190
|
+
ResourceModel as c9,
|
|
25191
|
+
CronJobModel as ca,
|
|
25192
|
+
EventModel as cb,
|
|
25193
|
+
DeploymentModel as cc,
|
|
25194
|
+
DaemonSetModel as cd,
|
|
25195
|
+
StatefulSetModel as ce,
|
|
25196
|
+
ServiceTypeEnum as cf,
|
|
25197
|
+
ServiceModel as cg,
|
|
25198
|
+
NodeRole as ch,
|
|
25199
|
+
NodeModel as ci,
|
|
25200
|
+
StorageClassModel as cj,
|
|
25201
|
+
PersistentVolumeModel as ck,
|
|
25202
|
+
PersistentVolumeClaimModel as cl,
|
|
25203
|
+
ProviderPlugins as cm,
|
|
25046
25204
|
dovetailRefineI18n as d,
|
|
25047
25205
|
WorkloadRestartsColumnRenderer as e,
|
|
25048
25206
|
NodeNameColumnRenderer as f,
|
|
@@ -25063,7 +25221,7 @@ export {
|
|
|
25063
25221
|
useNamespaceRefineFilter as u,
|
|
25064
25222
|
DataKeysColumnRenderer as v,
|
|
25065
25223
|
PortMappingColumnRenderer as w,
|
|
25066
|
-
|
|
25067
|
-
|
|
25068
|
-
|
|
25224
|
+
ProvisionerColumnRenderer as x,
|
|
25225
|
+
PVCapacityColumnRenderer as y,
|
|
25226
|
+
PVStorageClassColumnRenderer as z
|
|
25069
25227
|
};
|