Kubernetes config state updates (#19074)

* hides roles toolbar actions when k8s is not configured

* adds error page component to core addon

* moves fetch-config to decorator

* updates kubernetes prompt config logic

* adds kubernetes error route

* fixes tests

* adds error handling for kubernetes roles list view

* removes unneeded arg to withConfig decorator
This commit is contained in:
Jordan Reimer
2023-02-09 09:18:02 -07:00
committed by GitHub
parent dd9a3e05ae
commit 959ff1736c
21 changed files with 252 additions and 99 deletions

View File

@@ -7,7 +7,7 @@ import { action } from '@ember/object';
* @module Overview
* OverviewPage component is a child component to overview kubernetes secrets engine.
*
* @param {object} config - config model that contains kubernetes configuration
* @param {boolean} promptConfig - whether or not to display config cta
* @param {object} backend - backend model that contains kubernetes configuration
* @param {array} roles - array of roles
* @param {array} breadcrumbs - breadcrumbs as an array of objects that contain label and route