Skip to content

Commit

Permalink
fix-status-in-hpa (#3557)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Wisniewski <mwisnia97@gmail.com>
  • Loading branch information
akucharska and mrCherry97 authored Dec 27, 2024
1 parent 29097a4 commit e30bee1
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@ data:
source: $filter(status.conditions, function($v, $i, $a) {$v.status = 'True'}).type
widget: Labels
status:
- name: Conditions
source: status.conditions
widget: ConditionList
- name: Last Scale Time
source: status.lastScaleTime
widget: TimeFromNow
- name: Current Replicas
source: status.currentReplicas
- name: Desired Replicas
source: status.desiredReplicas
- name: Observed Generation
source: status.observedGeneration
body:
- name: Conditions
source: status.conditions
widget: ConditionList
- name: Last Scale Time
source: status.lastScaleTime
widget: TimeFromNow
- name: Current Replicas
source: status.currentReplicas
- name: Desired Replicas
source: status.desiredReplicas
- name: Observed Generation
source: status.observedGeneration
body:
- name: Specification
widget: Panel
Expand Down

0 comments on commit e30bee1

Please sign in to comment.