@rancher/shell 0.5.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (338) hide show
  1. package/.DS_Store +0 -0
  2. package/assets/images/providers/aks-black.svg +28 -0
  3. package/assets/images/providers/aks.svg +31 -0
  4. package/assets/styles/global/_labeled-input.scss +1 -0
  5. package/assets/styles/global/_layout.scss +0 -99
  6. package/assets/translations/en-us.yaml +77 -71
  7. package/assets/translations/zh-hans.yaml +25 -23
  8. package/babel.config.js +1 -7
  9. package/chart/gatekeeper.vue +11 -2
  10. package/chart/istio.vue +10 -1
  11. package/chart/logging/index.vue +11 -2
  12. package/chart/monitoring/alerting/index.vue +21 -7
  13. package/chart/monitoring/grafana/index.vue +2 -57
  14. package/chart/monitoring/index.vue +26 -52
  15. package/chart/monitoring/prometheus/index.vue +43 -37
  16. package/chart/rancher-backup/index.vue +10 -3
  17. package/cloud-credential/azure.vue +17 -4
  18. package/components/AsyncButton.vue +0 -9
  19. package/components/Carousel.vue +0 -1
  20. package/components/ChartPsp.vue +76 -0
  21. package/components/CodeMirror.vue +21 -19
  22. package/components/CopyCode.vue +2 -6
  23. package/components/CopyToClipboard.vue +1 -2
  24. package/components/CopyToClipboardText.vue +9 -14
  25. package/components/CruResource.vue +0 -1
  26. package/components/EtcdInfoBanner.vue +5 -5
  27. package/components/ExplorerProjectsNamespaces.vue +1 -25
  28. package/components/IconOrSvg.vue +1 -1
  29. package/components/Markdown.vue +12 -16
  30. package/components/Questions/index.vue +1 -1
  31. package/components/ResourceDetail/Masthead.vue +9 -25
  32. package/components/ResourceList/Masthead.vue +18 -1
  33. package/components/ResourceTable.vue +2 -14
  34. package/components/ResourceYaml.vue +0 -5
  35. package/components/SideNav.vue +1 -1
  36. package/components/SortableTable/THead.vue +9 -7
  37. package/components/SortableTable/index.vue +3 -2
  38. package/components/StatusTable.vue +1 -5
  39. package/components/TabTitle.vue +84 -0
  40. package/components/Tabbed/index.vue +0 -12
  41. package/components/__tests__/ChartPsp.test.ts +75 -0
  42. package/components/__tests__/CopyCode.test.ts +4 -5
  43. package/components/fleet/FleetBundles.vue +11 -5
  44. package/components/fleet/FleetRepos.vue +27 -62
  45. package/components/fleet/FleetResources.vue +1 -6
  46. package/components/fleet/FleetStatus.vue +3 -3
  47. package/components/fleet/FleetSummary.vue +30 -35
  48. package/components/form/ArrayList.vue +8 -1
  49. package/components/form/ArrayListSelect.vue +9 -9
  50. package/components/form/KeyValue.vue +0 -1
  51. package/components/form/LabeledSelect.vue +0 -4
  52. package/components/form/Password.vue +1 -3
  53. package/components/form/Select.vue +1 -1
  54. package/components/form/SelectOrCreateAuthSecret.vue +4 -4
  55. package/components/form/__tests__/KeyValue.test.ts +1 -1
  56. package/components/formatter/Checked.vue +3 -11
  57. package/components/formatter/ClusterProvider.vue +18 -1
  58. package/components/formatter/FleetSummaryGraph.vue +11 -23
  59. package/components/formatter/LiveDate.vue +16 -0
  60. package/components/formatter/LiveDuration.vue +1 -1
  61. package/components/formatter/PercentageBar.vue +1 -1
  62. package/components/formatter/__tests__/ClusterProvider.test.ts +28 -0
  63. package/components/nav/Group.vue +2 -2
  64. package/components/nav/Header.vue +2 -1
  65. package/components/nav/TopLevelMenu.vue +3 -29
  66. package/components/nav/Type.vue +3 -1
  67. package/components/nav/WindowManager/ContainerLogs.vue +19 -120
  68. package/components/nav/WindowManager/ContainerShell.vue +1 -6
  69. package/components/nav/WindowManager/index.vue +10 -11
  70. package/components/nav/__tests__/TopLevelMenu.test.ts +0 -33
  71. package/components/nav/__tests__/Type.test.ts +1 -1
  72. package/components/nuxt/nuxt-child.js +78 -14
  73. package/components/nuxt/nuxt.js +1 -1
  74. package/components/user.retention/user-retention-header.vue +34 -0
  75. package/composables/useI18n.ts +26 -0
  76. package/composables/useStore.ts +16 -0
  77. package/config/harvester-manager-types.js +0 -2
  78. package/config/home-links.js +32 -2
  79. package/config/private-label.js +0 -22
  80. package/config/product/explorer.js +4 -4
  81. package/config/product/fleet.js +1 -6
  82. package/config/product/legacy.js +1 -84
  83. package/config/product/manager.js +15 -8
  84. package/config/query-params.js +0 -1
  85. package/config/router.js +368 -385
  86. package/config/settings.ts +9 -2
  87. package/config/store.js +1 -1
  88. package/config/system-namespaces.js +0 -3
  89. package/config/table-headers.js +27 -47
  90. package/config/types.js +5 -0
  91. package/config/uiplugins.js +1 -1
  92. package/core/plugin-helpers.js +5 -3
  93. package/core/plugin-routes.ts +114 -56
  94. package/core/plugin.ts +10 -16
  95. package/core/plugins-loader.js +9 -7
  96. package/core/plugins.js +3 -0
  97. package/core/types-provisioning.ts +0 -7
  98. package/creators/app/init +0 -19
  99. package/detail/fleet.cattle.io.cluster.vue +1 -11
  100. package/detail/node.vue +0 -42
  101. package/detail/pod.vue +1 -68
  102. package/detail/provisioning.cattle.io.cluster.vue +4 -6
  103. package/detail/workload/index.vue +1 -15
  104. package/dialog/ScaleMachineDownDialog.vue +17 -34
  105. package/edit/auth/googleoauth.vue +5 -1
  106. package/edit/catalog.cattle.io.clusterrepo.vue +7 -20
  107. package/edit/cloudcredential.vue +0 -2
  108. package/edit/fleet.cattle.io.gitrepo.vue +4 -3
  109. package/edit/management.cattle.io.project.vue +52 -1
  110. package/edit/management.cattle.io.setting.vue +2 -31
  111. package/edit/monitoring.coreos.com.prometheusrule/AlertingRule.vue +3 -12
  112. package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +1 -2
  113. package/edit/networking.k8s.io.networkpolicy/__tests__/PolicyRuleTarget.spec.ts +1 -1
  114. package/edit/provisioning.cattle.io.cluster/{tabs/Basics.vue → Basics.vue} +126 -109
  115. package/edit/provisioning.cattle.io.cluster/{tabs/MachinePool.vue → MachinePool.vue} +7 -1
  116. package/edit/provisioning.cattle.io.cluster/{tabs/registries/RegistryConfigs.vue → RegistryConfigs.vue} +3 -1
  117. package/edit/provisioning.cattle.io.cluster/SelectCredential.vue +7 -15
  118. package/edit/provisioning.cattle.io.cluster/__tests__/Basics.tests.ts +237 -0
  119. package/edit/provisioning.cattle.io.cluster/__tests__/{CustomCommand.test.ts → CustomCommand.tests.ts} +0 -6
  120. package/edit/provisioning.cattle.io.cluster/__tests__/DrainOptions.test.ts +1 -1
  121. package/edit/provisioning.cattle.io.cluster/__tests__/rke2.test.ts +1 -7
  122. package/edit/provisioning.cattle.io.cluster/import.vue +2 -2
  123. package/edit/provisioning.cattle.io.cluster/index.vue +37 -99
  124. package/edit/provisioning.cattle.io.cluster/rke2.vue +690 -181
  125. package/edit/service.vue +0 -12
  126. package/edit/workload/Upgrading.vue +2 -3
  127. package/edit/workload/index.vue +1 -2
  128. package/edit/workload/mixins/workload.js +1 -1
  129. package/initialize/App.js +71 -25
  130. package/initialize/client.js +162 -21
  131. package/initialize/index.js +124 -47
  132. package/initialize/layouts.ts +26 -0
  133. package/{components/templates → layouts}/blank.vue +1 -1
  134. package/{components/templates → layouts}/default.vue +98 -8
  135. package/{components/templates → layouts}/error.vue +19 -10
  136. package/{components/templates → layouts}/home.vue +1 -4
  137. package/{components/templates → layouts}/plain.vue +1 -4
  138. package/{components/templates → layouts}/standalone.vue +1 -1
  139. package/{components/templates → layouts}/unauthenticated.vue +1 -1
  140. package/list/management.cattle.io.feature.vue +7 -1
  141. package/list/management.cattle.io.user.vue +25 -1
  142. package/list/node.vue +0 -1
  143. package/machine-config/__tests__/vmwarevsphere.test.ts +161 -56
  144. package/machine-config/amazonec2.vue +1 -0
  145. package/machine-config/azure.vue +37 -21
  146. package/machine-config/vmwarevsphere.vue +47 -42
  147. package/middleware/authenticated.js +19 -14
  148. package/mixins/auth-config.js +7 -2
  149. package/mixins/brand.js +41 -29
  150. package/mixins/fetch.server.js +73 -0
  151. package/mixins/labeled-form-element.ts +1 -6
  152. package/models/__tests__/management.cattle.io.node.ts +0 -85
  153. package/models/__tests__/namespace.test.ts +9 -49
  154. package/models/cluster/node.js +4 -4
  155. package/models/cluster.x-k8s.io.machine.js +1 -1
  156. package/models/cluster.x-k8s.io.machinedeployment.js +0 -14
  157. package/models/fleet.cattle.io.cluster.js +0 -4
  158. package/models/fleet.cattle.io.gitrepo.js +13 -56
  159. package/models/management.cattle.io.cluster.js +3 -11
  160. package/models/management.cattle.io.kontainerdriver.js +0 -1
  161. package/models/management.cattle.io.node.js +14 -18
  162. package/models/management.cattle.io.nodepool.js +0 -17
  163. package/models/management.cattle.io.project.js +36 -0
  164. package/models/management.cattle.io.setting.js +7 -11
  165. package/models/management.cattle.io.user.js +65 -0
  166. package/models/namespace.js +1 -1
  167. package/models/pod.js +0 -20
  168. package/models/provisioning.cattle.io.cluster.js +8 -55
  169. package/models/secret.js +18 -117
  170. package/models/workload.js +0 -16
  171. package/models/workload.service.js +0 -18
  172. package/package.json +10 -12
  173. package/pages/about.vue +1 -0
  174. package/pages/account/create-key.vue +1 -0
  175. package/pages/account/index.vue +1 -0
  176. package/pages/auth/login.vue +1 -0
  177. package/pages/auth/logout.vue +2 -0
  178. package/pages/auth/setup.vue +4 -37
  179. package/pages/auth/verify.vue +8 -14
  180. package/pages/c/_cluster/apps/charts/__tests__/install.helper.test.ts +17 -2
  181. package/pages/c/_cluster/apps/charts/index.vue +58 -64
  182. package/pages/c/_cluster/apps/charts/install.helpers.js +13 -2
  183. package/pages/c/_cluster/apps/charts/install.vue +5 -5
  184. package/pages/c/_cluster/apps/index.vue +2 -0
  185. package/pages/c/_cluster/auth/index.vue +2 -0
  186. package/pages/c/_cluster/auth/user.retention/index.vue +384 -0
  187. package/pages/c/_cluster/ecm/index.vue +2 -0
  188. package/pages/c/_cluster/explorer/index.vue +53 -56
  189. package/pages/c/_cluster/explorer/tools/index.vue +3 -171
  190. package/pages/c/_cluster/fleet/index.vue +1 -1
  191. package/pages/c/_cluster/index.vue +2 -0
  192. package/pages/c/_cluster/manager/pages/_page.vue +5 -4
  193. package/pages/c/_cluster/monitoring/index.vue +1 -17
  194. package/pages/c/_cluster/settings/DefaultLinksEditor.vue +1 -0
  195. package/pages/c/_cluster/settings/banners.vue +2 -0
  196. package/pages/c/_cluster/settings/brand.vue +2 -0
  197. package/pages/c/_cluster/settings/index.vue +2 -0
  198. package/pages/c/_cluster/settings/links.vue +3 -2
  199. package/pages/c/_cluster/settings/performance.vue +1 -0
  200. package/pages/c/_cluster/uiplugins/AddExtensionRepos.vue +4 -4
  201. package/pages/c/_cluster/uiplugins/CatalogList/CatalogLoadDialog.vue +1 -2
  202. package/pages/c/_cluster/uiplugins/CatalogList/index.vue +46 -10
  203. package/pages/c/_cluster/uiplugins/SetupUIPlugins.vue +5 -2
  204. package/pages/c/_cluster/uiplugins/__tests__/AddExtensionRepos.test.ts +96 -0
  205. package/pages/c/_cluster/uiplugins/__tests__/SetupUIPlugins.test.ts +128 -0
  206. package/pages/c/_cluster/uiplugins/index.vue +2 -0
  207. package/pages/c/index.vue +9 -0
  208. package/pages/diagnostic.vue +2 -1
  209. package/pages/fail-whale.vue +1 -0
  210. package/pages/prefs.vue +1 -0
  211. package/pages/rio/mesh.vue +508 -0
  212. package/pages/support/index.vue +8 -2
  213. package/pkg/auto-import.js +1 -1
  214. package/plugins/axios.js +36 -0
  215. package/plugins/back-button.js +5 -3
  216. package/plugins/clean-html-directive.js +19 -1
  217. package/plugins/clean-tooltip-directive.js +1 -1
  218. package/plugins/codemirror-loader.js +1 -1
  219. package/plugins/codemirror.js +0 -41
  220. package/plugins/dashboard-store/__tests__/actions.spec.ts +250 -0
  221. package/plugins/dashboard-store/__tests__/{mutations.test.ts → mutations.spec.ts} +1 -1
  222. package/plugins/dashboard-store/actions.js +21 -22
  223. package/plugins/dashboard-store/classify.js +18 -1
  224. package/plugins/dashboard-store/getters.js +5 -10
  225. package/plugins/dashboard-store/index.js +12 -0
  226. package/plugins/dashboard-store/mutations.js +4 -0
  227. package/plugins/dashboard-store/resource-class.js +18 -59
  228. package/plugins/i18n.js +1 -1
  229. package/plugins/steve/__tests__/getters.spec.ts +56 -24
  230. package/plugins/steve/__tests__/subscribe.spec.ts +106 -0
  231. package/plugins/steve/getters.js +30 -7
  232. package/plugins/steve/mutations.js +5 -2
  233. package/plugins/steve/norman-class.js +0 -19
  234. package/plugins/steve/steve-class.js +0 -22
  235. package/plugins/steve/subscribe.js +34 -13
  236. package/plugins/transitions.js +4 -0
  237. package/plugins/vue-clipboard2.js +4 -0
  238. package/rancher-components/Accordion/Accordion.vue +3 -2
  239. package/rancher-components/BadgeState/BadgeState.vue +3 -3
  240. package/rancher-components/Banner/Banner.test.ts +1 -5
  241. package/rancher-components/Banner/Banner.vue +2 -2
  242. package/rancher-components/Card/Card.vue +4 -4
  243. package/rancher-components/Form/Checkbox/Checkbox.vue +4 -3
  244. package/rancher-components/Form/LabeledInput/LabeledInput.test.ts +1 -1
  245. package/rancher-components/Form/LabeledInput/LabeledInput.vue +55 -24
  246. package/rancher-components/Form/Radio/RadioButton.test.ts +1 -3
  247. package/rancher-components/Form/Radio/RadioButton.vue +13 -7
  248. package/rancher-components/Form/Radio/RadioGroup.vue +4 -3
  249. package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +7 -5
  250. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +7 -4
  251. package/rancher-components/LabeledTooltip/LabeledTooltip.vue +9 -4
  252. package/rancher-components/StringList/StringList.vue +8 -8
  253. package/rancher-components/components/Accordion/Accordion.vue +3 -2
  254. package/rancher-components/components/BadgeState/BadgeState.test.ts +12 -0
  255. package/rancher-components/components/Form/LabeledInput/LabeledInput.test.ts +2 -19
  256. package/rancher-components/components/Form/LabeledInput/LabeledInput.vue +14 -11
  257. package/rancher-components/components/Form/TextArea/TextAreaAutoGrow.vue +1 -1
  258. package/rancher-components/components/StringList/StringList.test.ts +0 -270
  259. package/rancher-components/components/StringList/StringList.vue +18 -57
  260. package/scripts/extension/bundle +7 -19
  261. package/scripts/extension/helm/scripts/package +3 -11
  262. package/scripts/extension/parse-tag-name +4 -4
  263. package/scripts/extension/publish +9 -20
  264. package/scripts/publish-shell.sh +1 -11
  265. package/scripts/test-plugins-build.sh +9 -85
  266. package/store/catalog.js +1 -1
  267. package/store/features.js +0 -1
  268. package/store/i18n.js +0 -11
  269. package/store/index.js +11 -8
  270. package/store/prefs.js +38 -33
  271. package/store/type-map.js +8 -13
  272. package/tsconfig.default.json +46 -0
  273. package/tsconfig.json +9 -35
  274. package/types/shell/index.d.ts +404 -463
  275. package/utils/__tests__/create-yaml.test.ts +10 -0
  276. package/utils/axios.js +19 -0
  277. package/utils/create-yaml.js +6 -6
  278. package/utils/custom-validators.js +2 -0
  279. package/utils/error.js +1 -16
  280. package/utils/monitoring.js +2 -37
  281. package/utils/nuxt.js +39 -18
  282. package/utils/object.js +0 -14
  283. package/utils/router.scrollBehavior.js +14 -12
  284. package/utils/socket.js +1 -0
  285. package/utils/time.js +1 -1
  286. package/utils/title.ts +3 -0
  287. package/utils/url.ts +1 -1
  288. package/utils/validators/formRules/__tests__/index.test.ts +4 -49
  289. package/utils/validators/formRules/index.ts +9 -12
  290. package/utils/validators/setting.js +10 -6
  291. package/vue.config.js +3 -24
  292. package/chart/monitoring/steps/uninstall-v1.vue +0 -135
  293. package/components/Certificates.vue +0 -164
  294. package/components/fleet/__tests__/FleetSummary.test.ts +0 -316
  295. package/components/formatter/FleetClusterSummaryGraph.vue +0 -27
  296. package/components/formatter/__tests__/Checked.test.ts +0 -19
  297. package/components/nav/WindowManager/__tests__/ContainerLogs.test.ts +0 -186
  298. package/composables/useCompactInput.ts +0 -20
  299. package/composables/useLabeledFormElement.ts +0 -138
  300. package/creators/app/files/.gitlab-ci.yml +0 -14
  301. package/edit/__tests__/service.test.ts +0 -89
  302. package/edit/provisioning.cattle.io.cluster/__tests__/Advanced.test.ts +0 -112
  303. package/edit/provisioning.cattle.io.cluster/__tests__/Basics.test.ts +0 -473
  304. package/edit/provisioning.cattle.io.cluster/__tests__/index.test.ts +0 -73
  305. package/edit/provisioning.cattle.io.cluster/__tests__/utils/cluster.ts +0 -386
  306. package/edit/provisioning.cattle.io.cluster/tabs/AddOnConfig.vue +0 -137
  307. package/edit/provisioning.cattle.io.cluster/tabs/Advanced.vue +0 -157
  308. package/edit/provisioning.cattle.io.cluster/tabs/etcd/index.vue +0 -135
  309. package/edit/provisioning.cattle.io.cluster/tabs/networking/index.vue +0 -189
  310. package/edit/provisioning.cattle.io.cluster/tabs/registries/index.vue +0 -144
  311. package/edit/provisioning.cattle.io.cluster/tabs/upgrade/index.vue +0 -76
  312. package/mixins/v1-workload-metrics.js +0 -43
  313. package/models/__tests__/management.cattle.io.cluster.test.ts +0 -23
  314. package/models/__tests__/management.cattle.io.nodepool.ts +0 -83
  315. package/models/__tests__/provisioning.cattle.io.cluster.test.ts +0 -90
  316. package/models/__tests__/workload.test.ts +0 -91
  317. package/plugins/clean-html.js +0 -53
  318. package/plugins/dashboard-store/__tests__/actions.test.ts +0 -165
  319. package/plugins/dashboard-store/__tests__/resource-class.test.ts +0 -49
  320. package/plugins/dashboard-store/__tests__/utils/store-mocks.ts +0 -7
  321. package/plugins/index.js +0 -11
  322. package/plugins/steve/__tests__/steve-class.spec.ts +0 -59
  323. package/plugins/steve/__tests__/utils/steve-mocks.ts +0 -31
  324. package/scripts/.gitlab/workflows/build-extension-catalog.gitlab-ci.yml +0 -50
  325. package/server/har-file.js +0 -183
  326. package/tsconfig.paths.json +0 -18
  327. package/utils/azure.js +0 -24
  328. package/utils/clipboard.js +0 -5
  329. /package/components/form/__tests__/{NameNsDescription.test.ts → NameNsDescription.ts} +0 -0
  330. /package/edit/networking.k8s.io.networkpolicy/__tests__/utils/{selectors.test.ts → selectors.ts} +0 -0
  331. /package/edit/provisioning.cattle.io.cluster/{tabs/networking/ACE.vue → ACE.vue} +0 -0
  332. /package/edit/provisioning.cattle.io.cluster/{tabs/AgentConfiguration.vue → AgentConfiguration.vue} +0 -0
  333. /package/edit/provisioning.cattle.io.cluster/{tabs/upgrade/DrainOptions.vue → DrainOptions.vue} +0 -0
  334. /package/edit/provisioning.cattle.io.cluster/{tabs/MemberRoles.vue → MemberRoles.vue} +0 -0
  335. /package/edit/provisioning.cattle.io.cluster/{tabs/registries/RegistryMirrors.vue → RegistryMirrors.vue} +0 -0
  336. /package/edit/provisioning.cattle.io.cluster/{tabs/etcd/S3Config.vue → S3Config.vue} +0 -0
  337. /package/plugins/dashboard-store/__tests__/{getters.test.ts → getters.spec.ts} +0 -0
  338. /package/rancher-components/BadgeState/{BadgeState.spec.ts → BadgeState.test.ts} +0 -0
