dashboard-shell-shell 0.0.1
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/.DS_Store +0 -0
- package/assets/brand/csp/dark/rancher-logo.svg +148 -0
- package/assets/brand/csp/favicon.png +0 -0
- package/assets/brand/csp/metadata.json +3 -0
- package/assets/brand/csp/rancher-logo.svg +130 -0
- package/assets/brand/federal/dark/rancher-logo.svg +104 -0
- package/assets/brand/federal/metadata.json +3 -0
- package/assets/brand/federal/rancher-logo.svg +1 -0
- package/assets/brand/harvester/favicon.png +0 -0
- package/assets/brand/harvester/metadata.json +3 -0
- package/assets/brand/rgs/dark/rancher-logo.svg +1 -0
- package/assets/brand/rgs/metadata.json +3 -0
- package/assets/brand/rgs/rancher-logo.svg +1 -0
- package/assets/brand/suse/dark/rancher-logo.svg +1 -0
- package/assets/brand/suse/favicon.png +0 -0
- package/assets/brand/suse/metadata.json +3 -0
- package/assets/brand/suse/rancher-logo.svg +1 -0
- package/assets/data/aws-regions.json +39 -0
- package/assets/data/ec2-instance-groups.json +85 -0
- package/assets/fonts/lato/lato-v17-latin-700.woff +0 -0
- package/assets/fonts/lato/lato-v17-latin-700.woff2 +0 -0
- package/assets/fonts/lato/lato-v17-latin-regular.woff +0 -0
- package/assets/fonts/lato/lato-v17-latin-regular.woff2 +0 -0
- package/assets/fonts/poppins/poppins-v15-latin-300.woff +0 -0
- package/assets/fonts/poppins/poppins-v15-latin-300.woff2 +0 -0
- package/assets/fonts/poppins/poppins-v15-latin-500.woff +0 -0
- package/assets/fonts/poppins/poppins-v15-latin-500.woff2 +0 -0
- package/assets/fonts/roboto-mono/roboto-mono-v13-latin-regular.woff +0 -0
- package/assets/fonts/roboto-mono/roboto-mono-v13-latin-regular.woff2 +0 -0
- package/assets/icons/demo.css +539 -0
- package/assets/icons/demo_index.html +1131 -0
- package/assets/icons/iconfont.css +216 -0
- package/assets/icons/iconfont.js +1 -0
- package/assets/icons/iconfont.json +324 -0
- package/assets/icons/iconfont.ttf +0 -0
- package/assets/icons/iconfont.woff +0 -0
- package/assets/icons/iconfont.woff2 +0 -0
- package/assets/images/API.svg +3 -0
- package/assets/images/featured/img1.jpg +0 -0
- package/assets/images/featured.jpg +0 -0
- package/assets/images/field-valid.svg +16 -0
- package/assets/images/generic-catalog.svg +15 -0
- package/assets/images/generic-driver.svg +17 -0
- package/assets/images/generic-plugin.svg +1 -0
- package/assets/images/login/password.svg +20 -0
- package/assets/images/login/user.svg +6 -0
- package/assets/images/login-bg.png +0 -0
- package/assets/images/login-left.png +0 -0
- package/assets/images/login-logo.svg +19 -0
- package/assets/images/logo.png +0 -0
- package/assets/images/pl/README.md +13 -0
- package/assets/images/pl/banner.svg +241 -0
- package/assets/images/pl/dark/banner.svg +242 -0
- package/assets/images/pl/dark/login-landscape.svg +291 -0
- package/assets/images/pl/dark/rancher-logo.svg +51 -0
- package/assets/images/pl/decoration-cloud-big-white.svg +1 -0
- package/assets/images/pl/decoration-ground.svg +1 -0
- package/assets/images/pl/error-desert-landscape.svg +217 -0
- package/assets/images/pl/half-logo.svg +2 -0
- package/assets/images/pl/harvester.png +0 -0
- package/assets/images/pl/harvester.svg +1 -0
- package/assets/images/pl/login-landscape.svg +496 -0
- package/assets/images/pl/rancher-logo.svg +51 -0
- package/assets/images/pl/setup-step-one.svg +612 -0
- package/assets/images/pl/sunglasses.svg +20 -0
- package/assets/images/promp-yellow.svg +5 -0
- package/assets/images/providers/aliyun-black.svg +14 -0
- package/assets/images/providers/aliyun.svg +17 -0
- package/assets/images/providers/aliyunecs-black.svg +13 -0
- package/assets/images/providers/aliyunecs.svg +21 -0
- package/assets/images/providers/amazonec2-black.svg +8 -0
- package/assets/images/providers/amazonec2.svg +19 -0
- package/assets/images/providers/amazoneks-black.svg +10 -0
- package/assets/images/providers/amazoneks.svg +14 -0
- package/assets/images/providers/aws.svg +38 -0
- package/assets/images/providers/azure-black.svg +29 -0
- package/assets/images/providers/azure.svg +32 -0
- package/assets/images/providers/azuread-black.svg +22 -0
- package/assets/images/providers/azuread.svg +25 -0
- package/assets/images/providers/azureaks-black.svg +28 -0
- package/assets/images/providers/azureaks.svg +31 -0
- package/assets/images/providers/baidu-black.svg +19 -0
- package/assets/images/providers/baidu.svg +25 -0
- package/assets/images/providers/cloudca-black.svg +45 -0
- package/assets/images/providers/cloudca.svg +49 -0
- package/assets/images/providers/cloudscale-black.svg +24 -0
- package/assets/images/providers/cloudscale.svg +28 -0
- package/assets/images/providers/custom.svg +85 -0
- package/assets/images/providers/digitalocean-black.svg +21 -0
- package/assets/images/providers/digitalocean.svg +24 -0
- package/assets/images/providers/equinix-black.svg +13 -0
- package/assets/images/providers/equinix.svg +13 -0
- package/assets/images/providers/exoscale.svg +1 -0
- package/assets/images/providers/gcp.svg +6 -0
- package/assets/images/providers/gke-black.svg +10 -0
- package/assets/images/providers/gke.svg +28 -0
- package/assets/images/providers/google.svg +29 -0
- package/assets/images/providers/googlegke-black.svg +10 -0
- package/assets/images/providers/googlegke.svg +28 -0
- package/assets/images/providers/harvester.svg +1 -0
- package/assets/images/providers/huaweicce-black.svg +109 -0
- package/assets/images/providers/huaweicce.svg +184 -0
- package/assets/images/providers/import.svg +99 -0
- package/assets/images/providers/k3s-black.svg +10 -0
- package/assets/images/providers/k3s.svg +15 -0
- package/assets/images/providers/kubernetes-black.svg +37 -0
- package/assets/images/providers/kubernetes.svg +99 -0
- package/assets/images/providers/linode.svg +54 -0
- package/assets/images/providers/linodelke-black.svg +40 -0
- package/assets/images/providers/linodelke.svg +54 -0
- package/assets/images/providers/local-cluster.svg +20 -0
- package/assets/images/providers/minikube-black.svg +25 -0
- package/assets/images/providers/minikube.svg +36 -0
- package/assets/images/providers/nutanix.svg +12 -0
- package/assets/images/providers/oci-black.svg +41 -0
- package/assets/images/providers/oci.svg +44 -0
- package/assets/images/providers/openstack-black.svg +16 -0
- package/assets/images/providers/openstack.svg +20 -0
- package/assets/images/providers/oracle.svg +66 -0
- package/assets/images/providers/oracleoke-black.svg +51 -0
- package/assets/images/providers/oracleoke.svg +55 -0
- package/assets/images/providers/otc-black.svg +15 -0
- package/assets/images/providers/otc.svg +33 -0
- package/assets/images/providers/otccce.svg +33 -0
- package/assets/images/providers/outscale.svg +19 -0
- package/assets/images/providers/ovhcloudmks.svg +122 -0
- package/assets/images/providers/ovhcloudpubliccloud.svg +122 -0
- package/assets/images/providers/packet-black.svg +15 -0
- package/assets/images/providers/packet.svg +16 -0
- package/assets/images/providers/pinganyunecs-black.svg +26 -0
- package/assets/images/providers/pinganyunecs.svg +26 -0
- package/assets/images/providers/pnap-black.svg +43 -0
- package/assets/images/providers/pnap.svg +48 -0
- package/assets/images/providers/rackspace-black.svg +14 -0
- package/assets/images/providers/rackspace.svg +18 -0
- package/assets/images/providers/rke.svg +26 -0
- package/assets/images/providers/rke2.svg +26 -0
- package/assets/images/providers/softlayer.svg +27 -0
- package/assets/images/providers/tencenttke-black.svg +22 -0
- package/assets/images/providers/tencenttke.svg +39 -0
- package/assets/images/providers/vmwarevsphere-black.svg +60 -0
- package/assets/images/providers/vmwarevsphere.svg +51 -0
- package/assets/images/user.png +0 -0
- package/assets/images/vendor/activedirectory.svg +20 -0
- package/assets/images/vendor/adfs.svg +19 -0
- package/assets/images/vendor/azuread.svg +18 -0
- package/assets/images/vendor/custom.svg +42 -0
- package/assets/images/vendor/email.svg +22 -0
- package/assets/images/vendor/freeipa.svg +26 -0
- package/assets/images/vendor/github.svg +13 -0
- package/assets/images/vendor/googleoauth.svg +9 -0
- package/assets/images/vendor/grafana.svg +48 -0
- package/assets/images/vendor/jaeger.svg +1 -0
- package/assets/images/vendor/keycloak.svg +30 -0
- package/assets/images/vendor/kiali.svg +23 -0
- package/assets/images/vendor/linux.svg +23 -0
- package/assets/images/vendor/longhorn.svg +25 -0
- package/assets/images/vendor/neuvector.svg +1 -0
- package/assets/images/vendor/okta.svg +31 -0
- package/assets/images/vendor/openid.svg +18 -0
- package/assets/images/vendor/openldap.svg +34 -0
- package/assets/images/vendor/pagerduty.svg +26 -0
- package/assets/images/vendor/ping.svg +58 -0
- package/assets/images/vendor/prometheus.svg +14 -0
- package/assets/images/vendor/shibboleth.svg +481 -0
- package/assets/images/vendor/slack.svg +38 -0
- package/assets/images/vendor/webhook.svg +23 -0
- package/assets/images/vendor/windows.svg +13 -0
- package/assets/images/wechat-qr-code.jpg +0 -0
- package/assets/styles/all.scss +63 -0
- package/assets/styles/app.scss +36 -0
- package/assets/styles/base/_basic.scss +152 -0
- package/assets/styles/base/_color.scss +11 -0
- package/assets/styles/base/_functions.scss +134 -0
- package/assets/styles/base/_helpers.scss +271 -0
- package/assets/styles/base/_mixins.scss +163 -0
- package/assets/styles/base/_typography.scss +70 -0
- package/assets/styles/base/_variables.scss +78 -0
- package/assets/styles/fonts/_dots.scss +18 -0
- package/assets/styles/fonts/_fontstack.scss +49 -0
- package/assets/styles/fonts/_icons.scss +101 -0
- package/assets/styles/fonts/_zerowidthspace.scss +8 -0
- package/assets/styles/global/_button.scss +234 -0
- package/assets/styles/global/_cards.scss +94 -0
- package/assets/styles/global/_columns.scss +128 -0
- package/assets/styles/global/_form.scss +178 -0
- package/assets/styles/global/_gauges.scss +55 -0
- package/assets/styles/global/_labeled-input.scss +165 -0
- package/assets/styles/global/_layout.scss +171 -0
- package/assets/styles/global/_resource.scss +89 -0
- package/assets/styles/global/_select.scss +202 -0
- package/assets/styles/global/_table.scss +106 -0
- package/assets/styles/global/_tooltip.scss +206 -0
- package/assets/styles/themes/_csp.scss +25 -0
- package/assets/styles/themes/_dark.scss +233 -0
- package/assets/styles/themes/_light.scss +569 -0
- package/assets/styles/themes/_suse.scss +27 -0
- package/assets/styles/vendor/_code-mirror.scss +3 -0
- package/assets/styles/vendor/normalize.scss +349 -0
- package/assets/styles/vendor/vue-select.scss +403 -0
- package/assets/translations/en-us.yaml +8184 -0
- package/assets/translations/zh-hans.yaml +7825 -0
- package/babel.config.js +35 -0
- package/chart/__tests__/S3.test.ts +64 -0
- package/chart/example.vue +18 -0
- package/chart/gatekeeper.vue +69 -0
- package/chart/istio.vue +284 -0
- package/chart/logging/index.vue +84 -0
- package/chart/monitoring/ClusterSelector.vue +215 -0
- package/chart/monitoring/StorageClassSelector.vue +49 -0
- package/chart/monitoring/alerting/index.vue +188 -0
- package/chart/monitoring/grafana/index.vue +378 -0
- package/chart/monitoring/index.vue +366 -0
- package/chart/monitoring/prometheus/index.vue +376 -0
- package/chart/rancher-backup/S3.vue +190 -0
- package/chart/rancher-backup/index.vue +260 -0
- package/cloud-credential/__tests__/azure.test.ts +43 -0
- package/cloud-credential/__tests__/harvester.test.ts +18 -0
- package/cloud-credential/aws.vue +111 -0
- package/cloud-credential/azure.vue +132 -0
- package/cloud-credential/digitalocean.vue +55 -0
- package/cloud-credential/gcp.vue +82 -0
- package/cloud-credential/generic.vue +100 -0
- package/cloud-credential/harvester.vue +125 -0
- package/cloud-credential/linode.vue +58 -0
- package/cloud-credential/pnap.vue +92 -0
- package/cloud-credential/s3.vue +143 -0
- package/cloud-credential/vmwarevsphere.vue +109 -0
- package/components/ActionDropdown.vue +248 -0
- package/components/ActionDropdownShell.vue +71 -0
- package/components/ActionMenu.vue +366 -0
- package/components/ActionMenuShell.vue +106 -0
- package/components/AdvancedSection.vue +40 -0
- package/components/Alert.vue +55 -0
- package/components/AlertTable.vue +123 -0
- package/components/AppModal.vue +307 -0
- package/components/AssignTo.vue +199 -0
- package/components/AsyncButton.vue +332 -0
- package/components/AwsComplianceBanner.vue +47 -0
- package/components/BackLink.vue +44 -0
- package/components/BannerGraphic.vue +95 -0
- package/components/BrandImage.vue +135 -0
- package/components/ButtonDropdown.vue +340 -0
- package/components/ButtonGroup.vue +124 -0
- package/components/ButtonMultiAction.vue +52 -0
- package/components/Carousel.vue +397 -0
- package/components/Certificates.vue +161 -0
- package/components/ChartHeading.vue +25 -0
- package/components/ChartReadme.vue +100 -0
- package/components/ClusterBadge.vue +48 -0
- package/components/ClusterIconMenu.vue +189 -0
- package/components/ClusterProviderIcon.vue +131 -0
- package/components/CodeMirror.vue +501 -0
- package/components/Collapse.vue +87 -0
- package/components/CollapsibleCard.vue +121 -0
- package/components/CommunityLinks.vue +216 -0
- package/components/CompoundStatusBadge.vue +53 -0
- package/components/ConsumptionGauge.vue +167 -0
- package/components/ContainerResourceLimit.vue +254 -0
- package/components/CopyCode.vue +74 -0
- package/components/CopyToClipboard.vue +44 -0
- package/components/CopyToClipboardText.vue +83 -0
- package/components/CountBox.vue +114 -0
- package/components/CountGauge.vue +180 -0
- package/components/CreateDriver.vue +81 -0
- package/components/CruResource.vue +936 -0
- package/components/CruResourceFooter.vue +127 -0
- package/components/DashboardMetrics.vue +125 -0
- package/components/DashboardOptions.vue +159 -0
- package/components/DetailText.vue +220 -0
- package/components/DetailTop.vue +374 -0
- package/components/Dialog.vue +136 -0
- package/components/DisableAuthProviderModal.vue +115 -0
- package/components/DotState.vue +84 -0
- package/components/DraggableZone.vue +181 -0
- package/components/EmberPage.vue +622 -0
- package/components/EmberPageView.vue +39 -0
- package/components/EtcdInfoBanner.vue +76 -0
- package/components/ExplorerMembers.vue +453 -0
- package/components/ExplorerProjectsNamespaces.vue +654 -0
- package/components/ExtensionPanel.vue +42 -0
- package/components/FileDiff.vue +184 -0
- package/components/FixedBanner.vue +284 -0
- package/components/Flag.vue +83 -0
- package/components/Glance.vue +79 -0
- package/components/GlobalRoleBindings.vue +429 -0
- package/components/GradientBox.vue +82 -0
- package/components/GrafanaDashboard.vue +321 -0
- package/components/GroupPanel.vue +57 -0
- package/components/GrowlManager.vue +215 -0
- package/components/HardwareResourceGauge.vue +206 -0
- package/components/HarvesterServiceAddOnConfig.vue +207 -0
- package/components/IconMessage.vue +101 -0
- package/components/IconOrSvg.vue +184 -0
- package/components/Import.vue +260 -0
- package/components/Inactivity.vue +236 -0
- package/components/IndentedPanel.vue +26 -0
- package/components/InfoBox.vue +84 -0
- package/components/InputOrDisplay.vue +91 -0
- package/components/KeyValueView.vue +283 -0
- package/components/LabelValue.vue +61 -0
- package/components/LandingPagePreference.vue +154 -0
- package/components/LazyImage.vue +70 -0
- package/components/Loading.vue +85 -0
- package/components/LocaleSelector.vue +121 -0
- package/components/LogItem.vue +69 -0
- package/components/Markdown.vue +138 -0
- package/components/MessageLink.vue +79 -0
- package/components/ModalManager.vue +55 -0
- package/components/ModalWithCard.vue +147 -0
- package/components/MoveModal.vue +167 -0
- package/components/PaginatedResourceTable.vue +133 -0
- package/components/PercentageBar.vue +127 -0
- package/components/PodSecurityAdmission.vue +306 -0
- package/components/ProgressBarMulti.vue +173 -0
- package/components/PromptChangePassword.vue +123 -0
- package/components/PromptModal.vue +122 -0
- package/components/PromptRemove.vue +491 -0
- package/components/PromptRestore.vue +328 -0
- package/components/Questions/Array.vue +38 -0
- package/components/Questions/Boolean.vue +37 -0
- package/components/Questions/CloudCredential.vue +54 -0
- package/components/Questions/Enum.vue +53 -0
- package/components/Questions/Float.vue +41 -0
- package/components/Questions/Int.vue +41 -0
- package/components/Questions/Question.js +145 -0
- package/components/Questions/QuestionMap.vue +45 -0
- package/components/Questions/Radio.vue +35 -0
- package/components/Questions/Reference.vue +167 -0
- package/components/Questions/String.vue +51 -0
- package/components/Questions/Yaml.vue +48 -0
- package/components/Questions/__tests__/Boolean.test.ts +125 -0
- package/components/Questions/__tests__/Float.test.ts +125 -0
- package/components/Questions/__tests__/Int.test.ts +125 -0
- package/components/Questions/__tests__/String.test.ts +125 -0
- package/components/Questions/__tests__/Yaml.test.ts +125 -0
- package/components/Questions/__tests__/utils/questions-defaults.ts +20 -0
- package/components/Questions/index.vue +522 -0
- package/components/Random.vue +100 -0
- package/components/RelatedResources.vue +187 -0
- package/components/ResourceCancelModal.vue +128 -0
- package/components/ResourceDetail/Masthead.vue +838 -0
- package/components/ResourceDetail/__tests__/Masthead.test.ts +65 -0
- package/components/ResourceDetail/index.vue +572 -0
- package/components/ResourceList/Masthead.vue +311 -0
- package/components/ResourceList/ResourceLoadingIndicator.vue +137 -0
- package/components/ResourceList/index.vue +307 -0
- package/components/ResourceList/resource-list.config.js +7 -0
- package/components/ResourceSummary.vue +173 -0
- package/components/ResourceTable.vue +708 -0
- package/components/ResourceYaml.vue +403 -0
- package/components/RoleBindings.vue +470 -0
- package/components/SelectIconGrid.vue +414 -0
- package/components/Setting.vue +115 -0
- package/components/SideNav.vue +589 -0
- package/components/SimpleBox.vue +121 -0
- package/components/SingleClusterInfo.vue +199 -0
- package/components/SlideInPanelManager.vue +126 -0
- package/components/SortableTable/THead.vue +555 -0
- package/components/SortableTable/actions.js +153 -0
- package/components/SortableTable/advanced-filtering.js +272 -0
- package/components/SortableTable/debug.js +117 -0
- package/components/SortableTable/filtering.js +290 -0
- package/components/SortableTable/grouping.js +48 -0
- package/components/SortableTable/index.vue +2604 -0
- package/components/SortableTable/paging.js +155 -0
- package/components/SortableTable/selection.js +629 -0
- package/components/SortableTable/sortable-config.ts +4 -0
- package/components/SortableTable/sorting.js +129 -0
- package/components/StatusBadge.vue +77 -0
- package/components/StatusTable.vue +61 -0
- package/components/TabTitle.vue +78 -0
- package/components/Tabbed/Tab.vue +129 -0
- package/components/Tabbed/index.vue +587 -0
- package/components/TableDataUserIcon.vue +47 -0
- package/components/TableSparkLine.vue +108 -0
- package/components/Tag.vue +19 -0
- package/components/Tip.vue +43 -0
- package/components/TypeDescription.vue +65 -0
- package/components/Wizard.vue +704 -0
- package/components/YamlEditor.vue +296 -0
- package/components/__tests__/AppModal.test.ts +106 -0
- package/components/__tests__/ApplicationCard.test.ts +27 -0
- package/components/__tests__/AsyncButton.test.ts +148 -0
- package/components/__tests__/BackLink.test.ts +33 -0
- package/components/__tests__/ButtonGroup.test.ts +121 -0
- package/components/__tests__/ButtonMultiAction.test.ts +31 -0
- package/components/__tests__/Carousel.test.ts +72 -0
- package/components/__tests__/Certificates.test.ts +31 -0
- package/components/__tests__/ClusterBadge.test.ts +32 -0
- package/components/__tests__/CodeMirror.test.ts +93 -0
- package/components/__tests__/Collapse.test.ts +44 -0
- package/components/__tests__/CollapsibleCard.test.ts +64 -0
- package/components/__tests__/ConsumptionGauge.test.ts +88 -0
- package/components/__tests__/ContainerResourceLimit.test.ts +35 -0
- package/components/__tests__/CopyCode.test.ts +16 -0
- package/components/__tests__/CruResource.test.ts +155 -0
- package/components/__tests__/EtcdInfoBanner.test.ts +39 -0
- package/components/__tests__/FixedBanner.test.ts +114 -0
- package/components/__tests__/GrowlManager.test.ts +146 -0
- package/components/__tests__/ModalManager.spec.ts +176 -0
- package/components/__tests__/NamespaceFilter.test.ts +247 -0
- package/components/__tests__/PercentageBar.test.ts +32 -0
- package/components/__tests__/PodSecurityAdmission.test.ts +440 -0
- package/components/__tests__/ProjectRow.test.ts +59 -0
- package/components/__tests__/PromptRestore.test.ts +139 -0
- package/components/__tests__/SimpleBox.spec.ts +28 -0
- package/components/__tests__/SlideInPanelManager.spec.ts +166 -0
- package/components/__tests__/TabTitle.test.ts +136 -0
- package/components/auth/AllowedPrincipals.vue +122 -0
- package/components/auth/AuthBanner.vue +104 -0
- package/components/auth/AzureWarning.vue +77 -0
- package/components/auth/Principal.vue +219 -0
- package/components/auth/RoleDetailEdit.vue +808 -0
- package/components/auth/SelectPrincipal.vue +260 -0
- package/components/auth/__tests__/Principal.test.ts +40 -0
- package/components/auth/__tests__/RoleDetailEdit.test.ts +84 -0
- package/components/auth/login/github.vue +23 -0
- package/components/auth/login/ldap.vue +106 -0
- package/components/auth/login/oauth.vue +26 -0
- package/components/auth/login/oidc.vue +32 -0
- package/components/auth/login/saml.vue +39 -0
- package/components/cards/ApplicationCard.vue +145 -0
- package/components/fleet/FleetBundleResources.vue +86 -0
- package/components/fleet/FleetBundles.vue +136 -0
- package/components/fleet/FleetClusters.vue +208 -0
- package/components/fleet/FleetIntro.vue +65 -0
- package/components/fleet/FleetNoWorkspaces.vue +62 -0
- package/components/fleet/FleetRepos.vue +184 -0
- package/components/fleet/FleetResources.vue +83 -0
- package/components/fleet/FleetStatus.vue +301 -0
- package/components/fleet/FleetSummary.vue +210 -0
- package/components/fleet/ForceDirectedTreeChart/chartIcons.js +17 -0
- package/components/fleet/ForceDirectedTreeChart/index.vue +565 -0
- package/components/fleet/ResourcesSummary.vue +93 -0
- package/components/fleet/__tests__/FleetSummary.test.ts +362 -0
- package/components/form/ArrayList.vue +456 -0
- package/components/form/ArrayListGrouped.vue +149 -0
- package/components/form/ArrayListSelect.vue +103 -0
- package/components/form/BannerSettings.vue +220 -0
- package/components/form/ChangePassword.vue +461 -0
- package/components/form/ClusterAppearance.vue +132 -0
- package/components/form/ColorInput.vue +200 -0
- package/components/form/Command.vue +204 -0
- package/components/form/Conditions.vue +93 -0
- package/components/form/EnvVars.vue +162 -0
- package/components/form/Error.vue +66 -0
- package/components/form/FileImageSelector.vue +140 -0
- package/components/form/FileSelector.vue +169 -0
- package/components/form/Footer.vue +119 -0
- package/components/form/GitPicker.vue +590 -0
- package/components/form/HealthCheck.vue +86 -0
- package/components/form/HookOption.vue +253 -0
- package/components/form/InputWithSelect.vue +330 -0
- package/components/form/KeyValue.vue +991 -0
- package/components/form/LabeledSelect.vue +719 -0
- package/components/form/Labels.vue +154 -0
- package/components/form/LifecycleHooks.vue +87 -0
- package/components/form/MatchExpressions.vue +471 -0
- package/components/form/Members/ClusterMembershipEditor.vue +61 -0
- package/components/form/Members/ClusterPermissionsEditor.vue +314 -0
- package/components/form/Members/MembershipEditor.vue +230 -0
- package/components/form/Members/ProjectMembershipEditor.vue +63 -0
- package/components/form/Members/__tests__/MembershipEditor.test.ts +62 -0
- package/components/form/NameNsDescription.vue +601 -0
- package/components/form/Networking.vue +281 -0
- package/components/form/NodeAffinity.vue +258 -0
- package/components/form/NodeScheduling.vue +212 -0
- package/components/form/NotificationSettings.vue +71 -0
- package/components/form/Password.vue +191 -0
- package/components/form/PlusMinus.vue +109 -0
- package/components/form/PodAffinity.vue +496 -0
- package/components/form/Ports.vue +310 -0
- package/components/form/Probe.vue +376 -0
- package/components/form/ProjectMemberEditor.vue +342 -0
- package/components/form/ResourceLabeledSelect.vue +154 -0
- package/components/form/ResourceQuota/Namespace.vue +117 -0
- package/components/form/ResourceQuota/NamespaceRow.vue +220 -0
- package/components/form/ResourceQuota/Project.vue +107 -0
- package/components/form/ResourceQuota/ProjectRow.vue +115 -0
- package/components/form/ResourceQuota/shared.js +147 -0
- package/components/form/ResourceSelector.vue +144 -0
- package/components/form/ResourceTabs/index.vue +292 -0
- package/components/form/RuleSelector.vue +184 -0
- package/components/form/SSHKnownHosts/KnownHostsEditDialog.vue +196 -0
- package/components/form/SSHKnownHosts/__tests__/KnownHostsEditDialog.test.ts +115 -0
- package/components/form/SSHKnownHosts/index.vue +115 -0
- package/components/form/SchedulingCustomization.vue +85 -0
- package/components/form/SecretSelector.vue +269 -0
- package/components/form/Security.vue +245 -0
- package/components/form/Select.vue +407 -0
- package/components/form/SelectOrCreateAuthSecret.vue +693 -0
- package/components/form/ServiceNameSelect.vue +168 -0
- package/components/form/ServicePorts.vue +340 -0
- package/components/form/ShellInput.vue +95 -0
- package/components/form/SimpleSecretSelector.vue +278 -0
- package/components/form/Taints.vue +98 -0
- package/components/form/Tolerations.vue +319 -0
- package/components/form/UnitInput.vue +257 -0
- package/components/form/ValueFromResource.vue +407 -0
- package/components/form/WorkloadPorts.vue +514 -0
- package/components/form/__tests__/ArrayList.test.ts +127 -0
- package/components/form/__tests__/ArrayListGrouped.test.ts +41 -0
- package/components/form/__tests__/BannerSettings.test.ts +54 -0
- package/components/form/__tests__/ColorInput.test.ts +27 -0
- package/components/form/__tests__/Command.test.ts +64 -0
- package/components/form/__tests__/Error.test.ts +56 -0
- package/components/form/__tests__/FileImageSelector.test.ts +42 -0
- package/components/form/__tests__/FileSelector.test.ts +76 -0
- package/components/form/__tests__/HookOption.test.ts +28 -0
- package/components/form/__tests__/InputWithSelect.test.ts +42 -0
- package/components/form/__tests__/KeyValue.test.ts +179 -0
- package/components/form/__tests__/LabeledSelect.test.ts +217 -0
- package/components/form/__tests__/MatchExpressions.test.ts +78 -0
- package/components/form/__tests__/NameNsDescription.test.ts +173 -0
- package/components/form/__tests__/NodeAffinity.test.ts +39 -0
- package/components/form/__tests__/NodeScheduling.test.ts +44 -0
- package/components/form/__tests__/PodAffinity.test.ts +47 -0
- package/components/form/__tests__/Probe.test.ts +78 -0
- package/components/form/__tests__/SSHKnownHosts.test.ts +70 -0
- package/components/form/__tests__/Security.test.ts +55 -0
- package/components/form/__tests__/Select.test.ts +67 -0
- package/components/form/__tests__/SelectOrCreateAuthSecret.test.ts +34 -0
- package/components/form/__tests__/ServiceNameSelect.test.ts +42 -0
- package/components/form/__tests__/Taints.test.ts +71 -0
- package/components/form/__tests__/UnitInput.test.ts +255 -0
- package/components/form/labeled-select-utils/labeled-select-pagination.ts +151 -0
- package/components/form/labeled-select-utils/labeled-select.utils.ts +122 -0
- package/components/formatter/AppSummaryGraph.vue +154 -0
- package/components/formatter/BadgeStateFormatter.vue +66 -0
- package/components/formatter/Capitalize.vue +28 -0
- package/components/formatter/Checked.vue +31 -0
- package/components/formatter/CloudCredExpired.vue +69 -0
- package/components/formatter/CloudCredPublicData.vue +30 -0
- package/components/formatter/ClusterLink.vue +117 -0
- package/components/formatter/ClusterProvider.vue +38 -0
- package/components/formatter/CopyToClipboard.vue +18 -0
- package/components/formatter/Date.vue +74 -0
- package/components/formatter/DelayedValue.vue +46 -0
- package/components/formatter/Endpoints.vue +106 -0
- package/components/formatter/ExternalLink.vue +11 -0
- package/components/formatter/FleetClusterSummaryGraph.vue +27 -0
- package/components/formatter/FleetSummaryGraph.vue +122 -0
- package/components/formatter/IconIsDefault.vue +34 -0
- package/components/formatter/IconText.vue +49 -0
- package/components/formatter/ImageName.vue +23 -0
- package/components/formatter/ImagePercentageBar.vue +86 -0
- package/components/formatter/IngressFullPath.vue +22 -0
- package/components/formatter/IngressTarget.vue +96 -0
- package/components/formatter/InternalExternalIP.vue +64 -0
- package/components/formatter/InvolvedObjectLink.vue +54 -0
- package/components/formatter/KeyValue.vue +78 -0
- package/components/formatter/Link.vue +189 -0
- package/components/formatter/LinkDetail.vue +58 -0
- package/components/formatter/LinkDetailImage.vue +31 -0
- package/components/formatter/LinkName.vue +66 -0
- package/components/formatter/List.vue +22 -0
- package/components/formatter/ListLink.vue +37 -0
- package/components/formatter/ListLinkDetail.vue +30 -0
- package/components/formatter/LiveDate.vue +167 -0
- package/components/formatter/LiveDuration.vue +78 -0
- package/components/formatter/LiveExpiryBadgeState.vue +79 -0
- package/components/formatter/LiveExpiryDate.vue +87 -0
- package/components/formatter/LivePodRestarts.vue +50 -0
- package/components/formatter/MachineSummaryGraph.vue +108 -0
- package/components/formatter/Number.vue +34 -0
- package/components/formatter/Percentage.vue +25 -0
- package/components/formatter/PercentageBar.vue +41 -0
- package/components/formatter/PodImages.vue +72 -0
- package/components/formatter/PodsUsage.vue +29 -0
- package/components/formatter/Principal.vue +22 -0
- package/components/formatter/PrincipalGroupBindings.vue +59 -0
- package/components/formatter/QualityText.vue +21 -0
- package/components/formatter/RKETemplateName.vue +37 -0
- package/components/formatter/ReceiverIcons.vue +132 -0
- package/components/formatter/RunBookLink.vue +20 -0
- package/components/formatter/Scale.vue +143 -0
- package/components/formatter/ScanResult.vue +33 -0
- package/components/formatter/SecretData.vue +68 -0
- package/components/formatter/ServiceTargets.vue +121 -0
- package/components/formatter/ServiceType.vue +54 -0
- package/components/formatter/Shortened.vue +55 -0
- package/components/formatter/Si.vue +46 -0
- package/components/formatter/Translate.vue +32 -0
- package/components/formatter/VerticalScroll.vue +17 -0
- package/components/formatter/VirtualServiceGateways.vue +111 -0
- package/components/formatter/WorkloadDetailEndpoints.vue +107 -0
- package/components/formatter/WorkloadHealthScale.vue +339 -0
- package/components/formatter/__tests__/Checked.test.ts +19 -0
- package/components/formatter/__tests__/ClusterLink.test.ts +101 -0
- package/components/formatter/__tests__/Date.test.ts +60 -0
- package/components/formatter/__tests__/LinkDetail.test.ts +72 -0
- package/components/formatter/__tests__/LiveDate.test.ts +90 -0
- package/components/formatter/__tests__/PodsUsage.test.ts +55 -0
- package/components/formatter/__tests__/Si.test.ts +35 -0
- package/components/formatter/__tests__/WorkloadDetailEndpoints.test.ts +81 -0
- package/components/graph/AspectPreserver.vue +79 -0
- package/components/graph/Bar.vue +81 -0
- package/components/graph/Circle.vue +164 -0
- package/components/graph/HalfCircle.vue +46 -0
- package/components/graph/LinePlot.vue +189 -0
- package/components/graph/ProgressArc.vue +94 -0
- package/components/nav/Favorite.vue +60 -0
- package/components/nav/GlobalLoading.vue +25 -0
- package/components/nav/Group.vue +496 -0
- package/components/nav/Header.vue +1182 -0
- package/components/nav/HeaderPageActionMenu.vue +22 -0
- package/components/nav/Jump.vue +135 -0
- package/components/nav/NamespaceFilter.vue +1165 -0
- package/components/nav/Pinned.vue +52 -0
- package/components/nav/TopLevelMenu.helper.ts +562 -0
- package/components/nav/TopLevelMenu.vue +1590 -0
- package/components/nav/Type.vue +289 -0
- package/components/nav/WindowManager/ChartReadme.vue +48 -0
- package/components/nav/WindowManager/ContainerLogs.vue +877 -0
- package/components/nav/WindowManager/ContainerShell.vue +585 -0
- package/components/nav/WindowManager/KubectlShell.vue +42 -0
- package/components/nav/WindowManager/MachineSsh.vue +21 -0
- package/components/nav/WindowManager/Window.vue +105 -0
- package/components/nav/WindowManager/__tests__/ContainerLogs.test.ts +197 -0
- package/components/nav/WindowManager/__tests__/ContainerShell.test.ts +571 -0
- package/components/nav/WindowManager/index.vue +587 -0
- package/components/nav/WorkspaceSwitcher.vue +190 -0
- package/components/nav/__tests__/TopLevelMenu.test.ts +558 -0
- package/components/nav/__tests__/Type.test.ts +491 -0
- package/components/templates/blank.vue +23 -0
- package/components/templates/default.vue +271 -0
- package/components/templates/home.vue +135 -0
- package/components/templates/plain.vue +143 -0
- package/components/templates/standalone.vue +9 -0
- package/components/templates/unauthenticated.vue +26 -0
- package/components/user.retention/user-retention-header.vue +34 -0
- package/composables/focusTrap.ts +76 -0
- package/composables/useClickOutside.ts +81 -0
- package/composables/useCompactInput.test.ts +36 -0
- package/composables/useCompactInput.ts +20 -0
- package/composables/useI18n.ts +26 -0
- package/composables/useLabeledFormElement.test.ts +135 -0
- package/composables/useLabeledFormElement.ts +153 -0
- package/composables/useRuntimeFlag.ts +29 -0
- package/composables/useUserRetentionValidation.test.ts +178 -0
- package/composables/useUserRetentionValidation.ts +201 -0
- package/config/__test__/home-links.test.ts +57 -0
- package/config/cookies.js +4 -0
- package/config/elemental-types.js +9 -0
- package/config/features.js +6 -0
- package/config/harvester-manager-types.js +3 -0
- package/config/home-links.js +209 -0
- package/config/labels-annotations.js +192 -0
- package/config/local-storage.js +6 -0
- package/config/page-actions.js +4 -0
- package/config/pagination-table-headers.js +80 -0
- package/config/persistentVolume.ts +108 -0
- package/config/pod-security-admission.ts +82 -0
- package/config/private-label.js +99 -0
- package/config/product/apps.js +148 -0
- package/config/product/auth.js +218 -0
- package/config/product/backup.js +61 -0
- package/config/product/cis.js +158 -0
- package/config/product/explorer.js +632 -0
- package/config/product/fleet.js +100 -0
- package/config/product/gatekeeper.js +119 -0
- package/config/product/istio.js +89 -0
- package/config/product/legacy.js +62 -0
- package/config/product/logging.js +377 -0
- package/config/product/longhorn.js +49 -0
- package/config/product/manager.js +217 -0
- package/config/product/monitoring.js +287 -0
- package/config/product/navlinks.js +32 -0
- package/config/product/neuvector.js +30 -0
- package/config/product/settings.js +161 -0
- package/config/product/uiplugins.js +18 -0
- package/config/query-params.js +79 -0
- package/config/roles.ts +409 -0
- package/config/router/index.js +26 -0
- package/config/router/navigation-guards/attempt-first-login.js +73 -0
- package/config/router/navigation-guards/authentication.js +64 -0
- package/config/router/navigation-guards/clusters.js +132 -0
- package/config/router/navigation-guards/i18n.js +13 -0
- package/config/router/navigation-guards/index.js +23 -0
- package/config/router/navigation-guards/install-redirect.js +95 -0
- package/config/router/navigation-guards/load-initial-settings.js +15 -0
- package/config/router/navigation-guards/page-title.js +12 -0
- package/config/router/navigation-guards/products.js +15 -0
- package/config/router/navigation-guards/record-last-route.js +24 -0
- package/config/router/navigation-guards/runtime-extension-route.js +31 -0
- package/config/router/navigation-guards/server-upgrade-growl.js +19 -0
- package/config/router/routes.js +496 -0
- package/config/schema.js +32 -0
- package/config/secret.js +14 -0
- package/config/settings.ts +258 -0
- package/config/store.js +188 -0
- package/config/system-namespaces.js +18 -0
- package/config/table-headers.js +1116 -0
- package/config/types.js +353 -0
- package/config/uiplugins.js +276 -0
- package/config/version.js +33 -0
- package/config/workload.ts +1 -0
- package/core/plugin-helpers.ts +220 -0
- package/core/plugin-routes.ts +34 -0
- package/core/plugin.ts +367 -0
- package/core/plugins-loader.js +31 -0
- package/core/plugins.js +471 -0
- package/core/types-provisioning.ts +361 -0
- package/core/types.ts +682 -0
- package/detail/__tests__/autoscaling.horizontalpodautoscaler.test.ts +196 -0
- package/detail/__tests__/provisioning.cattle.io.cluster.test.ts +119 -0
- package/detail/__tests__/service.test.ts +62 -0
- package/detail/autoscaling.horizontalpodautoscaler/index.vue +264 -0
- package/detail/catalog.cattle.io.app.vue +181 -0
- package/detail/catalog.cattle.io.clusterrepo.vue +35 -0
- package/detail/cis.cattle.io.clusterscan.vue +372 -0
- package/detail/configmap.vue +81 -0
- package/detail/constraints.gatekeeper.sh.constraint.vue +66 -0
- package/detail/fleet.cattle.io.bundle.vue +63 -0
- package/detail/fleet.cattle.io.cluster.vue +99 -0
- package/detail/fleet.cattle.io.clustergroup.vue +76 -0
- package/detail/fleet.cattle.io.gitrepo.vue +148 -0
- package/detail/harvesterhci.io.management.cluster.vue +104 -0
- package/detail/helm.cattle.io.projecthelmchart.vue +249 -0
- package/detail/management.cattle.io.fleetworkspace.vue +100 -0
- package/detail/management.cattle.io.globalrole.vue +8 -0
- package/detail/management.cattle.io.roletemplate.vue +11 -0
- package/detail/management.cattle.io.user.vue +312 -0
- package/detail/namespace.vue +269 -0
- package/detail/networking.k8s.io.ingress.vue +74 -0
- package/detail/node.vue +330 -0
- package/detail/pod.vue +255 -0
- package/detail/provisioning.cattle.io.cluster.vue +1200 -0
- package/detail/rbac.authorization.k8s.io.clusterrole.vue +8 -0
- package/detail/rbac.authorization.k8s.io.role.vue +8 -0
- package/detail/secret.vue +313 -0
- package/detail/service.vue +202 -0
- package/detail/workload/index.vue +541 -0
- package/dialog/AddClusterMemberDialog.vue +86 -0
- package/dialog/AddCustomBadgeDialog.vue +466 -0
- package/dialog/AddProjectMemberDialog.vue +181 -0
- package/dialog/AddonConfigConfirmationDialog.vue +101 -0
- package/dialog/DeactivateDriverDialog.vue +139 -0
- package/dialog/DiagnosticTimingsDialog.vue +141 -0
- package/dialog/DrainNode.vue +247 -0
- package/dialog/ForceMachineRemoveDialog.vue +134 -0
- package/dialog/GenericPrompt.vue +135 -0
- package/dialog/GitRepoForceUpdateDialog.vue +132 -0
- package/dialog/RollbackWorkloadDialog.vue +308 -0
- package/dialog/RotateCertificatesDialog.vue +205 -0
- package/dialog/RotateEncryptionKeyDialog.vue +191 -0
- package/dialog/SaveAsRKETemplateDialog.vue +139 -0
- package/dialog/ScaleMachineDownDialog.vue +156 -0
- package/dialog/ScalePoolDownDialog.vue +121 -0
- package/dialog/SloDialog.vue +97 -0
- package/directives/clean-html.js +15 -0
- package/directives/clean-tooltip.js +32 -0
- package/directives/focus.js +47 -0
- package/directives/int-number.js +21 -0
- package/directives/positive-int-number.js +19 -0
- package/directives/strip-html-aria-label.js +19 -0
- package/directives/trim-whitespace.js +19 -0
- package/edit/__tests__/cis.cattle.io.clusterscan.test.ts +87 -0
- package/edit/__tests__/fleet.cattle.io.gitrepo.test.ts +246 -0
- package/edit/__tests__/kontainerDriver.test.ts +110 -0
- package/edit/__tests__/management.cattle.io.clusterroletemplatebinding.test.ts +71 -0
- package/edit/__tests__/management.cattle.io.setting.test.ts +109 -0
- package/edit/__tests__/monitoring.coreos.com.prometheusrule.test.ts +70 -0
- package/edit/__tests__/namespace.test.ts +49 -0
- package/edit/__tests__/nodeDriver.test.ts +89 -0
- package/edit/__tests__/service.test.ts +100 -0
- package/edit/__tests__/ui.cattle.io.navlink.test.ts +114 -0
- package/edit/auth/AuthProviderWarningBanners.vue +34 -0
- package/edit/auth/__tests__/AuthProviderWarningBanners.test.ts +19 -0
- package/edit/auth/__tests__/azuread.test.ts +238 -0
- package/edit/auth/__tests__/oidc.test.ts +225 -0
- package/edit/auth/azuread.vue +538 -0
- package/edit/auth/github.vue +269 -0
- package/edit/auth/googleoauth.vue +260 -0
- package/edit/auth/ldap/__tests__/config.test.ts +44 -0
- package/edit/auth/ldap/config.vue +379 -0
- package/edit/auth/ldap/index.vue +156 -0
- package/edit/auth/oidc.vue +445 -0
- package/edit/auth/saml.vue +432 -0
- package/edit/autoscaling.horizontalpodautoscaler/external-metric.vue +58 -0
- package/edit/autoscaling.horizontalpodautoscaler/hpa-scaling-rule.vue +130 -0
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +343 -0
- package/edit/autoscaling.horizontalpodautoscaler/metric-identifier.vue +82 -0
- package/edit/autoscaling.horizontalpodautoscaler/metric-object-reference.vue +60 -0
- package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +220 -0
- package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +198 -0
- package/edit/autoscaling.horizontalpodautoscaler/object-metric.vue +71 -0
- package/edit/autoscaling.horizontalpodautoscaler/pod-metric.vue +58 -0
- package/edit/autoscaling.horizontalpodautoscaler/resource-metric.vue +65 -0
- package/edit/catalog.cattle.io.clusterrepo.vue +336 -0
- package/edit/cis.cattle.io.clusterscan.vue +377 -0
- package/edit/cis.cattle.io.clusterscanbenchmark.vue +153 -0
- package/edit/cis.cattle.io.clusterscanprofile.vue +150 -0
- package/edit/cloudcredential.vue +334 -0
- package/edit/configmap.vue +163 -0
- package/edit/constraints.gatekeeper.sh.constraint/MatchKinds.vue +72 -0
- package/edit/constraints.gatekeeper.sh.constraint/NamespaceList.vue +78 -0
- package/edit/constraints.gatekeeper.sh.constraint/Scope.vue +52 -0
- package/edit/constraints.gatekeeper.sh.constraint/index.vue +368 -0
- package/edit/fleet.cattle.io.cluster.vue +105 -0
- package/edit/fleet.cattle.io.clustergroup.vue +189 -0
- package/edit/fleet.cattle.io.gitrepo.vue +912 -0
- package/edit/group.principal.vue +65 -0
- package/edit/helm.cattle.io.projecthelmchart.vue +163 -0
- package/edit/k8s.cni.cncf.io.networkattachmentdefinition.vue +94 -0
- package/edit/kontainerDriver.vue +67 -0
- package/edit/logging-flow/Match.vue +142 -0
- package/edit/logging-flow/index.vue +549 -0
- package/edit/logging.banzaicloud.io.clusterflow.vue +7 -0
- package/edit/logging.banzaicloud.io.clusteroutput.vue +12 -0
- package/edit/logging.banzaicloud.io.flow.vue +7 -0
- package/edit/logging.banzaicloud.io.output/__tests__/logging.banzaicloud.io.output.test.ts +310 -0
- package/edit/logging.banzaicloud.io.output/index.vue +386 -0
- package/edit/logging.banzaicloud.io.output/providers/__tests__/loki.test.ts +13 -0
- package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +77 -0
- package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +94 -0
- package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +112 -0
- package/edit/logging.banzaicloud.io.output/providers/datadog.vue +95 -0
- package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +234 -0
- package/edit/logging.banzaicloud.io.output/providers/file.vue +47 -0
- package/edit/logging.banzaicloud.io.output/providers/forward.vue +152 -0
- package/edit/logging.banzaicloud.io.output/providers/gcs.vue +102 -0
- package/edit/logging.banzaicloud.io.output/providers/gelf.vue +167 -0
- package/edit/logging.banzaicloud.io.output/providers/kafka.vue +166 -0
- package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +76 -0
- package/edit/logging.banzaicloud.io.output/providers/logdna.vue +72 -0
- package/edit/logging.banzaicloud.io.output/providers/logz.vue +107 -0
- package/edit/logging.banzaicloud.io.output/providers/loki.vue +172 -0
- package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +71 -0
- package/edit/logging.banzaicloud.io.output/providers/opensearch.vue +225 -0
- package/edit/logging.banzaicloud.io.output/providers/redis.vue +142 -0
- package/edit/logging.banzaicloud.io.output/providers/s3.vue +122 -0
- package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +180 -0
- package/edit/logging.banzaicloud.io.output/providers/sumologic.vue +59 -0
- package/edit/logging.banzaicloud.io.output/providers/syslog.vue +234 -0
- package/edit/logging.banzaicloud.io.output/providers/utils.js +27 -0
- package/edit/management.cattle.io.clusterroletemplatebinding.vue +71 -0
- package/edit/management.cattle.io.fleetworkspace.vue +245 -0
- package/edit/management.cattle.io.globalrole.vue +8 -0
- package/edit/management.cattle.io.node.vue +72 -0
- package/edit/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +111 -0
- package/edit/management.cattle.io.project.vue +255 -0
- package/edit/management.cattle.io.projectroletemplatebinding.vue +96 -0
- package/edit/management.cattle.io.roletemplate.vue +11 -0
- package/edit/management.cattle.io.setting.vue +264 -0
- package/edit/management.cattle.io.user.vue +289 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/auth.vue +324 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/index.vue +287 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +423 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/routeConfig.vue +176 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/tls.vue +272 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +175 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +282 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +203 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +140 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +230 -0
- package/edit/monitoring.coreos.com.prometheusrule/AlertingRule.vue +534 -0
- package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +229 -0
- package/edit/monitoring.coreos.com.prometheusrule/RecordingRule.vue +112 -0
- package/edit/monitoring.coreos.com.prometheusrule/index.vue +223 -0
- package/edit/monitoring.coreos.com.receiver/auth.vue +142 -0
- package/edit/monitoring.coreos.com.receiver/index.vue +357 -0
- package/edit/monitoring.coreos.com.receiver/tls.vue +72 -0
- package/edit/monitoring.coreos.com.receiver/types/__tests__/email.test.ts +57 -0
- package/edit/monitoring.coreos.com.receiver/types/email.vue +130 -0
- package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +237 -0
- package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +97 -0
- package/edit/monitoring.coreos.com.receiver/types/slack.vue +88 -0
- package/edit/monitoring.coreos.com.receiver/types/webhook.add.vue +65 -0
- package/edit/monitoring.coreos.com.receiver/types/webhook.banner.vue +28 -0
- package/edit/monitoring.coreos.com.receiver/types/webhook.vue +93 -0
- package/edit/monitoring.coreos.com.route.vue +237 -0
- package/edit/namespace.vue +281 -0
- package/edit/networking.istio.io.destinationrule/LoadBalancer.vue +194 -0
- package/edit/networking.istio.io.destinationrule/index.vue +237 -0
- package/edit/networking.k8s.io.ingress/Certificate.vue +134 -0
- package/edit/networking.k8s.io.ingress/Certificates.vue +111 -0
- package/edit/networking.k8s.io.ingress/DefaultBackend.vue +145 -0
- package/edit/networking.k8s.io.ingress/IngressClass.vue +69 -0
- package/edit/networking.k8s.io.ingress/Rule.vue +188 -0
- package/edit/networking.k8s.io.ingress/RulePath.vue +224 -0
- package/edit/networking.k8s.io.ingress/Rules.vue +155 -0
- package/edit/networking.k8s.io.ingress/__tests__/IngressClass.test.ts +58 -0
- package/edit/networking.k8s.io.ingress/index.vue +300 -0
- package/edit/networking.k8s.io.networkpolicy/PolicyRule.vue +108 -0
- package/edit/networking.k8s.io.networkpolicy/PolicyRulePort.vue +50 -0
- package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +401 -0
- package/edit/networking.k8s.io.networkpolicy/PolicyRules.vue +93 -0
- package/edit/networking.k8s.io.networkpolicy/__tests__/PolicyRuleTarget.test.ts +180 -0
- package/edit/networking.k8s.io.networkpolicy/__tests__/utils/mock.json +158 -0
- package/edit/networking.k8s.io.networkpolicy/__tests__/utils/selectors.test.ts +45 -0
- package/edit/networking.k8s.io.networkpolicy/index.vue +299 -0
- package/edit/node.vue +82 -0
- package/edit/nodeDriver.vue +72 -0
- package/edit/persistentvolume/__tests__/persistentvolume.test.ts +105 -0
- package/edit/persistentvolume/index.vue +380 -0
- package/edit/persistentvolume/plugins/awsElasticBlockStore.vue +90 -0
- package/edit/persistentvolume/plugins/azureDisk.vue +136 -0
- package/edit/persistentvolume/plugins/azureFile.vue +78 -0
- package/edit/persistentvolume/plugins/cephfs.vue +109 -0
- package/edit/persistentvolume/plugins/cinder.vue +89 -0
- package/edit/persistentvolume/plugins/csi.vue +209 -0
- package/edit/persistentvolume/plugins/fc.vue +101 -0
- package/edit/persistentvolume/plugins/flexVolume.vue +102 -0
- package/edit/persistentvolume/plugins/flocker.vue +45 -0
- package/edit/persistentvolume/plugins/gcePersistentDisk.vue +90 -0
- package/edit/persistentvolume/plugins/glusterfs.vue +70 -0
- package/edit/persistentvolume/plugins/hostPath.vue +82 -0
- package/edit/persistentvolume/plugins/iscsi.vue +170 -0
- package/edit/persistentvolume/plugins/local.vue +37 -0
- package/edit/persistentvolume/plugins/longhorn.vue +99 -0
- package/edit/persistentvolume/plugins/nfs.vue +70 -0
- package/edit/persistentvolume/plugins/photonPersistentDisk.vue +58 -0
- package/edit/persistentvolume/plugins/portworxVolume.vue +71 -0
- package/edit/persistentvolume/plugins/quobyte.vue +88 -0
- package/edit/persistentvolume/plugins/rbd.vue +127 -0
- package/edit/persistentvolume/plugins/scaleIO.vue +146 -0
- package/edit/persistentvolume/plugins/storageos.vue +98 -0
- package/edit/persistentvolume/plugins/vsphereVolume.vue +63 -0
- package/edit/persistentvolumeclaim.vue +395 -0
- package/edit/pod.vue +27 -0
- package/edit/policy.poddisruptionbudget.vue +152 -0
- package/edit/provisioning.cattle.io.cluster/AgentEnv.vue +40 -0
- package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +306 -0
- package/edit/provisioning.cattle.io.cluster/Labels.vue +46 -0
- package/edit/provisioning.cattle.io.cluster/SelectCredential.vue +341 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/Advanced.test.ts +304 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/Basics.test.ts +564 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/CustomCommand.test.ts +129 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/DirectoryConfig.test.ts +182 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/DrainOptions.test.ts +54 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/index.test.ts +72 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/rke2.test.ts +546 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/utils/cluster.ts +391 -0
- package/edit/provisioning.cattle.io.cluster/index.vue +733 -0
- package/edit/provisioning.cattle.io.cluster/rke2.vue +2538 -0
- package/edit/provisioning.cattle.io.cluster/tabs/AddOnAdditionalManifest.vue +49 -0
- package/edit/provisioning.cattle.io.cluster/tabs/AddOnConfig.vue +112 -0
- package/edit/provisioning.cattle.io.cluster/tabs/Advanced.vue +224 -0
- package/edit/provisioning.cattle.io.cluster/tabs/AgentConfiguration.vue +340 -0
- package/edit/provisioning.cattle.io.cluster/tabs/Basics.vue +700 -0
- package/edit/provisioning.cattle.io.cluster/tabs/DirectoryConfig.vue +219 -0
- package/edit/provisioning.cattle.io.cluster/tabs/MachinePool.vue +405 -0
- package/edit/provisioning.cattle.io.cluster/tabs/MemberRoles.vue +40 -0
- package/edit/provisioning.cattle.io.cluster/tabs/etcd/S3Config.vue +153 -0
- package/edit/provisioning.cattle.io.cluster/tabs/etcd/index.vue +138 -0
- package/edit/provisioning.cattle.io.cluster/tabs/networking/ACE.vue +73 -0
- package/edit/provisioning.cattle.io.cluster/tabs/networking/index.vue +214 -0
- package/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryConfigs.vue +211 -0
- package/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryMirrors.vue +138 -0
- package/edit/provisioning.cattle.io.cluster/tabs/registries/__tests__/RegistryConfigs.test.ts +66 -0
- package/edit/provisioning.cattle.io.cluster/tabs/registries/index.vue +149 -0
- package/edit/provisioning.cattle.io.cluster/tabs/upgrade/DrainOptions.vue +155 -0
- package/edit/provisioning.cattle.io.cluster/tabs/upgrade/index.vue +76 -0
- package/edit/rbac.authorization.k8s.io.clusterrole.vue +8 -0
- package/edit/rbac.authorization.k8s.io.role.vue +8 -0
- package/edit/resources.cattle.io.backup.vue +454 -0
- package/edit/resources.cattle.io.restore.vue +326 -0
- package/edit/secret/__tests__/ssh.test.ts +79 -0
- package/edit/secret/basic.vue +64 -0
- package/edit/secret/generic.vue +64 -0
- package/edit/secret/index.vue +407 -0
- package/edit/secret/registry.vue +145 -0
- package/edit/secret/ssh.vue +106 -0
- package/edit/secret/tls.vue +94 -0
- package/edit/service.vue +546 -0
- package/edit/serviceaccount.vue +193 -0
- package/edit/storage.k8s.io.storageclass/index.vue +307 -0
- package/edit/storage.k8s.io.storageclass/provisioners/custom.vue +25 -0
- package/edit/storage.k8s.io.storageclass/provisioners/driver.harvesterhci.io.vue +114 -0
- package/edit/storage.k8s.io.storageclass/provisioners/driver.longhorn.io.vue +40 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +180 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-disk.vue +75 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-file.vue +47 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/cinder.vue +69 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +117 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/glusterfs.vue +99 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/no-provisioner.vue +21 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/portworx-volume.vue +83 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/quobyte.vue +91 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/rbd.vue +117 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/scaleio.vue +116 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/storageos.vue +65 -0
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +97 -0
- package/edit/token.vue +337 -0
- package/edit/ui.cattle.io.navlink.vue +461 -0
- package/edit/workload/Job.vue +339 -0
- package/edit/workload/Upgrading.vue +372 -0
- package/edit/workload/VolumeClaimTemplate.vue +136 -0
- package/edit/workload/__tests__/Job.test.ts +71 -0
- package/edit/workload/__tests__/Upgrading.test.ts +61 -0
- package/edit/workload/__tests__/index.test.ts +103 -0
- package/edit/workload/index.vue +677 -0
- package/edit/workload/mixins/workload.js +1067 -0
- package/edit/workload/storage/ContainerMountPaths.vue +171 -0
- package/edit/workload/storage/Mount.vue +157 -0
- package/edit/workload/storage/__tests__/Mount.test.ts +102 -0
- package/edit/workload/storage/__tests__/Storage.test.ts +106 -0
- package/edit/workload/storage/awsElasticBlockStore.vue +73 -0
- package/edit/workload/storage/azureDisk.vue +104 -0
- package/edit/workload/storage/azureFile.vue +74 -0
- package/edit/workload/storage/csi/driver.longhorn.io.vue +48 -0
- package/edit/workload/storage/csi/index.vue +122 -0
- package/edit/workload/storage/emptyDir.vue +88 -0
- package/edit/workload/storage/ephemeralVolume/index.vue +108 -0
- package/edit/workload/storage/gcePersistentDisk.vue +73 -0
- package/edit/workload/storage/hostPath.vue +115 -0
- package/edit/workload/storage/index.vue +339 -0
- package/edit/workload/storage/nfs.vue +78 -0
- package/edit/workload/storage/persistentVolumeClaim/__tests__/persistentvolumeclaim.test.ts +38 -0
- package/edit/workload/storage/persistentVolumeClaim/index.vue +154 -0
- package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +256 -0
- package/edit/workload/storage/secret.vue +186 -0
- package/edit/workload/storage/vsphereVolume.vue +73 -0
- package/initialize/App.vue +70 -0
- package/initialize/app-extended.js +112 -0
- package/initialize/entry-helpers.js +147 -0
- package/initialize/entry.js +33 -0
- package/initialize/install-components.js +11 -0
- package/initialize/install-directives.js +61 -0
- package/initialize/install-plugins.js +129 -0
- package/list/__tests__/workload.test.ts +55 -0
- package/list/catalog.cattle.io.app.vue +76 -0
- package/list/catalog.cattle.io.clusterrepo.vue +83 -0
- package/list/cis.cattle.io.clusterscan.vue +76 -0
- package/list/fleet.cattle.io.bundle.vue +127 -0
- package/list/fleet.cattle.io.cluster.vue +95 -0
- package/list/fleet.cattle.io.clustergroup.vue +88 -0
- package/list/fleet.cattle.io.clusterregistrationtoken.vue +94 -0
- package/list/fleet.cattle.io.gitrepo.vue +108 -0
- package/list/group.principal.vue +153 -0
- package/list/harvesterhci.io.management.cluster.vue +247 -0
- package/list/helm.cattle.io.projecthelmchart.vue +157 -0
- package/list/logging.banzaicloud.io.clusterflow.vue +44 -0
- package/list/logging.banzaicloud.io.flow.vue +45 -0
- package/list/management.cattle.io.cluster.vue +54 -0
- package/list/management.cattle.io.feature.vue +368 -0
- package/list/management.cattle.io.fleetworkspace.vue +44 -0
- package/list/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +51 -0
- package/list/management.cattle.io.setting.vue +117 -0
- package/list/management.cattle.io.user.vue +178 -0
- package/list/monitoring.coreos.com.alertmanagerconfig.vue +83 -0
- package/list/namespace.vue +81 -0
- package/list/networking.k8s.io.ingress.vue +39 -0
- package/list/node.vue +418 -0
- package/list/persistentvolume.vue +89 -0
- package/list/persistentvolumeclaim.vue +32 -0
- package/list/provisioning.cattle.io.cluster.vue +326 -0
- package/list/rbac.authorization.k8s.io.clusterrolebinding.vue +47 -0
- package/list/service.vue +48 -0
- package/list/ui.cattle.io.navlink.vue +72 -0
- package/list/workload.vue +188 -0
- package/machine-config/__tests__/vmwarevsphere.test.ts +302 -0
- package/machine-config/amazonec2.vue +702 -0
- package/machine-config/azure.vue +913 -0
- package/machine-config/digitalocean.vue +231 -0
- package/machine-config/generic.vue +103 -0
- package/machine-config/linode.vue +189 -0
- package/machine-config/pnap.vue +288 -0
- package/machine-config/vmwarevsphere-config.ts +17 -0
- package/machine-config/vmwarevsphere.vue +1268 -0
- package/mixins/__tests__/auth-config.test.ts +74 -0
- package/mixins/__tests__/chart.test.ts +104 -0
- package/mixins/__tests__/create-edit-view.test.ts +56 -0
- package/mixins/auth-config.js +332 -0
- package/mixins/back-link.js +15 -0
- package/mixins/brand.js +211 -0
- package/mixins/browser-tab-visibility.js +31 -0
- package/mixins/chart.js +557 -0
- package/mixins/child-hook.js +82 -0
- package/mixins/closeable.js +47 -0
- package/mixins/compact-input.ts +25 -0
- package/mixins/create-edit-view/impl.js +201 -0
- package/mixins/create-edit-view/index.js +48 -0
- package/mixins/fetch.client.js +90 -0
- package/mixins/form-validation.js +197 -0
- package/mixins/labeled-form-element.ts +225 -0
- package/mixins/login.js +31 -0
- package/mixins/metric-poller.js +19 -0
- package/mixins/page-actions.js +36 -0
- package/mixins/resource-fetch-api-pagination.js +339 -0
- package/mixins/resource-fetch-namespaced.js +90 -0
- package/mixins/resource-fetch.js +291 -0
- package/mixins/resource-manager.js +109 -0
- package/mixins/vue-select-overrides.js +102 -0
- package/models/__tests__/apps.deployment.test.ts +93 -0
- package/models/__tests__/batch.cronjob.test.ts +88 -0
- package/models/__tests__/catalog.cattle.io.app.test.ts +148 -0
- package/models/__tests__/cluster.test.ts +44 -0
- package/models/__tests__/fleet.cattle.io.cluster.test.ts +36 -0
- package/models/__tests__/fleet.cattle.io.gitrepo.test.ts +157 -0
- package/models/__tests__/logging.banzaicloud.io.flow.test.ts +88 -0
- package/models/__tests__/management.cattle.io.cluster.test.ts +23 -0
- package/models/__tests__/management.cattle.io.node.ts +181 -0
- package/models/__tests__/management.cattle.io.nodepool.ts +83 -0
- package/models/__tests__/namespace.test.ts +189 -0
- package/models/__tests__/node.test.ts +74 -0
- package/models/__tests__/provisioning.cattle.io.cluster.test.ts +155 -0
- package/models/__tests__/schema.tests.ts +24 -0
- package/models/__tests__/secret.test.ts +80 -0
- package/models/__tests__/steve-schema.test.ts +73 -0
- package/models/__tests__/storage.k8s.io.storageclass.test.ts +22 -0
- package/models/__tests__/workload.test.ts +91 -0
- package/models/app.js +25 -0
- package/models/apps.controllerrevision.js +7 -0
- package/models/apps.daemonset.js +22 -0
- package/models/apps.deployment.js +71 -0
- package/models/apps.replicaset.js +11 -0
- package/models/apps.statefulset.js +49 -0
- package/models/autoscaling.horizontalpodautoscaler.js +44 -0
- package/models/batch.cronjob.js +85 -0
- package/models/batch.job.js +19 -0
- package/models/catalog.cattle.io.app.js +488 -0
- package/models/catalog.cattle.io.clusterrepo.js +223 -0
- package/models/catalog.cattle.io.operation.js +43 -0
- package/models/catalog.cattle.io.repo.js +4 -0
- package/models/catalog.cattle.io.uiplugin.js +37 -0
- package/models/chart.js +50 -0
- package/models/chartinstallaction.js +17 -0
- package/models/chartupgradeaction.js +12 -0
- package/models/cis.cattle.io.clusterscan.js +179 -0
- package/models/cis.cattle.io.clusterscanbenchmark.js +18 -0
- package/models/cis.cattle.io.clusterscanprofile.js +31 -0
- package/models/cis.cattle.io.clusterscanreport.js +62 -0
- package/models/cloudcredential.js +341 -0
- package/models/cluster/node.js +487 -0
- package/models/cluster/schema.js +6 -0
- package/models/cluster.js +44 -0
- package/models/cluster.x-k8s.io.machine.js +272 -0
- package/models/cluster.x-k8s.io.machinedeployment.js +228 -0
- package/models/cluster.x-k8s.io.machineset.js +23 -0
- package/models/clusterroletemplatebinding.js +31 -0
- package/models/configmap.js +20 -0
- package/models/constraints.gatekeeper.sh.constraint.js +121 -0
- package/models/driver.js +63 -0
- package/models/etcdbackup.js +45 -0
- package/models/event.js +34 -0
- package/models/fleet.cattle.io.bundle.js +168 -0
- package/models/fleet.cattle.io.cluster.js +221 -0
- package/models/fleet.cattle.io.clustergroup.js +62 -0
- package/models/fleet.cattle.io.clusterregistrationtoken.js +14 -0
- package/models/fleet.cattle.io.gitrepo.js +548 -0
- package/models/group.principal.js +71 -0
- package/models/helm.cattle.io.projecthelmchart.js +38 -0
- package/models/k8s.cni.cncf.io.networkattachmentdefinition.js +88 -0
- package/models/kontainerdriver.js +88 -0
- package/models/logging.banzaicloud.io.clusterflow.js +36 -0
- package/models/logging.banzaicloud.io.clusteroutput.js +4 -0
- package/models/logging.banzaicloud.io.flow.js +115 -0
- package/models/logging.banzaicloud.io.output.js +173 -0
- package/models/management/schema.js +6 -0
- package/models/management.cattle.io.authconfig.js +70 -0
- package/models/management.cattle.io.cluster.js +501 -0
- package/models/management.cattle.io.clusterroletemplatebinding.js +143 -0
- package/models/management.cattle.io.feature.js +56 -0
- package/models/management.cattle.io.fleetworkspace.js +90 -0
- package/models/management.cattle.io.gitreporestriction.js +5 -0
- package/models/management.cattle.io.globalrole.js +172 -0
- package/models/management.cattle.io.globalrolebinding.js +59 -0
- package/models/management.cattle.io.kontainerdriver.js +90 -0
- package/models/management.cattle.io.node.js +179 -0
- package/models/management.cattle.io.nodepool.js +185 -0
- package/models/management.cattle.io.nodetemplate.js +139 -0
- package/models/management.cattle.io.podsecurityadmissionconfigurationtemplate.js +3 -0
- package/models/management.cattle.io.project.js +182 -0
- package/models/management.cattle.io.projectroletemplatebinding.js +150 -0
- package/models/management.cattle.io.roletemplate.js +216 -0
- package/models/management.cattle.io.setting.js +72 -0
- package/models/management.cattle.io.user.js +302 -0
- package/models/metrics.k8s.io.nodemetrics.js +41 -0
- package/models/monitoring.coreos.com.alertmanagerconfig.js +126 -0
- package/models/monitoring.coreos.com.podmonitor.js +23 -0
- package/models/monitoring.coreos.com.prometheusrule.js +38 -0
- package/models/monitoring.coreos.com.receiver.js +197 -0
- package/models/monitoring.coreos.com.route.js +162 -0
- package/models/monitoring.coreos.com.servicemonitor.js +23 -0
- package/models/namespace.js +261 -0
- package/models/networking.istio.io.destinationrule.js +19 -0
- package/models/networking.k8s.io.ingress.js +209 -0
- package/models/nodedriver.js +96 -0
- package/models/persistentvolume.js +43 -0
- package/models/persistentvolumeclaim.js +63 -0
- package/models/pod.js +279 -0
- package/models/principal.js +42 -0
- package/models/projectroletemplatebinding.js +35 -0
- package/models/provisioning.cattle.io.cluster.js +1091 -0
- package/models/rbac.authorization.k8s.io.clusterrole.js +17 -0
- package/models/rbac.authorization.k8s.io.clusterrolebinding.js +16 -0
- package/models/rbac.authorization.k8s.io.role.js +52 -0
- package/models/rbac.authorization.k8s.io.rolebinding.js +16 -0
- package/models/replicationcontroller.js +4 -0
- package/models/resources.cattle.io.backup.js +29 -0
- package/models/resources.cattle.io.restore.js +33 -0
- package/models/rke-machine-config.cattle.io.harvesterconfig.js +19 -0
- package/models/rke-machine.cattle.io.amazonec2machinetemplate.js +15 -0
- package/models/rke-machine.cattle.io.azuremachinetemplate.js +15 -0
- package/models/rke-machine.cattle.io.digitaloceanmachinetemplate.js +15 -0
- package/models/rke-machine.cattle.io.linodemachinetemplate.js +15 -0
- package/models/rke-machine.cattle.io.machinetemplate.js +22 -0
- package/models/rke-machine.cattle.io.pnapmachinetemplate.js +15 -0
- package/models/rke-machine.cattle.io.vmwarevspheremachinetemplate.js +14 -0
- package/models/rke.cattle.io.etcdsnapshot.js +76 -0
- package/models/schema.js +38 -0
- package/models/secret.js +473 -0
- package/models/service.js +193 -0
- package/models/steve-schema.ts +254 -0
- package/models/storage.k8s.io.storageclass.js +164 -0
- package/models/templates.gatekeeper.sh.constrainttemplate.js +23 -0
- package/models/token.js +19 -0
- package/models/ui.cattle.io.navlink.js +38 -0
- package/models/workload.js +691 -0
- package/models/workload.service.js +341 -0
- package/package.json +173 -0
- package/pages/404.vue +15 -0
- package/pages/__tests__/prefs.test.ts +96 -0
- package/pages/about.vue +311 -0
- package/pages/account/create-key.vue +16 -0
- package/pages/account/index.vue +308 -0
- package/pages/account/pri.vue +229 -0
- package/pages/auth/login.vue +742 -0
- package/pages/auth/logout.vue +47 -0
- package/pages/auth/setup.vue +646 -0
- package/pages/auth/verify.vue +203 -0
- package/pages/auth copy/login.vue +595 -0
- package/pages/auth copy/logout.vue +47 -0
- package/pages/auth copy/setup.vue +523 -0
- package/pages/auth copy/verify.vue +203 -0
- package/pages/c/_cluster/_product/_resource/_id.vue +12 -0
- package/pages/c/_cluster/_product/_resource/_namespace/_id.vue +12 -0
- package/pages/c/_cluster/_product/_resource/create.vue +12 -0
- package/pages/c/_cluster/_product/_resource/index.vue +12 -0
- package/pages/c/_cluster/_product/index.vue +15 -0
- package/pages/c/_cluster/_product/members/index.vue +8 -0
- package/pages/c/_cluster/_product/namespaces.vue +77 -0
- package/pages/c/_cluster/_product/projectsnamespaces.vue +6 -0
- package/pages/c/_cluster/apps/charts/__tests__/install.helper.test.ts +18 -0
- package/pages/c/_cluster/apps/charts/chart.vue +452 -0
- package/pages/c/_cluster/apps/charts/index.vue +718 -0
- package/pages/c/_cluster/apps/charts/install.helpers.js +15 -0
- package/pages/c/_cluster/apps/charts/install.vue +2050 -0
- package/pages/c/_cluster/auth/config/_id.vue +35 -0
- package/pages/c/_cluster/auth/config/index.vue +114 -0
- package/pages/c/_cluster/auth/group.principal/assign-edit.vue +138 -0
- package/pages/c/_cluster/auth/roles/_resource/_id.vue +12 -0
- package/pages/c/_cluster/auth/roles/_resource/create.vue +12 -0
- package/pages/c/_cluster/auth/roles/index.vue +215 -0
- package/pages/c/_cluster/auth/user.retention/index.vue +323 -0
- package/pages/c/_cluster/ecm/index.vue +14 -0
- package/pages/c/_cluster/explorer/ConfigBadge.vue +64 -0
- package/pages/c/_cluster/explorer/EventsTable.vue +126 -0
- package/pages/c/_cluster/explorer/__tests__/index.test.ts +264 -0
- package/pages/c/_cluster/explorer/explorer-utils.js +17 -0
- package/pages/c/_cluster/explorer/index.vue +1004 -0
- package/pages/c/_cluster/explorer/tools/__tests__/index.test.ts +71 -0
- package/pages/c/_cluster/explorer/tools/index.vue +397 -0
- package/pages/c/_cluster/explorer/tools/pages/_page.vue +29 -0
- package/pages/c/_cluster/fleet/GitRepoGraphConfig.js +249 -0
- package/pages/c/_cluster/fleet/index.vue +506 -0
- package/pages/c/_cluster/gatekeeper/constraints/index.vue +90 -0
- package/pages/c/_cluster/gatekeeper/index.vue +78 -0
- package/pages/c/_cluster/istio/index.vue +149 -0
- package/pages/c/_cluster/legacy/pages/_page.vue +29 -0
- package/pages/c/_cluster/legacy/project/_page.vue +57 -0
- package/pages/c/_cluster/legacy/project/index.vue +32 -0
- package/pages/c/_cluster/legacy/project/pipelines.vue +96 -0
- package/pages/c/_cluster/logging/index.vue +94 -0
- package/pages/c/_cluster/longhorn/__tests__/longhorn.index.test.ts +92 -0
- package/pages/c/_cluster/longhorn/index.vue +107 -0
- package/pages/c/_cluster/manager/cloudCredential/_id.vue +15 -0
- package/pages/c/_cluster/manager/cloudCredential/create.vue +15 -0
- package/pages/c/_cluster/manager/cloudCredential/index.vue +158 -0
- package/pages/c/_cluster/manager/drivers/kontainerDriver/_id.vue +12 -0
- package/pages/c/_cluster/manager/drivers/kontainerDriver/create.vue +15 -0
- package/pages/c/_cluster/manager/drivers/kontainerDriver/index.vue +91 -0
- package/pages/c/_cluster/manager/drivers/nodeDriver/_id.vue +12 -0
- package/pages/c/_cluster/manager/drivers/nodeDriver/create.vue +15 -0
- package/pages/c/_cluster/manager/drivers/nodeDriver/index.vue +60 -0
- package/pages/c/_cluster/manager/jwt.authentication/index.vue +244 -0
- package/pages/c/_cluster/manager/pages/_page.vue +22 -0
- package/pages/c/_cluster/mcapps/pages/_page.vue +22 -0
- package/pages/c/_cluster/monitoring/alertmanagerconfig/_alertmanagerconfigid/index.vue +12 -0
- package/pages/c/_cluster/monitoring/alertmanagerconfig/_alertmanagerconfigid/receiver.vue +320 -0
- package/pages/c/_cluster/monitoring/alertmanagerconfig/index.vue +24 -0
- package/pages/c/_cluster/monitoring/index.vue +202 -0
- package/pages/c/_cluster/monitoring/monitor/_namespace/_id.vue +21 -0
- package/pages/c/_cluster/monitoring/monitor/create.vue +29 -0
- package/pages/c/_cluster/monitoring/monitor/index.vue +99 -0
- package/pages/c/_cluster/monitoring/route-receiver/_id.vue +29 -0
- package/pages/c/_cluster/monitoring/route-receiver/create.vue +22 -0
- package/pages/c/_cluster/monitoring/route-receiver/index.vue +133 -0
- package/pages/c/_cluster/navlinks/_group.vue +42 -0
- package/pages/c/_cluster/neuvector/index.vue +75 -0
- package/pages/c/_cluster/settings/DefaultLinksEditor.vue +128 -0
- package/pages/c/_cluster/settings/banners.vue +361 -0
- package/pages/c/_cluster/settings/brand.vue +648 -0
- package/pages/c/_cluster/settings/index.vue +20 -0
- package/pages/c/_cluster/settings/links.vue +167 -0
- package/pages/c/_cluster/settings/performance.vue +515 -0
- package/pages/c/_cluster/uiplugins/AddExtensionRepos.vue +175 -0
- package/pages/c/_cluster/uiplugins/CatalogList/CatalogLoadDialog.vue +551 -0
- package/pages/c/_cluster/uiplugins/CatalogList/CatalogUninstallDialog.vue +193 -0
- package/pages/c/_cluster/uiplugins/CatalogList/index.vue +132 -0
- package/pages/c/_cluster/uiplugins/DeveloperInstallDialog.vue +261 -0
- package/pages/c/_cluster/uiplugins/InstallDialog.vue +366 -0
- package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +503 -0
- package/pages/c/_cluster/uiplugins/SetupUIPlugins.vue +83 -0
- package/pages/c/_cluster/uiplugins/UninstallDialog.vue +152 -0
- package/pages/c/_cluster/uiplugins/__tests__/AddExtensionRepos.test.ts +76 -0
- package/pages/c/_cluster/uiplugins/__tests__/SetupUIPlugins.test.ts +77 -0
- package/pages/c/_cluster/uiplugins/index.vue +1288 -0
- package/pages/clusters/index.vue +21 -0
- package/pages/diagnostic.vue +580 -0
- package/pages/fail-whale.vue +203 -0
- package/pages/home.vue +854 -0
- package/pages/index.vue +54 -0
- package/pages/prefs.vue +369 -0
- package/pages/support/index.vue +266 -0
- package/pkg/auto-import.js +118 -0
- package/pkg/babel.config.js +8 -0
- package/pkg/dynamic-importer.lib.js +82 -0
- package/pkg/dynamic-plugin-loader.js +28 -0
- package/pkg/import.js +10 -0
- package/pkg/model-loader-require.lib.js +3 -0
- package/pkg/tsconfig.json +65 -0
- package/pkg/vue.config.js +146 -0
- package/plugins/axios.js +31 -0
- package/plugins/clean-html.js +103 -0
- package/plugins/codemirror-loader.js +5 -0
- package/plugins/codemirror.js +359 -0
- package/plugins/dashboard-store/__tests__/actions.test.ts +250 -0
- package/plugins/dashboard-store/__tests__/getters.test.ts +100 -0
- package/plugins/dashboard-store/__tests__/mutations.test.ts +391 -0
- package/plugins/dashboard-store/__tests__/resource-class.test.ts +49 -0
- package/plugins/dashboard-store/__tests__/utils/store-mocks.ts +7 -0
- package/plugins/dashboard-store/actions.js +784 -0
- package/plugins/dashboard-store/classify.js +18 -0
- package/plugins/dashboard-store/getters.js +457 -0
- package/plugins/dashboard-store/index.js +53 -0
- package/plugins/dashboard-store/model-loader-require.js +12 -0
- package/plugins/dashboard-store/model-loader.js +76 -0
- package/plugins/dashboard-store/mutations.js +548 -0
- package/plugins/dashboard-store/normalize.js +50 -0
- package/plugins/dashboard-store/resource-class.js +1904 -0
- package/plugins/ember-cookie.js +13 -0
- package/plugins/extend-router.js +80 -0
- package/plugins/floating-vue.js +1 -0
- package/plugins/formatters.js +15 -0
- package/plugins/global-formatters.js +20 -0
- package/plugins/i18n.js +136 -0
- package/plugins/internal-api/index.ts +37 -0
- package/plugins/internal-api/shared/base-api.ts +13 -0
- package/plugins/internal-api/shell/shell.api.ts +108 -0
- package/plugins/js-yaml.js +4 -0
- package/plugins/nuxt-client-init.js +3 -0
- package/plugins/plugin.js +93 -0
- package/plugins/replaceall.js +19 -0
- package/plugins/shortkey.js +282 -0
- package/plugins/steve/__tests__/getters.test.ts +214 -0
- package/plugins/steve/__tests__/header-warnings.test.ts +238 -0
- package/plugins/steve/__tests__/mutations.test.ts +50 -0
- package/plugins/steve/__tests__/resource-utils.test.ts +159 -0
- package/plugins/steve/__tests__/steve-class.test.ts +59 -0
- package/plugins/steve/__tests__/subscribe.spec.ts +109 -0
- package/plugins/steve/__tests__/utils/mutation.test.helpers.ts +105 -0
- package/plugins/steve/__tests__/utils/steve-mocks.ts +31 -0
- package/plugins/steve/accept-or-reject-socket-message.ts +103 -0
- package/plugins/steve/actions.js +386 -0
- package/plugins/steve/caches/resourceCache.js +60 -0
- package/plugins/steve/getters.js +342 -0
- package/plugins/steve/header-warnings.ts +91 -0
- package/plugins/steve/hybrid-class.js +102 -0
- package/plugins/steve/index.js +76 -0
- package/plugins/steve/mutations.js +210 -0
- package/plugins/steve/norman-class.js +198 -0
- package/plugins/steve/performanceTesting.js +128 -0
- package/plugins/steve/projectAndNamespaceFiltering.utils.ts +80 -0
- package/plugins/steve/resource-utils.ts +38 -0
- package/plugins/steve/resourceWatcher.js +251 -0
- package/plugins/steve/schema.d.ts +22 -0
- package/plugins/steve/schema.utils.js +25 -0
- package/plugins/steve/steve-class.js +61 -0
- package/plugins/steve/steve-description-class.js +36 -0
- package/plugins/steve/steve-pagination-utils.ts +513 -0
- package/plugins/steve/subscribe.js +1092 -0
- package/plugins/steve/worker/index.js +24 -0
- package/plugins/steve/worker/web-worker.advanced.js +320 -0
- package/plugins/steve/worker/web-worker.basic.js +116 -0
- package/plugins/steve-create-worker.js +14 -0
- package/plugins/version.js +11 -0
- package/promptRemove/management.cattle.io.fleetworkspace.vue +98 -0
- package/promptRemove/management.cattle.io.globalrole.vue +49 -0
- package/promptRemove/management.cattle.io.project.vue +131 -0
- package/promptRemove/management.cattle.io.roletemplate.vue +51 -0
- package/promptRemove/mixin/roleDeletionCheck.js +105 -0
- package/promptRemove/pod.vue +132 -0
- package/public/index.html +75 -0
- package/rancher-components/Accordion/Accordion.test.ts +45 -0
- package/rancher-components/Accordion/Accordion.vue +86 -0
- package/rancher-components/Accordion/index.ts +1 -0
- package/rancher-components/BadgeState/BadgeState.test.ts +12 -0
- package/rancher-components/BadgeState/BadgeState.vue +122 -0
- package/rancher-components/BadgeState/index.ts +1 -0
- package/rancher-components/Banner/Banner.test.ts +59 -0
- package/rancher-components/Banner/Banner.vue +261 -0
- package/rancher-components/Banner/index.ts +1 -0
- package/rancher-components/Card/Card.test.ts +37 -0
- package/rancher-components/Card/Card.vue +189 -0
- package/rancher-components/Card/index.ts +1 -0
- package/rancher-components/Form/Checkbox/Checkbox.test.ts +68 -0
- package/rancher-components/Form/Checkbox/Checkbox.vue +507 -0
- package/rancher-components/Form/Checkbox/index.ts +1 -0
- package/rancher-components/Form/LabeledInput/LabeledInput.test.ts +57 -0
- package/rancher-components/Form/LabeledInput/LabeledInput.vue +512 -0
- package/rancher-components/Form/LabeledInput/index.ts +1 -0
- package/rancher-components/Form/Radio/RadioButton.test.ts +33 -0
- package/rancher-components/Form/Radio/RadioButton.vue +328 -0
- package/rancher-components/Form/Radio/RadioGroup.test.ts +27 -0
- package/rancher-components/Form/Radio/RadioGroup.vue +305 -0
- package/rancher-components/Form/Radio/index.ts +2 -0
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +199 -0
- package/rancher-components/Form/TextArea/index.ts +1 -0
- package/rancher-components/Form/ToggleSwitch/ToggleSwitch.test.ts +111 -0
- package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +197 -0
- package/rancher-components/Form/ToggleSwitch/index.ts +1 -0
- package/rancher-components/Form/index.ts +5 -0
- package/rancher-components/LabeledTooltip/LabeledTooltip.vue +152 -0
- package/rancher-components/LabeledTooltip/index.ts +1 -0
- package/rancher-components/RcButton/RcButton.test.ts +97 -0
- package/rancher-components/RcButton/RcButton.vue +96 -0
- package/rancher-components/RcButton/index.ts +2 -0
- package/rancher-components/RcButton/types.ts +18 -0
- package/rancher-components/RcDropdown/RcDropdown.vue +163 -0
- package/rancher-components/RcDropdown/RcDropdownItem.vue +122 -0
- package/rancher-components/RcDropdown/RcDropdownMenu.vue +71 -0
- package/rancher-components/RcDropdown/RcDropdownSeparator.vue +6 -0
- package/rancher-components/RcDropdown/RcDropdownTrigger.vue +52 -0
- package/rancher-components/RcDropdown/index.ts +5 -0
- package/rancher-components/RcDropdown/types.ts +49 -0
- package/rancher-components/RcDropdown/useDropdownCollection.ts +54 -0
- package/rancher-components/RcDropdown/useDropdownContext.ts +119 -0
- package/rancher-components/StringList/StringList.test.ts +754 -0
- package/rancher-components/StringList/StringList.vue +645 -0
- package/rancher-components/StringList/index.ts +1 -0
- package/scripts/.gitlab/workflows/build-extension-catalog.gitlab-ci.yml +69 -0
- package/scripts/build-pkg.sh +102 -0
- package/scripts/clean +6 -0
- package/scripts/drone-build-pkg.sh +31 -0
- package/scripts/extension/bundle +106 -0
- package/scripts/extension/helm/charts/ui-plugin-server/.helmignore +23 -0
- package/scripts/extension/helm/charts/ui-plugin-server/Chart.yaml +18 -0
- package/scripts/extension/helm/charts/ui-plugin-server/templates/_helpers.tpl +63 -0
- package/scripts/extension/helm/charts/ui-plugin-server/templates/cr.yaml +15 -0
- package/scripts/extension/helm/charts/ui-plugin-server/values.yaml +10 -0
- package/scripts/extension/helm/package/Dockerfile +27 -0
- package/scripts/extension/helm/package/nginx.conf +17 -0
- package/scripts/extension/helm/scripts/package +31 -0
- package/scripts/extension/helm/scripts/patch +128 -0
- package/scripts/extension/helm/scripts/version +31 -0
- package/scripts/extension/helmpatch +80 -0
- package/scripts/extension/parse-tag-name +39 -0
- package/scripts/extension/publish +476 -0
- package/scripts/pkgfile.js +23 -0
- package/scripts/publish-pkg.sh +18 -0
- package/scripts/publish-shell.sh +119 -0
- package/scripts/record-deps.js +37 -0
- package/scripts/serve-pkgs +71 -0
- package/scripts/sync-shell-deps +37 -0
- package/scripts/test-plugins-build.sh +246 -0
- package/scripts/typegen.sh +101 -0
- package/scripts/vue-migrate.js +686 -0
- package/server/har-file.js +205 -0
- package/server/server-middleware.js +11 -0
- package/server/server.crt +22 -0
- package/server/server.csr +16 -0
- package/server/server.key +27 -0
- package/server/v3.ext +8 -0
- package/static/favicon.ico +0 -0
- package/static/favicon.png +0 -0
- package/static/loading-indicator.html +39 -0
- package/store/__tests__/auth.test.ts +120 -0
- package/store/__tests__/catalog.test.ts +207 -0
- package/store/__tests__/index.test.ts +110 -0
- package/store/__tests__/type-map.test.ts +1122 -0
- package/store/action-menu.js +240 -0
- package/store/auth.js +409 -0
- package/store/aws.js +263 -0
- package/store/catalog.js +666 -0
- package/store/cru-resource.ts +26 -0
- package/store/customisation.js +35 -0
- package/store/digitalocean.js +198 -0
- package/store/features.js +74 -0
- package/store/github.js +109 -0
- package/store/gitlab.js +159 -0
- package/store/growl.js +98 -0
- package/store/i18n.js +356 -0
- package/store/index.js +1290 -0
- package/store/linode.js +142 -0
- package/store/modal.ts +71 -0
- package/store/plugins.js +210 -0
- package/store/pnap.js +128 -0
- package/store/prefs.js +531 -0
- package/store/resource-fetch.js +44 -0
- package/store/slideInPanel.ts +47 -0
- package/store/store-types.js +7 -0
- package/store/type-map.js +2085 -0
- package/store/type-map.utils.ts +243 -0
- package/store/uiplugins.ts +67 -0
- package/store/wm.js +95 -0
- package/tsconfig.json +48 -0
- package/tsconfig.paths.json +21 -0
- package/types/api.d.ts +1 -0
- package/types/components/labeledSelect.ts +50 -0
- package/types/components/paginatedResourceTable.ts +25 -0
- package/types/components/resourceLabeledSelect.ts +48 -0
- package/types/fleet.d.ts +1 -0
- package/types/form.ts +1 -0
- package/types/generic.ts +2 -0
- package/types/global-vue.d.ts +5 -0
- package/types/internal-api/shell/growl.d.ts +25 -0
- package/types/internal-api/shell/modal.d.ts +77 -0
- package/types/internal-api/shell/slideIn.d.ts +15 -0
- package/types/rancher/index.d.ts +9 -0
- package/types/resources/fleet.d.ts +57 -0
- package/types/resources/pod-security-admission.ts +36 -0
- package/types/resources/settings.d.ts +93 -0
- package/types/resources/userPreferences.d.ts +13 -0
- package/types/shell/index.d.ts +4694 -0
- package/types/store/dashboard-store.types.ts +46 -0
- package/types/store/pagination.types.ts +470 -0
- package/types/store/type-map.ts +30 -0
- package/types/store/vuex.d.ts +17 -0
- package/types/t.ts +1 -0
- package/types/vue-shim.d.ts +23 -0
- package/utils/__mocks__/socket.js +21 -0
- package/utils/__tests__/array.test.ts +514 -0
- package/utils/__tests__/cluster.test.ts +57 -0
- package/utils/__tests__/create-yaml.test.ts +490 -0
- package/utils/__tests__/formatter.test.ts +77 -0
- package/utils/__tests__/grafana.test.ts +44 -0
- package/utils/__tests__/kontainer.test.ts +180 -0
- package/utils/__tests__/object.test.ts +443 -0
- package/utils/__tests__/pod-security-admission.test.ts +61 -0
- package/utils/__tests__/selector.test.ts +444 -0
- package/utils/__tests__/sort.test.ts +61 -0
- package/utils/__tests__/string.test.ts +91 -0
- package/utils/__tests__/version.test.ts +18 -0
- package/utils/alertmanagerconfig.js +181 -0
- package/utils/array.ts +256 -0
- package/utils/async.ts +38 -0
- package/utils/auth.js +335 -0
- package/utils/aws.js +0 -0
- package/utils/axios.js +171 -0
- package/utils/azure.js +24 -0
- package/utils/banners.js +58 -0
- package/utils/clipboard.js +5 -0
- package/utils/cluster.js +333 -0
- package/utils/color.js +148 -0
- package/utils/computed.js +45 -0
- package/utils/config.js +4 -0
- package/utils/cookie-universal.js +10 -0
- package/utils/create-yaml.js +518 -0
- package/utils/crypto/LICENSE.txt +15 -0
- package/utils/crypto/browserHashUtils.js +51 -0
- package/utils/crypto/browserMd5.js +183 -0
- package/utils/crypto/browserSha1.js +149 -0
- package/utils/crypto/browserSha256.js +237 -0
- package/utils/crypto/index.js +181 -0
- package/utils/custom-validators.js +32 -0
- package/utils/dom.js +15 -0
- package/utils/download.js +35 -0
- package/utils/duration.js +43 -0
- package/utils/dynamic-importer.js +134 -0
- package/utils/ember-page.js +30 -0
- package/utils/error.js +211 -0
- package/utils/errorTranslate.json +1336 -0
- package/utils/favicon.js +49 -0
- package/utils/fleet.ts +191 -0
- package/utils/formatter.js +13 -0
- package/utils/gatekeeper/util.js +35 -0
- package/utils/gc/gc-interval.ts +40 -0
- package/utils/gc/gc-root-store.js +76 -0
- package/utils/gc/gc-route-changed.ts +44 -0
- package/utils/gc/gc-types.ts +21 -0
- package/utils/gc/gc.ts +282 -0
- package/utils/git.ts +92 -0
- package/utils/grafana.js +114 -0
- package/utils/ingress.ts +64 -0
- package/utils/kontainer.ts +190 -0
- package/utils/kube.js +9 -0
- package/utils/monitoring.js +63 -0
- package/utils/namespace-filter.js +43 -0
- package/utils/object.js +541 -0
- package/utils/pagination-utils.ts +176 -0
- package/utils/pagination-wrapper.ts +70 -0
- package/utils/parse-externalid.js +139 -0
- package/utils/platform.js +64 -0
- package/utils/pod-security-admission.ts +39 -0
- package/utils/poller-sequential.js +53 -0
- package/utils/poller.js +39 -0
- package/utils/position.js +172 -0
- package/utils/promise.js +115 -0
- package/utils/queue.js +70 -0
- package/utils/router.js +140 -0
- package/utils/select.js +88 -0
- package/utils/selector.js +229 -0
- package/utils/settings.ts +108 -0
- package/utils/socket.js +409 -0
- package/utils/sort.js +225 -0
- package/utils/stream.js +49 -0
- package/utils/string.js +363 -0
- package/utils/svg-filter.js +301 -0
- package/utils/time.js +121 -0
- package/utils/title.ts +3 -0
- package/utils/type-helpers.ts +9 -0
- package/utils/uiplugins.ts +319 -0
- package/utils/unit-tests/ChildRenderingRouterLinkStub.ts +36 -0
- package/utils/units.js +184 -0
- package/utils/url.ts +171 -0
- package/utils/v-sphere.ts +285 -0
- package/utils/validators/__tests__/cidr.test.ts +33 -0
- package/utils/validators/cidr.js +14 -0
- package/utils/validators/cluster-name.js +12 -0
- package/utils/validators/container-images.js +24 -0
- package/utils/validators/cron-schedule.js +14 -0
- package/utils/validators/flow-output.js +15 -0
- package/utils/validators/formRules/__tests__/index.test.ts +1218 -0
- package/utils/validators/formRules/index.ts +535 -0
- package/utils/validators/index.js +244 -0
- package/utils/validators/kubernetes-name.js +39 -0
- package/utils/validators/logging-outputs.js +11 -0
- package/utils/validators/machine-pool.ts +20 -0
- package/utils/validators/monitoring-route.js +13 -0
- package/utils/validators/pod-affinity.js +128 -0
- package/utils/validators/prometheusrule.js +76 -0
- package/utils/validators/role-template.js +27 -0
- package/utils/validators/service.js +136 -0
- package/utils/validators/setting.js +9 -0
- package/utils/version.js +128 -0
- package/utils/versions.ts +39 -0
- package/utils/width.js +39 -0
- package/utils/window.js +46 -0
- package/vue-config-helper.js +135 -0
- package/vue.config.js +645 -0
|
@@ -0,0 +1,4694 @@
|
|
|
1
|
+
// Auto-generated type definitions for shell
|
|
2
|
+
// Do not modify this file as changes will get overwritten
|
|
3
|
+
/// <reference types="@rancher/shell/types/vue-shim" />
|
|
4
|
+
/// <reference types="@rancher/shell/types/global-vue" />
|
|
5
|
+
|
|
6
|
+
// @shell/config/labels-annotations
|
|
7
|
+
|
|
8
|
+
declare module '@shell/config/labels-annotations' {
|
|
9
|
+
export const NORMAN_NAME: "field.cattle.io/name";
|
|
10
|
+
export const DESCRIPTION: "field.cattle.io/description";
|
|
11
|
+
export const HOSTNAME: "kubernetes.io/hostname";
|
|
12
|
+
export const TIMESTAMP: "cattle.io/timestamp";
|
|
13
|
+
export const SYSTEM_NAMESPACE: "management.cattle.io/system-namespace";
|
|
14
|
+
export const PROJECT: "field.cattle.io/projectId";
|
|
15
|
+
export const DEFAULT_PROJECT: "authz.management.cattle.io/default-project";
|
|
16
|
+
export const SYSTEM_PROJECT: "authz.management.cattle.io/system-project";
|
|
17
|
+
export const CONTAINER_DEFAULT_RESOURCE_LIMIT: "field.cattle.io/containerDefaultResourceLimit";
|
|
18
|
+
export const CATTLE_PUBLIC_ENDPOINTS: "field.cattle.io/publicEndpoints";
|
|
19
|
+
export const TARGET_WORKLOADS: "field.cattle.io/targetWorkloadIds";
|
|
20
|
+
export const UI_MANAGED: "management.cattle.io/ui-managed";
|
|
21
|
+
export const CREATOR_ID: "field.cattle.io/creatorId";
|
|
22
|
+
export const CREATOR_PRINCIPAL_ID: "field.cattle.io/creator-principal-name";
|
|
23
|
+
export const RESOURCE_QUOTA: "field.cattle.io/resourceQuota";
|
|
24
|
+
export const AZURE_MIGRATED: "auth.cattle.io/azuread-endpoint-migrated";
|
|
25
|
+
export const WORKSPACE_ANNOTATION: "objectset.rio.cattle.io/id";
|
|
26
|
+
export const NODE_ARCHITECTURE: "kubernetes.io/arch";
|
|
27
|
+
export const IMPORTED_CLUSTER_VERSION_MANAGEMENT: "rancher.io/imported-cluster-version-management";
|
|
28
|
+
export namespace KUBERNETES {
|
|
29
|
+
let SERVICE_ACCOUNT_UID: string;
|
|
30
|
+
let SERVICE_ACCOUNT_NAME: string;
|
|
31
|
+
let MANAGED_BY: string;
|
|
32
|
+
let MANAGED_NAME: string;
|
|
33
|
+
let INSTANCE: string;
|
|
34
|
+
}
|
|
35
|
+
export namespace CERTMANAGER {
|
|
36
|
+
let ISSUER: string;
|
|
37
|
+
}
|
|
38
|
+
export namespace STORAGE {
|
|
39
|
+
let DEFAULT_STORAGE_CLASS: string;
|
|
40
|
+
let BETA_DEFAULT_STORAGE_CLASS: string;
|
|
41
|
+
}
|
|
42
|
+
export namespace MANAGEMENT_NODE {
|
|
43
|
+
let NODE_NAME: string;
|
|
44
|
+
}
|
|
45
|
+
export namespace NODE_ROLES {
|
|
46
|
+
let CONTROL_PLANE_OLD: string;
|
|
47
|
+
let CONTROL_PLANE: string;
|
|
48
|
+
let WORKER: string;
|
|
49
|
+
let ETCD: string;
|
|
50
|
+
}
|
|
51
|
+
export namespace MACHINE_ROLES {
|
|
52
|
+
let CONTROL_PLANE_1: string;
|
|
53
|
+
export { CONTROL_PLANE_1 as CONTROL_PLANE };
|
|
54
|
+
let WORKER_1: string;
|
|
55
|
+
export { WORKER_1 as WORKER };
|
|
56
|
+
let ETCD_1: string;
|
|
57
|
+
export { ETCD_1 as ETCD };
|
|
58
|
+
}
|
|
59
|
+
export namespace CAPI {
|
|
60
|
+
let DEPLOYMENT_NAME: string;
|
|
61
|
+
let CREDENTIAL_DRIVER: string;
|
|
62
|
+
let CLUSTER_NAMESPACE: string;
|
|
63
|
+
let FORCE_MACHINE_REMOVE: string;
|
|
64
|
+
let MACHINE_NAME: string;
|
|
65
|
+
let DELETE_MACHINE: string;
|
|
66
|
+
let PROVIDER: string;
|
|
67
|
+
let HUMAN_NAME: string;
|
|
68
|
+
let SECRET_AUTH: string;
|
|
69
|
+
let SECRET_WILL_DELETE: string;
|
|
70
|
+
let UI_CUSTOM_PROVIDER: string;
|
|
71
|
+
}
|
|
72
|
+
export namespace CATALOG {
|
|
73
|
+
let CERTIFIED: string;
|
|
74
|
+
let _RANCHER: string;
|
|
75
|
+
let _PARTNER: string;
|
|
76
|
+
let _OTHER: string;
|
|
77
|
+
let EXPERIMENTAL: string;
|
|
78
|
+
let NAMESPACE: string;
|
|
79
|
+
let RELEASE_NAME: string;
|
|
80
|
+
let FEATURED: string;
|
|
81
|
+
let REQUIRES_GVK: string;
|
|
82
|
+
let PROVIDES: string;
|
|
83
|
+
let AUTO_INSTALL_GVK: string;
|
|
84
|
+
let AUTO_INSTALL: string;
|
|
85
|
+
let HIDDEN: string;
|
|
86
|
+
let REQUESTS_CPU: string;
|
|
87
|
+
let REQUESTS_MEMORY: string;
|
|
88
|
+
let SCOPE: string;
|
|
89
|
+
let _MANAGEMENT: string;
|
|
90
|
+
let _DOWNSTREAM: string;
|
|
91
|
+
let TYPE: string;
|
|
92
|
+
let _APP: string;
|
|
93
|
+
let _CLUSTER_TPL: string;
|
|
94
|
+
let _CLUSTER_TOOL: string;
|
|
95
|
+
let COMPONENT: string;
|
|
96
|
+
let SOURCE_REPO_TYPE: string;
|
|
97
|
+
let SOURCE_REPO_NAME: string;
|
|
98
|
+
let COLOR: string;
|
|
99
|
+
let DISPLAY_NAME: string;
|
|
100
|
+
let CLUSTER_REPO_NAME: string;
|
|
101
|
+
let SUPPORTED_OS: string;
|
|
102
|
+
let PERMITTED_OS: string;
|
|
103
|
+
let DEPLOYED_OS: string;
|
|
104
|
+
let MIGRATED: string;
|
|
105
|
+
let MANAGED: string;
|
|
106
|
+
let HIDDEN_REPO: string;
|
|
107
|
+
}
|
|
108
|
+
export namespace FLEET {
|
|
109
|
+
export let REPO_NAME: string;
|
|
110
|
+
export let CLUSTER_DISPLAY_NAME: string;
|
|
111
|
+
export let CLUSTER_NAME: string;
|
|
112
|
+
export let BUNDLE_ID: string;
|
|
113
|
+
export let BUNDLE_NAME: string;
|
|
114
|
+
export let BUNDLE_NAMESPACE: string;
|
|
115
|
+
let MANAGED_1: string;
|
|
116
|
+
export { MANAGED_1 as MANAGED };
|
|
117
|
+
let CLUSTER_NAMESPACE_1: string;
|
|
118
|
+
export { CLUSTER_NAMESPACE_1 as CLUSTER_NAMESPACE };
|
|
119
|
+
export let CLUSTER: string;
|
|
120
|
+
export let CREATED_BY_USER_ID: string;
|
|
121
|
+
export let CREATED_BY_USER_NAME: string;
|
|
122
|
+
}
|
|
123
|
+
export namespace RBAC {
|
|
124
|
+
let PRODUCT: string;
|
|
125
|
+
}
|
|
126
|
+
export namespace RKE {
|
|
127
|
+
let EXTERNAL_IP: string;
|
|
128
|
+
}
|
|
129
|
+
export namespace SNAPSHOT {
|
|
130
|
+
let CLUSTER_NAME_1: string;
|
|
131
|
+
export { CLUSTER_NAME_1 as CLUSTER_NAME };
|
|
132
|
+
}
|
|
133
|
+
export namespace ISTIO {
|
|
134
|
+
let AUTO_INJECTION: string;
|
|
135
|
+
}
|
|
136
|
+
export const LABELS_TO_IGNORE_REGEX: RegExp[];
|
|
137
|
+
export const ANNOTATIONS_TO_IGNORE_REGEX: RegExp[];
|
|
138
|
+
export const ANNOTATIONS_TO_FOLD: RegExp[];
|
|
139
|
+
export namespace HCI {
|
|
140
|
+
let CLOUD_INIT: string;
|
|
141
|
+
let CLOUD_PROVIDER_IPAM: string;
|
|
142
|
+
let NETWORK_ROUTE: string;
|
|
143
|
+
let IMAGE_NAME: string;
|
|
144
|
+
let NETWORK_TYPE: string;
|
|
145
|
+
let CLUSTER_NETWORK: string;
|
|
146
|
+
let PRIMARY_SERVICE: string;
|
|
147
|
+
}
|
|
148
|
+
export namespace CLUSTER_BADGE {
|
|
149
|
+
export let TEXT: string;
|
|
150
|
+
let COLOR_1: string;
|
|
151
|
+
export { COLOR_1 as COLOR };
|
|
152
|
+
export let ICON_TEXT: string;
|
|
153
|
+
}
|
|
154
|
+
export const SYSTEM_LABELS: string[];
|
|
155
|
+
export namespace CLOUD_CREDENTIALS {
|
|
156
|
+
let EXPIRATION: string;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// @shell/config/query-params
|
|
161
|
+
|
|
162
|
+
declare module '@shell/config/query-params' {
|
|
163
|
+
export const SPA: "spa";
|
|
164
|
+
export const LOCAL: "local";
|
|
165
|
+
export const SETUP: "setup";
|
|
166
|
+
export const STEP: "step";
|
|
167
|
+
export const LOGGED_OUT: "logged-out";
|
|
168
|
+
export const IS_SSO: "is-sso";
|
|
169
|
+
export const IS_SLO: "is-slo";
|
|
170
|
+
export const UPGRADED: "upgraded";
|
|
171
|
+
export const TIMED_OUT: "timed-out";
|
|
172
|
+
export const AUTH_TEST: "test";
|
|
173
|
+
export const BACK_TO: "back-to";
|
|
174
|
+
export const GITHUB_CODE: "code";
|
|
175
|
+
export const GITHUB_NONCE: "state";
|
|
176
|
+
export const GITHUB_SCOPE: "scope";
|
|
177
|
+
export const GITHUB_REDIRECT: "redirect_uri";
|
|
178
|
+
export const _FLAGGED: any;
|
|
179
|
+
export const _UNFLAG: any;
|
|
180
|
+
export const SEARCH_QUERY: "q";
|
|
181
|
+
export const SORT_BY: "sort";
|
|
182
|
+
export const DESCENDING: "desc";
|
|
183
|
+
export const PAGE: "page";
|
|
184
|
+
export const MODE: "mode";
|
|
185
|
+
export const _CREATE: "create";
|
|
186
|
+
export const _VIEW: "view";
|
|
187
|
+
export const _EDIT: "edit";
|
|
188
|
+
export const _LIST: "list";
|
|
189
|
+
export const _CLONE: "clone";
|
|
190
|
+
export const _STAGE: "stage";
|
|
191
|
+
export const _IMPORT: "import";
|
|
192
|
+
export const AS: "as";
|
|
193
|
+
export const _DETAIL: "detail";
|
|
194
|
+
export const _CONFIG: "config";
|
|
195
|
+
export const _YAML: "yaml";
|
|
196
|
+
export const _GRAPH: "graph";
|
|
197
|
+
export const FOCUS: "focus";
|
|
198
|
+
export const PREVIEW: "preview";
|
|
199
|
+
export const DIFF: "diff";
|
|
200
|
+
export const _UNIFIED: "unified";
|
|
201
|
+
export const _SPLIT: "split";
|
|
202
|
+
export const SUB_TYPE: "type";
|
|
203
|
+
export const RKE_TYPE: "rkeType";
|
|
204
|
+
export const REPO_TYPE: "repo-type";
|
|
205
|
+
export const REPO: "repo";
|
|
206
|
+
export const CHART: "chart";
|
|
207
|
+
export const VERSION: "version";
|
|
208
|
+
export const NAME: "name";
|
|
209
|
+
export const NAMESPACE: "namespace";
|
|
210
|
+
export const DESCRIPTION: "description";
|
|
211
|
+
export const CATEGORY: "category";
|
|
212
|
+
export const OPERATING_SYSTEM: "os";
|
|
213
|
+
export const DEPRECATED: "deprecated";
|
|
214
|
+
export const HIDDEN: "hidden";
|
|
215
|
+
export const FROM_TOOLS: "tools";
|
|
216
|
+
export const FROM_CLUSTER: "cluster";
|
|
217
|
+
export const HIDE_SIDE_NAV: "hide-side-nav";
|
|
218
|
+
export const PROVIDER: "provider";
|
|
219
|
+
export const CLOUD_CREDENTIAL: "cloud";
|
|
220
|
+
export const PROJECT_ID: "projectId";
|
|
221
|
+
export const FLAT_VIEW: "flatView";
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// @shell/config/table-headers
|
|
225
|
+
|
|
226
|
+
declare module '@shell/config/table-headers' {
|
|
227
|
+
export namespace STATE {
|
|
228
|
+
export let name: string;
|
|
229
|
+
export let labelKey: string;
|
|
230
|
+
export let sort: string[];
|
|
231
|
+
export let value: string;
|
|
232
|
+
export function getValue(row: any): any;
|
|
233
|
+
export let width: number;
|
|
234
|
+
let _default: string;
|
|
235
|
+
export { _default as default };
|
|
236
|
+
export let formatter: string;
|
|
237
|
+
}
|
|
238
|
+
export namespace USER_STATE {
|
|
239
|
+
let name_1: string;
|
|
240
|
+
export { name_1 as name };
|
|
241
|
+
let labelKey_1: string;
|
|
242
|
+
export { labelKey_1 as labelKey };
|
|
243
|
+
let sort_1: string[];
|
|
244
|
+
export { sort_1 as sort };
|
|
245
|
+
let value_1: string;
|
|
246
|
+
export { value_1 as value };
|
|
247
|
+
export function getValue_1(row: any): any;
|
|
248
|
+
export { getValue_1 as getValue };
|
|
249
|
+
let width_1: number;
|
|
250
|
+
export { width_1 as width };
|
|
251
|
+
let _default_1: string;
|
|
252
|
+
export { _default_1 as default };
|
|
253
|
+
let formatter_1: string;
|
|
254
|
+
export { formatter_1 as formatter };
|
|
255
|
+
}
|
|
256
|
+
export namespace DOWNLOAD {
|
|
257
|
+
let name_2: string;
|
|
258
|
+
export { name_2 as name };
|
|
259
|
+
let labelKey_2: string;
|
|
260
|
+
export { labelKey_2 as labelKey };
|
|
261
|
+
let value_2: string;
|
|
262
|
+
export { value_2 as value };
|
|
263
|
+
export let canBeVariable: boolean;
|
|
264
|
+
export let align: string;
|
|
265
|
+
}
|
|
266
|
+
export namespace INTERNAL_EXTERNAL_IP {
|
|
267
|
+
let name_3: string;
|
|
268
|
+
export { name_3 as name };
|
|
269
|
+
let labelKey_3: string;
|
|
270
|
+
export { labelKey_3 as labelKey };
|
|
271
|
+
export let search: string[];
|
|
272
|
+
let sort_2: string[];
|
|
273
|
+
export { sort_2 as sort };
|
|
274
|
+
let formatter_2: string;
|
|
275
|
+
export { formatter_2 as formatter };
|
|
276
|
+
}
|
|
277
|
+
export namespace NAME {
|
|
278
|
+
let name_4: string;
|
|
279
|
+
export { name_4 as name };
|
|
280
|
+
let labelKey_4: string;
|
|
281
|
+
export { labelKey_4 as labelKey };
|
|
282
|
+
let value_3: string;
|
|
283
|
+
export { value_3 as value };
|
|
284
|
+
export function getValue_2(row: any): any;
|
|
285
|
+
export { getValue_2 as getValue };
|
|
286
|
+
let sort_3: string[];
|
|
287
|
+
export { sort_3 as sort };
|
|
288
|
+
let formatter_3: string;
|
|
289
|
+
export { formatter_3 as formatter };
|
|
290
|
+
let width_2: number;
|
|
291
|
+
export { width_2 as width };
|
|
292
|
+
let canBeVariable_1: boolean;
|
|
293
|
+
export { canBeVariable_1 as canBeVariable };
|
|
294
|
+
}
|
|
295
|
+
export namespace LOGGING_OUTPUT_PROVIDERS {
|
|
296
|
+
let name_5: string;
|
|
297
|
+
export { name_5 as name };
|
|
298
|
+
let labelKey_5: string;
|
|
299
|
+
export { labelKey_5 as labelKey };
|
|
300
|
+
let value_4: string;
|
|
301
|
+
export { value_4 as value };
|
|
302
|
+
let sort_4: string[];
|
|
303
|
+
export { sort_4 as sort };
|
|
304
|
+
let formatter_4: string;
|
|
305
|
+
export { formatter_4 as formatter };
|
|
306
|
+
}
|
|
307
|
+
export namespace SIMPLE_NAME {
|
|
308
|
+
let name_6: string;
|
|
309
|
+
export { name_6 as name };
|
|
310
|
+
let labelKey_6: string;
|
|
311
|
+
export { labelKey_6 as labelKey };
|
|
312
|
+
let value_5: string;
|
|
313
|
+
export { value_5 as value };
|
|
314
|
+
let sort_5: string[];
|
|
315
|
+
export { sort_5 as sort };
|
|
316
|
+
let width_3: number;
|
|
317
|
+
export { width_3 as width };
|
|
318
|
+
let canBeVariable_2: boolean;
|
|
319
|
+
export { canBeVariable_2 as canBeVariable };
|
|
320
|
+
}
|
|
321
|
+
export namespace EFFECT {
|
|
322
|
+
let name_7: string;
|
|
323
|
+
export { name_7 as name };
|
|
324
|
+
let labelKey_7: string;
|
|
325
|
+
export { labelKey_7 as labelKey };
|
|
326
|
+
let value_6: string;
|
|
327
|
+
export { value_6 as value };
|
|
328
|
+
let sort_6: string[];
|
|
329
|
+
export { sort_6 as sort };
|
|
330
|
+
}
|
|
331
|
+
export namespace STORAGE_CLASS_PROVISIONER {
|
|
332
|
+
let name_8: string;
|
|
333
|
+
export { name_8 as name };
|
|
334
|
+
let labelKey_8: string;
|
|
335
|
+
export { labelKey_8 as labelKey };
|
|
336
|
+
let value_7: string;
|
|
337
|
+
export { value_7 as value };
|
|
338
|
+
let sort_7: string[];
|
|
339
|
+
export { sort_7 as sort };
|
|
340
|
+
}
|
|
341
|
+
export namespace STORAGE_CLASS_DEFAULT {
|
|
342
|
+
let name_9: string;
|
|
343
|
+
export { name_9 as name };
|
|
344
|
+
let labelKey_9: string;
|
|
345
|
+
export { labelKey_9 as labelKey };
|
|
346
|
+
let value_8: string;
|
|
347
|
+
export { value_8 as value };
|
|
348
|
+
let sort_8: string[];
|
|
349
|
+
export { sort_8 as sort };
|
|
350
|
+
let formatter_5: string;
|
|
351
|
+
export { formatter_5 as formatter };
|
|
352
|
+
}
|
|
353
|
+
export namespace PERSISTENT_VOLUME_SOURCE {
|
|
354
|
+
let name_10: string;
|
|
355
|
+
export { name_10 as name };
|
|
356
|
+
let labelKey_10: string;
|
|
357
|
+
export { labelKey_10 as labelKey };
|
|
358
|
+
let value_9: string;
|
|
359
|
+
export { value_9 as value };
|
|
360
|
+
let sort_9: string[];
|
|
361
|
+
export { sort_9 as sort };
|
|
362
|
+
}
|
|
363
|
+
export namespace PERSISTENT_VOLUME_CLAIM {
|
|
364
|
+
let name_11: string;
|
|
365
|
+
export { name_11 as name };
|
|
366
|
+
let labelKey_11: string;
|
|
367
|
+
export { labelKey_11 as labelKey };
|
|
368
|
+
let sort_10: string[];
|
|
369
|
+
export { sort_10 as sort };
|
|
370
|
+
let value_10: string;
|
|
371
|
+
export { value_10 as value };
|
|
372
|
+
let formatter_6: string;
|
|
373
|
+
export { formatter_6 as formatter };
|
|
374
|
+
export namespace formatterOpts {
|
|
375
|
+
let reference: string;
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
export namespace OUTPUT {
|
|
379
|
+
let name_12: string;
|
|
380
|
+
export { name_12 as name };
|
|
381
|
+
let labelKey_12: string;
|
|
382
|
+
export { labelKey_12 as labelKey };
|
|
383
|
+
let value_11: string;
|
|
384
|
+
export { value_11 as value };
|
|
385
|
+
let sort_11: string[];
|
|
386
|
+
export { sort_11 as sort };
|
|
387
|
+
let formatter_7: string;
|
|
388
|
+
export { formatter_7 as formatter };
|
|
389
|
+
export namespace formatterOpts_1 {
|
|
390
|
+
namespace options {
|
|
391
|
+
let internal: boolean;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
export { formatterOpts_1 as formatterOpts };
|
|
395
|
+
}
|
|
396
|
+
export namespace CONFIGURED_PROVIDERS {
|
|
397
|
+
let name_13: string;
|
|
398
|
+
export { name_13 as name };
|
|
399
|
+
let labelKey_13: string;
|
|
400
|
+
export { labelKey_13 as labelKey };
|
|
401
|
+
let value_12: string;
|
|
402
|
+
export { value_12 as value };
|
|
403
|
+
let sort_12: string;
|
|
404
|
+
export { sort_12 as sort };
|
|
405
|
+
let formatter_8: string;
|
|
406
|
+
export { formatter_8 as formatter };
|
|
407
|
+
}
|
|
408
|
+
export namespace CLUSTER_OUTPUT {
|
|
409
|
+
let name_14: string;
|
|
410
|
+
export { name_14 as name };
|
|
411
|
+
let value_13: string;
|
|
412
|
+
export { value_13 as value };
|
|
413
|
+
let sort_13: string[];
|
|
414
|
+
export { sort_13 as sort };
|
|
415
|
+
let labelKey_14: string;
|
|
416
|
+
export { labelKey_14 as labelKey };
|
|
417
|
+
}
|
|
418
|
+
export namespace ID_UNLINKED {
|
|
419
|
+
let name_15: string;
|
|
420
|
+
export { name_15 as name };
|
|
421
|
+
let labelKey_15: string;
|
|
422
|
+
export { labelKey_15 as labelKey };
|
|
423
|
+
let value_14: string;
|
|
424
|
+
export { value_14 as value };
|
|
425
|
+
let sort_14: string[];
|
|
426
|
+
export { sort_14 as sort };
|
|
427
|
+
let canBeVariable_3: boolean;
|
|
428
|
+
export { canBeVariable_3 as canBeVariable };
|
|
429
|
+
}
|
|
430
|
+
export namespace NAME_UNLINKED {
|
|
431
|
+
let name_16: string;
|
|
432
|
+
export { name_16 as name };
|
|
433
|
+
let labelKey_16: string;
|
|
434
|
+
export { labelKey_16 as labelKey };
|
|
435
|
+
let value_15: string;
|
|
436
|
+
export { value_15 as value };
|
|
437
|
+
let sort_15: string[];
|
|
438
|
+
export { sort_15 as sort };
|
|
439
|
+
let canBeVariable_4: boolean;
|
|
440
|
+
export { canBeVariable_4 as canBeVariable };
|
|
441
|
+
}
|
|
442
|
+
export namespace NAMESPACE {
|
|
443
|
+
let name_17: string;
|
|
444
|
+
export { name_17 as name };
|
|
445
|
+
let labelKey_17: string;
|
|
446
|
+
export { labelKey_17 as labelKey };
|
|
447
|
+
let value_16: string;
|
|
448
|
+
export { value_16 as value };
|
|
449
|
+
export function getValue_3(row: any): any;
|
|
450
|
+
export { getValue_3 as getValue };
|
|
451
|
+
let sort_16: string;
|
|
452
|
+
export { sort_16 as sort };
|
|
453
|
+
export let dashIfEmpty: boolean;
|
|
454
|
+
}
|
|
455
|
+
export namespace NODE {
|
|
456
|
+
let name_18: string;
|
|
457
|
+
export { name_18 as name };
|
|
458
|
+
let labelKey_18: string;
|
|
459
|
+
export { labelKey_18 as labelKey };
|
|
460
|
+
let value_17: string;
|
|
461
|
+
export { value_17 as value };
|
|
462
|
+
export function getValue_4(row: any): any;
|
|
463
|
+
export { getValue_4 as getValue };
|
|
464
|
+
let sort_17: string;
|
|
465
|
+
export { sort_17 as sort };
|
|
466
|
+
let formatter_9: string;
|
|
467
|
+
export { formatter_9 as formatter };
|
|
468
|
+
export namespace formatterOpts_2 {
|
|
469
|
+
export { NODE_TYPE as type };
|
|
470
|
+
}
|
|
471
|
+
export { formatterOpts_2 as formatterOpts };
|
|
472
|
+
}
|
|
473
|
+
export namespace NODE_NAME {
|
|
474
|
+
let name_19: string;
|
|
475
|
+
export { name_19 as name };
|
|
476
|
+
let labelKey_19: string;
|
|
477
|
+
export { labelKey_19 as labelKey };
|
|
478
|
+
let sort_18: string;
|
|
479
|
+
export { sort_18 as sort };
|
|
480
|
+
let value_18: string;
|
|
481
|
+
export { value_18 as value };
|
|
482
|
+
export function getValue_5(row: any): any;
|
|
483
|
+
export { getValue_5 as getValue };
|
|
484
|
+
let formatter_10: string;
|
|
485
|
+
export { formatter_10 as formatter };
|
|
486
|
+
}
|
|
487
|
+
export namespace ROLES {
|
|
488
|
+
let name_20: string;
|
|
489
|
+
export { name_20 as name };
|
|
490
|
+
let labelKey_20: string;
|
|
491
|
+
export { labelKey_20 as labelKey };
|
|
492
|
+
let sort_19: string;
|
|
493
|
+
export { sort_19 as sort };
|
|
494
|
+
let value_19: string;
|
|
495
|
+
export { value_19 as value };
|
|
496
|
+
}
|
|
497
|
+
export namespace VERSION {
|
|
498
|
+
let name_21: string;
|
|
499
|
+
export { name_21 as name };
|
|
500
|
+
let labelKey_21: string;
|
|
501
|
+
export { labelKey_21 as labelKey };
|
|
502
|
+
let sort_20: string;
|
|
503
|
+
export { sort_20 as sort };
|
|
504
|
+
let value_20: string;
|
|
505
|
+
export { value_20 as value };
|
|
506
|
+
export function getValue_6(row: any): any;
|
|
507
|
+
export { getValue_6 as getValue };
|
|
508
|
+
}
|
|
509
|
+
export namespace CPU {
|
|
510
|
+
let name_22: string;
|
|
511
|
+
export { name_22 as name };
|
|
512
|
+
let labelKey_22: string;
|
|
513
|
+
export { labelKey_22 as labelKey };
|
|
514
|
+
let sort_21: string;
|
|
515
|
+
export { sort_21 as sort };
|
|
516
|
+
let search_1: boolean;
|
|
517
|
+
export { search_1 as search };
|
|
518
|
+
let value_21: string;
|
|
519
|
+
export { value_21 as value };
|
|
520
|
+
let formatter_11: string;
|
|
521
|
+
export { formatter_11 as formatter };
|
|
522
|
+
let width_4: number;
|
|
523
|
+
export { width_4 as width };
|
|
524
|
+
}
|
|
525
|
+
export namespace RAM {
|
|
526
|
+
let name_23: string;
|
|
527
|
+
export { name_23 as name };
|
|
528
|
+
let labelKey_23: string;
|
|
529
|
+
export { labelKey_23 as labelKey };
|
|
530
|
+
let sort_22: string;
|
|
531
|
+
export { sort_22 as sort };
|
|
532
|
+
let search_2: boolean;
|
|
533
|
+
export { search_2 as search };
|
|
534
|
+
let value_22: string;
|
|
535
|
+
export { value_22 as value };
|
|
536
|
+
let formatter_12: string;
|
|
537
|
+
export { formatter_12 as formatter };
|
|
538
|
+
let width_5: number;
|
|
539
|
+
export { width_5 as width };
|
|
540
|
+
}
|
|
541
|
+
export namespace PRINCIPAL {
|
|
542
|
+
let name_24: string;
|
|
543
|
+
export { name_24 as name };
|
|
544
|
+
let labelKey_24: string;
|
|
545
|
+
export { labelKey_24 as labelKey };
|
|
546
|
+
let sort_23: string;
|
|
547
|
+
export { sort_23 as sort };
|
|
548
|
+
let value_23: string;
|
|
549
|
+
export { value_23 as value };
|
|
550
|
+
let formatter_13: string;
|
|
551
|
+
export { formatter_13 as formatter };
|
|
552
|
+
}
|
|
553
|
+
export namespace PODS {
|
|
554
|
+
let name_25: string;
|
|
555
|
+
export { name_25 as name };
|
|
556
|
+
let labelKey_25: string;
|
|
557
|
+
export { labelKey_25 as labelKey };
|
|
558
|
+
let sort_24: string;
|
|
559
|
+
export { sort_24 as sort };
|
|
560
|
+
let search_3: boolean;
|
|
561
|
+
export { search_3 as search };
|
|
562
|
+
export function value_24(row: any): any;
|
|
563
|
+
export { value_24 as value };
|
|
564
|
+
let formatter_14: string;
|
|
565
|
+
export { formatter_14 as formatter };
|
|
566
|
+
let width_6: number;
|
|
567
|
+
export { width_6 as width };
|
|
568
|
+
}
|
|
569
|
+
export namespace AGE {
|
|
570
|
+
let name_26: string;
|
|
571
|
+
export { name_26 as name };
|
|
572
|
+
let labelKey_26: string;
|
|
573
|
+
export { labelKey_26 as labelKey };
|
|
574
|
+
let value_25: string;
|
|
575
|
+
export { value_25 as value };
|
|
576
|
+
export function getValue_7(row: any): any;
|
|
577
|
+
export { getValue_7 as getValue };
|
|
578
|
+
let sort_25: string;
|
|
579
|
+
export { sort_25 as sort };
|
|
580
|
+
let search_4: boolean;
|
|
581
|
+
export { search_4 as search };
|
|
582
|
+
let formatter_15: string;
|
|
583
|
+
export { formatter_15 as formatter };
|
|
584
|
+
let width_7: number;
|
|
585
|
+
export { width_7 as width };
|
|
586
|
+
let align_1: string;
|
|
587
|
+
export { align_1 as align };
|
|
588
|
+
}
|
|
589
|
+
export namespace AGE_NORMAN {
|
|
590
|
+
export function getValue_8(row: any): any;
|
|
591
|
+
export { getValue_8 as getValue };
|
|
592
|
+
let value_26: string;
|
|
593
|
+
export { value_26 as value };
|
|
594
|
+
let sort_26: string;
|
|
595
|
+
export { sort_26 as sort };
|
|
596
|
+
}
|
|
597
|
+
export namespace CREATION_DATE {
|
|
598
|
+
let name_27: string;
|
|
599
|
+
export { name_27 as name };
|
|
600
|
+
let labelKey_27: string;
|
|
601
|
+
export { labelKey_27 as labelKey };
|
|
602
|
+
let value_27: string;
|
|
603
|
+
export { value_27 as value };
|
|
604
|
+
let sort_27: string[];
|
|
605
|
+
export { sort_27 as sort };
|
|
606
|
+
let formatter_16: string;
|
|
607
|
+
export { formatter_16 as formatter };
|
|
608
|
+
}
|
|
609
|
+
export namespace DESCRIPTION {
|
|
610
|
+
let name_28: string;
|
|
611
|
+
export { name_28 as name };
|
|
612
|
+
let labelKey_28: string;
|
|
613
|
+
export { labelKey_28 as labelKey };
|
|
614
|
+
let align_2: string;
|
|
615
|
+
export { align_2 as align };
|
|
616
|
+
let sort_28: string[];
|
|
617
|
+
export { sort_28 as sort };
|
|
618
|
+
let width_8: number;
|
|
619
|
+
export { width_8 as width };
|
|
620
|
+
}
|
|
621
|
+
export namespace NS_SNAPSHOT_QUOTA {
|
|
622
|
+
let name_29: string;
|
|
623
|
+
export { name_29 as name };
|
|
624
|
+
let labelKey_29: string;
|
|
625
|
+
export { labelKey_29 as labelKey };
|
|
626
|
+
let value_28: string;
|
|
627
|
+
export { value_28 as value };
|
|
628
|
+
let sort_29: string;
|
|
629
|
+
export { sort_29 as sort };
|
|
630
|
+
let align_3: string;
|
|
631
|
+
export { align_3 as align };
|
|
632
|
+
let formatter_17: string;
|
|
633
|
+
export { formatter_17 as formatter };
|
|
634
|
+
export namespace formatterOpts_3 {
|
|
635
|
+
namespace opts {
|
|
636
|
+
let increment: number;
|
|
637
|
+
let addSuffix: boolean;
|
|
638
|
+
let suffix: string;
|
|
639
|
+
}
|
|
640
|
+
let needParseSi: boolean;
|
|
641
|
+
}
|
|
642
|
+
export { formatterOpts_3 as formatterOpts };
|
|
643
|
+
}
|
|
644
|
+
export namespace DURATION {
|
|
645
|
+
let name_30: string;
|
|
646
|
+
export { name_30 as name };
|
|
647
|
+
let labelKey_30: string;
|
|
648
|
+
export { labelKey_30 as labelKey };
|
|
649
|
+
let value_29: string;
|
|
650
|
+
export { value_29 as value };
|
|
651
|
+
let sort_30: string;
|
|
652
|
+
export { sort_30 as sort };
|
|
653
|
+
let formatter_18: string;
|
|
654
|
+
export { formatter_18 as formatter };
|
|
655
|
+
}
|
|
656
|
+
export namespace IMAGE_NAME {
|
|
657
|
+
let name_31: string;
|
|
658
|
+
export { name_31 as name };
|
|
659
|
+
let labelKey_31: string;
|
|
660
|
+
export { labelKey_31 as labelKey };
|
|
661
|
+
let value_30: string;
|
|
662
|
+
export { value_30 as value };
|
|
663
|
+
let sort_31: string[];
|
|
664
|
+
export { sort_31 as sort };
|
|
665
|
+
let formatter_19: string;
|
|
666
|
+
export { formatter_19 as formatter };
|
|
667
|
+
}
|
|
668
|
+
export namespace POD_IMAGES {
|
|
669
|
+
let name_32: string;
|
|
670
|
+
export { name_32 as name };
|
|
671
|
+
let labelKey_32: string;
|
|
672
|
+
export { labelKey_32 as labelKey };
|
|
673
|
+
let value_31: string;
|
|
674
|
+
export { value_31 as value };
|
|
675
|
+
export function getValue_9(row: any): any;
|
|
676
|
+
export { getValue_9 as getValue };
|
|
677
|
+
let sort_32: string;
|
|
678
|
+
export { sort_32 as sort };
|
|
679
|
+
let formatter_20: string;
|
|
680
|
+
export { formatter_20 as formatter };
|
|
681
|
+
}
|
|
682
|
+
export namespace POD_RESTARTS {
|
|
683
|
+
let name_33: string;
|
|
684
|
+
export { name_33 as name };
|
|
685
|
+
let labelKey_33: string;
|
|
686
|
+
export { labelKey_33 as labelKey };
|
|
687
|
+
let formatter_21: string;
|
|
688
|
+
export { formatter_21 as formatter };
|
|
689
|
+
export let delayLoading: boolean;
|
|
690
|
+
let value_32: string;
|
|
691
|
+
export { value_32 as value };
|
|
692
|
+
export function getValue_10(row: any): any;
|
|
693
|
+
export { getValue_10 as getValue };
|
|
694
|
+
let search_5: boolean;
|
|
695
|
+
export { search_5 as search };
|
|
696
|
+
export let liveUpdates: boolean;
|
|
697
|
+
}
|
|
698
|
+
export namespace SCALE {
|
|
699
|
+
let name_34: string;
|
|
700
|
+
export { name_34 as name };
|
|
701
|
+
let labelKey_34: string;
|
|
702
|
+
export { labelKey_34 as labelKey };
|
|
703
|
+
let value_33: string;
|
|
704
|
+
export { value_33 as value };
|
|
705
|
+
let sort_33: string[];
|
|
706
|
+
export { sort_33 as sort };
|
|
707
|
+
let formatter_22: string;
|
|
708
|
+
export { formatter_22 as formatter };
|
|
709
|
+
let width_9: number;
|
|
710
|
+
export { width_9 as width };
|
|
711
|
+
let align_4: string;
|
|
712
|
+
export { align_4 as align };
|
|
713
|
+
}
|
|
714
|
+
export namespace SIMPLE_SCALE {
|
|
715
|
+
let name_35: string;
|
|
716
|
+
export { name_35 as name };
|
|
717
|
+
let labelKey_35: string;
|
|
718
|
+
export { labelKey_35 as labelKey };
|
|
719
|
+
let value_34: string;
|
|
720
|
+
export { value_34 as value };
|
|
721
|
+
let sort_34: string[];
|
|
722
|
+
export { sort_34 as sort };
|
|
723
|
+
}
|
|
724
|
+
export namespace SUCCESS {
|
|
725
|
+
let name_36: string;
|
|
726
|
+
export { name_36 as name };
|
|
727
|
+
let labelKey_36: string;
|
|
728
|
+
export { labelKey_36 as labelKey };
|
|
729
|
+
let value_35: string;
|
|
730
|
+
export { value_35 as value };
|
|
731
|
+
let width_10: number;
|
|
732
|
+
export { width_10 as width };
|
|
733
|
+
let align_5: string;
|
|
734
|
+
export { align_5 as align };
|
|
735
|
+
}
|
|
736
|
+
export namespace REQ_RATE {
|
|
737
|
+
let name_37: string;
|
|
738
|
+
export { name_37 as name };
|
|
739
|
+
let labelKey_37: string;
|
|
740
|
+
export { labelKey_37 as labelKey };
|
|
741
|
+
let value_36: string;
|
|
742
|
+
export { value_36 as value };
|
|
743
|
+
let width_11: number;
|
|
744
|
+
export { width_11 as width };
|
|
745
|
+
let align_6: string;
|
|
746
|
+
export { align_6 as align };
|
|
747
|
+
}
|
|
748
|
+
export namespace P95 {
|
|
749
|
+
let name_38: string;
|
|
750
|
+
export { name_38 as name };
|
|
751
|
+
let labelKey_38: string;
|
|
752
|
+
export { labelKey_38 as labelKey };
|
|
753
|
+
let value_37: string;
|
|
754
|
+
export { value_37 as value };
|
|
755
|
+
let width_12: number;
|
|
756
|
+
export { width_12 as width };
|
|
757
|
+
let align_7: string;
|
|
758
|
+
export { align_7 as align };
|
|
759
|
+
}
|
|
760
|
+
export namespace KEYS {
|
|
761
|
+
let name_39: string;
|
|
762
|
+
export { name_39 as name };
|
|
763
|
+
let labelKey_39: string;
|
|
764
|
+
export { labelKey_39 as labelKey };
|
|
765
|
+
let sort_35: boolean;
|
|
766
|
+
export { sort_35 as sort };
|
|
767
|
+
let value_38: string;
|
|
768
|
+
export { value_38 as value };
|
|
769
|
+
}
|
|
770
|
+
export namespace SECRET_DATA {
|
|
771
|
+
let name_40: string;
|
|
772
|
+
export { name_40 as name };
|
|
773
|
+
let labelKey_40: string;
|
|
774
|
+
export { labelKey_40 as labelKey };
|
|
775
|
+
let value_39: string;
|
|
776
|
+
export { value_39 as value };
|
|
777
|
+
let formatter_23: string;
|
|
778
|
+
export { formatter_23 as formatter };
|
|
779
|
+
}
|
|
780
|
+
export namespace TARGET_KIND {
|
|
781
|
+
let name_41: string;
|
|
782
|
+
export { name_41 as name };
|
|
783
|
+
let labelKey_41: string;
|
|
784
|
+
export { labelKey_41 as labelKey };
|
|
785
|
+
let value_40: string;
|
|
786
|
+
export { value_40 as value };
|
|
787
|
+
let width_13: number;
|
|
788
|
+
export { width_13 as width };
|
|
789
|
+
}
|
|
790
|
+
export namespace TARGET {
|
|
791
|
+
let name_42: string;
|
|
792
|
+
export { name_42 as name };
|
|
793
|
+
let labelKey_42: string;
|
|
794
|
+
export { labelKey_42 as labelKey };
|
|
795
|
+
let value_41: string;
|
|
796
|
+
export { value_41 as value };
|
|
797
|
+
}
|
|
798
|
+
export namespace USERNAME {
|
|
799
|
+
let name_43: string;
|
|
800
|
+
export { name_43 as name };
|
|
801
|
+
let labelKey_43: string;
|
|
802
|
+
export { labelKey_43 as labelKey };
|
|
803
|
+
let value_42: string;
|
|
804
|
+
export { value_42 as value };
|
|
805
|
+
let dashIfEmpty_1: boolean;
|
|
806
|
+
export { dashIfEmpty_1 as dashIfEmpty };
|
|
807
|
+
let sort_36: string;
|
|
808
|
+
export { sort_36 as sort };
|
|
809
|
+
}
|
|
810
|
+
export namespace USER_DISPLAY_NAME {
|
|
811
|
+
let name_44: string;
|
|
812
|
+
export { name_44 as name };
|
|
813
|
+
let labelKey_44: string;
|
|
814
|
+
export { labelKey_44 as labelKey };
|
|
815
|
+
let value_43: string;
|
|
816
|
+
export { value_43 as value };
|
|
817
|
+
let sort_37: string[];
|
|
818
|
+
export { sort_37 as sort };
|
|
819
|
+
let dashIfEmpty_2: boolean;
|
|
820
|
+
export { dashIfEmpty_2 as dashIfEmpty };
|
|
821
|
+
}
|
|
822
|
+
export namespace USER_PROVIDER {
|
|
823
|
+
let name_45: string;
|
|
824
|
+
export { name_45 as name };
|
|
825
|
+
let labelKey_45: string;
|
|
826
|
+
export { labelKey_45 as labelKey };
|
|
827
|
+
let value_44: string;
|
|
828
|
+
export { value_44 as value };
|
|
829
|
+
let dashIfEmpty_3: boolean;
|
|
830
|
+
export { dashIfEmpty_3 as dashIfEmpty };
|
|
831
|
+
let sort_38: string;
|
|
832
|
+
export { sort_38 as sort };
|
|
833
|
+
}
|
|
834
|
+
export namespace USER_LAST_LOGIN {
|
|
835
|
+
let name_46: string;
|
|
836
|
+
export { name_46 as name };
|
|
837
|
+
let labelKey_46: string;
|
|
838
|
+
export { labelKey_46 as labelKey };
|
|
839
|
+
let value_45: string;
|
|
840
|
+
export { value_45 as value };
|
|
841
|
+
let formatter_24: string;
|
|
842
|
+
export { formatter_24 as formatter };
|
|
843
|
+
export namespace formatterOpts_4 {
|
|
844
|
+
let addSuffix_1: boolean;
|
|
845
|
+
export { addSuffix_1 as addSuffix };
|
|
846
|
+
}
|
|
847
|
+
export { formatterOpts_4 as formatterOpts };
|
|
848
|
+
let sort_39: string;
|
|
849
|
+
export { sort_39 as sort };
|
|
850
|
+
}
|
|
851
|
+
export namespace USER_DISABLED_IN {
|
|
852
|
+
let name_47: string;
|
|
853
|
+
export { name_47 as name };
|
|
854
|
+
let labelKey_47: string;
|
|
855
|
+
export { labelKey_47 as labelKey };
|
|
856
|
+
let value_46: string;
|
|
857
|
+
export { value_46 as value };
|
|
858
|
+
let formatter_25: string;
|
|
859
|
+
export { formatter_25 as formatter };
|
|
860
|
+
export namespace formatterOpts_5 {
|
|
861
|
+
let isCountdown: boolean;
|
|
862
|
+
}
|
|
863
|
+
export { formatterOpts_5 as formatterOpts };
|
|
864
|
+
let sort_40: string;
|
|
865
|
+
export { sort_40 as sort };
|
|
866
|
+
}
|
|
867
|
+
export namespace USER_DELETED_IN {
|
|
868
|
+
let name_48: string;
|
|
869
|
+
export { name_48 as name };
|
|
870
|
+
let labelKey_48: string;
|
|
871
|
+
export { labelKey_48 as labelKey };
|
|
872
|
+
let value_47: string;
|
|
873
|
+
export { value_47 as value };
|
|
874
|
+
let formatter_26: string;
|
|
875
|
+
export { formatter_26 as formatter };
|
|
876
|
+
export namespace formatterOpts_6 {
|
|
877
|
+
let isCountdown_1: boolean;
|
|
878
|
+
export { isCountdown_1 as isCountdown };
|
|
879
|
+
}
|
|
880
|
+
export { formatterOpts_6 as formatterOpts };
|
|
881
|
+
let sort_41: string;
|
|
882
|
+
export { sort_41 as sort };
|
|
883
|
+
}
|
|
884
|
+
export namespace USER_ID {
|
|
885
|
+
let name_49: string;
|
|
886
|
+
export { name_49 as name };
|
|
887
|
+
let labelKey_49: string;
|
|
888
|
+
export { labelKey_49 as labelKey };
|
|
889
|
+
let value_48: string;
|
|
890
|
+
export { value_48 as value };
|
|
891
|
+
let formatter_27: string;
|
|
892
|
+
export { formatter_27 as formatter };
|
|
893
|
+
let canBeVariable_5: boolean;
|
|
894
|
+
export { canBeVariable_5 as canBeVariable };
|
|
895
|
+
let sort_42: string;
|
|
896
|
+
export { sort_42 as sort };
|
|
897
|
+
}
|
|
898
|
+
export namespace ADDRESS {
|
|
899
|
+
let name_50: string;
|
|
900
|
+
export { name_50 as name };
|
|
901
|
+
let labelKey_50: string;
|
|
902
|
+
export { labelKey_50 as labelKey };
|
|
903
|
+
let value_49: string;
|
|
904
|
+
export { value_49 as value };
|
|
905
|
+
let sort_43: string[];
|
|
906
|
+
export { sort_43 as sort };
|
|
907
|
+
}
|
|
908
|
+
export namespace SIMPLE_TYPE {
|
|
909
|
+
let name_51: string;
|
|
910
|
+
export { name_51 as name };
|
|
911
|
+
let labelKey_51: string;
|
|
912
|
+
export { labelKey_51 as labelKey };
|
|
913
|
+
let value_50: string;
|
|
914
|
+
export { value_50 as value };
|
|
915
|
+
let sort_44: string[];
|
|
916
|
+
export { sort_44 as sort };
|
|
917
|
+
let width_14: number;
|
|
918
|
+
export { width_14 as width };
|
|
919
|
+
}
|
|
920
|
+
export namespace IMAGE_SIZE {
|
|
921
|
+
let name_52: string;
|
|
922
|
+
export { name_52 as name };
|
|
923
|
+
let labelKey_52: string;
|
|
924
|
+
export { labelKey_52 as labelKey };
|
|
925
|
+
let value_51: string;
|
|
926
|
+
export { value_51 as value };
|
|
927
|
+
let sort_45: string[];
|
|
928
|
+
export { sort_45 as sort };
|
|
929
|
+
let formatter_28: string;
|
|
930
|
+
export { formatter_28 as formatter };
|
|
931
|
+
}
|
|
932
|
+
export namespace TYPE {
|
|
933
|
+
let name_53: string;
|
|
934
|
+
export { name_53 as name };
|
|
935
|
+
let labelKey_53: string;
|
|
936
|
+
export { labelKey_53 as labelKey };
|
|
937
|
+
let value_52: string;
|
|
938
|
+
export { value_52 as value };
|
|
939
|
+
export function getValue_11(row: any): any;
|
|
940
|
+
export { getValue_11 as getValue };
|
|
941
|
+
let sort_46: string[];
|
|
942
|
+
export { sort_46 as sort };
|
|
943
|
+
let width_15: number;
|
|
944
|
+
export { width_15 as width };
|
|
945
|
+
}
|
|
946
|
+
export namespace SUB_TYPE {
|
|
947
|
+
let name_54: string;
|
|
948
|
+
export { name_54 as name };
|
|
949
|
+
let labelKey_54: string;
|
|
950
|
+
export { labelKey_54 as labelKey };
|
|
951
|
+
let value_53: string;
|
|
952
|
+
export { value_53 as value };
|
|
953
|
+
let sort_47: string[];
|
|
954
|
+
export { sort_47 as sort };
|
|
955
|
+
let width_16: number;
|
|
956
|
+
export { width_16 as width };
|
|
957
|
+
}
|
|
958
|
+
export namespace EVENT_TYPE {
|
|
959
|
+
let name_55: string;
|
|
960
|
+
export { name_55 as name };
|
|
961
|
+
let labelKey_55: string;
|
|
962
|
+
export { labelKey_55 as labelKey };
|
|
963
|
+
let value_54: string;
|
|
964
|
+
export { value_54 as value };
|
|
965
|
+
let sort_48: string;
|
|
966
|
+
export { sort_48 as sort };
|
|
967
|
+
}
|
|
968
|
+
export namespace STATUS {
|
|
969
|
+
let name_56: string;
|
|
970
|
+
export { name_56 as name };
|
|
971
|
+
let labelKey_56: string;
|
|
972
|
+
export { labelKey_56 as labelKey };
|
|
973
|
+
let value_55: string;
|
|
974
|
+
export { value_55 as value };
|
|
975
|
+
let sort_49: string[];
|
|
976
|
+
export { sort_49 as sort };
|
|
977
|
+
let width_17: number;
|
|
978
|
+
export { width_17 as width };
|
|
979
|
+
}
|
|
980
|
+
export namespace LAST_SEEN_TIME {
|
|
981
|
+
let name_57: string;
|
|
982
|
+
export { name_57 as name };
|
|
983
|
+
let labelKey_57: string;
|
|
984
|
+
export { labelKey_57 as labelKey };
|
|
985
|
+
let value_56: string;
|
|
986
|
+
export { value_56 as value };
|
|
987
|
+
let sort_50: string;
|
|
988
|
+
export { sort_50 as sort };
|
|
989
|
+
export let tooltip: string;
|
|
990
|
+
}
|
|
991
|
+
export namespace EVENT_LAST_SEEN_TIME {
|
|
992
|
+
let defaultSort: boolean;
|
|
993
|
+
}
|
|
994
|
+
export namespace LAST_HEARTBEAT_TIME {
|
|
995
|
+
let name_58: string;
|
|
996
|
+
export { name_58 as name };
|
|
997
|
+
let labelKey_58: string;
|
|
998
|
+
export { labelKey_58 as labelKey };
|
|
999
|
+
let value_57: string;
|
|
1000
|
+
export { value_57 as value };
|
|
1001
|
+
let sort_51: string[];
|
|
1002
|
+
export { sort_51 as sort };
|
|
1003
|
+
let formatter_29: string;
|
|
1004
|
+
export { formatter_29 as formatter };
|
|
1005
|
+
let width_18: number;
|
|
1006
|
+
export { width_18 as width };
|
|
1007
|
+
}
|
|
1008
|
+
export namespace REASON {
|
|
1009
|
+
let name_59: string;
|
|
1010
|
+
export { name_59 as name };
|
|
1011
|
+
let labelKey_59: string;
|
|
1012
|
+
export { labelKey_59 as labelKey };
|
|
1013
|
+
let value_58: string;
|
|
1014
|
+
export { value_58 as value };
|
|
1015
|
+
let sort_52: string[];
|
|
1016
|
+
export { sort_52 as sort };
|
|
1017
|
+
}
|
|
1018
|
+
export namespace OBJECT {
|
|
1019
|
+
let name_60: string;
|
|
1020
|
+
export { name_60 as name };
|
|
1021
|
+
let labelKey_60: string;
|
|
1022
|
+
export { labelKey_60 as labelKey };
|
|
1023
|
+
let value_59: string;
|
|
1024
|
+
export { value_59 as value };
|
|
1025
|
+
let sort_53: string[];
|
|
1026
|
+
export { sort_53 as sort };
|
|
1027
|
+
let canBeVariable_6: boolean;
|
|
1028
|
+
export { canBeVariable_6 as canBeVariable };
|
|
1029
|
+
let formatter_30: string;
|
|
1030
|
+
export { formatter_30 as formatter };
|
|
1031
|
+
}
|
|
1032
|
+
export namespace RECLAIM_POLICY {
|
|
1033
|
+
let name_61: string;
|
|
1034
|
+
export { name_61 as name };
|
|
1035
|
+
let labelKey_61: string;
|
|
1036
|
+
export { labelKey_61 as labelKey };
|
|
1037
|
+
let value_60: string;
|
|
1038
|
+
export { value_60 as value };
|
|
1039
|
+
let sort_54: string[];
|
|
1040
|
+
export { sort_54 as sort };
|
|
1041
|
+
}
|
|
1042
|
+
export namespace PV_REASON {
|
|
1043
|
+
let name_62: string;
|
|
1044
|
+
export { name_62 as name };
|
|
1045
|
+
let labelKey_62: string;
|
|
1046
|
+
export { labelKey_62 as labelKey };
|
|
1047
|
+
let value_61: string;
|
|
1048
|
+
export { value_61 as value };
|
|
1049
|
+
let sort_55: string[];
|
|
1050
|
+
export { sort_55 as sort };
|
|
1051
|
+
}
|
|
1052
|
+
export namespace MESSAGE {
|
|
1053
|
+
let name_63: string;
|
|
1054
|
+
export { name_63 as name };
|
|
1055
|
+
let labelKey_63: string;
|
|
1056
|
+
export { labelKey_63 as labelKey };
|
|
1057
|
+
let value_62: string;
|
|
1058
|
+
export { value_62 as value };
|
|
1059
|
+
let sort_56: string[];
|
|
1060
|
+
export { sort_56 as sort };
|
|
1061
|
+
}
|
|
1062
|
+
export namespace KEY {
|
|
1063
|
+
let name_64: string;
|
|
1064
|
+
export { name_64 as name };
|
|
1065
|
+
let labelKey_64: string;
|
|
1066
|
+
export { labelKey_64 as labelKey };
|
|
1067
|
+
let value_63: string;
|
|
1068
|
+
export { value_63 as value };
|
|
1069
|
+
let sort_57: string[];
|
|
1070
|
+
export { sort_57 as sort };
|
|
1071
|
+
}
|
|
1072
|
+
export namespace VALUE {
|
|
1073
|
+
let name_65: string;
|
|
1074
|
+
export { name_65 as name };
|
|
1075
|
+
let labelKey_65: string;
|
|
1076
|
+
export { labelKey_65 as labelKey };
|
|
1077
|
+
let value_64: string;
|
|
1078
|
+
export { value_64 as value };
|
|
1079
|
+
let sort_58: string[];
|
|
1080
|
+
export { sort_58 as sort };
|
|
1081
|
+
}
|
|
1082
|
+
export namespace BUILT_IN {
|
|
1083
|
+
let name_66: string;
|
|
1084
|
+
export { name_66 as name };
|
|
1085
|
+
let labelKey_66: string;
|
|
1086
|
+
export { labelKey_66 as labelKey };
|
|
1087
|
+
let value_65: string;
|
|
1088
|
+
export { value_65 as value };
|
|
1089
|
+
let sort_59: string[];
|
|
1090
|
+
export { sort_59 as sort };
|
|
1091
|
+
let align_8: string;
|
|
1092
|
+
export { align_8 as align };
|
|
1093
|
+
let formatter_31: string;
|
|
1094
|
+
export { formatter_31 as formatter };
|
|
1095
|
+
}
|
|
1096
|
+
export namespace CLUSTER_CREATOR_DEFAULT {
|
|
1097
|
+
let name_67: string;
|
|
1098
|
+
export { name_67 as name };
|
|
1099
|
+
let labelKey_67: string;
|
|
1100
|
+
export { labelKey_67 as labelKey };
|
|
1101
|
+
let value_66: string;
|
|
1102
|
+
export { value_66 as value };
|
|
1103
|
+
let sort_60: string[];
|
|
1104
|
+
export { sort_60 as sort };
|
|
1105
|
+
let align_9: string;
|
|
1106
|
+
export { align_9 as align };
|
|
1107
|
+
let formatter_32: string;
|
|
1108
|
+
export { formatter_32 as formatter };
|
|
1109
|
+
}
|
|
1110
|
+
export namespace RBAC_DEFAULT {
|
|
1111
|
+
let name_68: string;
|
|
1112
|
+
export { name_68 as name };
|
|
1113
|
+
let labelKey_68: string;
|
|
1114
|
+
export { labelKey_68 as labelKey };
|
|
1115
|
+
let value_67: string;
|
|
1116
|
+
export { value_67 as value };
|
|
1117
|
+
let formatter_33: string;
|
|
1118
|
+
export { formatter_33 as formatter };
|
|
1119
|
+
let sort_61: string[];
|
|
1120
|
+
export { sort_61 as sort };
|
|
1121
|
+
}
|
|
1122
|
+
export namespace RBAC_BUILTIN {
|
|
1123
|
+
let name_69: string;
|
|
1124
|
+
export { name_69 as name };
|
|
1125
|
+
let labelKey_69: string;
|
|
1126
|
+
export { labelKey_69 as labelKey };
|
|
1127
|
+
let value_68: string;
|
|
1128
|
+
export { value_68 as value };
|
|
1129
|
+
let formatter_34: string;
|
|
1130
|
+
export { formatter_34 as formatter };
|
|
1131
|
+
let sort_62: string[];
|
|
1132
|
+
export { sort_62 as sort };
|
|
1133
|
+
}
|
|
1134
|
+
export namespace RESOURCE {
|
|
1135
|
+
let name_70: string;
|
|
1136
|
+
export { name_70 as name };
|
|
1137
|
+
let labelKey_70: string;
|
|
1138
|
+
export { labelKey_70 as labelKey };
|
|
1139
|
+
let value_69: string;
|
|
1140
|
+
export { value_69 as value };
|
|
1141
|
+
let sort_63: string[];
|
|
1142
|
+
export { sort_63 as sort };
|
|
1143
|
+
}
|
|
1144
|
+
export namespace API_GROUP {
|
|
1145
|
+
let name_71: string;
|
|
1146
|
+
export { name_71 as name };
|
|
1147
|
+
let labelKey_71: string;
|
|
1148
|
+
export { labelKey_71 as labelKey };
|
|
1149
|
+
let value_70: string;
|
|
1150
|
+
export { value_70 as value };
|
|
1151
|
+
let sort_64: string[];
|
|
1152
|
+
export { sort_64 as sort };
|
|
1153
|
+
}
|
|
1154
|
+
export namespace INGRESS_CLASS {
|
|
1155
|
+
let name_72: string;
|
|
1156
|
+
export { name_72 as name };
|
|
1157
|
+
let labelKey_72: string;
|
|
1158
|
+
export { labelKey_72 as labelKey };
|
|
1159
|
+
let value_71: string;
|
|
1160
|
+
export { value_71 as value };
|
|
1161
|
+
let sort_65: string;
|
|
1162
|
+
export { sort_65 as sort };
|
|
1163
|
+
}
|
|
1164
|
+
export namespace INGRESS_DEFAULT_BACKEND {
|
|
1165
|
+
let name_73: string;
|
|
1166
|
+
export { name_73 as name };
|
|
1167
|
+
let labelKey_73: string;
|
|
1168
|
+
export { labelKey_73 as labelKey };
|
|
1169
|
+
let value_72: string;
|
|
1170
|
+
export { value_72 as value };
|
|
1171
|
+
let sort_66: string[];
|
|
1172
|
+
export { sort_66 as sort };
|
|
1173
|
+
let formatter_35: string;
|
|
1174
|
+
export { formatter_35 as formatter };
|
|
1175
|
+
let width_19: number;
|
|
1176
|
+
export { width_19 as width };
|
|
1177
|
+
let align_10: string;
|
|
1178
|
+
export { align_10 as align };
|
|
1179
|
+
}
|
|
1180
|
+
export namespace INGRESS_TARGET {
|
|
1181
|
+
let name_74: string;
|
|
1182
|
+
export { name_74 as name };
|
|
1183
|
+
let labelKey_74: string;
|
|
1184
|
+
export { labelKey_74 as labelKey };
|
|
1185
|
+
let value_73: string;
|
|
1186
|
+
export { value_73 as value };
|
|
1187
|
+
let formatter_36: string;
|
|
1188
|
+
export { formatter_36 as formatter };
|
|
1189
|
+
let sort_67: string;
|
|
1190
|
+
export { sort_67 as sort };
|
|
1191
|
+
}
|
|
1192
|
+
export namespace SPEC_TYPE {
|
|
1193
|
+
let name_75: string;
|
|
1194
|
+
export { name_75 as name };
|
|
1195
|
+
let labelKey_75: string;
|
|
1196
|
+
export { labelKey_75 as labelKey };
|
|
1197
|
+
let value_74: string;
|
|
1198
|
+
export { value_74 as value };
|
|
1199
|
+
let sort_68: string;
|
|
1200
|
+
export { sort_68 as sort };
|
|
1201
|
+
let formatter_37: string;
|
|
1202
|
+
export { formatter_37 as formatter };
|
|
1203
|
+
}
|
|
1204
|
+
export namespace TARGET_PORT {
|
|
1205
|
+
let formatter_38: string;
|
|
1206
|
+
export { formatter_38 as formatter };
|
|
1207
|
+
let labelKey_76: string;
|
|
1208
|
+
export { labelKey_76 as labelKey };
|
|
1209
|
+
let name_76: string;
|
|
1210
|
+
export { name_76 as name };
|
|
1211
|
+
let sort_69: boolean;
|
|
1212
|
+
export { sort_69 as sort };
|
|
1213
|
+
let value_75: boolean;
|
|
1214
|
+
export { value_75 as value };
|
|
1215
|
+
}
|
|
1216
|
+
export namespace SELECTOR {
|
|
1217
|
+
let formatter_39: string;
|
|
1218
|
+
export { formatter_39 as formatter };
|
|
1219
|
+
let name_77: string;
|
|
1220
|
+
export { name_77 as name };
|
|
1221
|
+
let labelKey_77: string;
|
|
1222
|
+
export { labelKey_77 as labelKey };
|
|
1223
|
+
let value_76: string;
|
|
1224
|
+
export { value_76 as value };
|
|
1225
|
+
let sort_70: string;
|
|
1226
|
+
export { sort_70 as sort };
|
|
1227
|
+
}
|
|
1228
|
+
export namespace CHART {
|
|
1229
|
+
let name_78: string;
|
|
1230
|
+
export { name_78 as name };
|
|
1231
|
+
let labelKey_78: string;
|
|
1232
|
+
export { labelKey_78 as labelKey };
|
|
1233
|
+
let value_77: string;
|
|
1234
|
+
export { value_77 as value };
|
|
1235
|
+
let sort_71: string[];
|
|
1236
|
+
export { sort_71 as sort };
|
|
1237
|
+
}
|
|
1238
|
+
export namespace CHART_UPGRADE {
|
|
1239
|
+
let name_79: string;
|
|
1240
|
+
export { name_79 as name };
|
|
1241
|
+
let labelKey_79: string;
|
|
1242
|
+
export { labelKey_79 as labelKey };
|
|
1243
|
+
let value_78: string;
|
|
1244
|
+
export { value_78 as value };
|
|
1245
|
+
let sort_72: string;
|
|
1246
|
+
export { sort_72 as sort };
|
|
1247
|
+
let dashIfEmpty_4: boolean;
|
|
1248
|
+
export { dashIfEmpty_4 as dashIfEmpty };
|
|
1249
|
+
}
|
|
1250
|
+
export namespace RESOURCES {
|
|
1251
|
+
let name_80: string;
|
|
1252
|
+
export { name_80 as name };
|
|
1253
|
+
let labelKey_80: string;
|
|
1254
|
+
export { labelKey_80 as labelKey };
|
|
1255
|
+
let value_79: string;
|
|
1256
|
+
export { value_79 as value };
|
|
1257
|
+
let sort_73: string;
|
|
1258
|
+
export { sort_73 as sort };
|
|
1259
|
+
let width_20: number;
|
|
1260
|
+
export { width_20 as width };
|
|
1261
|
+
}
|
|
1262
|
+
export namespace URL {
|
|
1263
|
+
let name_81: string;
|
|
1264
|
+
export { name_81 as name };
|
|
1265
|
+
let labelKey_81: string;
|
|
1266
|
+
export { labelKey_81 as labelKey };
|
|
1267
|
+
let value_80: string;
|
|
1268
|
+
export { value_80 as value };
|
|
1269
|
+
let sort_74: string;
|
|
1270
|
+
export { sort_74 as sort };
|
|
1271
|
+
}
|
|
1272
|
+
export namespace LAST_UPDATED {
|
|
1273
|
+
let name_82: string;
|
|
1274
|
+
export { name_82 as name };
|
|
1275
|
+
let labelKey_82: string;
|
|
1276
|
+
export { labelKey_82 as labelKey };
|
|
1277
|
+
let value_81: string;
|
|
1278
|
+
export { value_81 as value };
|
|
1279
|
+
let formatter_40: string;
|
|
1280
|
+
export { formatter_40 as formatter };
|
|
1281
|
+
export namespace formatterOpts_7 {
|
|
1282
|
+
let addSuffix_2: boolean;
|
|
1283
|
+
export { addSuffix_2 as addSuffix };
|
|
1284
|
+
}
|
|
1285
|
+
export { formatterOpts_7 as formatterOpts };
|
|
1286
|
+
let sort_75: string[];
|
|
1287
|
+
export { sort_75 as sort };
|
|
1288
|
+
}
|
|
1289
|
+
export namespace WORKSPACE {
|
|
1290
|
+
let name_83: string;
|
|
1291
|
+
export { name_83 as name };
|
|
1292
|
+
export let label: string;
|
|
1293
|
+
let value_82: string;
|
|
1294
|
+
export { value_82 as value };
|
|
1295
|
+
let sort_76: string[];
|
|
1296
|
+
export { sort_76 as sort };
|
|
1297
|
+
}
|
|
1298
|
+
export namespace WORKLOAD_IMAGES {
|
|
1299
|
+
let value_83: string;
|
|
1300
|
+
export { value_83 as value };
|
|
1301
|
+
export let breakpoint: any;
|
|
1302
|
+
}
|
|
1303
|
+
export namespace WORKLOAD_ENDPOINTS {
|
|
1304
|
+
let name_84: string;
|
|
1305
|
+
export { name_84 as name };
|
|
1306
|
+
let labelKey_83: string;
|
|
1307
|
+
export { labelKey_83 as labelKey };
|
|
1308
|
+
let value_84: string;
|
|
1309
|
+
export { value_84 as value };
|
|
1310
|
+
export function getValue_12(row: any): any;
|
|
1311
|
+
export { getValue_12 as getValue };
|
|
1312
|
+
let formatter_41: string;
|
|
1313
|
+
export { formatter_41 as formatter };
|
|
1314
|
+
let dashIfEmpty_5: boolean;
|
|
1315
|
+
export { dashIfEmpty_5 as dashIfEmpty };
|
|
1316
|
+
let breakpoint_1: any;
|
|
1317
|
+
export { breakpoint_1 as breakpoint };
|
|
1318
|
+
export let maxPageSize: number;
|
|
1319
|
+
}
|
|
1320
|
+
export namespace WORKLOAD_HEALTH_SCALE {
|
|
1321
|
+
let name_85: string;
|
|
1322
|
+
export { name_85 as name };
|
|
1323
|
+
let labelKey_84: string;
|
|
1324
|
+
export { labelKey_84 as labelKey };
|
|
1325
|
+
let formatter_42: string;
|
|
1326
|
+
export { formatter_42 as formatter };
|
|
1327
|
+
export function getValue_13(): any;
|
|
1328
|
+
export { getValue_13 as getValue };
|
|
1329
|
+
let width_21: number;
|
|
1330
|
+
export { width_21 as width };
|
|
1331
|
+
export let skipSelect: boolean;
|
|
1332
|
+
let delayLoading_1: boolean;
|
|
1333
|
+
export { delayLoading_1 as delayLoading };
|
|
1334
|
+
let search_6: boolean;
|
|
1335
|
+
export { search_6 as search };
|
|
1336
|
+
let liveUpdates_1: boolean;
|
|
1337
|
+
export { liveUpdates_1 as liveUpdates };
|
|
1338
|
+
}
|
|
1339
|
+
export namespace FLEET_SUMMARY {
|
|
1340
|
+
let name_86: string;
|
|
1341
|
+
export { name_86 as name };
|
|
1342
|
+
let labelKey_85: string;
|
|
1343
|
+
export { labelKey_85 as labelKey };
|
|
1344
|
+
let value_85: string;
|
|
1345
|
+
export { value_85 as value };
|
|
1346
|
+
let sort_77: boolean;
|
|
1347
|
+
export { sort_77 as sort };
|
|
1348
|
+
let search_7: boolean;
|
|
1349
|
+
export { search_7 as search };
|
|
1350
|
+
let formatter_43: string;
|
|
1351
|
+
export { formatter_43 as formatter };
|
|
1352
|
+
let align_11: string;
|
|
1353
|
+
export { align_11 as align };
|
|
1354
|
+
let width_22: number;
|
|
1355
|
+
export { width_22 as width };
|
|
1356
|
+
}
|
|
1357
|
+
export namespace FLEET_REPO_CLUSTER_SUMMARY {
|
|
1358
|
+
let name_87: string;
|
|
1359
|
+
export { name_87 as name };
|
|
1360
|
+
let labelKey_86: string;
|
|
1361
|
+
export { labelKey_86 as labelKey };
|
|
1362
|
+
let value_86: string;
|
|
1363
|
+
export { value_86 as value };
|
|
1364
|
+
let sort_78: boolean;
|
|
1365
|
+
export { sort_78 as sort };
|
|
1366
|
+
let search_8: boolean;
|
|
1367
|
+
export { search_8 as search };
|
|
1368
|
+
let formatter_44: string;
|
|
1369
|
+
export { formatter_44 as formatter };
|
|
1370
|
+
let align_12: string;
|
|
1371
|
+
export { align_12 as align };
|
|
1372
|
+
let width_23: number;
|
|
1373
|
+
export { width_23 as width };
|
|
1374
|
+
}
|
|
1375
|
+
export namespace FLEET_REPO_PER_CLUSTER_STATE {
|
|
1376
|
+
let name_88: string;
|
|
1377
|
+
export { name_88 as name };
|
|
1378
|
+
let labelKey_87: string;
|
|
1379
|
+
export { labelKey_87 as labelKey };
|
|
1380
|
+
let tooltip_1: string;
|
|
1381
|
+
export { tooltip_1 as tooltip };
|
|
1382
|
+
let sort_79: string[];
|
|
1383
|
+
export { sort_79 as sort };
|
|
1384
|
+
let width_24: number;
|
|
1385
|
+
export { width_24 as width };
|
|
1386
|
+
let _default_2: string;
|
|
1387
|
+
export { _default_2 as default };
|
|
1388
|
+
let formatter_45: string;
|
|
1389
|
+
export { formatter_45 as formatter };
|
|
1390
|
+
export namespace formatterOpts_8 {
|
|
1391
|
+
let arbitrary: boolean;
|
|
1392
|
+
}
|
|
1393
|
+
export { formatterOpts_8 as formatterOpts };
|
|
1394
|
+
}
|
|
1395
|
+
export namespace APP_SUMMARY {
|
|
1396
|
+
let name_89: string;
|
|
1397
|
+
export { name_89 as name };
|
|
1398
|
+
let labelKey_88: string;
|
|
1399
|
+
export { labelKey_88 as labelKey };
|
|
1400
|
+
let value_87: string;
|
|
1401
|
+
export { value_87 as value };
|
|
1402
|
+
let sort_80: boolean;
|
|
1403
|
+
export { sort_80 as sort };
|
|
1404
|
+
let search_9: boolean;
|
|
1405
|
+
export { search_9 as search };
|
|
1406
|
+
let formatter_46: string;
|
|
1407
|
+
export { formatter_46 as formatter };
|
|
1408
|
+
let align_13: string;
|
|
1409
|
+
export { align_13 as align };
|
|
1410
|
+
let width_25: number;
|
|
1411
|
+
export { width_25 as width };
|
|
1412
|
+
}
|
|
1413
|
+
export namespace CONSTRAINT_VIOLATION_CONSTRAINT_LINK {
|
|
1414
|
+
let name_90: string;
|
|
1415
|
+
export { name_90 as name };
|
|
1416
|
+
let labelKey_89: string;
|
|
1417
|
+
export { labelKey_89 as labelKey };
|
|
1418
|
+
let value_88: string;
|
|
1419
|
+
export { value_88 as value };
|
|
1420
|
+
let sort_81: string;
|
|
1421
|
+
export { sort_81 as sort };
|
|
1422
|
+
let formatter_47: string;
|
|
1423
|
+
export { formatter_47 as formatter };
|
|
1424
|
+
export namespace formatterOpts_9 {
|
|
1425
|
+
export namespace options_1 {
|
|
1426
|
+
let internal_1: boolean;
|
|
1427
|
+
export { internal_1 as internal };
|
|
1428
|
+
}
|
|
1429
|
+
export { options_1 as options };
|
|
1430
|
+
}
|
|
1431
|
+
export { formatterOpts_9 as formatterOpts };
|
|
1432
|
+
}
|
|
1433
|
+
export namespace CONSTRAINT_VIOLATION_RESOURCE_LINK {
|
|
1434
|
+
let name_91: string;
|
|
1435
|
+
export { name_91 as name };
|
|
1436
|
+
let labelKey_90: string;
|
|
1437
|
+
export { labelKey_90 as labelKey };
|
|
1438
|
+
let value_89: string;
|
|
1439
|
+
export { value_89 as value };
|
|
1440
|
+
let sort_82: string;
|
|
1441
|
+
export { sort_82 as sort };
|
|
1442
|
+
let search_10: string;
|
|
1443
|
+
export { search_10 as search };
|
|
1444
|
+
let formatter_48: string;
|
|
1445
|
+
export { formatter_48 as formatter };
|
|
1446
|
+
export namespace formatterOpts_10 {
|
|
1447
|
+
export namespace options_2 {
|
|
1448
|
+
let internal_2: boolean;
|
|
1449
|
+
export { internal_2 as internal };
|
|
1450
|
+
}
|
|
1451
|
+
export { options_2 as options };
|
|
1452
|
+
}
|
|
1453
|
+
export { formatterOpts_10 as formatterOpts };
|
|
1454
|
+
}
|
|
1455
|
+
export namespace CONSTRAINT_VIOLATION_TYPE {
|
|
1456
|
+
let name_92: string;
|
|
1457
|
+
export { name_92 as name };
|
|
1458
|
+
let labelKey_91: string;
|
|
1459
|
+
export { labelKey_91 as labelKey };
|
|
1460
|
+
let value_90: string;
|
|
1461
|
+
export { value_90 as value };
|
|
1462
|
+
let sort_83: string;
|
|
1463
|
+
export { sort_83 as sort };
|
|
1464
|
+
}
|
|
1465
|
+
export namespace CONSTRAINT_VIOLATION_NAMESPACE {
|
|
1466
|
+
let name_93: string;
|
|
1467
|
+
export { name_93 as name };
|
|
1468
|
+
let labelKey_92: string;
|
|
1469
|
+
export { labelKey_92 as labelKey };
|
|
1470
|
+
let value_91: string;
|
|
1471
|
+
export { value_91 as value };
|
|
1472
|
+
let sort_84: string;
|
|
1473
|
+
export { sort_84 as sort };
|
|
1474
|
+
let search_11: string;
|
|
1475
|
+
export { search_11 as search };
|
|
1476
|
+
}
|
|
1477
|
+
export namespace CONSTRAINT_VIOLATION_MESSAGE {
|
|
1478
|
+
let name_94: string;
|
|
1479
|
+
export { name_94 as name };
|
|
1480
|
+
let labelKey_93: string;
|
|
1481
|
+
export { labelKey_93 as labelKey };
|
|
1482
|
+
let value_92: string;
|
|
1483
|
+
export { value_92 as value };
|
|
1484
|
+
let sort_85: string;
|
|
1485
|
+
export { sort_85 as sort };
|
|
1486
|
+
}
|
|
1487
|
+
export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
|
|
1488
|
+
let name_95: string;
|
|
1489
|
+
export { name_95 as name };
|
|
1490
|
+
let labelKey_94: string;
|
|
1491
|
+
export { labelKey_94 as labelKey };
|
|
1492
|
+
let value_93: string;
|
|
1493
|
+
export { value_93 as value };
|
|
1494
|
+
let sort_86: string;
|
|
1495
|
+
export { sort_86 as sort };
|
|
1496
|
+
let formatter_49: string;
|
|
1497
|
+
export { formatter_49 as formatter };
|
|
1498
|
+
export namespace formatterOpts_11 {
|
|
1499
|
+
export namespace options_3 {
|
|
1500
|
+
let internal_3: boolean;
|
|
1501
|
+
export { internal_3 as internal };
|
|
1502
|
+
}
|
|
1503
|
+
export { options_3 as options };
|
|
1504
|
+
}
|
|
1505
|
+
export { formatterOpts_11 as formatterOpts };
|
|
1506
|
+
}
|
|
1507
|
+
export namespace CONSTRAINT_VIOLATION_COUNT {
|
|
1508
|
+
let name_96: string;
|
|
1509
|
+
export { name_96 as name };
|
|
1510
|
+
let labelKey_95: string;
|
|
1511
|
+
export { labelKey_95 as labelKey };
|
|
1512
|
+
let value_94: string;
|
|
1513
|
+
export { value_94 as value };
|
|
1514
|
+
let sort_87: string;
|
|
1515
|
+
export { sort_87 as sort };
|
|
1516
|
+
let formatter_50: string;
|
|
1517
|
+
export { formatter_50 as formatter };
|
|
1518
|
+
export namespace formatterOpts_12 {
|
|
1519
|
+
function qualityFn(value: any): "error" | "success" | "warning";
|
|
1520
|
+
}
|
|
1521
|
+
export { formatterOpts_12 as formatterOpts };
|
|
1522
|
+
}
|
|
1523
|
+
export namespace RECEIVER_PROVIDERS {
|
|
1524
|
+
let name_97: string;
|
|
1525
|
+
export { name_97 as name };
|
|
1526
|
+
let label_1: string;
|
|
1527
|
+
export { label_1 as label };
|
|
1528
|
+
let value_95: string;
|
|
1529
|
+
export { value_95 as value };
|
|
1530
|
+
let sort_88: string;
|
|
1531
|
+
export { sort_88 as sort };
|
|
1532
|
+
let formatter_51: string;
|
|
1533
|
+
export { formatter_51 as formatter };
|
|
1534
|
+
}
|
|
1535
|
+
export namespace CONFIGURED_RECEIVER {
|
|
1536
|
+
let name_98: string;
|
|
1537
|
+
export { name_98 as name };
|
|
1538
|
+
let label_2: string;
|
|
1539
|
+
export { label_2 as label };
|
|
1540
|
+
let value_96: string;
|
|
1541
|
+
export { value_96 as value };
|
|
1542
|
+
let sort_89: string;
|
|
1543
|
+
export { sort_89 as sort };
|
|
1544
|
+
let formatter_52: string;
|
|
1545
|
+
export { formatter_52 as formatter };
|
|
1546
|
+
export namespace formatterOpts_13 {
|
|
1547
|
+
export namespace options_4 {
|
|
1548
|
+
let internal_4: boolean;
|
|
1549
|
+
export { internal_4 as internal };
|
|
1550
|
+
}
|
|
1551
|
+
export { options_4 as options };
|
|
1552
|
+
}
|
|
1553
|
+
export { formatterOpts_13 as formatterOpts };
|
|
1554
|
+
}
|
|
1555
|
+
export namespace GROUP_NAME {
|
|
1556
|
+
let name_99: string;
|
|
1557
|
+
export { name_99 as name };
|
|
1558
|
+
let labelKey_96: string;
|
|
1559
|
+
export { labelKey_96 as labelKey };
|
|
1560
|
+
let value_97: string;
|
|
1561
|
+
export { value_97 as value };
|
|
1562
|
+
let sort_90: string[];
|
|
1563
|
+
export { sort_90 as sort };
|
|
1564
|
+
let search_12: string[];
|
|
1565
|
+
export { search_12 as search };
|
|
1566
|
+
let formatter_53: string;
|
|
1567
|
+
export { formatter_53 as formatter };
|
|
1568
|
+
let width_26: number;
|
|
1569
|
+
export { width_26 as width };
|
|
1570
|
+
}
|
|
1571
|
+
export namespace GROUP_ROLE_NAME {
|
|
1572
|
+
let name_100: string;
|
|
1573
|
+
export { name_100 as name };
|
|
1574
|
+
let labelKey_97: string;
|
|
1575
|
+
export { labelKey_97 as labelKey };
|
|
1576
|
+
let value_98: string;
|
|
1577
|
+
export { value_98 as value };
|
|
1578
|
+
let formatter_54: string;
|
|
1579
|
+
export { formatter_54 as formatter };
|
|
1580
|
+
}
|
|
1581
|
+
export namespace HPA_REFERENCE {
|
|
1582
|
+
let name_101: string;
|
|
1583
|
+
export { name_101 as name };
|
|
1584
|
+
let labelKey_98: string;
|
|
1585
|
+
export { labelKey_98 as labelKey };
|
|
1586
|
+
let value_99: string;
|
|
1587
|
+
export { value_99 as value };
|
|
1588
|
+
let sort_91: string;
|
|
1589
|
+
export { sort_91 as sort };
|
|
1590
|
+
}
|
|
1591
|
+
export namespace MIN_REPLICA {
|
|
1592
|
+
let name_102: string;
|
|
1593
|
+
export { name_102 as name };
|
|
1594
|
+
let labelKey_99: string;
|
|
1595
|
+
export { labelKey_99 as labelKey };
|
|
1596
|
+
let value_100: string;
|
|
1597
|
+
export { value_100 as value };
|
|
1598
|
+
let sort_92: string;
|
|
1599
|
+
export { sort_92 as sort };
|
|
1600
|
+
}
|
|
1601
|
+
export namespace MAX_REPLICA {
|
|
1602
|
+
let name_103: string;
|
|
1603
|
+
export { name_103 as name };
|
|
1604
|
+
let labelKey_100: string;
|
|
1605
|
+
export { labelKey_100 as labelKey };
|
|
1606
|
+
let value_101: string;
|
|
1607
|
+
export { value_101 as value };
|
|
1608
|
+
let sort_93: string;
|
|
1609
|
+
export { sort_93 as sort };
|
|
1610
|
+
}
|
|
1611
|
+
export namespace CURRENT_REPLICA {
|
|
1612
|
+
let name_104: string;
|
|
1613
|
+
export { name_104 as name };
|
|
1614
|
+
let labelKey_101: string;
|
|
1615
|
+
export { labelKey_101 as labelKey };
|
|
1616
|
+
let value_102: string;
|
|
1617
|
+
export { value_102 as value };
|
|
1618
|
+
let sort_94: string;
|
|
1619
|
+
export { sort_94 as sort };
|
|
1620
|
+
}
|
|
1621
|
+
export namespace EXPIRY_STATE {
|
|
1622
|
+
let value_103: string;
|
|
1623
|
+
export { value_103 as value };
|
|
1624
|
+
let formatter_55: string;
|
|
1625
|
+
export { formatter_55 as formatter };
|
|
1626
|
+
}
|
|
1627
|
+
export namespace ACCESS_KEY {
|
|
1628
|
+
let name_105: string;
|
|
1629
|
+
export { name_105 as name };
|
|
1630
|
+
let labelKey_102: string;
|
|
1631
|
+
export { labelKey_102 as labelKey };
|
|
1632
|
+
let align_14: string;
|
|
1633
|
+
export { align_14 as align };
|
|
1634
|
+
let sort_95: string[];
|
|
1635
|
+
export { sort_95 as sort };
|
|
1636
|
+
let width_27: number;
|
|
1637
|
+
export { width_27 as width };
|
|
1638
|
+
}
|
|
1639
|
+
export namespace SCOPE {
|
|
1640
|
+
let name_106: string;
|
|
1641
|
+
export { name_106 as name };
|
|
1642
|
+
let value_104: string;
|
|
1643
|
+
export { value_104 as value };
|
|
1644
|
+
let labelKey_103: string;
|
|
1645
|
+
export { labelKey_103 as labelKey };
|
|
1646
|
+
let dashIfEmpty_6: boolean;
|
|
1647
|
+
export { dashIfEmpty_6 as dashIfEmpty };
|
|
1648
|
+
let align_15: string;
|
|
1649
|
+
export { align_15 as align };
|
|
1650
|
+
let sort_96: string[];
|
|
1651
|
+
export { sort_96 as sort };
|
|
1652
|
+
let width_28: number;
|
|
1653
|
+
export { width_28 as width };
|
|
1654
|
+
}
|
|
1655
|
+
export namespace SCOPE_NORMAN {
|
|
1656
|
+
let value_105: string;
|
|
1657
|
+
export { value_105 as value };
|
|
1658
|
+
let sort_97: string[];
|
|
1659
|
+
export { sort_97 as sort };
|
|
1660
|
+
}
|
|
1661
|
+
export namespace EXPIRES {
|
|
1662
|
+
let name_107: string;
|
|
1663
|
+
export { name_107 as name };
|
|
1664
|
+
let value_106: string;
|
|
1665
|
+
export { value_106 as value };
|
|
1666
|
+
let labelKey_104: string;
|
|
1667
|
+
export { labelKey_104 as labelKey };
|
|
1668
|
+
let align_16: string;
|
|
1669
|
+
export { align_16 as align };
|
|
1670
|
+
let sort_98: string[];
|
|
1671
|
+
export { sort_98 as sort };
|
|
1672
|
+
let width_29: number;
|
|
1673
|
+
export { width_29 as width };
|
|
1674
|
+
let formatter_56: string;
|
|
1675
|
+
export { formatter_56 as formatter };
|
|
1676
|
+
}
|
|
1677
|
+
export namespace LAST_USED {
|
|
1678
|
+
let name_108: string;
|
|
1679
|
+
export { name_108 as name };
|
|
1680
|
+
let value_107: string;
|
|
1681
|
+
export { value_107 as value };
|
|
1682
|
+
let labelKey_105: string;
|
|
1683
|
+
export { labelKey_105 as labelKey };
|
|
1684
|
+
let align_17: string;
|
|
1685
|
+
export { align_17 as align };
|
|
1686
|
+
let sort_99: string[];
|
|
1687
|
+
export { sort_99 as sort };
|
|
1688
|
+
let width_30: number;
|
|
1689
|
+
export { width_30 as width };
|
|
1690
|
+
let formatter_57: string;
|
|
1691
|
+
export { formatter_57 as formatter };
|
|
1692
|
+
export namespace formatterOpts_14 {
|
|
1693
|
+
let missingKey: string;
|
|
1694
|
+
}
|
|
1695
|
+
export { formatterOpts_14 as formatterOpts };
|
|
1696
|
+
}
|
|
1697
|
+
export namespace RESTART {
|
|
1698
|
+
let name_109: string;
|
|
1699
|
+
export { name_109 as name };
|
|
1700
|
+
let labelKey_106: string;
|
|
1701
|
+
export { labelKey_106 as labelKey };
|
|
1702
|
+
let value_108: string;
|
|
1703
|
+
export { value_108 as value };
|
|
1704
|
+
let sort_100: string[];
|
|
1705
|
+
export { sort_100 as sort };
|
|
1706
|
+
let formatter_58: string;
|
|
1707
|
+
export { formatter_58 as formatter };
|
|
1708
|
+
let width_31: number;
|
|
1709
|
+
export { width_31 as width };
|
|
1710
|
+
let align_18: string;
|
|
1711
|
+
export { align_18 as align };
|
|
1712
|
+
}
|
|
1713
|
+
export namespace ROLE {
|
|
1714
|
+
let name_110: string;
|
|
1715
|
+
export { name_110 as name };
|
|
1716
|
+
let value_109: string;
|
|
1717
|
+
export { value_109 as value };
|
|
1718
|
+
let labelKey_107: string;
|
|
1719
|
+
export { labelKey_107 as labelKey };
|
|
1720
|
+
}
|
|
1721
|
+
export namespace FEATURE_DESCRIPTION {
|
|
1722
|
+
let name_111: string;
|
|
1723
|
+
export { name_111 as name };
|
|
1724
|
+
let labelKey_108: string;
|
|
1725
|
+
export { labelKey_108 as labelKey };
|
|
1726
|
+
let value_110: string;
|
|
1727
|
+
export { value_110 as value };
|
|
1728
|
+
let align_19: string;
|
|
1729
|
+
export { align_19 as align };
|
|
1730
|
+
let sort_101: string[];
|
|
1731
|
+
export { sort_101 as sort };
|
|
1732
|
+
let formatter_59: string;
|
|
1733
|
+
export { formatter_59 as formatter };
|
|
1734
|
+
export namespace formatterOpts_15 {
|
|
1735
|
+
let prefix: string;
|
|
1736
|
+
}
|
|
1737
|
+
export { formatterOpts_15 as formatterOpts };
|
|
1738
|
+
}
|
|
1739
|
+
export namespace STATE_NORMAN {
|
|
1740
|
+
let name_112: string;
|
|
1741
|
+
export { name_112 as name };
|
|
1742
|
+
let labelKey_109: string;
|
|
1743
|
+
export { labelKey_109 as labelKey };
|
|
1744
|
+
let sort_102: string[];
|
|
1745
|
+
export { sort_102 as sort };
|
|
1746
|
+
let value_111: string;
|
|
1747
|
+
export { value_111 as value };
|
|
1748
|
+
let width_32: number;
|
|
1749
|
+
export { width_32 as width };
|
|
1750
|
+
let _default_3: string;
|
|
1751
|
+
export { _default_3 as default };
|
|
1752
|
+
let formatter_60: string;
|
|
1753
|
+
export { formatter_60 as formatter };
|
|
1754
|
+
}
|
|
1755
|
+
export namespace KUBE_NODE_OS {
|
|
1756
|
+
let name_113: string;
|
|
1757
|
+
export { name_113 as name };
|
|
1758
|
+
let labelKey_110: string;
|
|
1759
|
+
export { labelKey_110 as labelKey };
|
|
1760
|
+
let value_112: string;
|
|
1761
|
+
export { value_112 as value };
|
|
1762
|
+
let sort_103: string[];
|
|
1763
|
+
export { sort_103 as sort };
|
|
1764
|
+
let formatter_61: string;
|
|
1765
|
+
export { formatter_61 as formatter };
|
|
1766
|
+
}
|
|
1767
|
+
export namespace MACHINE_NODE_OS {
|
|
1768
|
+
let name_114: string;
|
|
1769
|
+
export { name_114 as name };
|
|
1770
|
+
let labelKey_111: string;
|
|
1771
|
+
export { labelKey_111 as labelKey };
|
|
1772
|
+
let value_113: string;
|
|
1773
|
+
export { value_113 as value };
|
|
1774
|
+
let sort_104: string[];
|
|
1775
|
+
export { sort_104 as sort };
|
|
1776
|
+
let formatter_62: string;
|
|
1777
|
+
export { formatter_62 as formatter };
|
|
1778
|
+
let dashIfEmpty_7: boolean;
|
|
1779
|
+
export { dashIfEmpty_7 as dashIfEmpty };
|
|
1780
|
+
}
|
|
1781
|
+
export namespace MANAGEMENT_NODE_OS {
|
|
1782
|
+
let name_115: string;
|
|
1783
|
+
export { name_115 as name };
|
|
1784
|
+
let labelKey_112: string;
|
|
1785
|
+
export { labelKey_112 as labelKey };
|
|
1786
|
+
let value_114: string;
|
|
1787
|
+
export { value_114 as value };
|
|
1788
|
+
let sort_105: string[];
|
|
1789
|
+
export { sort_105 as sort };
|
|
1790
|
+
let formatter_63: string;
|
|
1791
|
+
export { formatter_63 as formatter };
|
|
1792
|
+
let dashIfEmpty_8: boolean;
|
|
1793
|
+
export { dashIfEmpty_8 as dashIfEmpty };
|
|
1794
|
+
}
|
|
1795
|
+
export namespace FLEET_BUNDLE_LAST_UPDATED {
|
|
1796
|
+
let name_116: string;
|
|
1797
|
+
export { name_116 as name };
|
|
1798
|
+
let labelKey_113: string;
|
|
1799
|
+
export { labelKey_113 as labelKey };
|
|
1800
|
+
let value_115: string;
|
|
1801
|
+
export { value_115 as value };
|
|
1802
|
+
let formatter_64: string;
|
|
1803
|
+
export { formatter_64 as formatter };
|
|
1804
|
+
export namespace formatterOpts_16 {
|
|
1805
|
+
let addSuffix_3: boolean;
|
|
1806
|
+
export { addSuffix_3 as addSuffix };
|
|
1807
|
+
}
|
|
1808
|
+
export { formatterOpts_16 as formatterOpts };
|
|
1809
|
+
let sort_106: string[];
|
|
1810
|
+
export { sort_106 as sort };
|
|
1811
|
+
}
|
|
1812
|
+
export namespace FLEET_BUNDLE_TYPE {
|
|
1813
|
+
let name_117: string;
|
|
1814
|
+
export { name_117 as name };
|
|
1815
|
+
let labelKey_114: string;
|
|
1816
|
+
export { labelKey_114 as labelKey };
|
|
1817
|
+
let value_116: string;
|
|
1818
|
+
export { value_116 as value };
|
|
1819
|
+
let sort_107: string[];
|
|
1820
|
+
export { sort_107 as sort };
|
|
1821
|
+
let width_33: number;
|
|
1822
|
+
export { width_33 as width };
|
|
1823
|
+
}
|
|
1824
|
+
export namespace FLEET_REPO_CLUSTERS_READY {
|
|
1825
|
+
let name_118: string;
|
|
1826
|
+
export { name_118 as name };
|
|
1827
|
+
let labelKey_115: string;
|
|
1828
|
+
export { labelKey_115 as labelKey };
|
|
1829
|
+
let value_117: string;
|
|
1830
|
+
export { value_117 as value };
|
|
1831
|
+
let sort_108: string;
|
|
1832
|
+
export { sort_108 as sort };
|
|
1833
|
+
let search_13: boolean;
|
|
1834
|
+
export { search_13 as search };
|
|
1835
|
+
}
|
|
1836
|
+
export namespace FLEET_REPO_TARGET {
|
|
1837
|
+
let name_119: string;
|
|
1838
|
+
export { name_119 as name };
|
|
1839
|
+
let labelKey_116: string;
|
|
1840
|
+
export { labelKey_116 as labelKey };
|
|
1841
|
+
let value_118: string;
|
|
1842
|
+
export { value_118 as value };
|
|
1843
|
+
let sort_109: string[];
|
|
1844
|
+
export { sort_109 as sort };
|
|
1845
|
+
}
|
|
1846
|
+
export namespace FLEET_REPO {
|
|
1847
|
+
let name_120: string;
|
|
1848
|
+
export { name_120 as name };
|
|
1849
|
+
let labelKey_117: string;
|
|
1850
|
+
export { labelKey_117 as labelKey };
|
|
1851
|
+
let value_119: string;
|
|
1852
|
+
export { value_119 as value };
|
|
1853
|
+
let sort_110: string;
|
|
1854
|
+
export { sort_110 as sort };
|
|
1855
|
+
let search_14: string[];
|
|
1856
|
+
export { search_14 as search };
|
|
1857
|
+
}
|
|
1858
|
+
export const UI_PLUGIN_CATALOG: ({
|
|
1859
|
+
name: string;
|
|
1860
|
+
labelKey: string;
|
|
1861
|
+
sort: string[];
|
|
1862
|
+
value: string;
|
|
1863
|
+
width: number;
|
|
1864
|
+
default: string;
|
|
1865
|
+
formatter: string;
|
|
1866
|
+
formatterOpts: {
|
|
1867
|
+
arbitrary: boolean;
|
|
1868
|
+
};
|
|
1869
|
+
} | {
|
|
1870
|
+
name: string;
|
|
1871
|
+
labelKey: string;
|
|
1872
|
+
value: string;
|
|
1873
|
+
sort: string[];
|
|
1874
|
+
formatter: string;
|
|
1875
|
+
width?: undefined;
|
|
1876
|
+
default?: undefined;
|
|
1877
|
+
formatterOpts?: undefined;
|
|
1878
|
+
} | {
|
|
1879
|
+
name: string;
|
|
1880
|
+
sort: string[];
|
|
1881
|
+
labelKey: string;
|
|
1882
|
+
value: string;
|
|
1883
|
+
width?: undefined;
|
|
1884
|
+
default?: undefined;
|
|
1885
|
+
formatter?: undefined;
|
|
1886
|
+
formatterOpts?: undefined;
|
|
1887
|
+
})[];
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
// @shell/config/types
|
|
1891
|
+
|
|
1892
|
+
declare module '@shell/config/types' {
|
|
1893
|
+
export namespace STEVE {
|
|
1894
|
+
let PREFERENCE: string;
|
|
1895
|
+
let SCHEMA_DEFINITION: string;
|
|
1896
|
+
}
|
|
1897
|
+
export namespace NORMAN {
|
|
1898
|
+
let APP: string;
|
|
1899
|
+
let AUTH_CONFIG: string;
|
|
1900
|
+
let ETCD_BACKUP: string;
|
|
1901
|
+
let CLUSTER: string;
|
|
1902
|
+
let CLUSTER_TOKEN: string;
|
|
1903
|
+
let CLUSTER_ROLE_TEMPLATE_BINDING: string;
|
|
1904
|
+
let CLOUD_CREDENTIAL: string;
|
|
1905
|
+
let FLEET_WORKSPACES: string;
|
|
1906
|
+
let GLOBAL_ROLE: string;
|
|
1907
|
+
let GLOBAL_ROLE_BINDING: string;
|
|
1908
|
+
let NODE_POOL: string;
|
|
1909
|
+
let NODE: string;
|
|
1910
|
+
let PRINCIPAL: string;
|
|
1911
|
+
let PROJECT: string;
|
|
1912
|
+
let PROJECT_ROLE_TEMPLATE_BINDING: string;
|
|
1913
|
+
let SETTING: string;
|
|
1914
|
+
namespace SPOOFED {
|
|
1915
|
+
let GROUP_PRINCIPAL: string;
|
|
1916
|
+
}
|
|
1917
|
+
let ROLE_TEMPLATE: string;
|
|
1918
|
+
let TOKEN: string;
|
|
1919
|
+
let USER: string;
|
|
1920
|
+
let KONTAINER_DRIVER: string;
|
|
1921
|
+
let NODE_DRIVER: string;
|
|
1922
|
+
}
|
|
1923
|
+
export namespace PUBLIC {
|
|
1924
|
+
let AUTH_PROVIDER: string;
|
|
1925
|
+
}
|
|
1926
|
+
export const API_GROUP: "apiGroups";
|
|
1927
|
+
export const API_SERVICE: "apiregistration.k8s.io.apiservice";
|
|
1928
|
+
export const CONFIG_MAP: "configmap";
|
|
1929
|
+
export const COUNT: "count";
|
|
1930
|
+
export const EVENT: "event";
|
|
1931
|
+
export const ENDPOINTS: "endpoints";
|
|
1932
|
+
export const HPA: "autoscaling.horizontalpodautoscaler";
|
|
1933
|
+
export const INGRESS: "networking.k8s.io.ingress";
|
|
1934
|
+
export const INGRESS_CLASS: "networking.k8s.io.ingressclass";
|
|
1935
|
+
export const LIMIT_RANGE: "limitrange";
|
|
1936
|
+
export const NAMESPACE: "namespace";
|
|
1937
|
+
export const NODE: "node";
|
|
1938
|
+
export const NETWORK_POLICY: "networking.k8s.io.networkpolicy";
|
|
1939
|
+
export const POD: "pod";
|
|
1940
|
+
export const POD_DISRUPTION_BUDGET: "policy.poddisruptionbudget";
|
|
1941
|
+
export const PV: "persistentvolume";
|
|
1942
|
+
export const PVC: "persistentvolumeclaim";
|
|
1943
|
+
export const RESOURCE_QUOTA: "resourcequota";
|
|
1944
|
+
export const SCHEMA: "schema";
|
|
1945
|
+
export const SERVICE: "service";
|
|
1946
|
+
export const SECRET: "secret";
|
|
1947
|
+
export const SERVICE_ACCOUNT: "serviceaccount";
|
|
1948
|
+
export const STORAGE_CLASS: "storage.k8s.io.storageclass";
|
|
1949
|
+
export const CSI_DRIVER: "storage.k8s.io.csidriver";
|
|
1950
|
+
export const OBJECT_META: "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta";
|
|
1951
|
+
export const NETWORK_ATTACHMENT: "k8s.cni.cncf.io.networkattachmentdefinition";
|
|
1952
|
+
export const USER: "user";
|
|
1953
|
+
export const GROUP: "group";
|
|
1954
|
+
export namespace RBAC {
|
|
1955
|
+
let ROLE: string;
|
|
1956
|
+
let CLUSTER_ROLE: string;
|
|
1957
|
+
let ROLE_BINDING: string;
|
|
1958
|
+
let CLUSTER_ROLE_BINDING: string;
|
|
1959
|
+
}
|
|
1960
|
+
export const WORKLOAD: "workload";
|
|
1961
|
+
export namespace WORKLOAD_TYPES {
|
|
1962
|
+
let DEPLOYMENT: string;
|
|
1963
|
+
let CRON_JOB: string;
|
|
1964
|
+
let DAEMON_SET: string;
|
|
1965
|
+
let JOB: string;
|
|
1966
|
+
let STATEFUL_SET: string;
|
|
1967
|
+
let REPLICA_SET: string;
|
|
1968
|
+
let REPLICATION_CONTROLLER: string;
|
|
1969
|
+
}
|
|
1970
|
+
export const WORKLOAD_TYPE_TO_KIND_MAPPING: {
|
|
1971
|
+
[x: string]: string;
|
|
1972
|
+
};
|
|
1973
|
+
export const METRICS_SUPPORTED_KINDS: string[];
|
|
1974
|
+
export namespace SCALABLE_WORKLOAD_TYPES { }
|
|
1975
|
+
export namespace LIST_WORKLOAD_TYPES {
|
|
1976
|
+
export { POD };
|
|
1977
|
+
}
|
|
1978
|
+
export namespace METRIC {
|
|
1979
|
+
let NODE_1: string;
|
|
1980
|
+
export { NODE_1 as NODE };
|
|
1981
|
+
let POD_1: string;
|
|
1982
|
+
export { POD_1 as POD };
|
|
1983
|
+
}
|
|
1984
|
+
export namespace CATALOG {
|
|
1985
|
+
export let CLUSTER_REPO: string;
|
|
1986
|
+
export let OPERATION: string;
|
|
1987
|
+
let APP_1: string;
|
|
1988
|
+
export { APP_1 as APP };
|
|
1989
|
+
export let REPO: string;
|
|
1990
|
+
}
|
|
1991
|
+
export const UI_PLUGIN: "catalog.cattle.io.uiplugin";
|
|
1992
|
+
export namespace HELM {
|
|
1993
|
+
let PROJECTHELMCHART: string;
|
|
1994
|
+
}
|
|
1995
|
+
export namespace MONITORING {
|
|
1996
|
+
export let ALERTMANAGER: string;
|
|
1997
|
+
export let ALERTMANAGERCONFIG: string;
|
|
1998
|
+
export let PODMONITOR: string;
|
|
1999
|
+
export let PROMETHEUS: string;
|
|
2000
|
+
export let PROMETHEUSRULE: string;
|
|
2001
|
+
export let SERVICEMONITOR: string;
|
|
2002
|
+
export let THANOSRULER: string;
|
|
2003
|
+
export namespace SPOOFED_1 {
|
|
2004
|
+
let RECEIVER: string;
|
|
2005
|
+
let RECEIVER_SPEC: string;
|
|
2006
|
+
let RECEIVER_EMAIL: string;
|
|
2007
|
+
let RECEIVER_SLACK: string;
|
|
2008
|
+
let RECEIVER_WEBHOOK: string;
|
|
2009
|
+
let RECEIVER_PAGERDUTY: string;
|
|
2010
|
+
let RECEIVER_OPSGENIE: string;
|
|
2011
|
+
let RECEIVER_HTTP_CONFIG: string;
|
|
2012
|
+
let RESPONDER: string;
|
|
2013
|
+
let ROUTE: string;
|
|
2014
|
+
let ROUTE_SPEC: string;
|
|
2015
|
+
}
|
|
2016
|
+
export { SPOOFED_1 as SPOOFED };
|
|
2017
|
+
}
|
|
2018
|
+
export namespace LONGHORN {
|
|
2019
|
+
let ENGINES: string;
|
|
2020
|
+
let ENGINE_IMAGES: string;
|
|
2021
|
+
let NODES: string;
|
|
2022
|
+
let REPLICAS: string;
|
|
2023
|
+
let SETTINGS: string;
|
|
2024
|
+
let VOLUMES: string;
|
|
2025
|
+
}
|
|
2026
|
+
export const LONGHORN_DRIVER: "driver.longhorn.io";
|
|
2027
|
+
export const LONGHORN_VERSION_V1: "LonghornV1";
|
|
2028
|
+
export const LONGHORN_VERSION_V2: "LonghornV2";
|
|
2029
|
+
export const SNAPSHOT: "rke.cattle.io.etcdsnapshot";
|
|
2030
|
+
export namespace MANAGEMENT {
|
|
2031
|
+
let AUTH_CONFIG_1: string;
|
|
2032
|
+
export { AUTH_CONFIG_1 as AUTH_CONFIG };
|
|
2033
|
+
export let CATALOG_TEMPLATE: string;
|
|
2034
|
+
let CLUSTER_1: string;
|
|
2035
|
+
export { CLUSTER_1 as CLUSTER };
|
|
2036
|
+
let CLUSTER_ROLE_TEMPLATE_BINDING_1: string;
|
|
2037
|
+
export { CLUSTER_ROLE_TEMPLATE_BINDING_1 as CLUSTER_ROLE_TEMPLATE_BINDING };
|
|
2038
|
+
export let FEATURE: string;
|
|
2039
|
+
let KONTAINER_DRIVER_1: string;
|
|
2040
|
+
export { KONTAINER_DRIVER_1 as KONTAINER_DRIVER };
|
|
2041
|
+
export let MULTI_CLUSTER_APP: string;
|
|
2042
|
+
let NODE_2: string;
|
|
2043
|
+
export { NODE_2 as NODE };
|
|
2044
|
+
let NODE_DRIVER_1: string;
|
|
2045
|
+
export { NODE_DRIVER_1 as NODE_DRIVER };
|
|
2046
|
+
let NODE_POOL_1: string;
|
|
2047
|
+
export { NODE_POOL_1 as NODE_POOL };
|
|
2048
|
+
export let NODE_TEMPLATE: string;
|
|
2049
|
+
let PROJECT_1: string;
|
|
2050
|
+
export { PROJECT_1 as PROJECT };
|
|
2051
|
+
let PROJECT_ROLE_TEMPLATE_BINDING_1: string;
|
|
2052
|
+
export { PROJECT_ROLE_TEMPLATE_BINDING_1 as PROJECT_ROLE_TEMPLATE_BINDING };
|
|
2053
|
+
let ROLE_TEMPLATE_1: string;
|
|
2054
|
+
export { ROLE_TEMPLATE_1 as ROLE_TEMPLATE };
|
|
2055
|
+
let SETTING_1: string;
|
|
2056
|
+
export { SETTING_1 as SETTING };
|
|
2057
|
+
let USER_1: string;
|
|
2058
|
+
export { USER_1 as USER };
|
|
2059
|
+
let TOKEN_1: string;
|
|
2060
|
+
export { TOKEN_1 as TOKEN };
|
|
2061
|
+
let GLOBAL_ROLE_1: string;
|
|
2062
|
+
export { GLOBAL_ROLE_1 as GLOBAL_ROLE };
|
|
2063
|
+
let GLOBAL_ROLE_BINDING_1: string;
|
|
2064
|
+
export { GLOBAL_ROLE_BINDING_1 as GLOBAL_ROLE_BINDING };
|
|
2065
|
+
export let PSA: string;
|
|
2066
|
+
export let MANAGED_CHART: string;
|
|
2067
|
+
export let USER_NOTIFICATION: string;
|
|
2068
|
+
export let GLOBAL_DNS_PROVIDER: string;
|
|
2069
|
+
export let RKE_TEMPLATE: string;
|
|
2070
|
+
export let RKE_TEMPLATE_REVISION: string;
|
|
2071
|
+
export let CLUSTER_PROXY_CONFIG: string;
|
|
2072
|
+
}
|
|
2073
|
+
export namespace CAPI {
|
|
2074
|
+
let CAPI_CLUSTER: string;
|
|
2075
|
+
let MACHINE_DEPLOYMENT: string;
|
|
2076
|
+
let MACHINE_SET: string;
|
|
2077
|
+
let MACHINE: string;
|
|
2078
|
+
let RANCHER_CLUSTER: string;
|
|
2079
|
+
let MACHINE_CONFIG_GROUP: string;
|
|
2080
|
+
}
|
|
2081
|
+
export namespace FLEET {
|
|
2082
|
+
export let BUNDLE: string;
|
|
2083
|
+
export let BUNDLE_DEPLOYMENT: string;
|
|
2084
|
+
let CLUSTER_2: string;
|
|
2085
|
+
export { CLUSTER_2 as CLUSTER };
|
|
2086
|
+
export let CLUSTER_GROUP: string;
|
|
2087
|
+
export let DASHBOARD: string;
|
|
2088
|
+
export let GIT_REPO: string;
|
|
2089
|
+
export let WORKSPACE: string;
|
|
2090
|
+
let TOKEN_2: string;
|
|
2091
|
+
export { TOKEN_2 as TOKEN };
|
|
2092
|
+
export let BUNDLE_NAMESPACE_MAPPING: string;
|
|
2093
|
+
export let GIT_REPO_RESTRICTION: string;
|
|
2094
|
+
}
|
|
2095
|
+
export namespace GATEKEEPER {
|
|
2096
|
+
export let CONSTRAINT_TEMPLATE: string;
|
|
2097
|
+
export namespace SPOOFED_2 {
|
|
2098
|
+
let CONSTRAINT: string;
|
|
2099
|
+
}
|
|
2100
|
+
export { SPOOFED_2 as SPOOFED };
|
|
2101
|
+
}
|
|
2102
|
+
export namespace ISTIO {
|
|
2103
|
+
let VIRTUAL_SERVICE: string;
|
|
2104
|
+
let DESTINATION_RULE: string;
|
|
2105
|
+
let GATEWAY: string;
|
|
2106
|
+
}
|
|
2107
|
+
export namespace LOGGING {
|
|
2108
|
+
export let CLUSTER_FLOW: string;
|
|
2109
|
+
export let CLUSTER_OUTPUT: string;
|
|
2110
|
+
export let FLOW: string;
|
|
2111
|
+
export let OUTPUT: string;
|
|
2112
|
+
export namespace SPOOFED_3 {
|
|
2113
|
+
export let FILTERS: string;
|
|
2114
|
+
export let FILTER: string;
|
|
2115
|
+
export let CONCAT: string;
|
|
2116
|
+
export let DEDOT: string;
|
|
2117
|
+
export let DETECTEXCEPTIONS: string;
|
|
2118
|
+
export let GEOIP: string;
|
|
2119
|
+
export let GREP: string;
|
|
2120
|
+
export let PARSER: string;
|
|
2121
|
+
let PROMETHEUS_1: string;
|
|
2122
|
+
export { PROMETHEUS_1 as PROMETHEUS };
|
|
2123
|
+
export let RECORD_MODIFIER: string;
|
|
2124
|
+
export let RECORD_TRANSFORMER: string;
|
|
2125
|
+
export let STDOUT: string;
|
|
2126
|
+
export let SUMOLOGIC: string;
|
|
2127
|
+
export let TAG_NORMALISER: string;
|
|
2128
|
+
export let THROTTLE: string;
|
|
2129
|
+
export let RECORD: string;
|
|
2130
|
+
export let REGEXPSECTION: string;
|
|
2131
|
+
export let EXCLUDESECTION: string;
|
|
2132
|
+
export let ORSECTION: string;
|
|
2133
|
+
export let ANDSECTION: string;
|
|
2134
|
+
export let PARSESECTION: string;
|
|
2135
|
+
export let METRICSECTION: string;
|
|
2136
|
+
export let REPLACE: string;
|
|
2137
|
+
export let SINGLEPARSESECTION: string;
|
|
2138
|
+
}
|
|
2139
|
+
export { SPOOFED_3 as SPOOFED };
|
|
2140
|
+
}
|
|
2141
|
+
export namespace BACKUP_RESTORE {
|
|
2142
|
+
let RESOURCE_SET: string;
|
|
2143
|
+
let BACKUP: string;
|
|
2144
|
+
let RESTORE: string;
|
|
2145
|
+
}
|
|
2146
|
+
export namespace CIS {
|
|
2147
|
+
let CLUSTER_SCAN: string;
|
|
2148
|
+
let CLUSTER_SCAN_PROFILE: string;
|
|
2149
|
+
let BENCHMARK: string;
|
|
2150
|
+
let REPORT: string;
|
|
2151
|
+
}
|
|
2152
|
+
export namespace UI {
|
|
2153
|
+
let NAV_LINK: string;
|
|
2154
|
+
}
|
|
2155
|
+
export namespace VIRTUAL_TYPES {
|
|
2156
|
+
let CLUSTER_MEMBERS: string;
|
|
2157
|
+
let PROJECT_NAMESPACES: string;
|
|
2158
|
+
let NAMESPACES: string;
|
|
2159
|
+
let JWT_AUTHENTICATION: string;
|
|
2160
|
+
}
|
|
2161
|
+
export namespace HCI {
|
|
2162
|
+
let CLUSTER_3: string;
|
|
2163
|
+
export { CLUSTER_3 as CLUSTER };
|
|
2164
|
+
let DASHBOARD_1: string;
|
|
2165
|
+
export { DASHBOARD_1 as DASHBOARD };
|
|
2166
|
+
export let IMAGE: string;
|
|
2167
|
+
export let VGPU_DEVICE: string;
|
|
2168
|
+
let SETTING_2: string;
|
|
2169
|
+
export { SETTING_2 as SETTING };
|
|
2170
|
+
export let RESOURCE_QUOTA: string;
|
|
2171
|
+
export let HARVESTER_CONFIG: string;
|
|
2172
|
+
}
|
|
2173
|
+
export const VIRTUAL_HARVESTER_PROVIDER: "harvester";
|
|
2174
|
+
export namespace ADDRESSES {
|
|
2175
|
+
let HOSTNAME: string;
|
|
2176
|
+
let INTERNAL_IP: string;
|
|
2177
|
+
let EXTERNAL_IP: string;
|
|
2178
|
+
}
|
|
2179
|
+
export const DEFAULT_WORKSPACE: "fleet-default";
|
|
2180
|
+
export namespace AUTH_TYPE {
|
|
2181
|
+
let _NONE: string;
|
|
2182
|
+
let _BASIC: string;
|
|
2183
|
+
let _SSH: string;
|
|
2184
|
+
let _S3: string;
|
|
2185
|
+
let _RKE: string;
|
|
2186
|
+
}
|
|
2187
|
+
export const LOCAL_CLUSTER: "local";
|
|
2188
|
+
export namespace CLUSTER_REPO_TYPES {
|
|
2189
|
+
export let HELM_URL: string;
|
|
2190
|
+
let GIT_REPO_1: string;
|
|
2191
|
+
export { GIT_REPO_1 as GIT_REPO };
|
|
2192
|
+
export let OCI_URL: string;
|
|
2193
|
+
}
|
|
2194
|
+
export const ZERO_TIME: "0001-01-01T00:00:00Z";
|
|
2195
|
+
export const DEFAULT_GRAFANA_STORAGE_SIZE: "10Gi";
|
|
2196
|
+
export const DEPRECATED: "Deprecated";
|
|
2197
|
+
export const EXPERIMENTAL: "Experimental";
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
// @shell/config/version
|
|
2201
|
+
|
|
2202
|
+
declare module '@shell/config/version' {
|
|
2203
|
+
export function isRancherPrime(): boolean;
|
|
2204
|
+
export function getVersionData(): {
|
|
2205
|
+
Version: string;
|
|
2206
|
+
RancherPrime: string;
|
|
2207
|
+
GitCommit: string;
|
|
2208
|
+
};
|
|
2209
|
+
export function setVersionData(v: any): void;
|
|
2210
|
+
export function getKubeVersionData(): {};
|
|
2211
|
+
export function setKubeVersionData(v: any): void;
|
|
2212
|
+
export const CURRENT_RANCHER_VERSION: "2.11";
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
// @shell/mixins/create-edit-view/impl
|
|
2216
|
+
|
|
2217
|
+
declare module '@shell/mixins/create-edit-view/impl' {
|
|
2218
|
+
declare namespace _default {
|
|
2219
|
+
let name: string;
|
|
2220
|
+
let mixins: any[];
|
|
2221
|
+
let emits: string[];
|
|
2222
|
+
function data(): {
|
|
2223
|
+
errors: any[];
|
|
2224
|
+
};
|
|
2225
|
+
namespace computed {
|
|
2226
|
+
function isCreate(): boolean;
|
|
2227
|
+
function isEdit(): boolean;
|
|
2228
|
+
function isView(): boolean;
|
|
2229
|
+
function schema(): any;
|
|
2230
|
+
function isNamespaced(): any;
|
|
2231
|
+
namespace labels {
|
|
2232
|
+
function get(): any;
|
|
2233
|
+
function set(neu: any): void;
|
|
2234
|
+
}
|
|
2235
|
+
namespace annotations {
|
|
2236
|
+
function get(): any;
|
|
2237
|
+
function set(neu: any): void;
|
|
2238
|
+
}
|
|
2239
|
+
function doneRoute(): any;
|
|
2240
|
+
function doneParams(): any;
|
|
2241
|
+
}
|
|
2242
|
+
namespace methods {
|
|
2243
|
+
function done(): any;
|
|
2244
|
+
function conflict(): Promise<any>;
|
|
2245
|
+
function save(buttonDone: any, url: any, depth?: number): any;
|
|
2246
|
+
function actuallySave(url: any): Promise<void>;
|
|
2247
|
+
function setErrors(errors: any): void;
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
export default _default;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
// @shell/mixins/create-edit-view
|
|
2254
|
+
|
|
2255
|
+
declare module '@shell/mixins/create-edit-view' {
|
|
2256
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2257
|
+
mode: {
|
|
2258
|
+
type: StringConstructor;
|
|
2259
|
+
default: any;
|
|
2260
|
+
};
|
|
2261
|
+
realMode: {
|
|
2262
|
+
type: StringConstructor;
|
|
2263
|
+
default: any;
|
|
2264
|
+
};
|
|
2265
|
+
as: {
|
|
2266
|
+
type: StringConstructor;
|
|
2267
|
+
default: any;
|
|
2268
|
+
};
|
|
2269
|
+
value: {
|
|
2270
|
+
type: ObjectConstructor;
|
|
2271
|
+
required: true;
|
|
2272
|
+
};
|
|
2273
|
+
initialValue: {
|
|
2274
|
+
type: ObjectConstructor;
|
|
2275
|
+
default: any;
|
|
2276
|
+
};
|
|
2277
|
+
liveValue: {
|
|
2278
|
+
type: ObjectConstructor;
|
|
2279
|
+
default: any;
|
|
2280
|
+
};
|
|
2281
|
+
doneEvent: {
|
|
2282
|
+
type: BooleanConstructor;
|
|
2283
|
+
default: boolean;
|
|
2284
|
+
};
|
|
2285
|
+
}>, {}, {
|
|
2286
|
+
errors: any[];
|
|
2287
|
+
}, {
|
|
2288
|
+
isCreate(): boolean;
|
|
2289
|
+
isEdit(): boolean;
|
|
2290
|
+
isView(): boolean;
|
|
2291
|
+
schema(): any;
|
|
2292
|
+
isNamespaced(): any;
|
|
2293
|
+
labels: {
|
|
2294
|
+
get(): any;
|
|
2295
|
+
set(neu: any): void;
|
|
2296
|
+
};
|
|
2297
|
+
annotations: {
|
|
2298
|
+
get(): any;
|
|
2299
|
+
set(neu: any): void;
|
|
2300
|
+
};
|
|
2301
|
+
doneRoute(): any;
|
|
2302
|
+
doneParams(): any;
|
|
2303
|
+
}, {
|
|
2304
|
+
done(): any;
|
|
2305
|
+
conflict(): Promise<any>;
|
|
2306
|
+
save(buttonDone: any, url: any, depth?: number): any;
|
|
2307
|
+
actuallySave(url: any): Promise<void>;
|
|
2308
|
+
setErrors(errors: any): void;
|
|
2309
|
+
}, any, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2310
|
+
mode: {
|
|
2311
|
+
type: StringConstructor;
|
|
2312
|
+
default: any;
|
|
2313
|
+
};
|
|
2314
|
+
realMode: {
|
|
2315
|
+
type: StringConstructor;
|
|
2316
|
+
default: any;
|
|
2317
|
+
};
|
|
2318
|
+
as: {
|
|
2319
|
+
type: StringConstructor;
|
|
2320
|
+
default: any;
|
|
2321
|
+
};
|
|
2322
|
+
value: {
|
|
2323
|
+
type: ObjectConstructor;
|
|
2324
|
+
required: true;
|
|
2325
|
+
};
|
|
2326
|
+
initialValue: {
|
|
2327
|
+
type: ObjectConstructor;
|
|
2328
|
+
default: any;
|
|
2329
|
+
};
|
|
2330
|
+
liveValue: {
|
|
2331
|
+
type: ObjectConstructor;
|
|
2332
|
+
default: any;
|
|
2333
|
+
};
|
|
2334
|
+
doneEvent: {
|
|
2335
|
+
type: BooleanConstructor;
|
|
2336
|
+
default: boolean;
|
|
2337
|
+
};
|
|
2338
|
+
}>> & Readonly<{
|
|
2339
|
+
[x: `on${Capitalize<string>}`]: (...args: any[]) => any;
|
|
2340
|
+
}>, {
|
|
2341
|
+
mode: string;
|
|
2342
|
+
as: string;
|
|
2343
|
+
doneEvent: boolean;
|
|
2344
|
+
initialValue: Record<string, any>;
|
|
2345
|
+
liveValue: Record<string, any>;
|
|
2346
|
+
realMode: string;
|
|
2347
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2348
|
+
export default _default;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
// @shell/mixins/resource-fetch
|
|
2352
|
+
|
|
2353
|
+
declare module '@shell/mixins/resource-fetch' {
|
|
2354
|
+
declare namespace _default {
|
|
2355
|
+
let mixins: any[];
|
|
2356
|
+
let inheritAttrs: boolean;
|
|
2357
|
+
function data(): {
|
|
2358
|
+
inStore: any;
|
|
2359
|
+
perfConfig: {};
|
|
2360
|
+
init: boolean;
|
|
2361
|
+
multipleResources: any[];
|
|
2362
|
+
loadResources: any[];
|
|
2363
|
+
hasManualRefresh: boolean;
|
|
2364
|
+
watch: boolean;
|
|
2365
|
+
isTooManyItemsToAutoUpdate: boolean;
|
|
2366
|
+
force: boolean;
|
|
2367
|
+
incremental: boolean;
|
|
2368
|
+
fetchedResourceType: any[];
|
|
2369
|
+
paginating: any;
|
|
2370
|
+
isFirstLoad: boolean;
|
|
2371
|
+
};
|
|
2372
|
+
function beforeUnmount(): void;
|
|
2373
|
+
namespace props {
|
|
2374
|
+
namespace localFilter {
|
|
2375
|
+
export let type: FunctionConstructor;
|
|
2376
|
+
let _default: any;
|
|
2377
|
+
export { _default as default };
|
|
2378
|
+
}
|
|
2379
|
+
namespace apiFilter {
|
|
2380
|
+
let type_1: FunctionConstructor;
|
|
2381
|
+
export { type_1 as type };
|
|
2382
|
+
let _default_1: any;
|
|
2383
|
+
export { _default_1 as default };
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2386
|
+
namespace computed {
|
|
2387
|
+
function rows(): any;
|
|
2388
|
+
function loading(): any;
|
|
2389
|
+
let refreshFlag: import("vuex").Computed;
|
|
2390
|
+
}
|
|
2391
|
+
namespace watch {
|
|
2392
|
+
function refreshFlag(neu: any): Promise<void>;
|
|
2393
|
+
function loading(newValue: any, oldValue: any): void;
|
|
2394
|
+
}
|
|
2395
|
+
namespace methods {
|
|
2396
|
+
function $initializeFetchData(type: any, multipleResources: any[], storeType: any): void;
|
|
2397
|
+
function $fetchType(type: any, multipleResources: any[], storeType: any): any;
|
|
2398
|
+
function __getCountForResources(resourceNames: any, namespace: any, storeType: any): any;
|
|
2399
|
+
function __getCountForResource(resourceName: any, namespace: any, storeType: any): any;
|
|
2400
|
+
function __gatherResourceFetchData(resourceName: any, multipleResources: any, currStore: any): void;
|
|
2401
|
+
}
|
|
2402
|
+
}
|
|
2403
|
+
export default _default;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
// @shell/models/catalog.cattle.io.clusterrepo
|
|
2407
|
+
|
|
2408
|
+
declare module '@shell/models/catalog.cattle.io.clusterrepo' {
|
|
2409
|
+
export default class ClusterRepo {
|
|
2410
|
+
applyDefaults(): void;
|
|
2411
|
+
spec: {
|
|
2412
|
+
url: string;
|
|
2413
|
+
};
|
|
2414
|
+
get _isClusterRepoDisabled(): boolean;
|
|
2415
|
+
get _availableActions(): any;
|
|
2416
|
+
refresh(): Promise<void>;
|
|
2417
|
+
disableClusterRepo(): Promise<void>;
|
|
2418
|
+
enableClusterRepo(): Promise<void>;
|
|
2419
|
+
get isGit(): boolean;
|
|
2420
|
+
get isOciType(): any;
|
|
2421
|
+
get isRancherSource(): boolean;
|
|
2422
|
+
get isRancher(): boolean;
|
|
2423
|
+
get isPartner(): boolean;
|
|
2424
|
+
get color(): string;
|
|
2425
|
+
get canLoad(): boolean;
|
|
2426
|
+
get typeDisplay(): "oci" | "git" | "http" | "?";
|
|
2427
|
+
get nameDisplay(): any;
|
|
2428
|
+
get urlDisplay(): any;
|
|
2429
|
+
get branchDisplay(): any;
|
|
2430
|
+
get details(): ({
|
|
2431
|
+
label: string;
|
|
2432
|
+
content: string;
|
|
2433
|
+
formatter?: undefined;
|
|
2434
|
+
formatterOpts?: undefined;
|
|
2435
|
+
} | {
|
|
2436
|
+
label: string;
|
|
2437
|
+
content: any;
|
|
2438
|
+
formatter: string;
|
|
2439
|
+
formatterOpts: {
|
|
2440
|
+
addSuffix: boolean;
|
|
2441
|
+
};
|
|
2442
|
+
})[];
|
|
2443
|
+
get stateObj(): any;
|
|
2444
|
+
get stateDisplay(): any;
|
|
2445
|
+
get stateBackground(): any;
|
|
2446
|
+
waitForOperation(operationId: any, timeout: any, interval?: number): any;
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
// @shell/models/namespace
|
|
2451
|
+
|
|
2452
|
+
declare module '@shell/models/namespace' {
|
|
2453
|
+
export default class Namespace {
|
|
2454
|
+
applyDefaults(): void;
|
|
2455
|
+
get _availableActions(): any;
|
|
2456
|
+
move(resources?: this): void;
|
|
2457
|
+
get isSystem(): any;
|
|
2458
|
+
get isFleetManaged(): boolean;
|
|
2459
|
+
get isObscure(): any;
|
|
2460
|
+
get projectId(): any;
|
|
2461
|
+
get project(): any;
|
|
2462
|
+
get groupById(): any;
|
|
2463
|
+
get projectNameSort(): any;
|
|
2464
|
+
get istioInstalled(): boolean;
|
|
2465
|
+
get injectionEnabled(): boolean;
|
|
2466
|
+
enableAutoInjection(namespaces?: this, enable?: boolean): void;
|
|
2467
|
+
disableAutoInjection(namespaces?: this): void;
|
|
2468
|
+
get confirmRemove(): boolean;
|
|
2469
|
+
get listLocation(): {
|
|
2470
|
+
name: string;
|
|
2471
|
+
};
|
|
2472
|
+
get _detailLocation(): any;
|
|
2473
|
+
get parentLocationOverride(): {
|
|
2474
|
+
name: string;
|
|
2475
|
+
};
|
|
2476
|
+
get doneOverride(): {
|
|
2477
|
+
name: string;
|
|
2478
|
+
};
|
|
2479
|
+
set resourceQuota(value: any);
|
|
2480
|
+
get resourceQuota(): any;
|
|
2481
|
+
get detailTopTooltips(): any;
|
|
2482
|
+
get detailTopIcons(): any;
|
|
2483
|
+
/**
|
|
2484
|
+
* Check if resource contains PSA labels
|
|
2485
|
+
*/
|
|
2486
|
+
get hasSystemLabels(): any;
|
|
2487
|
+
get filteredSystemLabels(): {};
|
|
2488
|
+
/**
|
|
2489
|
+
* Generate list of present keys which can be filtered based on existing label keys and system keys
|
|
2490
|
+
*/
|
|
2491
|
+
get systemLabels(): any;
|
|
2492
|
+
get psaTooltipsDescription(): any;
|
|
2493
|
+
cleanForNew(): void;
|
|
2494
|
+
metadata: any;
|
|
2495
|
+
get hideDetailLocation(): boolean;
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
// @shell/models/networking.k8s.io.ingress
|
|
2500
|
+
|
|
2501
|
+
declare module '@shell/models/networking.k8s.io.ingress' {
|
|
2502
|
+
export function ingressFullPath(resource: any, rule: any, path?: {}): string;
|
|
2503
|
+
export default class Ingress {
|
|
2504
|
+
get tlsHosts(): any;
|
|
2505
|
+
get isTlsHost(): (host: any) => any;
|
|
2506
|
+
targetTo(workloads: any, serviceName: any): any;
|
|
2507
|
+
createRulesForListPage(workloads: any, certificates: any): any;
|
|
2508
|
+
createPathForListPage(workloads: any, rule: any, path: any, certificates: any): {
|
|
2509
|
+
isUrl: boolean;
|
|
2510
|
+
pathType: any;
|
|
2511
|
+
fullPath: string;
|
|
2512
|
+
serviceName: any;
|
|
2513
|
+
serviceTargetTo: any;
|
|
2514
|
+
certs: any;
|
|
2515
|
+
targetLink: {
|
|
2516
|
+
to: any;
|
|
2517
|
+
text: any;
|
|
2518
|
+
options: {
|
|
2519
|
+
internal: boolean;
|
|
2520
|
+
};
|
|
2521
|
+
};
|
|
2522
|
+
port: any;
|
|
2523
|
+
};
|
|
2524
|
+
fullPath(rule: any, path: any): string;
|
|
2525
|
+
certLink(cert: any, certificates?: any[]): {
|
|
2526
|
+
to: {
|
|
2527
|
+
name: string;
|
|
2528
|
+
params: {
|
|
2529
|
+
resource: any;
|
|
2530
|
+
id: any;
|
|
2531
|
+
};
|
|
2532
|
+
};
|
|
2533
|
+
text: any;
|
|
2534
|
+
options: {
|
|
2535
|
+
internal: boolean;
|
|
2536
|
+
};
|
|
2537
|
+
};
|
|
2538
|
+
certLinks(rule: any, certificates: any): any;
|
|
2539
|
+
targetLink(workloads: any, serviceName: any): {
|
|
2540
|
+
to: any;
|
|
2541
|
+
text: any;
|
|
2542
|
+
options: {
|
|
2543
|
+
internal: boolean;
|
|
2544
|
+
};
|
|
2545
|
+
};
|
|
2546
|
+
createDefaultService(workloads: any): {
|
|
2547
|
+
name: any;
|
|
2548
|
+
targetTo: any;
|
|
2549
|
+
};
|
|
2550
|
+
get cache(): {};
|
|
2551
|
+
cacheObject: {};
|
|
2552
|
+
get showPathType(): any;
|
|
2553
|
+
get useNestedBackendField(): any;
|
|
2554
|
+
get serviceNamePath(): "service.name" | "serviceName";
|
|
2555
|
+
get servicePortPath(): "service.port.number" | "servicePort";
|
|
2556
|
+
get defaultBackendPath(): "defaultBackend" | "backend";
|
|
2557
|
+
get hasDefaultBackend(): boolean;
|
|
2558
|
+
get details(): any;
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
// @shell/plugins/dashboard-store/actions
|
|
2563
|
+
|
|
2564
|
+
declare module '@shell/plugins/dashboard-store/actions' {
|
|
2565
|
+
export function handleSpoofedRequest(rootGetters: any, schemaStore: any, opt: any, product: any): Promise<any>;
|
|
2566
|
+
export function loadSchemas(ctx: any, watch?: boolean): Promise<any>;
|
|
2567
|
+
export const _ALL: "all";
|
|
2568
|
+
export const _MERGE: "merge";
|
|
2569
|
+
export const _MULTI: "multi";
|
|
2570
|
+
export const _NONE: "none";
|
|
2571
|
+
declare namespace _default {
|
|
2572
|
+
export function request(): never;
|
|
2573
|
+
export { loadSchemas };
|
|
2574
|
+
export function loadDataPage(ctx: any, { type, opt }: {
|
|
2575
|
+
type: any;
|
|
2576
|
+
opt: any;
|
|
2577
|
+
}): Promise<never>;
|
|
2578
|
+
/**
|
|
2579
|
+
*
|
|
2580
|
+
* @param {*} ctx
|
|
2581
|
+
* @param { {type: string, opt: ActionFindAllArgs} } opt
|
|
2582
|
+
*/
|
|
2583
|
+
export function findAll(ctx: any, { type, opt }: {
|
|
2584
|
+
type: string;
|
|
2585
|
+
opt: ActionFindAllArgs;
|
|
2586
|
+
}): Promise<any>;
|
|
2587
|
+
/**
|
|
2588
|
+
*
|
|
2589
|
+
* @param {*} ctx
|
|
2590
|
+
* @param { {type: string, opt: ActionFindPageArgs} } opt
|
|
2591
|
+
*/
|
|
2592
|
+
export function findPage(ctx: any, { type, opt }: {
|
|
2593
|
+
type: string;
|
|
2594
|
+
opt: ActionFindPageArgs;
|
|
2595
|
+
}): Promise<any>;
|
|
2596
|
+
export function findMatching(ctx: any, { type, selector, opt, namespace }: {
|
|
2597
|
+
type: any;
|
|
2598
|
+
selector: any;
|
|
2599
|
+
opt: any;
|
|
2600
|
+
namespace: any;
|
|
2601
|
+
}): Promise<any>;
|
|
2602
|
+
export function find(ctx: any, { type, id, opt }: {
|
|
2603
|
+
type: any;
|
|
2604
|
+
id: any;
|
|
2605
|
+
opt: any;
|
|
2606
|
+
}): Promise<any>;
|
|
2607
|
+
export function load(ctx: any, { data, existing }: {
|
|
2608
|
+
data: any;
|
|
2609
|
+
existing: any;
|
|
2610
|
+
}): any;
|
|
2611
|
+
export function loadMulti(ctx: any, data: any): void;
|
|
2612
|
+
export function batchChanges(ctx: any, batch: any): void;
|
|
2613
|
+
export function loadAll(ctx: any, { type, data }: {
|
|
2614
|
+
type: any;
|
|
2615
|
+
data: any;
|
|
2616
|
+
}): void;
|
|
2617
|
+
export function create(ctx: any, data: any): any;
|
|
2618
|
+
export function createMany(ctx: any, data: any): any;
|
|
2619
|
+
export function createPopulated(ctx: any, userData: any): Promise<any>;
|
|
2620
|
+
export function clone(ctx: any, { resource }?: {}): any;
|
|
2621
|
+
export function forgetType({ commit, dispatch, state }: {
|
|
2622
|
+
commit: any;
|
|
2623
|
+
dispatch: any;
|
|
2624
|
+
state: any;
|
|
2625
|
+
}, type: any): void;
|
|
2626
|
+
export function promptRemove({ commit, state }: {
|
|
2627
|
+
commit: any;
|
|
2628
|
+
state: any;
|
|
2629
|
+
}, resources: any): void;
|
|
2630
|
+
export function promptModal({ commit, state }: {
|
|
2631
|
+
commit: any;
|
|
2632
|
+
state: any;
|
|
2633
|
+
}, data: any): void;
|
|
2634
|
+
export function resourceAction({ getters, dispatch }: {
|
|
2635
|
+
getters: any;
|
|
2636
|
+
dispatch: any;
|
|
2637
|
+
}, { resource, actionName, body, opt, }: {
|
|
2638
|
+
resource: any;
|
|
2639
|
+
actionName: any;
|
|
2640
|
+
body: any;
|
|
2641
|
+
opt: any;
|
|
2642
|
+
}): never;
|
|
2643
|
+
export function collectionAction({ getters, dispatch }: {
|
|
2644
|
+
getters: any;
|
|
2645
|
+
dispatch: any;
|
|
2646
|
+
}, { type, actionName, body, opt }: {
|
|
2647
|
+
type: any;
|
|
2648
|
+
actionName: any;
|
|
2649
|
+
body: any;
|
|
2650
|
+
opt: any;
|
|
2651
|
+
}): never;
|
|
2652
|
+
export function cleanForNew(ctx: any, resource: any): never;
|
|
2653
|
+
export function createNamespace(ctx: any, resource: any): never;
|
|
2654
|
+
export function cleanForDiff(ctx: any, resource: any): never;
|
|
2655
|
+
export function cleanForDetail(ctx: any, resource: any): any;
|
|
2656
|
+
export function cleanForDownload(ctx: any, resource: any): any;
|
|
2657
|
+
export function waitForSchema({ getters, dispatch }: {
|
|
2658
|
+
getters: any;
|
|
2659
|
+
dispatch: any;
|
|
2660
|
+
}, { type }: {
|
|
2661
|
+
type: any;
|
|
2662
|
+
}): Promise<void>;
|
|
2663
|
+
export function waitForHaveAll({ getters }: {
|
|
2664
|
+
getters: any;
|
|
2665
|
+
}, { type, throwError, attempts }: {
|
|
2666
|
+
type: any;
|
|
2667
|
+
throwError?: boolean;
|
|
2668
|
+
attempts?: number;
|
|
2669
|
+
}): Promise<void>;
|
|
2670
|
+
export function incrementLoadCounter({ commit }: {
|
|
2671
|
+
commit: any;
|
|
2672
|
+
}, resource: any): void;
|
|
2673
|
+
export function garbageCollect(ctx: any, ignoreTypes: any): any;
|
|
2674
|
+
export function gcResetStore({ state }: {
|
|
2675
|
+
state: any;
|
|
2676
|
+
}): void;
|
|
2677
|
+
}
|
|
2678
|
+
export default _default;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
// @shell/plugins/dashboard-store/classify
|
|
2682
|
+
|
|
2683
|
+
declare module '@shell/plugins/dashboard-store/classify' {
|
|
2684
|
+
export function classify(ctx: any, obj: any, isClone?: boolean): any;
|
|
2685
|
+
export const BY_TYPE: "byType";
|
|
2686
|
+
export const SELF: "__[[SELF]]__";
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
// @shell/plugins/dashboard-store/normalize
|
|
2690
|
+
|
|
2691
|
+
declare module '@shell/plugins/dashboard-store/normalize' {
|
|
2692
|
+
export function keyFieldFor(type: any): string;
|
|
2693
|
+
export function normalizeType(type: any): any;
|
|
2694
|
+
export function handleConflict(initialValueJSON: any, value: any, liveValue: any, rootGetters: any, store: any, storeNamespace: any): Promise<false | any[]>;
|
|
2695
|
+
export const KEY_FIELD_FOR: {
|
|
2696
|
+
[x: number]: string;
|
|
2697
|
+
default: string;
|
|
2698
|
+
};
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
// @shell/plugins/dashboard-store/resource-class
|
|
2702
|
+
|
|
2703
|
+
declare module '@shell/plugins/dashboard-store/resource-class' {
|
|
2704
|
+
export function mapStateToEnum(statusString: any): string;
|
|
2705
|
+
export function getStatesByType(type?: string): {
|
|
2706
|
+
info: any[];
|
|
2707
|
+
error: any[];
|
|
2708
|
+
success: any[];
|
|
2709
|
+
warning: any[];
|
|
2710
|
+
unknown: any[];
|
|
2711
|
+
};
|
|
2712
|
+
export function getStateLabel(state: any): string;
|
|
2713
|
+
export function colorForState(state: any, isError: any, isTransitioning: any): string;
|
|
2714
|
+
export function stateDisplay(state: any): any;
|
|
2715
|
+
export function primaryDisplayStatusFromCount(status: any): string;
|
|
2716
|
+
export function stateSort(color: any, display: any): string;
|
|
2717
|
+
export function isConditionReadyAndWaiting(condition: any): boolean;
|
|
2718
|
+
export const DNS_LIKE_TYPES: string[];
|
|
2719
|
+
export namespace STATES_ENUM {
|
|
2720
|
+
let IN_USE: string;
|
|
2721
|
+
let IN_PROGRESS: string;
|
|
2722
|
+
let PENDING_ROLLBACK: string;
|
|
2723
|
+
let PENDING_UPGRADE: string;
|
|
2724
|
+
let ABORTED: string;
|
|
2725
|
+
let ACTIVATING: string;
|
|
2726
|
+
let ACTIVE: string;
|
|
2727
|
+
let AVAILABLE: string;
|
|
2728
|
+
let BACKED_UP: string;
|
|
2729
|
+
let BOUND: string;
|
|
2730
|
+
let BUILDING: string;
|
|
2731
|
+
let COMPLETED: string;
|
|
2732
|
+
let CORDONED: string;
|
|
2733
|
+
let COUNT: string;
|
|
2734
|
+
let CREATED: string;
|
|
2735
|
+
let CREATING: string;
|
|
2736
|
+
let DEACTIVATING: string;
|
|
2737
|
+
let DEGRADED: string;
|
|
2738
|
+
let DENIED: string;
|
|
2739
|
+
let DEPLOYED: string;
|
|
2740
|
+
let DEPLOYING: string;
|
|
2741
|
+
let DISABLED: string;
|
|
2742
|
+
let DISCONNECTED: string;
|
|
2743
|
+
let DRAINED: string;
|
|
2744
|
+
let DRAINING: string;
|
|
2745
|
+
let ENABLED: string;
|
|
2746
|
+
let ERR_APPLIED: string;
|
|
2747
|
+
let ERROR: string;
|
|
2748
|
+
let ERRORING: string;
|
|
2749
|
+
let ERRORS: string;
|
|
2750
|
+
let EXPIRED: string;
|
|
2751
|
+
let EXPIRING: string;
|
|
2752
|
+
let FAIL: string;
|
|
2753
|
+
let FAILED: string;
|
|
2754
|
+
let HEALTHY: string;
|
|
2755
|
+
let INACTIVE: string;
|
|
2756
|
+
let INFO: string;
|
|
2757
|
+
let INITIALIZING: string;
|
|
2758
|
+
let INPROGRESS: string;
|
|
2759
|
+
let LOCKED: string;
|
|
2760
|
+
let MIGRATING: string;
|
|
2761
|
+
let MISSING: string;
|
|
2762
|
+
let MODIFIED: string;
|
|
2763
|
+
let NOT_APPLICABLE: string;
|
|
2764
|
+
let NOT_APLLIED: string;
|
|
2765
|
+
let NOT_READY: string;
|
|
2766
|
+
let OFF: string;
|
|
2767
|
+
let ORPHANED: string;
|
|
2768
|
+
let OTHER: string;
|
|
2769
|
+
let OUT_OF_SYNC: string;
|
|
2770
|
+
let ON_GOING: string;
|
|
2771
|
+
let PASS: string;
|
|
2772
|
+
let PASSED: string;
|
|
2773
|
+
let PAUSED: string;
|
|
2774
|
+
let PENDING: string;
|
|
2775
|
+
let PROVISIONING: string;
|
|
2776
|
+
let PROVISIONED: string;
|
|
2777
|
+
let PURGED: string;
|
|
2778
|
+
let PURGING: string;
|
|
2779
|
+
let READY: string;
|
|
2780
|
+
let RECONNECTING: string;
|
|
2781
|
+
let REGISTERING: string;
|
|
2782
|
+
let REINITIALIZING: string;
|
|
2783
|
+
let RELEASED: string;
|
|
2784
|
+
let REMOVED: string;
|
|
2785
|
+
let REMOVING: string;
|
|
2786
|
+
let REQUESTED: string;
|
|
2787
|
+
let RESTARTING: string;
|
|
2788
|
+
let RESTORING: string;
|
|
2789
|
+
let RESIZING: string;
|
|
2790
|
+
let RUNNING: string;
|
|
2791
|
+
let SKIP: string;
|
|
2792
|
+
let SKIPPED: string;
|
|
2793
|
+
let STARTING: string;
|
|
2794
|
+
let STOPPED: string;
|
|
2795
|
+
let STOPPING: string;
|
|
2796
|
+
let SUCCEEDED: string;
|
|
2797
|
+
let SUCCESS: string;
|
|
2798
|
+
let SUCCESSFUL: string;
|
|
2799
|
+
let SUPERSEDED: string;
|
|
2800
|
+
let SUSPENDED: string;
|
|
2801
|
+
let UNAVAILABLE: string;
|
|
2802
|
+
let UNHEALTHY: string;
|
|
2803
|
+
let UNINSTALLED: string;
|
|
2804
|
+
let UNINSTALLING: string;
|
|
2805
|
+
let UNKNOWN: string;
|
|
2806
|
+
let UNTRIGGERED: string;
|
|
2807
|
+
let UPDATING: string;
|
|
2808
|
+
let WAIT_APPLIED: string;
|
|
2809
|
+
let WAIT_CHECKIN: string;
|
|
2810
|
+
let WAITING: string;
|
|
2811
|
+
let WARNING: string;
|
|
2812
|
+
}
|
|
2813
|
+
export const STATES: {
|
|
2814
|
+
[x: string]: {
|
|
2815
|
+
color: string;
|
|
2816
|
+
icon: string;
|
|
2817
|
+
label: string;
|
|
2818
|
+
compoundIcon: string;
|
|
2819
|
+
} | {
|
|
2820
|
+
color: string;
|
|
2821
|
+
icon: string;
|
|
2822
|
+
label: string;
|
|
2823
|
+
compoundIcon?: undefined;
|
|
2824
|
+
};
|
|
2825
|
+
};
|
|
2826
|
+
export default class Resource {
|
|
2827
|
+
constructor(data: any, ctx?: {}, rehydrateNamespace?: any, setClone?: boolean);
|
|
2828
|
+
get $getters(): any;
|
|
2829
|
+
get $rootGetters(): any;
|
|
2830
|
+
get $dispatch(): any;
|
|
2831
|
+
get $state(): any;
|
|
2832
|
+
get $rootState(): any;
|
|
2833
|
+
get $plugin(): any;
|
|
2834
|
+
get customValidationRules(): any[];
|
|
2835
|
+
get _key(): any;
|
|
2836
|
+
get schema(): any;
|
|
2837
|
+
toString(): string;
|
|
2838
|
+
get typeDisplay(): any;
|
|
2839
|
+
get nameDisplay(): any;
|
|
2840
|
+
get nameSort(): any;
|
|
2841
|
+
get namespacedName(): any;
|
|
2842
|
+
get namespacedNameSort(): any;
|
|
2843
|
+
get groupByLabel(): any;
|
|
2844
|
+
setLabels(): void;
|
|
2845
|
+
setLabel(): void;
|
|
2846
|
+
setAnnotations(val: any): void;
|
|
2847
|
+
setAnnotation(key: any, val: any): void;
|
|
2848
|
+
get stateDisplay(): any;
|
|
2849
|
+
get stateColor(): any;
|
|
2850
|
+
get stateBackground(): any;
|
|
2851
|
+
get stateIcon(): string;
|
|
2852
|
+
get stateSort(): string;
|
|
2853
|
+
get stateDescription(): any;
|
|
2854
|
+
get stateObj(): any;
|
|
2855
|
+
waitForTestFn(fn: any, msg: any, timeoutMs: any, intervalMs: any): any;
|
|
2856
|
+
waitForState(state: any, timeout: any, interval: any): any;
|
|
2857
|
+
waitForTransition(): any;
|
|
2858
|
+
waitForAction(name: any): any;
|
|
2859
|
+
waitForLink(name: any): any;
|
|
2860
|
+
hasCondition(condition: any): boolean;
|
|
2861
|
+
isCondition(condition: any, withStatus?: string): boolean;
|
|
2862
|
+
waitForCondition(name: any, withStatus?: string, timeoutMs?: number, intervalMs?: number): any;
|
|
2863
|
+
get availableActions(): ({
|
|
2864
|
+
divider: boolean;
|
|
2865
|
+
action?: undefined;
|
|
2866
|
+
label?: undefined;
|
|
2867
|
+
enabled?: undefined;
|
|
2868
|
+
altAction?: undefined;
|
|
2869
|
+
bulkable?: undefined;
|
|
2870
|
+
bulkAction?: undefined;
|
|
2871
|
+
weight?: undefined;
|
|
2872
|
+
} | {
|
|
2873
|
+
action: string;
|
|
2874
|
+
label: any;
|
|
2875
|
+
enabled: any;
|
|
2876
|
+
divider?: undefined;
|
|
2877
|
+
altAction?: undefined;
|
|
2878
|
+
bulkable?: undefined;
|
|
2879
|
+
bulkAction?: undefined;
|
|
2880
|
+
weight?: undefined;
|
|
2881
|
+
} | {
|
|
2882
|
+
action: string;
|
|
2883
|
+
altAction: string;
|
|
2884
|
+
label: any;
|
|
2885
|
+
bulkable: boolean;
|
|
2886
|
+
enabled: any;
|
|
2887
|
+
bulkAction: string;
|
|
2888
|
+
weight: number;
|
|
2889
|
+
divider?: undefined;
|
|
2890
|
+
})[];
|
|
2891
|
+
get _availableActions(): ({
|
|
2892
|
+
divider: boolean;
|
|
2893
|
+
action?: undefined;
|
|
2894
|
+
label?: undefined;
|
|
2895
|
+
enabled?: undefined;
|
|
2896
|
+
altAction?: undefined;
|
|
2897
|
+
bulkable?: undefined;
|
|
2898
|
+
bulkAction?: undefined;
|
|
2899
|
+
weight?: undefined;
|
|
2900
|
+
} | {
|
|
2901
|
+
action: string;
|
|
2902
|
+
label: any;
|
|
2903
|
+
enabled: any;
|
|
2904
|
+
divider?: undefined;
|
|
2905
|
+
altAction?: undefined;
|
|
2906
|
+
bulkable?: undefined;
|
|
2907
|
+
bulkAction?: undefined;
|
|
2908
|
+
weight?: undefined;
|
|
2909
|
+
} | {
|
|
2910
|
+
action: string;
|
|
2911
|
+
altAction: string;
|
|
2912
|
+
label: any;
|
|
2913
|
+
bulkable: boolean;
|
|
2914
|
+
enabled: any;
|
|
2915
|
+
bulkAction: string;
|
|
2916
|
+
weight: number;
|
|
2917
|
+
divider?: undefined;
|
|
2918
|
+
})[];
|
|
2919
|
+
get canDelete(): any;
|
|
2920
|
+
get _canDelete(): any;
|
|
2921
|
+
get canClone(): boolean;
|
|
2922
|
+
get canUpdate(): any;
|
|
2923
|
+
get canCustomEdit(): any;
|
|
2924
|
+
get canCreate(): any;
|
|
2925
|
+
get canViewInApi(): any;
|
|
2926
|
+
get canYaml(): boolean;
|
|
2927
|
+
get canEditYaml(): any;
|
|
2928
|
+
hasLink(linkName: any): boolean;
|
|
2929
|
+
linkFor(linkName: any): any;
|
|
2930
|
+
followLink(linkName: any, opt?: {}): any;
|
|
2931
|
+
hasAction(actionName: any): boolean;
|
|
2932
|
+
actionLinkFor(actionName: any): any;
|
|
2933
|
+
doAction(actionName: any, body: any, opt?: {}): any;
|
|
2934
|
+
doActionGrowl(actionName: any, body: any, opt?: {}): Promise<any>;
|
|
2935
|
+
patch(data: any, opt?: {}, merge?: boolean, alertOnError?: boolean): any;
|
|
2936
|
+
save(...args: any[]): Promise<this>;
|
|
2937
|
+
/**
|
|
2938
|
+
* Remove any unwanted properties from the object that will be saved
|
|
2939
|
+
*/
|
|
2940
|
+
cleanForSave(data: any, forNew: any): any;
|
|
2941
|
+
/**
|
|
2942
|
+
* Allow to handle the response of the save request
|
|
2943
|
+
* @param {*} res Full request response
|
|
2944
|
+
*/
|
|
2945
|
+
processSaveResponse(res: any): void;
|
|
2946
|
+
_save(opt?: {}): Promise<this>;
|
|
2947
|
+
remove(...args: any[]): Promise<void>;
|
|
2948
|
+
_remove(opt?: {}): Promise<void>;
|
|
2949
|
+
currentRoute(): any;
|
|
2950
|
+
currentRouter(): any;
|
|
2951
|
+
get listLocation(): {
|
|
2952
|
+
name: string;
|
|
2953
|
+
params: {
|
|
2954
|
+
product: any;
|
|
2955
|
+
cluster: any;
|
|
2956
|
+
resource: any;
|
|
2957
|
+
};
|
|
2958
|
+
};
|
|
2959
|
+
get _detailLocation(): {
|
|
2960
|
+
name: string;
|
|
2961
|
+
params: {
|
|
2962
|
+
product: any;
|
|
2963
|
+
cluster: any;
|
|
2964
|
+
resource: any;
|
|
2965
|
+
namespace: any;
|
|
2966
|
+
id: any;
|
|
2967
|
+
};
|
|
2968
|
+
};
|
|
2969
|
+
get detailLocation(): {
|
|
2970
|
+
name: string;
|
|
2971
|
+
params: {
|
|
2972
|
+
product: any;
|
|
2973
|
+
cluster: any;
|
|
2974
|
+
resource: any;
|
|
2975
|
+
namespace: any;
|
|
2976
|
+
id: any;
|
|
2977
|
+
};
|
|
2978
|
+
};
|
|
2979
|
+
goToDetail(): void;
|
|
2980
|
+
/**
|
|
2981
|
+
* Resource action redirects to the detail page with a query parameter 'clone'
|
|
2982
|
+
* When the query parameter is present, the view will fetch the resource to clone define in the parameter
|
|
2983
|
+
* E.g.: /my-id?mode=clone
|
|
2984
|
+
* @param {*} moreQuery
|
|
2985
|
+
*/
|
|
2986
|
+
goToClone(moreQuery?: any): void;
|
|
2987
|
+
goToEdit(moreQuery?: {}): void;
|
|
2988
|
+
goToViewConfig(moreQuery?: {}): void;
|
|
2989
|
+
goToEditYaml(): void;
|
|
2990
|
+
goToViewYaml(): void;
|
|
2991
|
+
cloneYaml(moreQuery?: {}): void;
|
|
2992
|
+
download(): Promise<void>;
|
|
2993
|
+
downloadBulk(items: any): Promise<void>;
|
|
2994
|
+
viewInApi(): void;
|
|
2995
|
+
promptRemove(resources: any): void;
|
|
2996
|
+
get confirmRemove(): boolean;
|
|
2997
|
+
applyDefaults(): void;
|
|
2998
|
+
get urlFromAttrs(): any;
|
|
2999
|
+
cleanYaml(yaml: any, mode?: string): any;
|
|
3000
|
+
cleanForNew(): void;
|
|
3001
|
+
cleanForDiff(): void;
|
|
3002
|
+
cleanForDownload(yaml: any): Promise<any>;
|
|
3003
|
+
yamlForSave(yaml: any): any;
|
|
3004
|
+
saveYaml(yaml: any): Promise<void>;
|
|
3005
|
+
_saveYaml(yaml: any): Promise<void>;
|
|
3006
|
+
get modelValidationRules(): {
|
|
3007
|
+
path: any;
|
|
3008
|
+
rules: any[];
|
|
3009
|
+
}[];
|
|
3010
|
+
customValidationErrors(data: any, ignorePaths?: any[]): any[];
|
|
3011
|
+
/**
|
|
3012
|
+
* Check this instance is valid against
|
|
3013
|
+
* - any custom dashboard validation
|
|
3014
|
+
*
|
|
3015
|
+
* Models can override this and call super.validationErrors
|
|
3016
|
+
*/
|
|
3017
|
+
validationErrors(data?: this, opts?: {}): any[];
|
|
3018
|
+
get ownersByType(): {};
|
|
3019
|
+
get owners(): any[];
|
|
3020
|
+
get details(): ({
|
|
3021
|
+
label: any;
|
|
3022
|
+
formatter: string;
|
|
3023
|
+
content: {
|
|
3024
|
+
key: any;
|
|
3025
|
+
row: any;
|
|
3026
|
+
col: {};
|
|
3027
|
+
value: any;
|
|
3028
|
+
}[];
|
|
3029
|
+
formatterOpts?: undefined;
|
|
3030
|
+
} | {
|
|
3031
|
+
label: any;
|
|
3032
|
+
formatter: string;
|
|
3033
|
+
formatterOpts: {
|
|
3034
|
+
addSuffix: boolean;
|
|
3035
|
+
};
|
|
3036
|
+
content: any;
|
|
3037
|
+
})[];
|
|
3038
|
+
get _details(): ({
|
|
3039
|
+
label: any;
|
|
3040
|
+
formatter: string;
|
|
3041
|
+
content: {
|
|
3042
|
+
key: any;
|
|
3043
|
+
row: any;
|
|
3044
|
+
col: {};
|
|
3045
|
+
value: any;
|
|
3046
|
+
}[];
|
|
3047
|
+
formatterOpts?: undefined;
|
|
3048
|
+
} | {
|
|
3049
|
+
label: any;
|
|
3050
|
+
formatter: string;
|
|
3051
|
+
formatterOpts: {
|
|
3052
|
+
addSuffix: boolean;
|
|
3053
|
+
};
|
|
3054
|
+
content: any;
|
|
3055
|
+
})[];
|
|
3056
|
+
get t(): any;
|
|
3057
|
+
findOwners(): any[];
|
|
3058
|
+
getOwners(): any[];
|
|
3059
|
+
findOwned(): Promise<any[]>;
|
|
3060
|
+
_relationshipsFor(rel: any, direction: any): {
|
|
3061
|
+
selectors: any[];
|
|
3062
|
+
ids: any[];
|
|
3063
|
+
};
|
|
3064
|
+
_getRelationship(rel: any, direction: any): any[];
|
|
3065
|
+
_findRelationship(rel: any, direction: any): Promise<any[]>;
|
|
3066
|
+
get shortId(): any;
|
|
3067
|
+
toJSON(): {};
|
|
3068
|
+
/**
|
|
3069
|
+
* Allow models to override the object that is sent when saving this resource
|
|
3070
|
+
*/
|
|
3071
|
+
toSave(): any;
|
|
3072
|
+
get creationTimestamp(): any;
|
|
3073
|
+
/**
|
|
3074
|
+
* Allows model to specify JSON Paths that should be folded in the YAML editor by default
|
|
3075
|
+
*/
|
|
3076
|
+
get yamlFolding(): any[];
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
|
|
3080
|
+
// @shell/plugins/steve/hybrid-class
|
|
3081
|
+
|
|
3082
|
+
declare module '@shell/plugins/steve/hybrid-class' {
|
|
3083
|
+
export function cleanHybridResources(data: any): any;
|
|
3084
|
+
export default class HybridModel {
|
|
3085
|
+
constructor(data: any, ctx: any, rehydrateNamespace?: any, setClone?: boolean);
|
|
3086
|
+
get labels(): any;
|
|
3087
|
+
setLabels(val: any): void;
|
|
3088
|
+
metadata: {};
|
|
3089
|
+
setLabel(key: any, val: any): void;
|
|
3090
|
+
get annotations(): any;
|
|
3091
|
+
setAnnotations(val: any): void;
|
|
3092
|
+
setAnnotation(key: any, val: any): void;
|
|
3093
|
+
get state(): any;
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3097
|
+
// @shell/plugins/steve/steve-class
|
|
3098
|
+
|
|
3099
|
+
declare module '@shell/plugins/steve/steve-class' {
|
|
3100
|
+
export default class SteveModel extends HybridModel {
|
|
3101
|
+
get name(): any;
|
|
3102
|
+
get namespace(): any;
|
|
3103
|
+
/**
|
|
3104
|
+
* Set description based on the type of model available with private fallback
|
|
3105
|
+
*/
|
|
3106
|
+
set description(value: any);
|
|
3107
|
+
get description(): any;
|
|
3108
|
+
_description: any;
|
|
3109
|
+
/**
|
|
3110
|
+
* Get all model extensions for this model
|
|
3111
|
+
*/
|
|
3112
|
+
get modelExtensions(): any;
|
|
3113
|
+
cleanForSave(data: any, forNew: any): any;
|
|
3114
|
+
}
|
|
3115
|
+
import HybridModel from './hybrid-class';
|
|
3116
|
+
}
|
|
3117
|
+
|
|
3118
|
+
// @shell/store/features
|
|
3119
|
+
|
|
3120
|
+
declare module '@shell/store/features' {
|
|
3121
|
+
export function create(name: any, defaultValue: any): any;
|
|
3122
|
+
export function mapFeature(name: any): {
|
|
3123
|
+
get(): any;
|
|
3124
|
+
set(value: any): never;
|
|
3125
|
+
};
|
|
3126
|
+
export const MULTI_CLUSTER: any;
|
|
3127
|
+
export const LEGACY: any;
|
|
3128
|
+
export const RKE2: any;
|
|
3129
|
+
export const RKE1_UI: any;
|
|
3130
|
+
export const UNSUPPORTED_STORAGE_DRIVERS: any;
|
|
3131
|
+
export const FLEET: any;
|
|
3132
|
+
export const HARVESTER: any;
|
|
3133
|
+
export const HARVESTER_CONTAINER: any;
|
|
3134
|
+
export const FLEET_WORKSPACE_BACK: any;
|
|
3135
|
+
export const STEVE_CACHE: any;
|
|
3136
|
+
export const UIEXTENSION: any;
|
|
3137
|
+
export const PROVISIONING_PRE_BOOTSTRAP: any;
|
|
3138
|
+
export const SCHEDULING_CUSTOMIZATION: any;
|
|
3139
|
+
export namespace getters {
|
|
3140
|
+
function get(state: any, getters: any, rootState: any, rootGetters: any): (name: any) => any;
|
|
3141
|
+
}
|
|
3142
|
+
export namespace actions {
|
|
3143
|
+
function loadServer({ rootGetters, dispatch }: {
|
|
3144
|
+
rootGetters: any;
|
|
3145
|
+
dispatch: any;
|
|
3146
|
+
}): Promise<any>;
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
// @shell/store/plugins
|
|
3151
|
+
|
|
3152
|
+
declare module '@shell/store/plugins' {
|
|
3153
|
+
export function simplify(key: any): any;
|
|
3154
|
+
export function configureCredential(name: any, opt: any): void;
|
|
3155
|
+
export function mapDriver(name: any, to: any): void;
|
|
3156
|
+
export const rke1Supports: string[];
|
|
3157
|
+
export const likelyFields: any[];
|
|
3158
|
+
export const iffyFields: any[];
|
|
3159
|
+
export const fullFields: any[];
|
|
3160
|
+
export const prefixFields: any[];
|
|
3161
|
+
export const suffixFields: any[];
|
|
3162
|
+
export function state(): {};
|
|
3163
|
+
export namespace getters {
|
|
3164
|
+
function credentialOptions(): (name: any) => any;
|
|
3165
|
+
function credentialDriverFor(): (name: any) => any;
|
|
3166
|
+
function credentialFieldForDriver(): (name: any) => any;
|
|
3167
|
+
function clusterDrivers(): any[];
|
|
3168
|
+
function schemaForDriver(state: any, getters: any, rootState: any, rootGetters: any): (name: any) => any;
|
|
3169
|
+
function fieldNamesForDriver(state: any, getters: any): (name: any) => Promise<string[]>;
|
|
3170
|
+
function fieldsForDriver(state: any, getters: any): (name: any) => Promise<{}>;
|
|
3171
|
+
function cloudProviderForDriver(): (name: any) => any;
|
|
3172
|
+
}
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
// @shell/store/prefs
|
|
3176
|
+
|
|
3177
|
+
declare module '@shell/store/prefs' {
|
|
3178
|
+
export function create(name: any, def: any, opt?: {}): any;
|
|
3179
|
+
export function mapPref(name: any): {
|
|
3180
|
+
get(): any;
|
|
3181
|
+
set(value: any): void;
|
|
3182
|
+
};
|
|
3183
|
+
export const CLUSTER: any;
|
|
3184
|
+
export const LAST_NAMESPACE: any;
|
|
3185
|
+
export const NAMESPACE_FILTERS: any;
|
|
3186
|
+
export const WORKSPACE: any;
|
|
3187
|
+
export const EXPANDED_GROUPS: any;
|
|
3188
|
+
export const FAVORITE_TYPES: any;
|
|
3189
|
+
export const PINNED_CLUSTERS: any;
|
|
3190
|
+
export const GROUP_RESOURCES: any;
|
|
3191
|
+
export const DIFF: any;
|
|
3192
|
+
export const THEME: any;
|
|
3193
|
+
export const PREFERS_SCHEME: any;
|
|
3194
|
+
export const LOCALE: any;
|
|
3195
|
+
export const KEYMAP: any;
|
|
3196
|
+
export const ROWS_PER_PAGE: any;
|
|
3197
|
+
export const LOGS_WRAP: any;
|
|
3198
|
+
export const LOGS_TIME: any;
|
|
3199
|
+
export const LOGS_RANGE: any;
|
|
3200
|
+
export const HIDE_REPOS: any;
|
|
3201
|
+
export const HIDE_DESC: any;
|
|
3202
|
+
export const HIDE_SENSITIVE: any;
|
|
3203
|
+
export const SHOW_PRE_RELEASE: any;
|
|
3204
|
+
export const SHOW_CHART_MODE: any;
|
|
3205
|
+
export const DATE_FORMAT: any;
|
|
3206
|
+
export const TIME_FORMAT: any;
|
|
3207
|
+
export const TIME_ZONE: any;
|
|
3208
|
+
export const DEV: any;
|
|
3209
|
+
export const VIEW_IN_API: any;
|
|
3210
|
+
export const ALL_NAMESPACES: any;
|
|
3211
|
+
export const THEME_SHORTCUT: any;
|
|
3212
|
+
export const LAST_VISITED: any;
|
|
3213
|
+
export const SEEN_WHATS_NEW: any;
|
|
3214
|
+
export const READ_WHATS_NEW: any;
|
|
3215
|
+
export const AFTER_LOGIN_ROUTE: any;
|
|
3216
|
+
export const HIDE_HOME_PAGE_CARDS: any;
|
|
3217
|
+
export const PLUGIN_DEVELOPER: any;
|
|
3218
|
+
export const _RKE1: "rke1";
|
|
3219
|
+
export const _RKE2: "rke2";
|
|
3220
|
+
export const PROVISIONER: any;
|
|
3221
|
+
export const MENU_MAX_CLUSTERS: 10;
|
|
3222
|
+
export const SCALE_POOL_PROMPT: any;
|
|
3223
|
+
export function state(): {
|
|
3224
|
+
cookiesLoaded: boolean;
|
|
3225
|
+
data: {};
|
|
3226
|
+
definitions: {};
|
|
3227
|
+
authRedirect: any;
|
|
3228
|
+
};
|
|
3229
|
+
export namespace getters {
|
|
3230
|
+
function get(state: any): (key: any) => any;
|
|
3231
|
+
function defaultValue(state: any): (key: any) => any;
|
|
3232
|
+
function options(state: any): (key: any) => any;
|
|
3233
|
+
function theme(state: any, getters: any, rootState: any, rootGetters: any): any;
|
|
3234
|
+
function afterLoginRoute(state: any, getters: any): any;
|
|
3235
|
+
function dev(state: any, getters: any): any;
|
|
3236
|
+
}
|
|
3237
|
+
export namespace mutations {
|
|
3238
|
+
function load(state: any, { key, value }: {
|
|
3239
|
+
key: any;
|
|
3240
|
+
value: any;
|
|
3241
|
+
}): void;
|
|
3242
|
+
function cookiesLoaded(state: any): void;
|
|
3243
|
+
function reset(state: any): void;
|
|
3244
|
+
function setDefinition(state: any, { name, definition }: {
|
|
3245
|
+
name: any;
|
|
3246
|
+
definition?: {};
|
|
3247
|
+
}): void;
|
|
3248
|
+
function setAuthRedirect(state: any, route: any): void;
|
|
3249
|
+
}
|
|
3250
|
+
export namespace actions {
|
|
3251
|
+
function set({ dispatch, commit, rootGetters, state }: {
|
|
3252
|
+
dispatch: any;
|
|
3253
|
+
commit: any;
|
|
3254
|
+
rootGetters: any;
|
|
3255
|
+
state: any;
|
|
3256
|
+
}, opt: any): Promise<{
|
|
3257
|
+
type: any;
|
|
3258
|
+
status: any;
|
|
3259
|
+
}>;
|
|
3260
|
+
function setTheme({ dispatch }: {
|
|
3261
|
+
dispatch: any;
|
|
3262
|
+
}, val: any): Promise<void>;
|
|
3263
|
+
function loadCookies({ state, commit }: {
|
|
3264
|
+
state: any;
|
|
3265
|
+
commit: any;
|
|
3266
|
+
}): void;
|
|
3267
|
+
function loadTheme({ dispatch }: {
|
|
3268
|
+
dispatch: any;
|
|
3269
|
+
}): void;
|
|
3270
|
+
function loadServer({ state, dispatch, commit, rootState, rootGetters }: {
|
|
3271
|
+
state: any;
|
|
3272
|
+
dispatch: any;
|
|
3273
|
+
commit: any;
|
|
3274
|
+
rootState: any;
|
|
3275
|
+
rootGetters: any;
|
|
3276
|
+
}, ignoreKey: any): Promise<{
|
|
3277
|
+
data: {};
|
|
3278
|
+
}>;
|
|
3279
|
+
function setLastVisited({ state, dispatch, getters }: {
|
|
3280
|
+
state: any;
|
|
3281
|
+
dispatch: any;
|
|
3282
|
+
getters: any;
|
|
3283
|
+
}, route: any): any;
|
|
3284
|
+
function toggleTheme({ getters, dispatch }: {
|
|
3285
|
+
getters: any;
|
|
3286
|
+
dispatch: any;
|
|
3287
|
+
}): any;
|
|
3288
|
+
function setBrandStyle({ rootState, rootGetters }: {
|
|
3289
|
+
rootState: any;
|
|
3290
|
+
rootGetters: any;
|
|
3291
|
+
}, dark?: boolean): void;
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
// @shell/utils/alertmanagerconfig
|
|
3296
|
+
|
|
3297
|
+
declare module '@shell/utils/alertmanagerconfig' {
|
|
3298
|
+
export function getSecretId(dispatch: any): Promise<string>;
|
|
3299
|
+
export function getSecret(dispatch: any): Promise<any>;
|
|
3300
|
+
export function loadConfig(dispatch: any): Promise<{
|
|
3301
|
+
config: any;
|
|
3302
|
+
secret: any;
|
|
3303
|
+
}>;
|
|
3304
|
+
export function updateConfig(dispatch: any, path: any, type: any, updateFn: any): Promise<void>;
|
|
3305
|
+
export function getAllReceivers(dispatch: any): Promise<any>;
|
|
3306
|
+
export function getAllRoutes(dispatch: any): Promise<any>;
|
|
3307
|
+
export function createDefaultRouteName(index: any): string;
|
|
3308
|
+
export function areRoutesSupportedFormat(secret: any): boolean;
|
|
3309
|
+
export function canCreate(rootGetters: any): any;
|
|
3310
|
+
export function fetchAlertManagerConfigSpecs($store: any): Promise<{
|
|
3311
|
+
receiverSchema: any;
|
|
3312
|
+
routeSchema: any;
|
|
3313
|
+
}>;
|
|
3314
|
+
export const FILENAME: "alertmanager.yaml";
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3317
|
+
// @shell/utils/auth
|
|
3318
|
+
|
|
3319
|
+
declare module '@shell/utils/auth' {
|
|
3320
|
+
export function openAuthPopup(url: any, provider: any): any;
|
|
3321
|
+
export function returnTo(opt: any, vm: any): string;
|
|
3322
|
+
/**
|
|
3323
|
+
* Parses auth provider's info to return if there's an auth provider enabled
|
|
3324
|
+
*/
|
|
3325
|
+
export function parseAuthProvidersInfo(rows: any): {
|
|
3326
|
+
nonLocal: any;
|
|
3327
|
+
enabledLocation: {
|
|
3328
|
+
name: string;
|
|
3329
|
+
params: {
|
|
3330
|
+
id: any;
|
|
3331
|
+
};
|
|
3332
|
+
query: {
|
|
3333
|
+
mode: any;
|
|
3334
|
+
};
|
|
3335
|
+
};
|
|
3336
|
+
enabled: any;
|
|
3337
|
+
};
|
|
3338
|
+
/**
|
|
3339
|
+
* Attempt to set the product in our datastore if the route matches a known product. Otherwise show an error page instead.
|
|
3340
|
+
*/
|
|
3341
|
+
export function setProduct(store: any, to: any): any;
|
|
3342
|
+
/**
|
|
3343
|
+
* Check that the resource is valid, if not redirect to fail whale
|
|
3344
|
+
*
|
|
3345
|
+
* This requires that
|
|
3346
|
+
* - product is set
|
|
3347
|
+
* - product's store is set and setup (so we can check schema's within it)
|
|
3348
|
+
* - product's store has the schemaFor getter (extension stores might not have it)
|
|
3349
|
+
* - there's a resource associated with route (meta or param)
|
|
3350
|
+
*/
|
|
3351
|
+
export function validateResource(store: any, to: any): boolean;
|
|
3352
|
+
/**
|
|
3353
|
+
* Attempt to load the current user's principal
|
|
3354
|
+
*/
|
|
3355
|
+
export function findMe(store: any): Promise<any>;
|
|
3356
|
+
/**
|
|
3357
|
+
* Attempt to login with default credentials. Note: I think that this may actually be outdated since we don't use these default credentials anymore on setup.
|
|
3358
|
+
*/
|
|
3359
|
+
export function tryInitialSetup(store: any, password?: string): Promise<boolean>;
|
|
3360
|
+
/**
|
|
3361
|
+
* Record in our state management that we're indeed logged in
|
|
3362
|
+
*/
|
|
3363
|
+
export function isLoggedIn(store: any, me: any): void;
|
|
3364
|
+
/**
|
|
3365
|
+
* Record in our state management that we're not logged in and then redirect to the login page
|
|
3366
|
+
*/
|
|
3367
|
+
export function notLoggedIn(store: any, redirect: any, route: any): any;
|
|
3368
|
+
/**
|
|
3369
|
+
* Record in our state management that we don't have any auth providers
|
|
3370
|
+
*/
|
|
3371
|
+
export function noAuth(store: any): void;
|
|
3372
|
+
export function authProvidersInfo(store: any): Promise<{}>;
|
|
3373
|
+
export function checkSchemasForFindAllHash(types: any, store: any): any;
|
|
3374
|
+
export function checkPermissions(types: any, getters: any): any;
|
|
3375
|
+
export function canViewResource(store: any, resource: any): boolean;
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3378
|
+
// @shell/utils/aws
|
|
3379
|
+
|
|
3380
|
+
declare module '@shell/utils/aws' {
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
// @shell/utils/axios
|
|
3384
|
+
|
|
3385
|
+
declare module '@shell/utils/axios' {
|
|
3386
|
+
declare function _default(ctx: any, inject: any): void;
|
|
3387
|
+
export default _default;
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
// @shell/utils/azure
|
|
3391
|
+
|
|
3392
|
+
declare module '@shell/utils/azure' {
|
|
3393
|
+
export function parseAzureError(err: any): any;
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3396
|
+
// @shell/utils/banners
|
|
3397
|
+
|
|
3398
|
+
declare module '@shell/utils/banners' {
|
|
3399
|
+
/**
|
|
3400
|
+
* Get the individual banner settings
|
|
3401
|
+
*/
|
|
3402
|
+
export function getIndividualBanners(store: any): {};
|
|
3403
|
+
/**
|
|
3404
|
+
* Overlay settings from the individual banner settings onto the single banner setting
|
|
3405
|
+
*/
|
|
3406
|
+
export function overlayIndividualBanners(parsedBanner: any, banners: any): void;
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
// @shell/utils/clipboard
|
|
3410
|
+
|
|
3411
|
+
declare module '@shell/utils/clipboard' {
|
|
3412
|
+
export function copyTextToClipboard(text: any): Promise<void>;
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3415
|
+
// @shell/utils/cluster
|
|
3416
|
+
|
|
3417
|
+
declare module '@shell/utils/cluster' {
|
|
3418
|
+
/**
|
|
3419
|
+
* Combination of paginationFilterHiddenLocalCluster and paginationFilterOnlyKubernetesClusters
|
|
3420
|
+
*
|
|
3421
|
+
* @param {*} store
|
|
3422
|
+
* @returns PaginationParam[]
|
|
3423
|
+
*/
|
|
3424
|
+
export function paginationFilterClusters(store: any, filterMgmtCluster?: boolean): any[];
|
|
3425
|
+
/**
|
|
3426
|
+
* The vai backed api's `filter` equivalent of `filterHiddenLocalCluster`
|
|
3427
|
+
*
|
|
3428
|
+
* @export
|
|
3429
|
+
* @param {*} store
|
|
3430
|
+
* @returns PaginationParam | null
|
|
3431
|
+
*/
|
|
3432
|
+
export function paginationFilterHiddenLocalCluster(store: any, filterMgmtCluster?: boolean): any;
|
|
3433
|
+
/**
|
|
3434
|
+
* The vai backed api's `filter` equivalent of `filterOnlyKubernetesClusters`
|
|
3435
|
+
*
|
|
3436
|
+
* @export
|
|
3437
|
+
* @param {*} store
|
|
3438
|
+
* @returns PaginationParam | null
|
|
3439
|
+
*/
|
|
3440
|
+
export function paginationFilterOnlyKubernetesClusters(store: any): any;
|
|
3441
|
+
/**
|
|
3442
|
+
* Filter out any clusters that are not Kubernetes Clusters
|
|
3443
|
+
**/
|
|
3444
|
+
export function filterOnlyKubernetesClusters(mgmtClusters: any, store: any): any;
|
|
3445
|
+
export function isHarvesterCluster(mgmtCluster: any): boolean;
|
|
3446
|
+
export function isHarvesterSatisfiesVersion(version?: string): any;
|
|
3447
|
+
export function filterHiddenLocalCluster(mgmtClusters: any, store: any): any;
|
|
3448
|
+
/**
|
|
3449
|
+
* Shortens an input string based on the number of segments it contains.
|
|
3450
|
+
* @param {string} input - The input string to be shortened.
|
|
3451
|
+
* @returns {string} - The shortened string.
|
|
3452
|
+
* @example smallIdentifier('local') => 'lcl'
|
|
3453
|
+
* @example smallIdentifier('word-wide-web') => 'www'
|
|
3454
|
+
*/
|
|
3455
|
+
export function abbreviateClusterName(input: string): string;
|
|
3456
|
+
export function labelForAddon(store: any, name: any, configuration?: boolean): any;
|
|
3457
|
+
export function filterOutDeprecatedPatchVersions(allVersions: any, currentVersion: any): any;
|
|
3458
|
+
export function getAllOptionsAfterCurrentVersion(store: any, versions: any, currentVersion: any, defaultVersion: any): any;
|
|
3459
|
+
export function initSchedulingCustomization(value: any, features: any, store: any, mode: any): Promise<{
|
|
3460
|
+
clusterAgentDefaultPC: any;
|
|
3461
|
+
clusterAgentDefaultPDB: any;
|
|
3462
|
+
schedulingCustomizationFeatureEnabled: any;
|
|
3463
|
+
schedulingCustomizationOriginallyEnabled: boolean;
|
|
3464
|
+
errors: any[];
|
|
3465
|
+
}>;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
// @shell/utils/color
|
|
3469
|
+
|
|
3470
|
+
declare module '@shell/utils/color' {
|
|
3471
|
+
export function createCssVars(color: any, theme?: string, name?: string): {
|
|
3472
|
+
[x: string]: any;
|
|
3473
|
+
};
|
|
3474
|
+
export function contrastColor(color: any, contrastOptions?: {
|
|
3475
|
+
dark: string;
|
|
3476
|
+
light: string;
|
|
3477
|
+
}): string;
|
|
3478
|
+
export function parseColor(str: any): any;
|
|
3479
|
+
export function textColor(color: any): "black" | "white";
|
|
3480
|
+
export function hexToRgb(hex: any): {
|
|
3481
|
+
r: number;
|
|
3482
|
+
g: number;
|
|
3483
|
+
b: number;
|
|
3484
|
+
};
|
|
3485
|
+
export function mapStandardColors(color: any): any;
|
|
3486
|
+
export function rgbToRgb(rgb: any): {
|
|
3487
|
+
r: number;
|
|
3488
|
+
g: number;
|
|
3489
|
+
b: number;
|
|
3490
|
+
};
|
|
3491
|
+
export function colorToRgb(color: any): {
|
|
3492
|
+
r: number;
|
|
3493
|
+
g: number;
|
|
3494
|
+
b: number;
|
|
3495
|
+
};
|
|
3496
|
+
export function normalizeHex(hex: any): any;
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
// @shell/utils/computed
|
|
3500
|
+
|
|
3501
|
+
declare module '@shell/utils/computed' {
|
|
3502
|
+
/**
|
|
3503
|
+
* Creates a computed property that handles converting strings to numbers and numbers to strings. Particularly when dealing with UnitInput.
|
|
3504
|
+
* @param {*} path The path of the real value
|
|
3505
|
+
* @returns the computed property
|
|
3506
|
+
*/
|
|
3507
|
+
export function integerString(path: any): {
|
|
3508
|
+
get(): number;
|
|
3509
|
+
set(value: any): void;
|
|
3510
|
+
};
|
|
3511
|
+
/**
|
|
3512
|
+
* Creates a computed property that handles converting strings a list of strings that look like ['key=value'] into { key: value } and back
|
|
3513
|
+
* @param {*} path The path of the real value
|
|
3514
|
+
* @param {*} delimiter the character/s used between the key/value. Default value '='.
|
|
3515
|
+
* @returns the computed property
|
|
3516
|
+
*/
|
|
3517
|
+
export function keyValueStrings(path: any, delimiter?: any): {
|
|
3518
|
+
get(): {};
|
|
3519
|
+
set(value: any): void;
|
|
3520
|
+
};
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3523
|
+
// @shell/utils/config
|
|
3524
|
+
|
|
3525
|
+
declare module '@shell/utils/config' {
|
|
3526
|
+
declare function _default(context: any, inject: any): void;
|
|
3527
|
+
export default _default;
|
|
3528
|
+
}
|
|
3529
|
+
|
|
3530
|
+
// @shell/utils/cookie-universal
|
|
3531
|
+
|
|
3532
|
+
declare module '@shell/utils/cookie-universal' {
|
|
3533
|
+
declare function _default({ req, res }: {
|
|
3534
|
+
req: any;
|
|
3535
|
+
res: any;
|
|
3536
|
+
}, inject: any): void;
|
|
3537
|
+
export default _default;
|
|
3538
|
+
}
|
|
3539
|
+
|
|
3540
|
+
// @shell/utils/create-yaml
|
|
3541
|
+
|
|
3542
|
+
declare module '@shell/utils/create-yaml' {
|
|
3543
|
+
export function createYamlWithOptions(schemas: any, type: any, data: any, options: any): string;
|
|
3544
|
+
export function createYaml(schemas: any, type: any, data: any, processAlwaysAdd?: boolean, depth?: number, path?: string, rootType?: any, dataOptions?: {}): string;
|
|
3545
|
+
export function getBlockDescriptor(value: any, key: any): {
|
|
3546
|
+
header: string;
|
|
3547
|
+
indentation: string;
|
|
3548
|
+
};
|
|
3549
|
+
/**
|
|
3550
|
+
* Check for a specific type and if valid return it's sub type or self
|
|
3551
|
+
* @param {string} type required type
|
|
3552
|
+
* @param {string} str actual type
|
|
3553
|
+
* @param {ResourceField} field resourceField entry to the actual type
|
|
3554
|
+
*
|
|
3555
|
+
* @returns the sub type, or if not found the type
|
|
3556
|
+
*/
|
|
3557
|
+
export function typeRef(type: string, str: string, field?: ResourceField): any;
|
|
3558
|
+
export function typeMunge(type: any): any;
|
|
3559
|
+
export function saferDump(obj: any): any;
|
|
3560
|
+
/**
|
|
3561
|
+
* Handles newlines indicators in the multiline blocks.
|
|
3562
|
+
*
|
|
3563
|
+
* this is required since jsyaml.dump doesn't support chomping and scalar style at the moment.
|
|
3564
|
+
* see: https://github.com/nodeca/js-yaml/issues/171
|
|
3565
|
+
|
|
3566
|
+
* @typedef {Object} DumpBlockOptions
|
|
3567
|
+
* @property {('>' | '|')} [scalarStyle] - The scalar style.
|
|
3568
|
+
* @property {('-' | '+' | '' | null)} [chomping] - The chomping style.
|
|
3569
|
+
*
|
|
3570
|
+
* @param {*} data the multiline block
|
|
3571
|
+
* @param {Object} options - Serialization options for jsyaml.dump.
|
|
3572
|
+
* @param {number} options.lineWidth - Set max line width. Set -1 for unlimited width.
|
|
3573
|
+
* @param {DumpBlockOptions} [options.dynamicProperties] - Options for dynamic properties.
|
|
3574
|
+
* Developers can provide their own property names under `options`.
|
|
3575
|
+
*
|
|
3576
|
+
* @returns the result of jsyaml.dump with the addition of multiline indicators
|
|
3577
|
+
*/
|
|
3578
|
+
export function dumpBlock(data: any, options?: {
|
|
3579
|
+
lineWidth: number;
|
|
3580
|
+
dynamicProperties?: DumpBlockOptions;
|
|
3581
|
+
}): any;
|
|
3582
|
+
export const SIMPLE_TYPES: string[];
|
|
3583
|
+
export const NEVER_ADD: string[];
|
|
3584
|
+
export const ACTIVELY_REMOVE: string[];
|
|
3585
|
+
/**
|
|
3586
|
+
* Handles newlines indicators in the multiline blocks.
|
|
3587
|
+
*
|
|
3588
|
+
* this is required since jsyaml.dump doesn't support chomping and scalar style at the moment.
|
|
3589
|
+
* see: https://github.com/nodeca/js-yaml/issues/171
|
|
3590
|
+
*/
|
|
3591
|
+
export type DumpBlockOptions = {
|
|
3592
|
+
/**
|
|
3593
|
+
* - The scalar style.
|
|
3594
|
+
*/
|
|
3595
|
+
scalarStyle?: (">" | "|");
|
|
3596
|
+
/**
|
|
3597
|
+
* - The chomping style.
|
|
3598
|
+
*/
|
|
3599
|
+
chomping?: ("-" | "+" | "" | null);
|
|
3600
|
+
};
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
// @shell/utils/crypto/browserHashUtils
|
|
3604
|
+
|
|
3605
|
+
declare module '@shell/utils/crypto/browserHashUtils' {
|
|
3606
|
+
export function hashObj(obj: any): string;
|
|
3607
|
+
/**
|
|
3608
|
+
* @api private
|
|
3609
|
+
*/
|
|
3610
|
+
export function isEmptyData(data: any): boolean;
|
|
3611
|
+
/**
|
|
3612
|
+
* @api private
|
|
3613
|
+
*/
|
|
3614
|
+
export function convertToBuffer(data: any): Uint8Array;
|
|
3615
|
+
declare namespace _default {
|
|
3616
|
+
export { isEmptyData };
|
|
3617
|
+
export { convertToBuffer };
|
|
3618
|
+
}
|
|
3619
|
+
export default _default;
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
// @shell/utils/crypto/browserMd5
|
|
3623
|
+
|
|
3624
|
+
declare module '@shell/utils/crypto/browserMd5' {
|
|
3625
|
+
export default Md5;
|
|
3626
|
+
/**
|
|
3627
|
+
* @api private
|
|
3628
|
+
*/
|
|
3629
|
+
declare function Md5(): void;
|
|
3630
|
+
declare class Md5 {
|
|
3631
|
+
state: number[];
|
|
3632
|
+
buffer: DataView;
|
|
3633
|
+
bufferLength: number;
|
|
3634
|
+
bytesHashed: number;
|
|
3635
|
+
finished: boolean;
|
|
3636
|
+
update(sourceData: any): this;
|
|
3637
|
+
digest(encoding: any): string | Buffer;
|
|
3638
|
+
hashBuffer(): void;
|
|
3639
|
+
}
|
|
3640
|
+
declare namespace Md5 {
|
|
3641
|
+
export { BLOCK_SIZE };
|
|
3642
|
+
}
|
|
3643
|
+
import { Buffer } from 'buffer';
|
|
3644
|
+
declare const BLOCK_SIZE: 64;
|
|
3645
|
+
}
|
|
3646
|
+
|
|
3647
|
+
// @shell/utils/crypto/browserSha1
|
|
3648
|
+
|
|
3649
|
+
declare module '@shell/utils/crypto/browserSha1' {
|
|
3650
|
+
export default Sha1;
|
|
3651
|
+
/**
|
|
3652
|
+
* @api private
|
|
3653
|
+
*/
|
|
3654
|
+
declare function Sha1(): void;
|
|
3655
|
+
declare class Sha1 {
|
|
3656
|
+
h0: number;
|
|
3657
|
+
h1: number;
|
|
3658
|
+
h2: number;
|
|
3659
|
+
h3: number;
|
|
3660
|
+
h4: number;
|
|
3661
|
+
block: Uint32Array;
|
|
3662
|
+
offset: number;
|
|
3663
|
+
shift: number;
|
|
3664
|
+
totalLength: number;
|
|
3665
|
+
update(data: any): this;
|
|
3666
|
+
write(byte: any): void;
|
|
3667
|
+
digest(encoding: any): string | Buffer;
|
|
3668
|
+
processBlock(): void;
|
|
3669
|
+
}
|
|
3670
|
+
declare namespace Sha1 {
|
|
3671
|
+
export { BLOCK_SIZE };
|
|
3672
|
+
}
|
|
3673
|
+
import { Buffer } from 'buffer';
|
|
3674
|
+
declare const BLOCK_SIZE: 64;
|
|
3675
|
+
}
|
|
3676
|
+
|
|
3677
|
+
// @shell/utils/crypto/browserSha256
|
|
3678
|
+
|
|
3679
|
+
declare module '@shell/utils/crypto/browserSha256' {
|
|
3680
|
+
export default Sha256;
|
|
3681
|
+
/**
|
|
3682
|
+
* @private
|
|
3683
|
+
*/
|
|
3684
|
+
declare function Sha256(): void;
|
|
3685
|
+
declare class Sha256 {
|
|
3686
|
+
state: number[];
|
|
3687
|
+
temp: Int32Array;
|
|
3688
|
+
buffer: Uint8Array;
|
|
3689
|
+
bufferLength: number;
|
|
3690
|
+
bytesHashed: number;
|
|
3691
|
+
/**
|
|
3692
|
+
* @private
|
|
3693
|
+
*/
|
|
3694
|
+
private finished;
|
|
3695
|
+
update(data: any): this;
|
|
3696
|
+
digest(encoding: any): string | Buffer;
|
|
3697
|
+
hashBuffer(): void;
|
|
3698
|
+
}
|
|
3699
|
+
declare namespace Sha256 {
|
|
3700
|
+
export { BLOCK_SIZE };
|
|
3701
|
+
}
|
|
3702
|
+
import { Buffer } from 'buffer';
|
|
3703
|
+
declare const BLOCK_SIZE: 64;
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3706
|
+
// @shell/utils/crypto
|
|
3707
|
+
|
|
3708
|
+
declare module '@shell/utils/crypto' {
|
|
3709
|
+
export function base64Encode(string: any, alphabet?: string): any;
|
|
3710
|
+
export function base64DecodeToBuffer(string: any): any;
|
|
3711
|
+
export function base64Decode(string: any): any;
|
|
3712
|
+
export function md5(data: any, digest: any, callback: any): string | Buffer;
|
|
3713
|
+
export function sha256(data: any, digest: any, callback: any): string | Buffer;
|
|
3714
|
+
export function binarySize(val: any): number;
|
|
3715
|
+
import { Buffer } from 'buffer';
|
|
3716
|
+
}
|
|
3717
|
+
|
|
3718
|
+
// @shell/utils/custom-validators
|
|
3719
|
+
|
|
3720
|
+
declare module '@shell/utils/custom-validators' {
|
|
3721
|
+
declare namespace _default {
|
|
3722
|
+
export { clusterName };
|
|
3723
|
+
export { clusterIp };
|
|
3724
|
+
export { externalName };
|
|
3725
|
+
export { flowOutput };
|
|
3726
|
+
export { groupsAreValid };
|
|
3727
|
+
export { logdna };
|
|
3728
|
+
export { ruleGroups };
|
|
3729
|
+
export { interval };
|
|
3730
|
+
export { servicePort };
|
|
3731
|
+
export { matching };
|
|
3732
|
+
export { containerImages };
|
|
3733
|
+
export { cronSchedule };
|
|
3734
|
+
export { podAffinity };
|
|
3735
|
+
export { roleTemplateRules };
|
|
3736
|
+
}
|
|
3737
|
+
export default _default;
|
|
3738
|
+
}
|
|
3739
|
+
|
|
3740
|
+
// @shell/utils/dom
|
|
3741
|
+
|
|
3742
|
+
declare module '@shell/utils/dom' {
|
|
3743
|
+
export function getParent(el: any, parentSelector: any): any;
|
|
3744
|
+
}
|
|
3745
|
+
|
|
3746
|
+
// @shell/utils/download
|
|
3747
|
+
|
|
3748
|
+
declare module '@shell/utils/download' {
|
|
3749
|
+
export function downloadFile(fileName: any, content: any, contentType?: string): Promise<any>;
|
|
3750
|
+
export function generateZip(files: any): any;
|
|
3751
|
+
export function downloadUrl(url: any, id?: string): void;
|
|
3752
|
+
}
|
|
3753
|
+
|
|
3754
|
+
// @shell/utils/duration
|
|
3755
|
+
|
|
3756
|
+
declare module '@shell/utils/duration' {
|
|
3757
|
+
export function toMilliseconds(input: any): number;
|
|
3758
|
+
export function toSeconds(input: any): number;
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
// @shell/utils/dynamic-importer
|
|
3762
|
+
|
|
3763
|
+
declare module '@shell/utils/dynamic-importer' {
|
|
3764
|
+
export function importCloudCredential(name: any): any;
|
|
3765
|
+
export function importMachineConfig(name: any): any;
|
|
3766
|
+
export function importLogin(name: any): any;
|
|
3767
|
+
export function importChart(name: any): any;
|
|
3768
|
+
export function importList(name: any): any;
|
|
3769
|
+
export function importDetail(name: any): any;
|
|
3770
|
+
export function importEdit(name: any): any;
|
|
3771
|
+
export function importDialog(name: any): any;
|
|
3772
|
+
export function importWindowComponent(name: any): any;
|
|
3773
|
+
export function loadProduct(name: any): Promise<any>;
|
|
3774
|
+
export function listProducts(): string[];
|
|
3775
|
+
export function loadTranslation(name: any): Promise<any>;
|
|
3776
|
+
export function importCustomPromptRemove(name: any): any;
|
|
3777
|
+
export function resolveList(key: any): string;
|
|
3778
|
+
export function resolveChart(key: any): string;
|
|
3779
|
+
export function resolveEdit(key: any): string;
|
|
3780
|
+
export function resolveDetail(key: any): string;
|
|
3781
|
+
export function resolveWindowComponent(key: any): string;
|
|
3782
|
+
export function resolveMachineConfigComponent(key: any): string;
|
|
3783
|
+
export function resolveCloudCredentialComponent(key: any): string;
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
// @shell/utils/ember-page
|
|
3787
|
+
|
|
3788
|
+
declare module '@shell/utils/ember-page' {
|
|
3789
|
+
export function findEmberPage(): HTMLElement;
|
|
3790
|
+
export function clearEmberInactiveTimer(): void;
|
|
3791
|
+
export function startEmberInactiveTimer(): void;
|
|
3792
|
+
export function removeEmberPage(): void;
|
|
3793
|
+
export const EMBER_FRAME: "ember-iframe";
|
|
3794
|
+
}
|
|
3795
|
+
|
|
3796
|
+
// @shell/utils/error
|
|
3797
|
+
|
|
3798
|
+
declare module '@shell/utils/error' {
|
|
3799
|
+
export function stringify(err: any): any;
|
|
3800
|
+
export function exceptionToErrorsArray(err: any): any[];
|
|
3801
|
+
export function translateError(error: any): any;
|
|
3802
|
+
export class ClusterNotFoundError extends Error {
|
|
3803
|
+
static NAME: string;
|
|
3804
|
+
constructor(message: any);
|
|
3805
|
+
}
|
|
3806
|
+
/**
|
|
3807
|
+
* An error occurred and the user should be redirected to a certain location (where this is handled)
|
|
3808
|
+
*/
|
|
3809
|
+
export class RedirectToError extends Error {
|
|
3810
|
+
static NAME: string;
|
|
3811
|
+
constructor(message: any, url: any);
|
|
3812
|
+
url: any;
|
|
3813
|
+
}
|
|
3814
|
+
export class ApiError extends Error {
|
|
3815
|
+
constructor(res: any);
|
|
3816
|
+
status: any;
|
|
3817
|
+
statusText: any;
|
|
3818
|
+
headers: any;
|
|
3819
|
+
url: any;
|
|
3820
|
+
toJSON(): {
|
|
3821
|
+
type: string;
|
|
3822
|
+
status: any;
|
|
3823
|
+
statusText: any;
|
|
3824
|
+
message: any;
|
|
3825
|
+
url: any;
|
|
3826
|
+
};
|
|
3827
|
+
}
|
|
3828
|
+
export function normalizeError(err: any): any;
|
|
3829
|
+
}
|
|
3830
|
+
|
|
3831
|
+
// @shell/utils/favicon
|
|
3832
|
+
|
|
3833
|
+
declare module '@shell/utils/favicon' {
|
|
3834
|
+
export function haveSetFavIcon(): boolean;
|
|
3835
|
+
export function setFavIcon(store: any): void;
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
// @shell/utils/formatter
|
|
3839
|
+
|
|
3840
|
+
declare module '@shell/utils/formatter' {
|
|
3841
|
+
export function formatEncryptionSecretNames(secrets: any, chartNamespace: any): any;
|
|
3842
|
+
}
|
|
3843
|
+
|
|
3844
|
+
// @shell/utils/grafana
|
|
3845
|
+
|
|
3846
|
+
declare module '@shell/utils/grafana' {
|
|
3847
|
+
export function getClusterPrefix(monitoringVersion: any, clusterId: any): string;
|
|
3848
|
+
export function computeDashboardUrl(monitoringVersion: any, embedUrl: any, clusterId: any, params: any, modifyPrefix?: boolean): any;
|
|
3849
|
+
export function dashboardExists(monitoringVersion: any, store: any, clusterId: any, embedUrl: any, storeName?: string, projectId?: any): Promise<boolean>;
|
|
3850
|
+
export function allDashboardsExist(store: any, clusterId: any, embeddedUrls: any, storeName?: string, projectId?: any): Promise<boolean>;
|
|
3851
|
+
export function queryGrafana(monitoringVersion: any, dispatch: any, clusterId: any, query: any, range: any, step: any): any;
|
|
3852
|
+
export function hasLeader(monitoringVersion: any, dispatch: any, clusterId: any): Promise<boolean>;
|
|
3853
|
+
export function leaderChanges(monitoringVersion: any, dispatch: any, clusterId: any): Promise<any>;
|
|
3854
|
+
export function failedProposals(monitoringVersion: any, dispatch: any, clusterId: any): Promise<any>;
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
// @shell/utils/kube
|
|
3858
|
+
|
|
3859
|
+
declare module '@shell/utils/kube' {
|
|
3860
|
+
export function normalizeName(str: any): any;
|
|
3861
|
+
}
|
|
3862
|
+
|
|
3863
|
+
// @shell/utils/monitoring
|
|
3864
|
+
|
|
3865
|
+
declare module '@shell/utils/monitoring' {
|
|
3866
|
+
export function monitoringStatus(): {
|
|
3867
|
+
monitoringStatus(): {
|
|
3868
|
+
v2: boolean;
|
|
3869
|
+
};
|
|
3870
|
+
};
|
|
3871
|
+
export function haveV2Monitoring(getters: any): boolean;
|
|
3872
|
+
export function canViewGrafanaLink(store: any): Promise<boolean>;
|
|
3873
|
+
export function canViewAlertManagerLink(store: any): Promise<boolean>;
|
|
3874
|
+
export function canViewPrometheusLink(store: any): Promise<boolean>;
|
|
3875
|
+
export const CATTLE_MONITORING_NAMESPACE: "cattle-monitoring-system";
|
|
3876
|
+
}
|
|
3877
|
+
|
|
3878
|
+
// @shell/utils/namespace-filter
|
|
3879
|
+
|
|
3880
|
+
declare module '@shell/utils/namespace-filter' {
|
|
3881
|
+
export const NAMESPACE_FILTER_ALL_PREFIX: "all";
|
|
3882
|
+
export const NAMESPACE_FILTER_NS_PREFIX: "ns";
|
|
3883
|
+
export const NAMESPACE_FILTER_P_PREFIX: "project";
|
|
3884
|
+
export const NAMESPACE_FILTER_NS_FULL_PREFIX: "ns://";
|
|
3885
|
+
export const NAMESPACE_FILTER_P_FULL_PREFIX: "project://";
|
|
3886
|
+
export const NAMESPACE_FILTER_ALL: "all";
|
|
3887
|
+
export const NAMESPACE_FILTER_ALL_SYSTEM: "all://system";
|
|
3888
|
+
export const NAMESPACE_FILTER_ALL_USER: "all://user";
|
|
3889
|
+
export const NAMESPACE_FILTER_ALL_ORPHANS: "all://orphans";
|
|
3890
|
+
export const NAMESPACE_FILTER_NAMESPACED_PREFIX: "namespaced://";
|
|
3891
|
+
export const NAMESPACE_FILTER_NAMESPACED_YES: "namespaced://true";
|
|
3892
|
+
export const NAMESPACE_FILTER_NAMESPACED_NO: "namespaced://false";
|
|
3893
|
+
export namespace NAMESPACE_FILTER_KINDS {
|
|
3894
|
+
let DIVIDER: string;
|
|
3895
|
+
let PROJECT: string;
|
|
3896
|
+
let NAMESPACE: string;
|
|
3897
|
+
let SPECIAL: string;
|
|
3898
|
+
}
|
|
3899
|
+
export function createNamespaceFilterKey(clusterId: any, product: any): any;
|
|
3900
|
+
export function createNamespaceFilterKeyWithId(clusterId: any, productId: any): string;
|
|
3901
|
+
export function splitNamespaceFilterKey(key: any): {
|
|
3902
|
+
clusterId: any;
|
|
3903
|
+
productId: any;
|
|
3904
|
+
};
|
|
3905
|
+
}
|
|
3906
|
+
|
|
3907
|
+
// @shell/utils/object
|
|
3908
|
+
|
|
3909
|
+
declare module '@shell/utils/object' {
|
|
3910
|
+
export function set(obj: any, path: any, value: any): any;
|
|
3911
|
+
export function getAllValues(obj: any, path: any): any[];
|
|
3912
|
+
export function get(obj: any, path: any): any;
|
|
3913
|
+
export function remove(obj: any, path: any): any;
|
|
3914
|
+
/**
|
|
3915
|
+
* `delete` a property at the given path.
|
|
3916
|
+
*
|
|
3917
|
+
* This is similar to `remove` but doesn't need any fancy kube obj path splitting
|
|
3918
|
+
* and doesn't use `Vue.set` (avoids reactivity)
|
|
3919
|
+
*/
|
|
3920
|
+
export function deleteProperty(obj: any, path: any): void;
|
|
3921
|
+
export function getter(path: any): (obj: any) => any;
|
|
3922
|
+
export function clone(obj: any): any;
|
|
3923
|
+
export function isEmpty(obj: any): boolean;
|
|
3924
|
+
/**
|
|
3925
|
+
* Checks to see if the object is a simple key value pair where all values are
|
|
3926
|
+
* just primitives.
|
|
3927
|
+
* @param {any} obj
|
|
3928
|
+
*/
|
|
3929
|
+
export function isSimpleKeyValue(obj: any): boolean;
|
|
3930
|
+
export function cleanUp(obj: any): any;
|
|
3931
|
+
export function definedKeys(obj: any): any;
|
|
3932
|
+
export function diff(from: any, to: any): any;
|
|
3933
|
+
export function changeset(from: any, to: any, parentPath?: any[]): {};
|
|
3934
|
+
export function changesetConflicts(a: any, b: any): any[];
|
|
3935
|
+
export function applyChangeset(obj: any, changeset: any): any;
|
|
3936
|
+
/**
|
|
3937
|
+
* Creates an object composed of the `object` properties `predicate` returns
|
|
3938
|
+
*/
|
|
3939
|
+
export function pickBy(obj?: {}, predicate?: (value: any, key: any) => boolean): {};
|
|
3940
|
+
export function dropKeys(obj: any, keys: any): void;
|
|
3941
|
+
/**
|
|
3942
|
+
* Recursively convert a reactive object to a raw object
|
|
3943
|
+
* @param {*} obj
|
|
3944
|
+
* @param {*} cache
|
|
3945
|
+
* @returns
|
|
3946
|
+
*/
|
|
3947
|
+
export function deepToRaw(obj: any, cache?: any): any;
|
|
3948
|
+
/**
|
|
3949
|
+
* Helper function to alter Lodash merge function default behaviour on merging
|
|
3950
|
+
* arrays and objects.
|
|
3951
|
+
*
|
|
3952
|
+
* In rke2.vue, the syncMachineConfigWithLatest function updates machine pool configuration by
|
|
3953
|
+
* merging the latest configuration received from the backend with the current configuration updated by the user.
|
|
3954
|
+
* However, Lodash's merge function treats arrays like object so index values are merged and not appended to arrays
|
|
3955
|
+
* resulting in undesired outcomes for us, Example:
|
|
3956
|
+
*
|
|
3957
|
+
* const lastSavedConfigFromBE = { a: ["test"] };
|
|
3958
|
+
* const currentConfigByUser = { a: [] };
|
|
3959
|
+
* merge(lastSavedConfigFromBE, currentConfigByUser); // returns { a: ["test"] }; but we expect { a: [] };
|
|
3960
|
+
*
|
|
3961
|
+
* More info: https://github.com/lodash/lodash/issues/1313
|
|
3962
|
+
|
|
3963
|
+
* This helper function addresses the issue by always replacing the old array with the new array during the merge process.
|
|
3964
|
+
*
|
|
3965
|
+
* This helper is also used for another case in rke2.vue to handle merging addon chart default values with the user's current values.
|
|
3966
|
+
* It fixed https://github.com/rancher/dashboard/issues/12418
|
|
3967
|
+
*
|
|
3968
|
+
* If `mutateOriginal` is true, the merge is done directly into `obj1` (mutating it).
|
|
3969
|
+
* This is useful in cases like:
|
|
3970
|
+
* machinePool.config = mergeWithReplace(clonedLatestConfig, clonedCurrentConfig, { mutateOriginal: true })
|
|
3971
|
+
* where merging into a new empty object may lead to incomplete structure.
|
|
3972
|
+
*
|
|
3973
|
+
* Use `mutateOriginal` when you want to preserve obj1’s original shape, references,
|
|
3974
|
+
* or when assigning the result directly to an existing object.
|
|
3975
|
+
*
|
|
3976
|
+
* @param {Object} [obj1={}] - The first object to merge
|
|
3977
|
+
* @param {Object} [obj2={}] - The second object to merge
|
|
3978
|
+
* @param {Object} [options={}] - Options for customizing merge behavior
|
|
3979
|
+
* @param {boolean} [options.mutateOriginal=false] - true: mutates obj1
|
|
3980
|
+
* directly. false: returns a new object
|
|
3981
|
+
* @param {boolean} [options.replaceArray=true] - true: replaces arrays in obj1
|
|
3982
|
+
* with arrays in obj2 when both properties are arrays
|
|
3983
|
+
* false: default lodash merge behavior - recursively merges
|
|
3984
|
+
* array members
|
|
3985
|
+
* @param {boolean} [options.replaceObjectProps=false] - true: merges objects in
|
|
3986
|
+
* obj1 with objects in obj2, overwriting duplicate props
|
|
3987
|
+
* false: default lodash merge behavior - recursively merges
|
|
3988
|
+
* object props
|
|
3989
|
+
*/
|
|
3990
|
+
export function mergeWithReplace(obj1?: any, obj2?: any, { mutateOriginal, replaceArray, replaceObjectProps, }?: {
|
|
3991
|
+
mutateOriginal?: boolean;
|
|
3992
|
+
replaceArray?: boolean;
|
|
3993
|
+
replaceObjectProps?: boolean;
|
|
3994
|
+
}): any;
|
|
3995
|
+
export { isEqualBasic as isEqual };
|
|
3996
|
+
export function toDictionary(array: any, callback: any): any;
|
|
3997
|
+
/**
|
|
3998
|
+
* Super simple lodash isEqual equivalent.
|
|
3999
|
+
*
|
|
4000
|
+
* Only checks root properties for strict equality
|
|
4001
|
+
*/
|
|
4002
|
+
declare function isEqualBasic(from: any, to: any): boolean;
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
// @shell/utils/parse-externalid
|
|
4006
|
+
|
|
4007
|
+
declare module '@shell/utils/parse-externalid' {
|
|
4008
|
+
export function parseExternalId(externalId: any): {
|
|
4009
|
+
kind: any;
|
|
4010
|
+
group: any;
|
|
4011
|
+
base: any;
|
|
4012
|
+
id: any;
|
|
4013
|
+
name: any;
|
|
4014
|
+
version: any;
|
|
4015
|
+
};
|
|
4016
|
+
export function parseHelmExternalId(externalId: any): {
|
|
4017
|
+
kind: any;
|
|
4018
|
+
group: any;
|
|
4019
|
+
base: any;
|
|
4020
|
+
id: any;
|
|
4021
|
+
name: any;
|
|
4022
|
+
version: any;
|
|
4023
|
+
};
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
// @shell/utils/platform
|
|
4027
|
+
|
|
4028
|
+
declare module '@shell/utils/platform' {
|
|
4029
|
+
export function isAlternate(event: any): boolean;
|
|
4030
|
+
export function isMore(event: any): boolean;
|
|
4031
|
+
export function isRange(event: any): boolean;
|
|
4032
|
+
export function suppressContextMenu(event: any): boolean;
|
|
4033
|
+
export function version(): number;
|
|
4034
|
+
export const platform: string;
|
|
4035
|
+
export const userAgent: string;
|
|
4036
|
+
export const isLinuxy: boolean;
|
|
4037
|
+
export const isMac: boolean;
|
|
4038
|
+
export const isWin: boolean;
|
|
4039
|
+
export const alternateKey: "metaKey" | "ctrlKey";
|
|
4040
|
+
export const alternateLabel: "Command" | "Control";
|
|
4041
|
+
export const moreKey: "metaKey" | "ctrlKey";
|
|
4042
|
+
export const moreLabel: "Command" | "Control";
|
|
4043
|
+
export const rangeKey: "shiftKey";
|
|
4044
|
+
export const rangeLabel: "Shift";
|
|
4045
|
+
export const isGecko: boolean;
|
|
4046
|
+
export const isBlink: boolean;
|
|
4047
|
+
export const isWebKit: boolean;
|
|
4048
|
+
export const isSafari: boolean;
|
|
4049
|
+
export const isMobile: boolean;
|
|
4050
|
+
export namespace KEY {
|
|
4051
|
+
let LEFT: number;
|
|
4052
|
+
let UP: number;
|
|
4053
|
+
let RIGHT: number;
|
|
4054
|
+
let DOWN: number;
|
|
4055
|
+
let ESCAPE: number;
|
|
4056
|
+
let CR: number;
|
|
4057
|
+
let LF: number;
|
|
4058
|
+
let TAB: number;
|
|
4059
|
+
let SPACE: number;
|
|
4060
|
+
let PAGE_UP: number;
|
|
4061
|
+
let PAGE_DOWN: number;
|
|
4062
|
+
let HOME: number;
|
|
4063
|
+
let END: number;
|
|
4064
|
+
}
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
// @shell/utils/poller-sequential
|
|
4068
|
+
|
|
4069
|
+
declare module '@shell/utils/poller-sequential' {
|
|
4070
|
+
export default class PollerSequential {
|
|
4071
|
+
constructor(fn: any, pollRateMs: any, maxRetries?: number);
|
|
4072
|
+
fn: any;
|
|
4073
|
+
pollRateMs: any;
|
|
4074
|
+
maxRetries: number;
|
|
4075
|
+
timeoutId: any;
|
|
4076
|
+
tryCount: number;
|
|
4077
|
+
start(): void;
|
|
4078
|
+
stop(): void;
|
|
4079
|
+
_poll(): void;
|
|
4080
|
+
_intervalMethod(): Promise<void>;
|
|
4081
|
+
}
|
|
4082
|
+
}
|
|
4083
|
+
|
|
4084
|
+
// @shell/utils/poller
|
|
4085
|
+
|
|
4086
|
+
declare module '@shell/utils/poller' {
|
|
4087
|
+
export default class Poller {
|
|
4088
|
+
constructor(fn: any, pollRateMs: any, maxRetries?: number);
|
|
4089
|
+
fn: any;
|
|
4090
|
+
pollRateMs: any;
|
|
4091
|
+
maxRetries: number;
|
|
4092
|
+
intervalId: any;
|
|
4093
|
+
tryCount: number;
|
|
4094
|
+
start(): void;
|
|
4095
|
+
stop(): void;
|
|
4096
|
+
_intervalMethod(): Promise<void>;
|
|
4097
|
+
}
|
|
4098
|
+
}
|
|
4099
|
+
|
|
4100
|
+
// @shell/utils/position
|
|
4101
|
+
|
|
4102
|
+
declare module '@shell/utils/position' {
|
|
4103
|
+
export function boundingRect(elem: any): {
|
|
4104
|
+
top: any;
|
|
4105
|
+
right: any;
|
|
4106
|
+
bottom: any;
|
|
4107
|
+
left: any;
|
|
4108
|
+
width: any;
|
|
4109
|
+
height: any;
|
|
4110
|
+
};
|
|
4111
|
+
export function fakeRectFor(event: any): {
|
|
4112
|
+
top: any;
|
|
4113
|
+
left: any;
|
|
4114
|
+
bottom: any;
|
|
4115
|
+
right: any;
|
|
4116
|
+
width: number;
|
|
4117
|
+
height: number;
|
|
4118
|
+
};
|
|
4119
|
+
export function screenRect(): {
|
|
4120
|
+
top: number;
|
|
4121
|
+
right: number;
|
|
4122
|
+
bottom: number;
|
|
4123
|
+
left: number;
|
|
4124
|
+
width: number;
|
|
4125
|
+
height: number;
|
|
4126
|
+
};
|
|
4127
|
+
export function fitOnScreen(contentElem: any, triggerElemOrEvent: any, opt: any, useDefaults: any): {
|
|
4128
|
+
position: string;
|
|
4129
|
+
};
|
|
4130
|
+
export const LEFT: "left";
|
|
4131
|
+
export const RIGHT: "right";
|
|
4132
|
+
export const TOP: "top";
|
|
4133
|
+
export const CENTER: "center";
|
|
4134
|
+
export const MIDDLE: "center";
|
|
4135
|
+
export const BOTTOM: "bottom";
|
|
4136
|
+
export const AUTO: "auto";
|
|
4137
|
+
}
|
|
4138
|
+
|
|
4139
|
+
// @shell/utils/promise
|
|
4140
|
+
|
|
4141
|
+
declare module '@shell/utils/promise' {
|
|
4142
|
+
export function allHash(hash: any): Promise<{}>;
|
|
4143
|
+
export function allHashSettled(hash: any): Promise<{}>;
|
|
4144
|
+
export function eachLimit(items: any, limit: any, iterator: any, debug?: boolean): Promise<any>;
|
|
4145
|
+
export function deferred(name: any): {
|
|
4146
|
+
promise: Promise<any>;
|
|
4147
|
+
};
|
|
4148
|
+
/**
|
|
4149
|
+
* Apply the result of a promise to a given object's property
|
|
4150
|
+
*
|
|
4151
|
+
* This is a non-blocking method
|
|
4152
|
+
*
|
|
4153
|
+
* @param promise Promise to fetch result for
|
|
4154
|
+
* @param obj Object to set result of promise to
|
|
4155
|
+
* @param key Property in object to set result to
|
|
4156
|
+
* @param label Description of what promise is trying to do
|
|
4157
|
+
*/
|
|
4158
|
+
export function setPromiseResult(promise: any, obj: any, key: any, label: any): void;
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
// @shell/utils/router
|
|
4162
|
+
|
|
4163
|
+
declare module '@shell/utils/router' {
|
|
4164
|
+
export function harvesterhci2cloud(str: any): any;
|
|
4165
|
+
export function cloud2harvesterhci(str: any): any;
|
|
4166
|
+
export function harvester2cloud(str: any): any;
|
|
4167
|
+
export function cloud2harvester(str: any): any;
|
|
4168
|
+
export function queryParamsFor(current: any, qp: any, defaults?: {}): any;
|
|
4169
|
+
export function getClusterFromRoute(to: any): any;
|
|
4170
|
+
export function getProductFromRoute(to: any): any;
|
|
4171
|
+
export function findMeta(route: any, key: any): any;
|
|
4172
|
+
export function getPackageFromRoute(route: any): any;
|
|
4173
|
+
export function getResourceFromRoute(to: any): any;
|
|
4174
|
+
export function routeMatched(to: any, fn: any): boolean;
|
|
4175
|
+
export function routeRequiresAuthentication(to: any): boolean;
|
|
4176
|
+
export function routeRequiresInstallRedirect(to: any): boolean;
|
|
4177
|
+
}
|
|
4178
|
+
|
|
4179
|
+
// @shell/utils/select
|
|
4180
|
+
|
|
4181
|
+
declare module '@shell/utils/select' {
|
|
4182
|
+
export function onClickOption(option: any, e: any): void;
|
|
4183
|
+
export function calculatePosition(dropdownList: any, component: any, width: any, placement: any, type: any, isLabel: any, leftWidth: any): void;
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4186
|
+
// @shell/utils/selector
|
|
4187
|
+
|
|
4188
|
+
declare module '@shell/utils/selector' {
|
|
4189
|
+
export function parse(labelSelector: any): any;
|
|
4190
|
+
export function convertSelectorObj(obj: any): any;
|
|
4191
|
+
export function convert(matchLabelsObj: any, matchExpressions: any): any;
|
|
4192
|
+
export function simplify(matchExpressionsInput: any): {
|
|
4193
|
+
matchLabels: {};
|
|
4194
|
+
matchExpressions: any[];
|
|
4195
|
+
};
|
|
4196
|
+
export function matches(obj: any, selector: any, labelKey?: string): boolean;
|
|
4197
|
+
export function matching(ary: any, selector: any, labelKey: any): any;
|
|
4198
|
+
}
|
|
4199
|
+
|
|
4200
|
+
// @shell/utils/socket
|
|
4201
|
+
|
|
4202
|
+
declare module '@shell/utils/socket' {
|
|
4203
|
+
export const addEventListener: any;
|
|
4204
|
+
export const STATE_CONNECTING: "connecting";
|
|
4205
|
+
export const STATE_CONNECTED: "connected";
|
|
4206
|
+
export const EVENT_CONNECTING: "connecting";
|
|
4207
|
+
export const EVENT_CONNECTED: "connected";
|
|
4208
|
+
export const EVENT_DISCONNECTED: "disconnected";
|
|
4209
|
+
export const EVENT_MESSAGE: "message";
|
|
4210
|
+
export const EVENT_FRAME_TIMEOUT: "frame_timeout";
|
|
4211
|
+
export const EVENT_CONNECT_ERROR: "connect_error";
|
|
4212
|
+
export const EVENT_DISCONNECT_ERROR: "disconnect_error";
|
|
4213
|
+
export const NO_WATCH: "NO_WATCH";
|
|
4214
|
+
export const NO_SCHEMA: "NO_SCHEMA";
|
|
4215
|
+
export const NO_PERMS: "NO_PERMS";
|
|
4216
|
+
export const REVISION_TOO_OLD: "TOO_OLD";
|
|
4217
|
+
declare const Socket_base: import("event-target-shim").EventTargetConstructor<{}, {}, "loose"> & {
|
|
4218
|
+
<TEvents extends EventTarget.EventDefinition = {}, TEventAttributes extends EventTarget.EventDefinition = {}, TMode extends EventTarget.Mode = "loose">(events: string[]): import("event-target-shim").EventTargetConstructor<TEvents, TEventAttributes, TMode>;
|
|
4219
|
+
<TEvents extends EventTarget.EventDefinition = {}, TEventAttributes extends EventTarget.EventDefinition = {}, TMode extends EventTarget.Mode = "loose">(event0: string, ...events: string[]): import("event-target-shim").EventTargetConstructor<TEvents, TEventAttributes, TMode>;
|
|
4220
|
+
new <TEvents extends EventTarget.EventDefinition, TEventAttributes extends EventTarget.EventDefinition, TMode extends EventTarget.Mode = "loose">(): EventTarget<TEvents, TEventAttributes, TMode>;
|
|
4221
|
+
};
|
|
4222
|
+
export default class Socket extends Socket_base {
|
|
4223
|
+
constructor(url: any, autoReconnect?: boolean, frameTimeout?: any, protocol?: any, maxTries?: any, idAsTimestamp?: boolean);
|
|
4224
|
+
url: any;
|
|
4225
|
+
autoReconnect: boolean;
|
|
4226
|
+
frameTimeout: number;
|
|
4227
|
+
metadata: {};
|
|
4228
|
+
hasBeenOpen: boolean;
|
|
4229
|
+
hasReconnected: boolean;
|
|
4230
|
+
protocol: any;
|
|
4231
|
+
maxTries: any;
|
|
4232
|
+
tries: number;
|
|
4233
|
+
idAsTimestamp: boolean;
|
|
4234
|
+
socket: any;
|
|
4235
|
+
state: string;
|
|
4236
|
+
framesReceived: number;
|
|
4237
|
+
frameTimer: any;
|
|
4238
|
+
reconnectTimer: any;
|
|
4239
|
+
disconnectCallBacks: any[];
|
|
4240
|
+
disconnectedAt: number;
|
|
4241
|
+
closingId: number;
|
|
4242
|
+
autoReconnectUrl: any;
|
|
4243
|
+
setUrl(url: any): void;
|
|
4244
|
+
connect(metadata?: {}): void;
|
|
4245
|
+
send(data: any): boolean;
|
|
4246
|
+
disconnect(callBack: any): Promise<any>;
|
|
4247
|
+
reconnect(metadata?: {}): void;
|
|
4248
|
+
getMetadata(): any;
|
|
4249
|
+
getId(): any;
|
|
4250
|
+
isConnected(): boolean;
|
|
4251
|
+
setAutoReconnect(autoReconnect: any): void;
|
|
4252
|
+
/**
|
|
4253
|
+
* Supply an async fn that will provide a new url to reconnect to
|
|
4254
|
+
*/
|
|
4255
|
+
setAutoReconnectUrl(autoReconnectUrl: any): void;
|
|
4256
|
+
_close(): void;
|
|
4257
|
+
_opened(): void;
|
|
4258
|
+
_onmessage(event: any): void;
|
|
4259
|
+
_resetWatchdog(): void;
|
|
4260
|
+
_error(): void;
|
|
4261
|
+
_closed(event: any): void;
|
|
4262
|
+
/**
|
|
4263
|
+
* `console.log` the provided summary statement, with default information to identify the socket and the provided props
|
|
4264
|
+
*/
|
|
4265
|
+
_log(summary: any, props: any): void;
|
|
4266
|
+
/**
|
|
4267
|
+
* `console.log` the provided summary statement and props
|
|
4268
|
+
*
|
|
4269
|
+
* This does not contain information to identify the socket and can be used in scenarios where it's not known or default
|
|
4270
|
+
*/
|
|
4271
|
+
_baseLog(summary: any, props: any): void;
|
|
4272
|
+
}
|
|
4273
|
+
import { EventTarget } from 'event-target-shim';
|
|
4274
|
+
export {};
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4277
|
+
// @shell/utils/sort
|
|
4278
|
+
|
|
4279
|
+
declare module '@shell/utils/sort' {
|
|
4280
|
+
/**
|
|
4281
|
+
Returns a consistent type for the passed object.
|
|
4282
|
+
|
|
4283
|
+
Use this instead of the built-in `typeof` to get the type of an item.
|
|
4284
|
+
It will return the same result across all browsers and includes a bit
|
|
4285
|
+
more detail. Here is what will be returned:
|
|
4286
|
+
|
|
4287
|
+
| Return Value | Meaning |
|
|
4288
|
+
|---------------|------------------------------------------------------|
|
|
4289
|
+
| 'string' | String primitive or String object. |
|
|
4290
|
+
| 'number' | Number primitive or Number object. |
|
|
4291
|
+
| 'boolean' | Boolean primitive or Boolean object. |
|
|
4292
|
+
| 'null' | Null value |
|
|
4293
|
+
| 'undefined' | Undefined value |
|
|
4294
|
+
| 'function' | A function |
|
|
4295
|
+
| 'array' | An instance of Array |
|
|
4296
|
+
| 'regexp' | An instance of RegExp |
|
|
4297
|
+
| 'date' | An instance of Date |
|
|
4298
|
+
| 'filelist' | An instance of FileList |
|
|
4299
|
+
| 'error' | An instance of the Error object |
|
|
4300
|
+
| 'object' | A JavaScript object |
|
|
4301
|
+
|
|
4302
|
+
Examples:
|
|
4303
|
+
|
|
4304
|
+
import { typeOf } from '@shell/utils/type-of';
|
|
4305
|
+
|
|
4306
|
+
typeOf(); // 'undefined'
|
|
4307
|
+
typeOf(null); // 'null'
|
|
4308
|
+
typeOf(undefined); // 'undefined'
|
|
4309
|
+
typeOf('michael'); // 'string'
|
|
4310
|
+
typeOf(new String('michael')); // 'string'
|
|
4311
|
+
typeOf(101); // 'number'
|
|
4312
|
+
typeOf(new Number(101)); // 'number'
|
|
4313
|
+
typeOf(true); // 'boolean'
|
|
4314
|
+
typeOf(new Boolean(true)); // 'boolean'
|
|
4315
|
+
typeOf(A); // 'function'
|
|
4316
|
+
typeOf([1, 2, 90]); // 'array'
|
|
4317
|
+
typeOf(/abc/); // 'regexp'
|
|
4318
|
+
typeOf(new Date()); // 'date'
|
|
4319
|
+
typeOf(event.target.files); // 'filelist'
|
|
4320
|
+
typeOf(new Error('teamocil')); // 'error'
|
|
4321
|
+
|
|
4322
|
+
// 'normal' JavaScript object
|
|
4323
|
+
typeOf({ a: 'b' }); // 'object'
|
|
4324
|
+
*/
|
|
4325
|
+
export function typeOf(item: any): any;
|
|
4326
|
+
export function spaceship(a: any, b: any): number;
|
|
4327
|
+
export function compare(a: any, b: any): any;
|
|
4328
|
+
export function parseField(str: any): {
|
|
4329
|
+
field: any;
|
|
4330
|
+
reverse: boolean;
|
|
4331
|
+
};
|
|
4332
|
+
export function sortBy(ary: any, keys: any, desc: any): any;
|
|
4333
|
+
export function sortableNumericSuffix(str: any): any;
|
|
4334
|
+
export function isNumeric(num: any): boolean;
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4337
|
+
// @shell/utils/stream
|
|
4338
|
+
|
|
4339
|
+
declare module '@shell/utils/stream' {
|
|
4340
|
+
export function streamJson(url: any, opt: any, onData: any): Promise<any>;
|
|
4341
|
+
export function streamingSupported(): boolean;
|
|
4342
|
+
}
|
|
4343
|
+
|
|
4344
|
+
// @shell/utils/string
|
|
4345
|
+
|
|
4346
|
+
declare module '@shell/utils/string' {
|
|
4347
|
+
export function camelToTitle(str: any): any;
|
|
4348
|
+
export function ucFirst(str: any): any;
|
|
4349
|
+
export function lcFirst(str: any): any;
|
|
4350
|
+
export function strPad(str: any, toLength: any, padChars?: string, right?: boolean): any;
|
|
4351
|
+
export function sortableNumericSuffix(str: any): any;
|
|
4352
|
+
export function escapeHtml(html: any): string;
|
|
4353
|
+
/**
|
|
4354
|
+
* Return HTML markup from escaped HTML string, allowing specific tags
|
|
4355
|
+
* @param text string
|
|
4356
|
+
* @returns string
|
|
4357
|
+
*/
|
|
4358
|
+
export function decodeHtml(text: any): string;
|
|
4359
|
+
export function escapeRegex(string: any): any;
|
|
4360
|
+
export function random32(count: any): number | number[];
|
|
4361
|
+
export function randomStr(length?: number, chars?: string): any;
|
|
4362
|
+
export function formatPercent(value: any, maxPrecision?: number): string;
|
|
4363
|
+
export function pluralize(str: any): any;
|
|
4364
|
+
export function resourceNames(names: any, plusMore: any, t: any, endString: any): any;
|
|
4365
|
+
export function indent(lines: any, count?: number, token?: string, afterRegex?: any): any;
|
|
4366
|
+
export function decamelize(str: any): any;
|
|
4367
|
+
export function dasherize(str: any): any;
|
|
4368
|
+
export function asciiLike(str: any): boolean;
|
|
4369
|
+
export function coerceStringTypeToScalarType(val: any, type: any): any;
|
|
4370
|
+
export function matchesSomeRegex(stringRaw: any, regexes?: any[]): boolean;
|
|
4371
|
+
export function ensureRegex(strOrRegex: any, exact?: boolean): any;
|
|
4372
|
+
export function nlToBr(value: any): any;
|
|
4373
|
+
export function splitObjectPath(path: any): any;
|
|
4374
|
+
export function joinObjectPath(ary: any): string;
|
|
4375
|
+
export function shortenedImage(image: any): any;
|
|
4376
|
+
export function isIpv4(ip: any): boolean;
|
|
4377
|
+
export function sanitizeKey(k: any): any;
|
|
4378
|
+
export function sanitizeValue(v: any): any;
|
|
4379
|
+
export function sanitizeIP(v: any): any;
|
|
4380
|
+
/**
|
|
4381
|
+
* Return the string `<x> / <y>`
|
|
4382
|
+
*
|
|
4383
|
+
* Each param should be a number, otherwise `?` is used
|
|
4384
|
+
*/
|
|
4385
|
+
export function xOfy(x: any, y: any): string;
|
|
4386
|
+
export function isBase64(value: any): boolean;
|
|
4387
|
+
export function generateRandomAlphaString(length: any): string;
|
|
4388
|
+
export namespace CHARSET {
|
|
4389
|
+
export { num as NUMERIC };
|
|
4390
|
+
export let NO_VOWELS: string;
|
|
4391
|
+
export let ALPHA: string;
|
|
4392
|
+
export let ALPHA_NUM: string;
|
|
4393
|
+
export { alpha as ALPHA_LOWER };
|
|
4394
|
+
export let ALPHA_UPPER: string;
|
|
4395
|
+
export let HEX: string;
|
|
4396
|
+
export let PASSWORD: string;
|
|
4397
|
+
}
|
|
4398
|
+
declare const num: "0123456789";
|
|
4399
|
+
declare const alpha: "abcdefghijklmnopqrstuvwxyz";
|
|
4400
|
+
export {};
|
|
4401
|
+
}
|
|
4402
|
+
|
|
4403
|
+
// @shell/utils/svg-filter
|
|
4404
|
+
|
|
4405
|
+
declare module '@shell/utils/svg-filter' {
|
|
4406
|
+
export class Solver {
|
|
4407
|
+
constructor(rgb: any);
|
|
4408
|
+
target: Color;
|
|
4409
|
+
targetHSL: {
|
|
4410
|
+
h: number;
|
|
4411
|
+
s: number;
|
|
4412
|
+
l: number;
|
|
4413
|
+
};
|
|
4414
|
+
reusedColor: Color;
|
|
4415
|
+
solve(): {
|
|
4416
|
+
values: any;
|
|
4417
|
+
loss: number;
|
|
4418
|
+
filter: string;
|
|
4419
|
+
};
|
|
4420
|
+
solveWide(): {
|
|
4421
|
+
loss: number;
|
|
4422
|
+
};
|
|
4423
|
+
solveNarrow(wide: any): {
|
|
4424
|
+
values: any;
|
|
4425
|
+
loss: number;
|
|
4426
|
+
};
|
|
4427
|
+
spsa(A: any, a: any, c: any, values: any, iters: any): {
|
|
4428
|
+
values: any;
|
|
4429
|
+
loss: number;
|
|
4430
|
+
};
|
|
4431
|
+
loss(filters: any): number;
|
|
4432
|
+
css(filters: any): string;
|
|
4433
|
+
}
|
|
4434
|
+
declare class Color {
|
|
4435
|
+
constructor(r: any, g: any, b: any);
|
|
4436
|
+
toString(): string;
|
|
4437
|
+
set(r: any, g: any, b: any): void;
|
|
4438
|
+
r: any;
|
|
4439
|
+
g: any;
|
|
4440
|
+
b: any;
|
|
4441
|
+
hueRotate(angle?: number): void;
|
|
4442
|
+
grayscale(value?: number): void;
|
|
4443
|
+
sepia(value?: number): void;
|
|
4444
|
+
saturate(value?: number): void;
|
|
4445
|
+
multiply(matrix: any): void;
|
|
4446
|
+
brightness(value?: number): void;
|
|
4447
|
+
contrast(value?: number): void;
|
|
4448
|
+
linear(slope?: number, intercept?: number): void;
|
|
4449
|
+
invert(value?: number): void;
|
|
4450
|
+
hsl(): {
|
|
4451
|
+
h: number;
|
|
4452
|
+
s: number;
|
|
4453
|
+
l: number;
|
|
4454
|
+
};
|
|
4455
|
+
clamp(value: any): any;
|
|
4456
|
+
}
|
|
4457
|
+
export {};
|
|
4458
|
+
}
|
|
4459
|
+
|
|
4460
|
+
// @shell/utils/time
|
|
4461
|
+
|
|
4462
|
+
declare module '@shell/utils/time' {
|
|
4463
|
+
export function diffFrom(value: any, from: any, t: any): {
|
|
4464
|
+
diff: any;
|
|
4465
|
+
absDiff: number;
|
|
4466
|
+
label: string;
|
|
4467
|
+
unitsKey: string;
|
|
4468
|
+
units: string;
|
|
4469
|
+
next: number;
|
|
4470
|
+
};
|
|
4471
|
+
export function safeSetTimeout(timeout: any, callback: any, that: any): NodeJS.Timeout;
|
|
4472
|
+
export function getSecondsDiff(startDate: any, endDate: any): number;
|
|
4473
|
+
/**
|
|
4474
|
+
* return { diff: number; label: string }
|
|
4475
|
+
*
|
|
4476
|
+
* diff: update frequency in seconds
|
|
4477
|
+
* label: content of the cell's column
|
|
4478
|
+
*/
|
|
4479
|
+
export function elapsedTime(seconds: any): {
|
|
4480
|
+
diff?: undefined;
|
|
4481
|
+
label?: undefined;
|
|
4482
|
+
} | {
|
|
4483
|
+
diff: number;
|
|
4484
|
+
label: string;
|
|
4485
|
+
};
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
// @shell/utils/units
|
|
4489
|
+
|
|
4490
|
+
declare module '@shell/utils/units' {
|
|
4491
|
+
export function formatSi(inValue: any, { increment, addSuffix, addSuffixSpace, suffix, firstSuffix, startingExponent, minExponent, maxExponent, maxPrecision, canRoundToZero, }?: {
|
|
4492
|
+
increment?: number;
|
|
4493
|
+
addSuffix?: boolean;
|
|
4494
|
+
addSuffixSpace?: boolean;
|
|
4495
|
+
suffix?: string;
|
|
4496
|
+
firstSuffix?: any;
|
|
4497
|
+
startingExponent?: number;
|
|
4498
|
+
minExponent?: number;
|
|
4499
|
+
maxExponent?: number;
|
|
4500
|
+
maxPrecision?: number;
|
|
4501
|
+
canRoundToZero?: boolean;
|
|
4502
|
+
}): string;
|
|
4503
|
+
export function exponentNeeded(val: any, increment?: number): number;
|
|
4504
|
+
export function parseSi(inValue: any, opt: any): number;
|
|
4505
|
+
export function createMemoryFormat(n: any): {
|
|
4506
|
+
maxExponent: number;
|
|
4507
|
+
minExponent: number;
|
|
4508
|
+
addSuffix: boolean;
|
|
4509
|
+
firstSuffix: string;
|
|
4510
|
+
increment: number;
|
|
4511
|
+
maxPrecision: number;
|
|
4512
|
+
startingExponent: number;
|
|
4513
|
+
suffix: string;
|
|
4514
|
+
};
|
|
4515
|
+
export function createMemoryValues(total: any, useful: any): {
|
|
4516
|
+
total: number;
|
|
4517
|
+
useful: number;
|
|
4518
|
+
units: string;
|
|
4519
|
+
};
|
|
4520
|
+
export const UNITS: string[];
|
|
4521
|
+
export const FRACTIONAL: string[];
|
|
4522
|
+
export namespace MEMORY_PARSE_RULES {
|
|
4523
|
+
namespace memory {
|
|
4524
|
+
namespace format {
|
|
4525
|
+
let addSuffix: boolean;
|
|
4526
|
+
let firstSuffix: string;
|
|
4527
|
+
let increment: number;
|
|
4528
|
+
let maxExponent: number;
|
|
4529
|
+
let maxPrecision: number;
|
|
4530
|
+
let minExponent: number;
|
|
4531
|
+
let startingExponent: number;
|
|
4532
|
+
let suffix: string;
|
|
4533
|
+
}
|
|
4534
|
+
}
|
|
4535
|
+
}
|
|
4536
|
+
declare namespace _default {
|
|
4537
|
+
export { exponentNeeded };
|
|
4538
|
+
export { formatSi };
|
|
4539
|
+
export { parseSi };
|
|
4540
|
+
}
|
|
4541
|
+
export default _default;
|
|
4542
|
+
}
|
|
4543
|
+
|
|
4544
|
+
// @shell/utils/validators/cidr
|
|
4545
|
+
|
|
4546
|
+
declare module '@shell/utils/validators/cidr' {
|
|
4547
|
+
export function isValidCIDR(cidr: any): boolean;
|
|
4548
|
+
export function isValidIP(ip: any): boolean;
|
|
4549
|
+
export function isValidMac(value: any): boolean;
|
|
4550
|
+
}
|
|
4551
|
+
|
|
4552
|
+
// @shell/utils/validators/cluster-name
|
|
4553
|
+
|
|
4554
|
+
declare module '@shell/utils/validators/cluster-name' {
|
|
4555
|
+
export function clusterName(pathValue: any, getters: any, errors: any, validatorArgs: any, displayKey: any): any;
|
|
4556
|
+
}
|
|
4557
|
+
|
|
4558
|
+
// @shell/utils/validators/container-images
|
|
4559
|
+
|
|
4560
|
+
declare module '@shell/utils/validators/container-images' {
|
|
4561
|
+
export function containerImages(spec: any, getters: any, errors: any): void;
|
|
4562
|
+
}
|
|
4563
|
+
|
|
4564
|
+
// @shell/utils/validators/cron-schedule
|
|
4565
|
+
|
|
4566
|
+
declare module '@shell/utils/validators/cron-schedule' {
|
|
4567
|
+
export function cronSchedule(schedule: string, getters: any, errors: any): void;
|
|
4568
|
+
export namespace cronScheduleRule {
|
|
4569
|
+
function validation(text: any): string;
|
|
4570
|
+
let message: string;
|
|
4571
|
+
}
|
|
4572
|
+
}
|
|
4573
|
+
|
|
4574
|
+
// @shell/utils/validators/flow-output
|
|
4575
|
+
|
|
4576
|
+
declare module '@shell/utils/validators/flow-output' {
|
|
4577
|
+
export function flowOutput(spec: any, getters: any, errors: any, validatorArgs: any): void;
|
|
4578
|
+
}
|
|
4579
|
+
|
|
4580
|
+
// @shell/utils/validators
|
|
4581
|
+
|
|
4582
|
+
declare module '@shell/utils/validators' {
|
|
4583
|
+
export function displayKeyFor(type: any, key: any, getters: any): any;
|
|
4584
|
+
export function validateLength(val: any, field: any, displayKey: any, getters: any, errors?: any[]): any[];
|
|
4585
|
+
export function validateChars(val: any, field: any, displayKey: any, getters: any, errors?: any[]): any[];
|
|
4586
|
+
export function validateHostname(val: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
|
|
4587
|
+
export function validateDnsLabel(label: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
|
|
4588
|
+
export function validateDnsLikeTypes(val: any, type: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
|
|
4589
|
+
export function validateBoolean(val: any, field: any, displayKey: any, getters: any, errors?: any[]): void;
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
// @shell/utils/validators/kubernetes-name
|
|
4593
|
+
|
|
4594
|
+
declare module '@shell/utils/validators/kubernetes-name' {
|
|
4595
|
+
export function validateKubernetesName(label: any, displayKey: any, getters: any, opts: any, errors?: any[]): any[];
|
|
4596
|
+
}
|
|
4597
|
+
|
|
4598
|
+
// @shell/utils/validators/logging-outputs
|
|
4599
|
+
|
|
4600
|
+
declare module '@shell/utils/validators/logging-outputs' {
|
|
4601
|
+
export function logdna(value: any, getters: any, errors: any, validatorArgs: any): void;
|
|
4602
|
+
}
|
|
4603
|
+
|
|
4604
|
+
// @shell/utils/validators/monitoring-route
|
|
4605
|
+
|
|
4606
|
+
declare module '@shell/utils/validators/monitoring-route' {
|
|
4607
|
+
export function matching(spec: any, getters: any, errors: any, validatorArgs: any): void;
|
|
4608
|
+
export function interval(value: any, getters: any, errors: any, validatorArgs: any, displayKey: any): void;
|
|
4609
|
+
}
|
|
4610
|
+
|
|
4611
|
+
// @shell/utils/validators/pod-affinity
|
|
4612
|
+
|
|
4613
|
+
declare module '@shell/utils/validators/pod-affinity' {
|
|
4614
|
+
export function podAffinity(spec: any, getters: any, errors: any): void;
|
|
4615
|
+
}
|
|
4616
|
+
|
|
4617
|
+
// @shell/utils/validators/prometheusrule
|
|
4618
|
+
|
|
4619
|
+
declare module '@shell/utils/validators/prometheusrule' {
|
|
4620
|
+
export function ruleGroups(spec: any, getters: any, errors: any, validatorArgs: any): any;
|
|
4621
|
+
export function groupsAreValid(groups: any[], getters: any, errors: any, validatorArgs: any): any;
|
|
4622
|
+
}
|
|
4623
|
+
|
|
4624
|
+
// @shell/utils/validators/role-template
|
|
4625
|
+
|
|
4626
|
+
declare module '@shell/utils/validators/role-template' {
|
|
4627
|
+
export function roleTemplateRules(rules: any[], getters: any, errors: any, validatorArgs?: any[]): void;
|
|
4628
|
+
}
|
|
4629
|
+
|
|
4630
|
+
// @shell/utils/validators/service
|
|
4631
|
+
|
|
4632
|
+
declare module '@shell/utils/validators/service' {
|
|
4633
|
+
export function servicePort(spec: any, getters: any, errors: any, validatorArgs: any): any;
|
|
4634
|
+
export function clusterIp(spec: any, getters: any, errors: any, validatorArgs: any): any;
|
|
4635
|
+
export function externalName(spec: any, getters: any, errors: any, validatorArgs: any): any;
|
|
4636
|
+
}
|
|
4637
|
+
|
|
4638
|
+
// @shell/utils/validators/setting
|
|
4639
|
+
|
|
4640
|
+
declare module '@shell/utils/validators/setting' {
|
|
4641
|
+
export function isServerUrl(value: any): boolean;
|
|
4642
|
+
export function isHttps(value: any): any;
|
|
4643
|
+
export function isLocalhost(value: any): boolean;
|
|
4644
|
+
export function hasTrailingForwardSlash(value: any): any;
|
|
4645
|
+
}
|
|
4646
|
+
|
|
4647
|
+
// @shell/utils/version
|
|
4648
|
+
|
|
4649
|
+
declare module '@shell/utils/version' {
|
|
4650
|
+
export function parse(str: any): any;
|
|
4651
|
+
export function sortable(str: any): any;
|
|
4652
|
+
export function compare(in1: any, in2: any): any;
|
|
4653
|
+
export function isPrerelease(version?: string): boolean;
|
|
4654
|
+
export function isDevBuild(version: any): boolean;
|
|
4655
|
+
export function getVersionInfo(store: any): {
|
|
4656
|
+
displayVersion: any;
|
|
4657
|
+
fullVersion: any;
|
|
4658
|
+
};
|
|
4659
|
+
export function seenReleaseNotes(store: any): boolean;
|
|
4660
|
+
export function markSeenReleaseNotes(store: any): Promise<void>;
|
|
4661
|
+
export function readReleaseNotes(store: any): boolean;
|
|
4662
|
+
export function markReadReleaseNotes(store: any): Promise<void>;
|
|
4663
|
+
}
|
|
4664
|
+
|
|
4665
|
+
// @shell/utils/width
|
|
4666
|
+
|
|
4667
|
+
declare module '@shell/utils/width' {
|
|
4668
|
+
/**
|
|
4669
|
+
* Sets the width of a DOM element. Adapted from [youmightnotneedjquery.com](https://youmightnotneedjquery.com/#set_width)
|
|
4670
|
+
* @param {Element} el - The target DOM element
|
|
4671
|
+
* @param {function | string | number} val - The desired width represented as a Number
|
|
4672
|
+
*/
|
|
4673
|
+
export function setWidth(el: Element, val: Function | string | number): void;
|
|
4674
|
+
/**
|
|
4675
|
+
* Gets the width of a DOM element. Adapted from [youmightnotneedjquery.com](https://youmightnotneedjquery.com/#get_width)
|
|
4676
|
+
* @param {Element} el - The target DOM element
|
|
4677
|
+
* @returns Number representing the width for the provided element
|
|
4678
|
+
*/
|
|
4679
|
+
export function getWidth(el: Element): number;
|
|
4680
|
+
}
|
|
4681
|
+
|
|
4682
|
+
// @shell/utils/window
|
|
4683
|
+
|
|
4684
|
+
declare module '@shell/utils/window' {
|
|
4685
|
+
export function popupWindowOptions(width: any, height: any): string;
|
|
4686
|
+
export function open(url: any, name?: string, opt?: string): Window;
|
|
4687
|
+
export class Popup {
|
|
4688
|
+
constructor(onOpen?: () => void, onClose?: () => void);
|
|
4689
|
+
onOpen: () => void;
|
|
4690
|
+
onClose: () => void;
|
|
4691
|
+
popup: Window;
|
|
4692
|
+
open(url: any, name: any, opt: any): void;
|
|
4693
|
+
}
|
|
4694
|
+
}
|