File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 2626 # One and only one version must be marked as the storage version.
2727 storage : true
2828 additionalPrinterColumns :
29- - name : RecommendationDate
30- type : string
31- jsonPath : .status.current.recommendation.date
29+ - name : RecommendationAge
30+ type : date
31+ jsonPath : .status.current.recommendation.generatedAt
32+ - name : RecommendationAppliedAge
33+ type : date
34+ jsonPath : .status.automationAppliedAt
3235 - name : CpuRequest
3336 type : string
3437 jsonPath : .status.current.workload.containers..resources.requests.cpu
5962 type : object
6063 x-kubernetes-preserve-unknown-fields : true
6164 properties :
65+ automationAppliedAt :
66+ type : string
67+ format : date-time
6268 current :
6369 type : object
6470 x-kubernetes-preserve-unknown-fields : true
6773 type : object
6874 x-kubernetes-preserve-unknown-fields : true
6975 properties :
76+ generatedAt :
77+ type : string
78+ format : date-time
7079 date :
7180 type : string
7281 revision :
@@ -146,6 +155,9 @@ spec:
146155 type : object
147156 x-kubernetes-preserve-unknown-fields : true
148157 properties :
158+ generatedAt :
159+ type : string
160+ format : date-time
149161 date :
150162 type : string
151163 revision :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-autoscaler
44 pullPolicy : Always
5- tag : " v1.0.1 "
5+ tag : " v1.0.2 "
66settings :
77 port : 8443
88 env : " prod"
@@ -122,8 +122,12 @@ integrationTests:
122122# Cluster automation configuration
123123clusterAutomationConfig :
124124 automation :
125+ workloadTypes :
126+ Deployment :
127+ operational :
128+ automationMode : " Enabled"
125129 operational :
126- stopAllAutomation : false
130+ stopAllAutomation : true
127131 timeConstraints :
128132 maxAutomationFrequency : " 30m"
129133 maintenanceWindow :
You can’t perform that action at this time.
0 commit comments