@@ -200,7 +200,6 @@ export const DIFF: "diff";
200
200
  export const _UNIFIED: "unified";
201
201
  export const _SPLIT: "split";
202
202
  export const SUB_TYPE: "type";
203
- export const RKE_TYPE: "rkeType";
204
203
  export const REPO_TYPE: "repo-type";
205
204
  export const REPO: "repo";
206
205
  export const CHART: "chart";
@@ -808,7 +807,7 @@ export namespace USER_PROVIDER {
808
807
  const sort_37: string;
809
808
  export { sort_37 as sort };
810
809
  }
811
- export namespace USER_ID {
810
+ export namespace USER_LAST_LOGIN {
812
811
  const name_45: string;
813
812
  export { name_45 as name };
814
813
  const labelKey_45: string;
@@ -817,60 +816,71 @@ export namespace USER_ID {
817
816
  export { value_44 as value };
818
817
  const formatter_23: string;
819
818
  export { formatter_23 as formatter };
820
- const canBeVariable_5: boolean;
821
- export { canBeVariable_5 as canBeVariable };
819
+ export namespace formatterOpts_3 {
820
+ const addSuffix: boolean;
821
+ }
822
+ export { formatterOpts_3 as formatterOpts };
822
823
  const sort_38: string;
823
824
  export { sort_38 as sort };
824
825
  }
825
- export namespace ADDRESS {
826
+ export namespace USER_DISABLED_IN {
826
827
  const name_46: string;
827
828
  export { name_46 as name };
828
829
  const labelKey_46: string;
829
830
  export { labelKey_46 as labelKey };
830
831
  const value_45: string;
831
832
  export { value_45 as value };
832
- const sort_39: string[];
833
+ const formatter_24: string;
834
+ export { formatter_24 as formatter };
835
+ export namespace formatterOpts_4 {
836
+ const isCountdown: boolean;
837
+ }
838
+ export { formatterOpts_4 as formatterOpts };
839
+ const sort_39: string;
833
840
  export { sort_39 as sort };
834
841
  }
835
- export namespace SIMPLE_TYPE {
842
+ export namespace USER_DELETED_IN {
836
843
  const name_47: string;
837
844
  export { name_47 as name };
838
845
  const labelKey_47: string;
839
846
  export { labelKey_47 as labelKey };
840
847
  const value_46: string;
841
848
  export { value_46 as value };
842
- const sort_40: string[];
849
+ const formatter_25: string;
850
+ export { formatter_25 as formatter };
851
+ export namespace formatterOpts_5 {
852
+ const isCountdown_1: boolean;
853
+ export { isCountdown_1 as isCountdown };
854
+ }
855
+ export { formatterOpts_5 as formatterOpts };
856
+ const sort_40: string;
843
857
  export { sort_40 as sort };
844
- const width_14: number;
845
- export { width_14 as width };
846
858
  }
847
- export namespace IMAGE_SIZE {
859
+ export namespace USER_ID {
848
860
  const name_48: string;
849
861
  export { name_48 as name };
850
862
  const labelKey_48: string;
851
863
  export { labelKey_48 as labelKey };
852
864
  const value_47: string;
853
865
  export { value_47 as value };
854
- const sort_41: string[];
866
+ const formatter_26: string;
867
+ export { formatter_26 as formatter };
868
+ const canBeVariable_5: boolean;
869
+ export { canBeVariable_5 as canBeVariable };
870
+ const sort_41: string;
855
871
  export { sort_41 as sort };
856
- const formatter_24: string;
857
- export { formatter_24 as formatter };
858
872
  }
859
- export namespace TYPE {
873
+ export namespace ADDRESS {
860
874
  const name_49: string;
861
875
  export { name_49 as name };
862
876
  const labelKey_49: string;
863
877
  export { labelKey_49 as labelKey };
864
878
  const value_48: string;
865
879
  export { value_48 as value };
866
- export function getValue_10(row: any): any;
867
- export { getValue_10 as getValue };
868
880
  const sort_42: string[];
869
881
  export { sort_42 as sort };
870
- const width_15: number;
871
- export { width_15 as width };
872
882
  }
873
- export namespace SUB_TYPE {
883
+ export namespace SIMPLE_TYPE {
874
884
  const name_50: string;
875
885
  export { name_50 as name };
876
886
  const labelKey_50: string;
@@ -879,57 +889,58 @@ export namespace SUB_TYPE {
879
889
  export { value_49 as value };
880
890
  const sort_43: string[];
881
891
  export { sort_43 as sort };
882
- const width_16: number;
883
- export { width_16 as width };
892
+ const width_14: number;
893
+ export { width_14 as width };
884
894
  }
885
- export namespace EVENT_TYPE {
895
+ export namespace IMAGE_SIZE {
886
896
  const name_51: string;
887
897
  export { name_51 as name };
888
898
  const labelKey_51: string;
889
899
  export { labelKey_51 as labelKey };
890
900
  const value_50: string;
891
901
  export { value_50 as value };
892
- const sort_44: string;
902
+ const sort_44: string[];
893
903
  export { sort_44 as sort };
904
+ const formatter_27: string;
905
+ export { formatter_27 as formatter };
894
906
  }
895
- export namespace STATUS {
907
+ export namespace TYPE {
896
908
  const name_52: string;
897
909
  export { name_52 as name };
898
910
  const labelKey_52: string;
899
911
  export { labelKey_52 as labelKey };
900
912
  const value_51: string;
901
913
  export { value_51 as value };
914
+ export function getValue_10(row: any): any;
915
+ export { getValue_10 as getValue };
902
916
  const sort_45: string[];
903
917
  export { sort_45 as sort };
904
- const width_17: number;
905
- export { width_17 as width };
918
+ const width_15: number;
919
+ export { width_15 as width };
906
920
  }
907
- export namespace LAST_SEEN_TIME {
921
+ export namespace SUB_TYPE {
908
922
  const name_53: string;
909
923
  export { name_53 as name };
910
924
  const labelKey_53: string;
911
925
  export { labelKey_53 as labelKey };
912
926
  const value_52: string;
913
927
  export { value_52 as value };
914
- const sort_46: string;
928
+ const sort_46: string[];
915
929
  export { sort_46 as sort };
916
- export const tooltip: string;
930
+ const width_16: number;
931
+ export { width_16 as width };
917
932
  }
918
- export namespace LAST_HEARTBEAT_TIME {
933
+ export namespace EVENT_TYPE {
919
934
  const name_54: string;
920
935
  export { name_54 as name };
921
936
  const labelKey_54: string;
922
937
  export { labelKey_54 as labelKey };
923
938
  const value_53: string;
924
939
  export { value_53 as value };
925
- const sort_47: string[];
940
+ const sort_47: string;
926
941
  export { sort_47 as sort };
927
- const formatter_25: string;
928
- export { formatter_25 as formatter };
929
- const width_18: number;
930
- export { width_18 as width };
931
942
  }
932
- export namespace REASON {
943
+ export namespace STATUS {
933
944
  const name_55: string;
934
945
  export { name_55 as name };
935
946
  const labelKey_55: string;
@@ -938,22 +949,21 @@ export namespace REASON {
938
949
  export { value_54 as value };
939
950
  const sort_48: string[];
940
951
  export { sort_48 as sort };
952
+ const width_17: number;
953
+ export { width_17 as width };
941
954
  }
942
- export namespace OBJECT {
955
+ export namespace LAST_SEEN_TIME {
943
956
  const name_56: string;
944
957
  export { name_56 as name };
945
958
  const labelKey_56: string;
946
959
  export { labelKey_56 as labelKey };
947
960
  const value_55: string;
948
961
  export { value_55 as value };
949
- const sort_49: string[];
962
+ const sort_49: string;
950
963
  export { sort_49 as sort };
951
- const canBeVariable_6: boolean;
952
- export { canBeVariable_6 as canBeVariable };
953
- const formatter_26: string;
954
- export { formatter_26 as formatter };
964
+ export const tooltip: string;
955
965
  }
956
- export namespace RECLAIM_POLICY {
966
+ export namespace LAST_HEARTBEAT_TIME {
957
967
  const name_57: string;
958
968
  export { name_57 as name };
959
969
  const labelKey_57: string;
@@ -962,8 +972,12 @@ export namespace RECLAIM_POLICY {
962
972
  export { value_56 as value };
963
973
  const sort_50: string[];
964
974
  export { sort_50 as sort };
975
+ const formatter_28: string;
976
+ export { formatter_28 as formatter };
977
+ const width_18: number;
978
+ export { width_18 as width };
965
979
  }
966
- export namespace PV_REASON {
980
+ export namespace REASON {
967
981
  const name_58: string;
968
982
  export { name_58 as name };
969
983
  const labelKey_58: string;
@@ -973,7 +987,7 @@ export namespace PV_REASON {
973
987
  const sort_51: string[];
974
988
  export { sort_51 as sort };
975
989
  }
976
- export namespace MESSAGE {
990
+ export namespace OBJECT {
977
991
  const name_59: string;
978
992
  export { name_59 as name };
979
993
  const labelKey_59: string;
@@ -982,8 +996,12 @@ export namespace MESSAGE {
982
996
  export { value_58 as value };
983
997
  const sort_52: string[];
984
998
  export { sort_52 as sort };
999
+ const canBeVariable_6: boolean;
1000
+ export { canBeVariable_6 as canBeVariable };
1001
+ const formatter_29: string;
1002
+ export { formatter_29 as formatter };
985
1003
  }
986
- export namespace KEY {
1004
+ export namespace RECLAIM_POLICY {
987
1005
  const name_60: string;
988
1006
  export { name_60 as name };
989
1007
  const labelKey_60: string;
@@ -993,7 +1011,7 @@ export namespace KEY {
993
1011
  const sort_53: string[];
994
1012
  export { sort_53 as sort };
995
1013
  }
996
- export namespace VALUE {
1014
+ export namespace PV_REASON {
997
1015
  const name_61: string;
998
1016
  export { name_61 as name };
999
1017
  const labelKey_61: string;
@@ -1003,7 +1021,7 @@ export namespace VALUE {
1003
1021
  const sort_54: string[];
1004
1022
  export { sort_54 as sort };
1005
1023
  }
1006
- export namespace BUILT_IN {
1024
+ export namespace MESSAGE {
1007
1025
  const name_62: string;
1008
1026
  export { name_62 as name };
1009
1027
  const labelKey_62: string;
@@ -1012,12 +1030,8 @@ export namespace BUILT_IN {
1012
1030
  export { value_61 as value };
1013
1031
  const sort_55: string[];
1014
1032
  export { sort_55 as sort };
1015
- const align_9: string;
1016
- export { align_9 as align };
1017
- const formatter_27: string;
1018
- export { formatter_27 as formatter };
1019
1033
  }
1020
- export namespace CLUSTER_CREATOR_DEFAULT {
1034
+ export namespace KEY {
1021
1035
  const name_63: string;
1022
1036
  export { name_63 as name };
1023
1037
  const labelKey_63: string;
@@ -1026,36 +1040,32 @@ export namespace CLUSTER_CREATOR_DEFAULT {
1026
1040
  export { value_62 as value };
1027
1041
  const sort_56: string[];
1028
1042
  export { sort_56 as sort };
1029
- const align_10: string;
1030
- export { align_10 as align };
1031
- const formatter_28: string;
1032
- export { formatter_28 as formatter };
1033
1043
  }
1034
- export namespace RBAC_DEFAULT {
1044
+ export namespace VALUE {
1035
1045
  const name_64: string;
1036
1046
  export { name_64 as name };
1037
1047
  const labelKey_64: string;
1038
1048
  export { labelKey_64 as labelKey };
1039
1049
  const value_63: string;
1040
1050
  export { value_63 as value };
1041
- const formatter_29: string;
1042
- export { formatter_29 as formatter };
1043
1051
  const sort_57: string[];
1044
1052
  export { sort_57 as sort };
1045
1053
  }
1046
- export namespace RBAC_BUILTIN {
1054
+ export namespace BUILT_IN {
1047
1055
  const name_65: string;
1048
1056
  export { name_65 as name };
1049
1057
  const labelKey_65: string;
1050
1058
  export { labelKey_65 as labelKey };
1051
1059
  const value_64: string;
1052
1060
  export { value_64 as value };
1053
- const formatter_30: string;
1054
- export { formatter_30 as formatter };
1055
1061
  const sort_58: string[];
1056
1062
  export { sort_58 as sort };
1063
+ const align_9: string;
1064
+ export { align_9 as align };
1065
+ const formatter_30: string;
1066
+ export { formatter_30 as formatter };
1057
1067
  }
1058
- export namespace RESOURCE {
1068
+ export namespace CLUSTER_CREATOR_DEFAULT {
1059
1069
  const name_66: string;
1060
1070
  export { name_66 as name };
1061
1071
  const labelKey_66: string;
@@ -1064,28 +1074,36 @@ export namespace RESOURCE {
1064
1074
  export { value_65 as value };
1065
1075
  const sort_59: string[];
1066
1076
  export { sort_59 as sort };
1077
+ const align_10: string;
1078
+ export { align_10 as align };
1079
+ const formatter_31: string;
1080
+ export { formatter_31 as formatter };
1067
1081
  }
1068
- export namespace API_GROUP {
1082
+ export namespace RBAC_DEFAULT {
1069
1083
  const name_67: string;
1070
1084
  export { name_67 as name };
1071
1085
  const labelKey_67: string;
1072
1086
  export { labelKey_67 as labelKey };
1073
1087
  const value_66: string;
1074
1088
  export { value_66 as value };
1089
+ const formatter_32: string;
1090
+ export { formatter_32 as formatter };
1075
1091
  const sort_60: string[];
1076
1092
  export { sort_60 as sort };
1077
1093
  }
1078
- export namespace INGRESS_CLASS {
1094
+ export namespace RBAC_BUILTIN {
1079
1095
  const name_68: string;
1080
1096
  export { name_68 as name };
1081
1097
  const labelKey_68: string;
1082
1098
  export { labelKey_68 as labelKey };
1083
1099
  const value_67: string;
1084
1100
  export { value_67 as value };
1085
- const sort_61: string;
1101
+ const formatter_33: string;
1102
+ export { formatter_33 as formatter };
1103
+ const sort_61: string[];
1086
1104
  export { sort_61 as sort };
1087
1105
  }
1088
- export namespace INGRESS_DEFAULT_BACKEND {
1106
+ export namespace RESOURCE {
1089
1107
  const name_69: string;
1090
1108
  export { name_69 as name };
1091
1109
  const labelKey_69: string;
@@ -1094,26 +1112,18 @@ export namespace INGRESS_DEFAULT_BACKEND {
1094
1112
  export { value_68 as value };
1095
1113
  const sort_62: string[];
1096
1114
  export { sort_62 as sort };
1097
- const formatter_31: string;
1098
- export { formatter_31 as formatter };
1099
- const width_19: number;
1100
- export { width_19 as width };
1101
- const align_11: string;
1102
- export { align_11 as align };
1103
1115
  }
1104
- export namespace INGRESS_TARGET {
1116
+ export namespace API_GROUP {
1105
1117
  const name_70: string;
1106
1118
  export { name_70 as name };
1107
1119
  const labelKey_70: string;
1108
1120
  export { labelKey_70 as labelKey };
1109
1121
  const value_69: string;
1110
1122
  export { value_69 as value };
1111
- const formatter_32: string;
1112
- export { formatter_32 as formatter };
1113
- const sort_63: string;
1123
+ const sort_63: string[];
1114
1124
  export { sort_63 as sort };
1115
1125
  }
1116
- export namespace SPEC_TYPE {
1126
+ export namespace INGRESS_CLASS {
1117
1127
  const name_71: string;
1118
1128
  export { name_71 as name };
1119
1129
  const labelKey_71: string;
@@ -1122,56 +1132,62 @@ export namespace SPEC_TYPE {
1122
1132
  export { value_70 as value };
1123
1133
  const sort_64: string;
1124
1134
  export { sort_64 as sort };
1125
- const formatter_33: string;
1126
- export { formatter_33 as formatter };
1127
1135
  }
1128
- export namespace TARGET_PORT {
1129
- const formatter_34: string;
1130
- export { formatter_34 as formatter };
1131
- const labelKey_72: string;
1132
- export { labelKey_72 as labelKey };
1136
+ export namespace INGRESS_DEFAULT_BACKEND {
1133
1137
  const name_72: string;
1134
1138
  export { name_72 as name };
1135
- const sort_65: string;
1136
- export { sort_65 as sort };
1139
+ const labelKey_72: string;
1140
+ export { labelKey_72 as labelKey };
1137
1141
  const value_71: string;
1138
1142
  export { value_71 as value };
1143
+ const sort_65: string[];
1144
+ export { sort_65 as sort };
1145
+ const formatter_34: string;
1146
+ export { formatter_34 as formatter };
1147
+ const width_19: number;
1148
+ export { width_19 as width };
1149
+ const align_11: string;
1150
+ export { align_11 as align };
1139
1151
  }
1140
- export namespace SELECTOR {
1141
- const formatter_35: string;
1142
- export { formatter_35 as formatter };
1152
+ export namespace INGRESS_TARGET {
1143
1153
  const name_73: string;
1144
1154
  export { name_73 as name };
1145
1155
  const labelKey_73: string;
1146
1156
  export { labelKey_73 as labelKey };
1147
1157
  const value_72: string;
1148
1158
  export { value_72 as value };
1159
+ const formatter_35: string;
1160
+ export { formatter_35 as formatter };
1149
1161
  const sort_66: string;
1150
1162
  export { sort_66 as sort };
1151
1163
  }
1152
- export namespace CHART {
1164
+ export namespace SPEC_TYPE {
1153
1165
  const name_74: string;
1154
1166
  export { name_74 as name };
1155
1167
  const labelKey_74: string;
1156
1168
  export { labelKey_74 as labelKey };
1157
1169
  const value_73: string;
1158
1170
  export { value_73 as value };
1159
- const sort_67: string[];
1171
+ const sort_67: string;
1160
1172
  export { sort_67 as sort };
1173
+ const formatter_36: string;
1174
+ export { formatter_36 as formatter };
1161
1175
  }
1162
- export namespace CHART_UPGRADE {
1163
- const name_75: string;
1164
- export { name_75 as name };
1176
+ export namespace TARGET_PORT {
1177
+ const formatter_37: string;
1178
+ export { formatter_37 as formatter };
1165
1179
  const labelKey_75: string;
1166
1180
  export { labelKey_75 as labelKey };
1167
- const value_74: string;
1168
- export { value_74 as value };
1181
+ const name_75: string;
1182
+ export { name_75 as name };
1169
1183
  const sort_68: string;
1170
1184
  export { sort_68 as sort };
1171
- const dashIfEmpty_4: boolean;
1172
- export { dashIfEmpty_4 as dashIfEmpty };
1185
+ const value_74: string;
1186
+ export { value_74 as value };
1173
1187
  }
1174
- export namespace RESOURCES {
1188
+ export namespace SELECTOR {
1189
+ const formatter_38: string;
1190
+ export { formatter_38 as formatter };
1175
1191
  const name_76: string;
1176
1192
  export { name_76 as name };
1177
1193
  const labelKey_76: string;
@@ -1180,60 +1196,93 @@ export namespace RESOURCES {
1180
1196
  export { value_75 as value };
1181
1197
  const sort_69: string;
1182
1198
  export { sort_69 as sort };
1183
- const width_20: number;
1184
- export { width_20 as width };
1185
1199
  }
1186
- export namespace URL {
1200
+ export namespace CHART {
1187
1201
  const name_77: string;
1188
1202
  export { name_77 as name };
1189
1203
  const labelKey_77: string;
1190
1204
  export { labelKey_77 as labelKey };
1191
1205
  const value_76: string;
1192
1206
  export { value_76 as value };
1193
- const sort_70: string;
1207
+ const sort_70: string[];
1194
1208
  export { sort_70 as sort };
1195
1209
  }
1196
- export namespace LAST_UPDATED {
1210
+ export namespace CHART_UPGRADE {
1197
1211
  const name_78: string;
1198
1212
  export { name_78 as name };
1199
1213
  const labelKey_78: string;
1200
1214
  export { labelKey_78 as labelKey };
1201
1215
  const value_77: string;
1202
1216
  export { value_77 as value };
1203
- const formatter_36: string;
1204
- export { formatter_36 as formatter };
1205
- export namespace formatterOpts_3 {
1206
- const addSuffix: boolean;
1207
- }
1208
- export { formatterOpts_3 as formatterOpts };
1209
- const sort_71: string[];
1217
+ const sort_71: string;
1210
1218
  export { sort_71 as sort };
1219
+ const dashIfEmpty_4: boolean;
1220
+ export { dashIfEmpty_4 as dashIfEmpty };
1211
1221
  }
1212
- export namespace WORKSPACE {
1222
+ export namespace RESOURCES {
1213
1223
  const name_79: string;
1214
1224
  export { name_79 as name };
1215
- export const label: string;
1225
+ const labelKey_79: string;
1226
+ export { labelKey_79 as labelKey };
1216
1227
  const value_78: string;
1217
1228
  export { value_78 as value };
1218
- const sort_72: string[];
1229
+ const sort_72: string;
1219
1230
  export { sort_72 as sort };
1231
+ const width_20: number;
1232
+ export { width_20 as width };
1220
1233
  }
1221
- export namespace WORKLOAD_IMAGES {
1234
+ export namespace URL {
1235
+ const name_80: string;
1236
+ export { name_80 as name };
1237
+ const labelKey_80: string;
1238
+ export { labelKey_80 as labelKey };
1222
1239
  const value_79: string;
1223
1240
  export { value_79 as value };
1224
- export const breakpoint: any;
1241
+ const sort_73: string;
1242
+ export { sort_73 as sort };
1225
1243
  }
1226
- export namespace WORKLOAD_ENDPOINTS {
1227
- const name_80: string;
1228
- export { name_80 as name };
1229
- const labelKey_79: string;
1230
- export { labelKey_79 as labelKey };
1244
+ export namespace LAST_UPDATED {
1245
+ const name_81: string;
1246
+ export { name_81 as name };
1247
+ const labelKey_81: string;
1248
+ export { labelKey_81 as labelKey };
1231
1249
  const value_80: string;
1232
1250
  export { value_80 as value };
1251
+ const formatter_39: string;
1252
+ export { formatter_39 as formatter };
1253
+ export namespace formatterOpts_6 {
1254
+ const addSuffix_1: boolean;
1255
+ export { addSuffix_1 as addSuffix };
1256
+ }
1257
+ export { formatterOpts_6 as formatterOpts };
1258
+ const sort_74: string[];
1259
+ export { sort_74 as sort };
1260
+ }
1261
+ export namespace WORKSPACE {
1262
+ const name_82: string;
1263
+ export { name_82 as name };
1264
+ export const label: string;
1265
+ const value_81: string;
1266
+ export { value_81 as value };
1267
+ const sort_75: string[];
1268
+ export { sort_75 as sort };
1269
+ }
1270
+ export namespace WORKLOAD_IMAGES {
1271
+ const value_82: string;
1272
+ export { value_82 as value };
1273
+ export const breakpoint: any;
1274
+ }
1275
+ export namespace WORKLOAD_ENDPOINTS {
1276
+ const name_83: string;
1277
+ export { name_83 as name };
1278
+ const labelKey_82: string;
1279
+ export { labelKey_82 as labelKey };
1280
+ const value_83: string;
1281
+ export { value_83 as value };
1233
1282
  export function getValue_11(row: any): any;
1234
1283
  export { getValue_11 as getValue };
1235
- const formatter_37: string;
1236
- export { formatter_37 as formatter };
1284
+ const formatter_40: string;
1285
+ export { formatter_40 as formatter };
1237
1286
  const dashIfEmpty_5: boolean;
1238
1287
  export { dashIfEmpty_5 as dashIfEmpty };
1239
1288
  const breakpoint_1: any;
@@ -1241,12 +1290,12 @@ export namespace WORKLOAD_ENDPOINTS {
1241
1290
  export const maxPageSize: number;
1242
1291
  }
1243
1292
  export namespace WORKLOAD_HEALTH_SCALE {
1244
- const name_81: string;
1245
- export { name_81 as name };
1246
- const labelKey_80: string;
1247
- export { labelKey_80 as labelKey };
1248
- const formatter_38: string;
1249
- export { formatter_38 as formatter };
1293
+ const name_84: string;
1294
+ export { name_84 as name };
1295
+ const labelKey_83: string;
1296
+ export { labelKey_83 as labelKey };
1297
+ const formatter_41: string;
1298
+ export { formatter_41 as formatter };
1250
1299
  export function getValue_12(): any;
1251
1300
  export { getValue_12 as getValue };
1252
1301
  const width_21: number;
@@ -1260,504 +1309,432 @@ export namespace WORKLOAD_HEALTH_SCALE {
1260
1309
  export { liveUpdates_1 as liveUpdates };
1261
1310
  }
1262
1311
  export namespace FLEET_SUMMARY {
1263
- const name_82: string;
1264
- export { name_82 as name };
1265
- const labelKey_81: string;
1266
- export { labelKey_81 as labelKey };
1267
- const value_81: string;
1268
- export { value_81 as value };
1269
- const sort_73: boolean;
1270
- export { sort_73 as sort };
1271
- const search_7: boolean;
1272
- export { search_7 as search };
1273
- const formatter_39: string;
1274
- export { formatter_39 as formatter };
1275
- const align_12: string;
1276
- export { align_12 as align };
1277
- const width_22: number;
1278
- export { width_22 as width };
1279
- }
1280
- export namespace FLEET_REPO_CLUSTER_SUMMARY {
1281
- const name_83: string;
1282
- export { name_83 as name };
1283
- const labelKey_82: string;
1284
- export { labelKey_82 as labelKey };
1285
- const value_82: string;
1286
- export { value_82 as value };
1287
- const sort_74: boolean;
1288
- export { sort_74 as sort };
1289
- const search_8: boolean;
1290
- export { search_8 as search };
1291
- const formatter_40: string;
1292
- export { formatter_40 as formatter };
1293
- const align_13: string;
1294
- export { align_13 as align };
1295
- const width_23: number;
1296
- export { width_23 as width };
1297
- }
1298
- export namespace FLEET_REPO_PER_CLUSTER_STATE {
1299
- const name_84: string;
1300
- export { name_84 as name };
1301
- const labelKey_83: string;
1302
- export { labelKey_83 as labelKey };
1303
- const tooltip_1: string;
1304
- export { tooltip_1 as tooltip };
1305
- const sort_75: string[];
1306
- export { sort_75 as sort };
1307
- const width_24: number;
1308
- export { width_24 as width };
1309
- const _default_1: string;
1310
- export { _default_1 as default };
1311
- const formatter_41: string;
1312
- export { formatter_41 as formatter };
1313
- export namespace formatterOpts_4 {
1314
- const arbitrary: boolean;
1315
- }
1316
- export { formatterOpts_4 as formatterOpts };
1317
- }
1318
- export namespace APP_SUMMARY {
1319
1312
  const name_85: string;
1320
1313
  export { name_85 as name };
1321
1314
  const labelKey_84: string;
1322
1315
  export { labelKey_84 as labelKey };
1323
- const value_83: string;
1324
- export { value_83 as value };
1316
+ const value_84: string;
1317
+ export { value_84 as value };
1325
1318
  const sort_76: boolean;
1326
1319
  export { sort_76 as sort };
1327
- const search_9: boolean;
1328
- export { search_9 as search };
1320
+ const search_7: boolean;
1321
+ export { search_7 as search };
1329
1322
  const formatter_42: string;
1330
1323
  export { formatter_42 as formatter };
1331
- const align_14: string;
1332
- export { align_14 as align };
1333
- const width_25: number;
1334
- export { width_25 as width };
1324
+ const align_12: string;
1325
+ export { align_12 as align };
1326
+ const width_22: number;
1327
+ export { width_22 as width };
1335
1328
  }
1336
- export namespace CONSTRAINT_VIOLATION_CONSTRAINT_LINK {
1329
+ export namespace APP_SUMMARY {
1337
1330
  const name_86: string;
1338
1331
  export { name_86 as name };
1339
1332
  const labelKey_85: string;
1340
1333
  export { labelKey_85 as labelKey };
1341
- const value_84: string;
1342
- export { value_84 as value };
1343
- const sort_77: string;
1334
+ const value_85: string;
1335
+ export { value_85 as value };
1336
+ const sort_77: boolean;
1344
1337
  export { sort_77 as sort };
1338
+ const search_8: boolean;
1339
+ export { search_8 as search };
1345
1340
  const formatter_43: string;
1346
1341
  export { formatter_43 as formatter };
1347
- export namespace formatterOpts_5 {
1348
- export namespace options_1 {
1349
- const internal_1: boolean;
1350
- export { internal_1 as internal };
1351
- }
1352
- export { options_1 as options };
1353
- }
1354
- export { formatterOpts_5 as formatterOpts };
1342
+ const align_13: string;
1343
+ export { align_13 as align };
1344
+ const width_23: number;
1345
+ export { width_23 as width };
1355
1346
  }
1356
- export namespace CONSTRAINT_VIOLATION_RESOURCE_LINK {
1347
+ export namespace CONSTRAINT_VIOLATION_CONSTRAINT_LINK {
1357
1348
  const name_87: string;
1358
1349
  export { name_87 as name };
1359
1350
  const labelKey_86: string;
1360
1351
  export { labelKey_86 as labelKey };
1361
- const value_85: string;
1362
- export { value_85 as value };
1352
+ const value_86: string;
1353
+ export { value_86 as value };
1363
1354
  const sort_78: string;
1364
1355
  export { sort_78 as sort };
1365
- const search_10: string;
1366
- export { search_10 as search };
1367
1356
  const formatter_44: string;
1368
1357
  export { formatter_44 as formatter };
1369
- export namespace formatterOpts_6 {
1370
- export namespace options_2 {
1371
- const internal_2: boolean;
1372
- export { internal_2 as internal };
1358
+ export namespace formatterOpts_7 {
1359
+ export namespace options_1 {
1360
+ const internal_1: boolean;
1361
+ export { internal_1 as internal };
1373
1362
  }
1374
- export { options_2 as options };
1363
+ export { options_1 as options };
1375
1364
  }
1376
- export { formatterOpts_6 as formatterOpts };
1365
+ export { formatterOpts_7 as formatterOpts };
1377
1366
  }
1378
- export namespace CONSTRAINT_VIOLATION_TYPE {
1367
+ export namespace CONSTRAINT_VIOLATION_RESOURCE_LINK {
1379
1368
  const name_88: string;
1380
1369
  export { name_88 as name };
1381
1370
  const labelKey_87: string;
1382
1371
  export { labelKey_87 as labelKey };
1383
- const value_86: string;
1384
- export { value_86 as value };
1372
+ const value_87: string;
1373
+ export { value_87 as value };
1385
1374
  const sort_79: string;
1386
1375
  export { sort_79 as sort };
1376
+ const search_9: string;
1377
+ export { search_9 as search };
1378
+ const formatter_45: string;
1379
+ export { formatter_45 as formatter };
1380
+ export namespace formatterOpts_8 {
1381
+ export namespace options_2 {
1382
+ const internal_2: boolean;
1383
+ export { internal_2 as internal };
1384
+ }
1385
+ export { options_2 as options };
1386
+ }
1387
+ export { formatterOpts_8 as formatterOpts };
1387
1388
  }
1388
- export namespace CONSTRAINT_VIOLATION_NAMESPACE {
1389
+ export namespace CONSTRAINT_VIOLATION_TYPE {
1389
1390
  const name_89: string;
1390
1391
  export { name_89 as name };
1391
1392
  const labelKey_88: string;
1392
1393
  export { labelKey_88 as labelKey };
1393
- const value_87: string;
1394
- export { value_87 as value };
1394
+ const value_88: string;
1395
+ export { value_88 as value };
1395
1396
  const sort_80: string;
1396
1397
  export { sort_80 as sort };
1397
- const search_11: string;
1398
- export { search_11 as search };
1399
1398
  }
1400
- export namespace CONSTRAINT_VIOLATION_MESSAGE {
1399
+ export namespace CONSTRAINT_VIOLATION_NAMESPACE {
1401
1400
  const name_90: string;
1402
1401
  export { name_90 as name };
1403
1402
  const labelKey_89: string;
1404
1403
  export { labelKey_89 as labelKey };
1405
- const value_88: string;
1406
- export { value_88 as value };
1404
+ const value_89: string;
1405
+ export { value_89 as value };
1407
1406
  const sort_81: string;
1408
1407
  export { sort_81 as sort };
1408
+ const search_10: string;
1409
+ export { search_10 as search };
1409
1410
  }
1410
- export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
1411
+ export namespace CONSTRAINT_VIOLATION_MESSAGE {
1411
1412
  const name_91: string;
1412
1413
  export { name_91 as name };
1413
1414
  const labelKey_90: string;
1414
1415
  export { labelKey_90 as labelKey };
1415
- const value_89: string;
1416
- export { value_89 as value };
1416
+ const value_90: string;
1417
+ export { value_90 as value };
1417
1418
  const sort_82: string;
1418
1419
  export { sort_82 as sort };
1419
- const formatter_45: string;
1420
- export { formatter_45 as formatter };
1421
- export namespace formatterOpts_7 {
1422
- export namespace options_3 {
1423
- const internal_3: boolean;
1424
- export { internal_3 as internal };
1425
- }
1426
- export { options_3 as options };
1427
- }
1428
- export { formatterOpts_7 as formatterOpts };
1429
1420
  }
1430
- export namespace CONSTRAINT_VIOLATION_COUNT {
1421
+ export namespace CONSTRAINT_VIOLATION_TEMPLATE_LINK {
1431
1422
  const name_92: string;
1432
1423
  export { name_92 as name };
1433
1424
  const labelKey_91: string;
1434
1425
  export { labelKey_91 as labelKey };
1435
- const value_90: string;
1436
- export { value_90 as value };
1426
+ const value_91: string;
1427
+ export { value_91 as value };
1437
1428
  const sort_83: string;
1438
1429
  export { sort_83 as sort };
1439
1430
  const formatter_46: string;
1440
1431
  export { formatter_46 as formatter };
1441
- export namespace formatterOpts_8 {
1442
- function qualityFn(value: any): "error" | "success" | "warning";
1443
- function qualityFn(value: any): "error" | "success" | "warning";
1432
+ export namespace formatterOpts_9 {
1433
+ export namespace options_3 {
1434
+ const internal_3: boolean;
1435
+ export { internal_3 as internal };
1436
+ }
1437
+ export { options_3 as options };
1444
1438
  }
1445
- export { formatterOpts_8 as formatterOpts };
1439
+ export { formatterOpts_9 as formatterOpts };
1446
1440
  }
1447
- export namespace RECEIVER_PROVIDERS {
1441
+ export namespace CONSTRAINT_VIOLATION_COUNT {
1448
1442
  const name_93: string;
1449
1443
  export { name_93 as name };
1450
- const label_1: string;
1451
- export { label_1 as label };
1452
- const value_91: string;
1453
- export { value_91 as value };
1444
+ const labelKey_92: string;
1445
+ export { labelKey_92 as labelKey };
1446
+ const value_92: string;
1447
+ export { value_92 as value };
1454
1448
  const sort_84: string;
1455
1449
  export { sort_84 as sort };
1456
1450
  const formatter_47: string;
1457
1451
  export { formatter_47 as formatter };
1452
+ export namespace formatterOpts_10 {
1453
+ function qualityFn(value: any): "error" | "success" | "warning";
1454
+ function qualityFn(value: any): "error" | "success" | "warning";
1455
+ }
1456
+ export { formatterOpts_10 as formatterOpts };
1458
1457
  }
1459
- export namespace CONFIGURED_RECEIVER {
1458
+ export namespace RECEIVER_PROVIDERS {
1460
1459
  const name_94: string;
1461
- export { name_94 as name };
1462
- const label_2: string;
1463
- export { label_2 as label };
1464
- const value_92: string;
1465
- export { value_92 as value };
1460
+ export { name_94 as name };
1461
+ const label_1: string;
1462
+ export { label_1 as label };
1463
+ const value_93: string;
1464
+ export { value_93 as value };
1466
1465
  const sort_85: string;
1467
1466
  export { sort_85 as sort };
1468
1467
  const formatter_48: string;
1469
1468
  export { formatter_48 as formatter };
1470
- export namespace formatterOpts_9 {
1469
+ }
1470
+ export namespace CONFIGURED_RECEIVER {
1471
+ const name_95: string;
1472
+ export { name_95 as name };
1473
+ const label_2: string;
1474
+ export { label_2 as label };
1475
+ const value_94: string;
1476
+ export { value_94 as value };
1477
+ const sort_86: string;
1478
+ export { sort_86 as sort };
1479
+ const formatter_49: string;
1480
+ export { formatter_49 as formatter };
1481
+ export namespace formatterOpts_11 {
1471
1482
  export namespace options_4 {
1472
1483
  const internal_4: boolean;
1473
1484
  export { internal_4 as internal };
1474
1485
  }
1475
1486
  export { options_4 as options };
1476
1487
  }
1477
- export { formatterOpts_9 as formatterOpts };
1488
+ export { formatterOpts_11 as formatterOpts };
1478
1489
  }
1479
1490
  export namespace GROUP_NAME {
1480
- const name_95: string;
1481
- export { name_95 as name };
1482
- const labelKey_92: string;
1483
- export { labelKey_92 as labelKey };
1484
- const value_93: string;
1485
- export { value_93 as value };
1486
- const sort_86: string[];
1487
- export { sort_86 as sort };
1488
- const search_12: string[];
1489
- export { search_12 as search };
1490
- const formatter_49: string;
1491
- export { formatter_49 as formatter };
1492
- const width_26: number;
1493
- export { width_26 as width };
1494
- }
1495
- export namespace GROUP_ROLE_NAME {
1496
1491
  const name_96: string;
1497
1492
  export { name_96 as name };
1498
1493
  const labelKey_93: string;
1499
1494
  export { labelKey_93 as labelKey };
1500
- const value_94: string;
1501
- export { value_94 as value };
1495
+ const value_95: string;
1496
+ export { value_95 as value };
1497
+ const sort_87: string[];
1498
+ export { sort_87 as sort };
1499
+ const search_11: string[];
1500
+ export { search_11 as search };
1502
1501
  const formatter_50: string;
1503
1502
  export { formatter_50 as formatter };
1503
+ const width_24: number;
1504
+ export { width_24 as width };
1504
1505
  }
1505
- export namespace HPA_REFERENCE {
1506
+ export namespace GROUP_ROLE_NAME {
1506
1507
  const name_97: string;
1507
1508
  export { name_97 as name };
1508
1509
  const labelKey_94: string;
1509
1510
  export { labelKey_94 as labelKey };
1510
- const value_95: string;
1511
- export { value_95 as value };
1512
- const sort_87: string;
1513
- export { sort_87 as sort };
1511
+ const value_96: string;
1512
+ export { value_96 as value };
1513
+ const formatter_51: string;
1514
+ export { formatter_51 as formatter };
1514
1515
  }
1515
- export namespace MIN_REPLICA {
1516
+ export namespace HPA_REFERENCE {
1516
1517
  const name_98: string;
1517
1518
  export { name_98 as name };
1518
1519
  const labelKey_95: string;
1519
1520
  export { labelKey_95 as labelKey };
1520
- const value_96: string;
1521
- export { value_96 as value };
1521
+ const value_97: string;
1522
+ export { value_97 as value };
1522
1523
  const sort_88: string;
1523
1524
  export { sort_88 as sort };
1524
1525
  }
1525
- export namespace MAX_REPLICA {
1526
+ export namespace MIN_REPLICA {
1526
1527
  const name_99: string;
1527
1528
  export { name_99 as name };
1528
1529
  const labelKey_96: string;
1529
1530
  export { labelKey_96 as labelKey };
1530
- const value_97: string;
1531
- export { value_97 as value };
1531
+ const value_98: string;
1532
+ export { value_98 as value };
1532
1533
  const sort_89: string;
1533
1534
  export { sort_89 as sort };
1534
1535
  }
1535
- export namespace CURRENT_REPLICA {
1536
+ export namespace MAX_REPLICA {
1536
1537
  const name_100: string;
1537
1538
  export { name_100 as name };
1538
1539
  const labelKey_97: string;
1539
1540
  export { labelKey_97 as labelKey };
1540
- const value_98: string;
1541
- export { value_98 as value };
1542
- const sort_90: string;
1543
- export { sort_90 as sort };
1544
- }
1545
- export namespace EXPIRY_STATE {
1546
1541
  const value_99: string;
1547
1542
  export { value_99 as value };
1548
- const formatter_51: string;
1549
- export { formatter_51 as formatter };
1543
+ const sort_90: string;
1544
+ export { sort_90 as sort };
1550
1545
  }
1551
- export namespace ACCESS_KEY {
1546
+ export namespace CURRENT_REPLICA {
1552
1547
  const name_101: string;
1553
1548
  export { name_101 as name };
1554
1549
  const labelKey_98: string;
1555
1550
  export { labelKey_98 as labelKey };
1556
- const align_15: string;
1557
- export { align_15 as align };
1558
- const sort_91: string[];
1551
+ const value_100: string;
1552
+ export { value_100 as value };
1553
+ const sort_91: string;
1559
1554
  export { sort_91 as sort };
1560
- const width_27: number;
1561
- export { width_27 as width };
1562
1555
  }
1563
- export namespace SCOPE {
1556
+ export namespace EXPIRY_STATE {
1557
+ const value_101: string;
1558
+ export { value_101 as value };
1559
+ const formatter_52: string;
1560
+ export { formatter_52 as formatter };
1561
+ }
1562
+ export namespace ACCESS_KEY {
1564
1563
  const name_102: string;
1565
1564
  export { name_102 as name };
1566
- const value_100: string;
1567
- export { value_100 as value };
1568
1565
  const labelKey_99: string;
1569
1566
  export { labelKey_99 as labelKey };
1570
- const dashIfEmpty_6: boolean;
1571
- export { dashIfEmpty_6 as dashIfEmpty };
1572
- const align_16: string;
1573
- export { align_16 as align };
1567
+ const align_14: string;
1568
+ export { align_14 as align };
1574
1569
  const sort_92: string[];
1575
1570
  export { sort_92 as sort };
1576
- const width_28: number;
1577
- export { width_28 as width };
1578
- }
1579
- export namespace SCOPE_NORMAN {
1580
- const value_101: string;
1581
- export { value_101 as value };
1582
- const sort_93: string[];
1583
- export { sort_93 as sort };
1571
+ const width_25: number;
1572
+ export { width_25 as width };
1584
1573
  }
1585
- export namespace EXPIRES {
1574
+ export namespace SCOPE {
1586
1575
  const name_103: string;
1587
1576
  export { name_103 as name };
1588
1577
  const value_102: string;
1589
1578
  export { value_102 as value };
1590
1579
  const labelKey_100: string;
1591
1580
  export { labelKey_100 as labelKey };
1592
- const align_17: string;
1593
- export { align_17 as align };
1581
+ const dashIfEmpty_6: boolean;
1582
+ export { dashIfEmpty_6 as dashIfEmpty };
1583
+ const align_15: string;
1584
+ export { align_15 as align };
1585
+ const sort_93: string[];
1586
+ export { sort_93 as sort };
1587
+ const width_26: number;
1588
+ export { width_26 as width };
1589
+ }
1590
+ export namespace SCOPE_NORMAN {
1591
+ const value_103: string;
1592
+ export { value_103 as value };
1594
1593
  const sort_94: string[];
1595
1594
  export { sort_94 as sort };
1596
- const width_29: number;
1597
- export { width_29 as width };
1598
- const formatter_52: string;
1599
- export { formatter_52 as formatter };
1600
1595
  }
1601
- export namespace RESTART {
1596
+ export namespace EXPIRES {
1602
1597
  const name_104: string;
1603
1598
  export { name_104 as name };
1599
+ const value_104: string;
1600
+ export { value_104 as value };
1604
1601
  const labelKey_101: string;
1605
1602
  export { labelKey_101 as labelKey };
1606
- const value_103: string;
1607
- export { value_103 as value };
1603
+ const align_16: string;
1604
+ export { align_16 as align };
1608
1605
  const sort_95: string[];
1609
1606
  export { sort_95 as sort };
1607
+ const width_27: number;
1608
+ export { width_27 as width };
1610
1609
  const formatter_53: string;
1611
1610
  export { formatter_53 as formatter };
1612
- const width_30: number;
1613
- export { width_30 as width };
1614
- const align_18: string;
1615
- export { align_18 as align };
1616
1611
  }
1617
- export namespace ROLE {
1612
+ export namespace RESTART {
1618
1613
  const name_105: string;
1619
1614
  export { name_105 as name };
1620
- const value_104: string;
1621
- export { value_104 as value };
1622
1615
  const labelKey_102: string;
1623
1616
  export { labelKey_102 as labelKey };
1624
- }
1625
- export namespace FEATURE_DESCRIPTION {
1626
- const name_106: string;
1627
- export { name_106 as name };
1628
- const labelKey_103: string;
1629
- export { labelKey_103 as labelKey };
1630
1617
  const value_105: string;
1631
1618
  export { value_105 as value };
1632
- const align_19: string;
1633
- export { align_19 as align };
1634
1619
  const sort_96: string[];
1635
1620
  export { sort_96 as sort };
1636
1621
  const formatter_54: string;
1637
1622
  export { formatter_54 as formatter };
1638
- export namespace formatterOpts_10 {
1639
- const prefix: string;
1640
- }
1641
- export { formatterOpts_10 as formatterOpts };
1623
+ const width_28: number;
1624
+ export { width_28 as width };
1625
+ const align_17: string;
1626
+ export { align_17 as align };
1642
1627
  }
1643
- export namespace STATE_NORMAN {
1628
+ export namespace ROLE {
1629
+ const name_106: string;
1630
+ export { name_106 as name };
1631
+ const value_106: string;
1632
+ export { value_106 as value };
1633
+ const labelKey_103: string;
1634
+ export { labelKey_103 as labelKey };
1635
+ }
1636
+ export namespace FEATURE_DESCRIPTION {
1644
1637
  const name_107: string;
1645
1638
  export { name_107 as name };
1646
1639
  const labelKey_104: string;
1647
1640
  export { labelKey_104 as labelKey };
1641
+ const value_107: string;
1642
+ export { value_107 as value };
1643
+ const align_18: string;
1644
+ export { align_18 as align };
1648
1645
  const sort_97: string[];
1649
1646
  export { sort_97 as sort };
1650
- const value_106: string;
1651
- export { value_106 as value };
1652
- const width_31: number;
1653
- export { width_31 as width };
1654
- const _default_2: string;
1655
- export { _default_2 as default };
1656
1647
  const formatter_55: string;
1657
1648
  export { formatter_55 as formatter };
1649
+ export namespace formatterOpts_12 {
1650
+ const prefix: string;
1651
+ }
1652
+ export { formatterOpts_12 as formatterOpts };
1658
1653
  }
1659
- export namespace KUBE_NODE_OS {
1654
+ export namespace STATE_NORMAN {
1660
1655
  const name_108: string;
1661
1656
  export { name_108 as name };
1662
1657
  const labelKey_105: string;
1663
1658
  export { labelKey_105 as labelKey };
1664
- const value_107: string;
1665
- export { value_107 as value };
1666
1659
  const sort_98: string[];
1667
1660
  export { sort_98 as sort };
1661
+ const value_108: string;
1662
+ export { value_108 as value };
1663
+ const width_29: number;
1664
+ export { width_29 as width };
1665
+ const _default_1: string;
1666
+ export { _default_1 as default };
1668
1667
  const formatter_56: string;
1669
1668
  export { formatter_56 as formatter };
1670
1669
  }
1671
- export namespace MACHINE_NODE_OS {
1670
+ export namespace KUBE_NODE_OS {
1672
1671
  const name_109: string;
1673
1672
  export { name_109 as name };
1674
1673
  const labelKey_106: string;
1675
1674
  export { labelKey_106 as labelKey };
1676
- const value_108: string;
1677
- export { value_108 as value };
1675
+ const value_109: string;
1676
+ export { value_109 as value };
1678
1677
  const sort_99: string[];
1679
1678
  export { sort_99 as sort };
1680
1679
  const formatter_57: string;
1681
1680
  export { formatter_57 as formatter };
1682
- const dashIfEmpty_7: boolean;
1683
- export { dashIfEmpty_7 as dashIfEmpty };
1684
1681
  }
1685
- export namespace MANAGEMENT_NODE_OS {
1682
+ export namespace MACHINE_NODE_OS {
1686
1683
  const name_110: string;
1687
1684
  export { name_110 as name };
1688
1685
  const labelKey_107: string;
1689
1686
  export { labelKey_107 as labelKey };
1690
- const value_109: string;
1691
- export { value_109 as value };
1687
+ const value_110: string;
1688
+ export { value_110 as value };
1692
1689
  const sort_100: string[];
1693
1690
  export { sort_100 as sort };
1694
1691
  const formatter_58: string;
1695
1692
  export { formatter_58 as formatter };
1696
- const dashIfEmpty_8: boolean;
1697
- export { dashIfEmpty_8 as dashIfEmpty };
1693
+ const dashIfEmpty_7: boolean;
1694
+ export { dashIfEmpty_7 as dashIfEmpty };
1698
1695
  }
1699
- export namespace FLEET_BUNDLE_LAST_UPDATED {
1696
+ export namespace MANAGEMENT_NODE_OS {
1700
1697
  const name_111: string;
1701
1698
  export { name_111 as name };
1702
1699
  const labelKey_108: string;
1703
1700
  export { labelKey_108 as labelKey };
1704
- const value_110: string;
1705
- export { value_110 as value };
1706
- const formatter_59: string;
1707
- export { formatter_59 as formatter };
1708
- export namespace formatterOpts_11 {
1709
- const addSuffix_1: boolean;
1710
- export { addSuffix_1 as addSuffix };
1711
- }
1712
- export { formatterOpts_11 as formatterOpts };
1701
+ const value_111: string;
1702
+ export { value_111 as value };
1713
1703
  const sort_101: string[];
1714
1704
  export { sort_101 as sort };
1705
+ const formatter_59: string;
1706
+ export { formatter_59 as formatter };
1707
+ const dashIfEmpty_8: boolean;
1708
+ export { dashIfEmpty_8 as dashIfEmpty };
1715
1709
  }
1716
- export namespace FLEET_BUNDLE_TYPE {
1710
+ export namespace FLEET_BUNDLE_LAST_UPDATED {
1717
1711
  const name_112: string;
1718
1712
  export { name_112 as name };
1719
1713
  const labelKey_109: string;
1720
1714
  export { labelKey_109 as labelKey };
1721
- const value_111: string;
1722
- export { value_111 as value };
1715
+ const value_112: string;
1716
+ export { value_112 as value };
1717
+ const formatter_60: string;
1718
+ export { formatter_60 as formatter };
1719
+ export namespace formatterOpts_13 {
1720
+ const addSuffix_2: boolean;
1721
+ export { addSuffix_2 as addSuffix };
1722
+ }
1723
+ export { formatterOpts_13 as formatterOpts };
1723
1724
  const sort_102: string[];
1724
1725
  export { sort_102 as sort };
1725
- const width_32: number;
1726
- export { width_32 as width };
1727
1726
  }
1728
- export namespace FLEET_REPO_CLUSTERS_READY {
1727
+ export namespace FLEET_BUNDLE_TYPE {
1729
1728
  const name_113: string;
1730
1729
  export { name_113 as name };
1731
1730
  const labelKey_110: string;
1732
1731
  export { labelKey_110 as labelKey };
1733
- const value_112: string;
1734
- export { value_112 as value };
1735
- const sort_103: string;
1736
- export { sort_103 as sort };
1737
- const search_13: boolean;
1738
- export { search_13 as search };
1739
- }
1740
- export namespace FLEET_REPO_TARGET {
1741
- const name_114: string;
1742
- export { name_114 as name };
1743
- const labelKey_111: string;
1744
- export { labelKey_111 as labelKey };
1745
1732
  const value_113: string;
1746
1733
  export { value_113 as value };
1747
- const sort_104: string[];
1748
- export { sort_104 as sort };
1749
- }
1750
- export namespace FLEET_REPO {
1751
- const name_115: string;
1752
- export { name_115 as name };
1753
- const labelKey_112: string;
1754
- export { labelKey_112 as labelKey };
1755
- const value_114: string;
1756
- export { value_114 as value };
1757
- const sort_105: string;
1758
- export { sort_105 as sort };
1759
- const search_14: string[];
1760
- export { search_14 as search };
1734
+ const sort_103: string[];
1735
+ export { sort_103 as sort };
1736
+ const width_30: number;
1737
+ export { width_30 as width };
1761
1738
  }
1762
1739
  export const UI_PLUGIN_CATALOG: ({
1763
1740
  name: string;
@@ -1838,6 +1815,8 @@ export const NODE: "node";
1838
1815
  export const NETWORK_POLICY: "networking.k8s.io.networkpolicy";
1839
1816
  export const POD: "pod";
1840
1817
  export const POD_DISRUPTION_BUDGET: "policy.poddisruptionbudget";
1818
+ export const PSP: "policy.podsecuritypolicy";
1819
+ export const PSPS: "policy.podsecuritypolicies";
1841
1820
  export const PV: "persistentvolume";
1842
1821
  export const PVC: "persistentvolumeclaim";
1843
1822
  export const RESOURCE_QUOTA: "resourcequota";
@@ -1955,6 +1934,8 @@ export namespace MANAGEMENT {
1955
1934
  export { GLOBAL_ROLE_1 as GLOBAL_ROLE };
1956
1935
  const GLOBAL_ROLE_BINDING_1: string;
1957
1936
  export { GLOBAL_ROLE_BINDING_1 as GLOBAL_ROLE_BINDING };
1937
+ export const POD_SECURITY_POLICY_TEMPLATE: string;
1938
+ export const PSP_TEMPLATE_BINDING: string;
1958
1939
  export const PSA: string;
1959
1940
  export const MANAGED_CHART: string;
1960
1941
  export const USER_NOTIFICATION: string;
@@ -2055,6 +2036,7 @@ export namespace HCI {
2055
2036
  const DASHBOARD_1: string;
2056
2037
  export { DASHBOARD_1 as DASHBOARD };
2057
2038
  export const IMAGE: string;
2039
+ export const VGPU_DEVICE: string;
2058
2040
  const SETTING_1: string;
2059
2041
  export { SETTING_1 as SETTING };
2060
2042
  export const HARVESTER_CONFIG: string;
@@ -2160,7 +2142,7 @@ declare var _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any
2160
2142
  initialValue: any;
2161
2143
  liveValue: any;
2162
2144
  doneEvent: boolean;
2163
- }, {}, any, import("vue/types/v3-component-options").ComponentOptionsMixin>;
2145
+ }, {}, any, import("vue").ComponentOptionsMixin>;
2164
2146
  export default _default;
2165
2147
  import Vue from "vue";
2166
2148
  }
@@ -2500,7 +2482,6 @@ export const KEY_FIELD_FOR: {
2500
2482
  // @shell/plugins/dashboard-store/resource-class
2501
2483
 
2502
2484
  declare module '@shell/plugins/dashboard-store/resource-class' {
2503
- export function mapStateToEnum(statusString: any): string;
2504
2485
  export function getStatesByType(type?: string): {
2505
2486
  info: any[];
2506
2487
  error: any[];
@@ -2511,7 +2492,6 @@ export function getStatesByType(type?: string): {
2511
2492
  export function getStateLabel(state: any): string;
2512
2493
  export function colorForState(state: any, isError: any, isTransitioning: any): string;
2513
2494
  export function stateDisplay(state: any): any;
2514
- export function primaryDisplayStatusFromCount(status: any): string;
2515
2495
  export function stateSort(color: any, display: any): string;
2516
2496
  export function isConditionReadyAndWaiting(condition: any): boolean;
2517
2497
  export namespace STATES_ENUM {
@@ -2545,7 +2525,6 @@ export namespace STATES_ENUM {
2545
2525
  const ERRORING: string;
2546
2526
  const ERRORS: string;
2547
2527
  const EXPIRED: string;
2548
- const EXPIRING: string;
2549
2528
  const FAIL: string;
2550
2529
  const FAILED: string;
2551
2530
  const HEALTHY: string;
@@ -2756,10 +2735,6 @@ export default class Resource {
2756
2735
  doActionGrowl(actionName: any, body: any, opt?: {}): Promise<void>;
2757
2736
  patch(data: any, opt?: {}, merge?: boolean, alertOnError?: boolean): any;
2758
2737
  save(...args: any[]): Promise<Resource>;
2759
- /**
2760
- * Remove any unwanted properties from the object that will be saved
2761
- */
2762
- cleanForSave(data: any, forNew: any): any;
2763
2738
  /**
2764
2739
  * Allow to handle the response of the save request
2765
2740
  * @param {*} res Full request response
@@ -2879,10 +2854,6 @@ export default class Resource {
2879
2854
  */
2880
2855
  toSave(): any;
2881
2856
  get creationTimestamp(): any;
2882
- /**
2883
- * Allows model to specify JSON Paths that should be folded in the YAML editor by default
2884
- */
2885
- get yamlFolding(): any[];
2886
2857
  }
2887
2858
  }
2888
2859
 
@@ -2897,7 +2868,6 @@ export function mapFeature(name: any): {
2897
2868
  export const MULTI_CLUSTER: any;
2898
2869
  export const LEGACY: any;
2899
2870
  export const RKE2: any;
2900
- export const RKE1_UI: any;
2901
2871
  export const UNSUPPORTED_STORAGE_DRIVERS: any;
2902
2872
  export const FLEET: any;
2903
2873
  export const HARVESTER: any;
@@ -2964,6 +2934,7 @@ export const PLUGIN_DEVELOPER: any;
2964
2934
  export const _RKE1: "rke1";
2965
2935
  export const _RKE2: "rke2";
2966
2936
  export const PROVISIONER: any;
2937
+ export const PSP_DEPRECATION_BANNER: any;
2967
2938
  export const MENU_MAX_CLUSTERS: 10;
2968
2939
  export const SCALE_POOL_PROMPT: any;
2969
2940
  export function state(): {
@@ -3033,10 +3004,12 @@ export namespace actions {
3033
3004
  state: any;
3034
3005
  commit: any;
3035
3006
  }): void;
3036
- function loadTheme({ dispatch }: {
3007
+ function loadTheme({ state, dispatch }: {
3008
+ state: any;
3037
3009
  dispatch: any;
3038
3010
  }): void;
3039
- function loadTheme({ dispatch }: {
3011
+ function loadTheme({ state, dispatch }: {
3012
+ state: any;
3040
3013
  dispatch: any;
3041
3014
  }): void;
3042
3015
  function loadServer({ state, dispatch, commit, rootState, rootGetters }: {
@@ -3139,18 +3112,6 @@ declare function _default(ctx: any, inject: any): void;
3139
3112
  export default _default;
3140
3113
  }
3141
3114
 
3142
- // @shell/utils/azure
3143
-
3144
- declare module '@shell/utils/azure' {
3145
- export function parseAzureError(err: any): any;
3146
- }
3147
-
3148
- // @shell/utils/clipboard
3149
-
3150
- declare module '@shell/utils/clipboard' {
3151
- export function copyTextToClipboard(text: any): Promise<void>;
3152
- }
3153
-
3154
3115
  // @shell/utils/cluster
3155
3116
 
3156
3117
  declare module '@shell/utils/cluster' {
@@ -3425,6 +3386,7 @@ declare namespace _default {
3425
3386
  export { cronSchedule };
3426
3387
  export { podAffinity };
3427
3388
  export { roleTemplateRules };
3389
+ export { isHttps };
3428
3390
  }
3429
3391
  export default _default;
3430
3392
  }
@@ -3484,17 +3446,8 @@ declare module '@shell/utils/error' {
3484
3446
  export function stringify(err: any): any;
3485
3447
  export function exceptionToErrorsArray(err: any): any;
3486
3448
  export class ClusterNotFoundError extends Error {
3487
- static name: string;
3488
3449
  constructor(message: any);
3489
3450
  }
3490
- /**
3491
- * An error occurred and the user should be redirected to a certain location (where this is handled)
3492
- */
3493
- export class RedirectToError extends Error {
3494
- static name: string;
3495
- constructor(message: any, url: any);
3496
- url: any;
3497
- }
3498
3451
  export class ApiError extends Error {
3499
3452
  constructor(res: any);
3500
3453
  status: any;
@@ -3570,13 +3523,10 @@ export function normalizeName(str: any): any;
3570
3523
  declare module '@shell/utils/monitoring' {
3571
3524
  export function monitoringStatus(): {
3572
3525
  monitoringStatus(): {
3573
- v1: boolean;
3574
3526
  v2: boolean;
3575
3527
  };
3576
3528
  };
3577
3529
  export function haveV2Monitoring(getters: any): boolean;
3578
- export function haveV1Monitoring(getters: any): boolean;
3579
- export function haveV1MonitoringWorkloads(store: any): Promise<boolean>;
3580
3530
  export function canViewGrafanaLink(store: any): Promise<boolean>;
3581
3531
  export function canViewAlertManagerLink(store: any): Promise<boolean>;
3582
3532
  export function canViewPrometheusLink(store: any): Promise<boolean>;
@@ -3660,13 +3610,6 @@ export function set(obj: any, path: any, value: any): any;
3660
3610
  export function getAllValues(obj: any, path: any): any[];
3661
3611
  export function get(obj: any, path: any): any;
3662
3612
  export function remove(obj: any, path: any): any;
3663
- /**
3664
- * `delete` a property at the given path.
3665
- *
3666
- * This is similar to `remove` but doesn't need any fancy kube obj path splitting
3667
- * and doesn't use `Vue.set` (avoids reactivity)
3668
- */
3669
- export function deleteProperty(obj: any, path: any): void;
3670
3613
  export function getter(path: any): (obj: any) => any;
3671
3614
  export function clone(obj: any): any;
3672
3615
  export function isEmpty(obj: any): boolean;
@@ -3900,6 +3843,7 @@ export const EVENT_CONNECT_ERROR: "connect_error";
3900
3843
  export const EVENT_DISCONNECT_ERROR: "disconnect_error";
3901
3844
  export const NO_WATCH: "NO_WATCH";
3902
3845
  export const NO_SCHEMA: "NO_SCHEMA";
3846
+ export const NO_PERMS: "NO_PERMS";
3903
3847
  export const REVISION_TOO_OLD: "TOO_OLD";
3904
3848
  declare const Socket_base: import("event-target-shim").EventTargetConstructor<{}, {}, "loose"> & {
3905
3849
  <TEvents extends EventTarget.EventDefinition = {}, TEventAttributes extends EventTarget.EventDefinition = {}, TMode extends EventTarget.Mode = "loose">(events: string[]): import("event-target-shim").EventTargetConstructor<TEvents, TEventAttributes, TMode>;
@@ -4313,10 +4257,7 @@ export function externalName(spec: any, getters: any, errors: any, validatorArgs
4313
4257
  // @shell/utils/validators/setting
4314
4258
 
4315
4259
  declare module '@shell/utils/validators/setting' {
4316
- export function isServerUrl(value: any): boolean;
4317
- export function isHttps(value: any): any;
4318
- export function isLocalhost(value: any): boolean;
4319
- export function hasTrailingForwardSlash(value: any): any;
4260
+ export function isHttps(value: any, getters: any, errors: any, validatorArgs: any, displayKey: any): any;
4320
4261
  }
4321
4262
 
4322
4263
  // @shell/utils/version