Skip to content

Commit

Permalink
Merge branch 'main' into feat-module-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 authored Dec 27, 2024
2 parents c199e5d + e30bee1 commit a6a71d4
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 a6a71d4

Please sign in to comment.