Add Custom Resource Definition for Dashboards #74
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds a new Custom Resource Definition, which allows users to
create dashboards. Dashboards should replace the existing CRD for
templates and the reference of plugins within Teams, Applications and
Kubernetes resources.
Each dashboard contains a number of rows and each row contains a number
of panels. The panels can be used to add a plugin to a dashboard. For
this the user must provide the name of the plugin and some optional
options. The options are passed to the Panel component of the plugin and
therefore must be valided in the Panel component of the plugin.
We also pass the cluster, namespace and name of the team / application
is used as reference as property. This allows a user to omit the cluster
and namespace in some plugin options.