Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup CR detail views of keda module #565

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 5 additions & 28 deletions config/ui-extensions/kedas/details
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
header:
- name: Ready
source: status.state
widget: Badge
highlights:
positive:
- 'Ready'
status:
body:
- name: Condition details
widget: ConditionList
source: status.conditions
body:
- name: Configuration
widget: Panel
Expand Down Expand Up @@ -50,27 +48,6 @@ body:
name: CPU limit
- source: spec.resources.admissionWebhook.limits.memory
name: Memory limit
- source: status.conditions
widget: Table
name: Reconciliation Conditions
children:
- source: type
name: Type
- source: status
name: Status
widget: Badge
highlights:
positive:
- 'True'
negative:
- 'False'
- source: reason
name: Reason
- source: message
name: Message
- source: '$readableTimestamp(lastTransitionTime)'
name: Last transition
sort: true

- widget: EventList
filter: '$matchEvents($$, $root.kind, $root.metadata.name)'
Expand Down
1 change: 0 additions & 1 deletion config/ui-extensions/kedas/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
configMapGenerator:
- name: kedas.operator.kyma-project.io
namespace: kube-public
files:
- general
- form
Expand Down
15 changes: 5 additions & 10 deletions config/ui-extensions/scaledobjects/details
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
header:
- name: Ready
source: status.conditions[0].status
description: status.conditions[0].message
widget: Badge
highlights:
positive:
- 'True'
negative:
- 'False'
status:
body:
- name: Condition details
widget: ConditionList
source: status.conditions
body:
- name: columns.container
widget: Columns
Expand Down
1 change: 0 additions & 1 deletion config/ui-extensions/scaledobjects/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
configMapGenerator:
- name: scaledobjects.keda.sh
namespace: kube-public
files:
- general
- presets
Expand Down
Loading