File tree Expand file tree Collapse file tree 7 files changed +48
-9
lines changed
Expand file tree Collapse file tree 7 files changed +48
-9
lines changed Original file line number Diff line number Diff line change 2929 - name : StopAllAutomation
3030 type : boolean
3131 jsonPath : .spec.automation.operational.stopAllAutomation
32- - name : MaxAutomationFrequency
32+ - name : WasteMaxAutomationFrequency
3333 type : string
34- jsonPath : .spec.automation.operational.timeConstraints.maxAutomationFrequency
34+ jsonPath : .spec.automation.operational.timeConstraints.wasteMaxAutomationFrequency
35+ - name : FixResiliencyMaxAutomationFrequency
36+ type : string
37+ jsonPath : .spec.automation.operational.timeConstraints.fixResiliencyMaxAutomationFrequency
3538 - name : Age
3639 type : date
3740 jsonPath : .metadata.creationTimestamp
7477 properties :
7578 maxAutomationFrequency :
7679 type : string
80+ wasteMaxAutomationFrequency :
81+ type : string
82+ fixResiliencyMaxAutomationFrequency :
83+ type : string
7784 maintenanceWindow :
7885 type : object
7986 x-kubernetes-preserve-unknown-fields : true
@@ -240,6 +247,10 @@ spec:
240247 properties :
241248 maxAutomationFrequency :
242249 type : string
250+ wasteMaxAutomationFrequency :
251+ type : string
252+ fixResiliencyMaxAutomationFrequency :
253+ type : string
243254 maintenanceWindow :
244255 type : object
245256 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 2929 - name : AutomationMode
3030 type : string
3131 jsonPath : .spec.automation.operational.automationMode
32- - name : MaxAutomationFrequency
32+ - name : WasteMaxAutomationFrequency
3333 type : string
34- jsonPath : .spec.automation.operational.timeConstraints.maxAutomationFrequency
34+ jsonPath : .spec.automation.operational.timeConstraints.wasteMaxAutomationFrequency
35+ - name : FixResiliencyMaxAutomationFrequency
36+ type : string
37+ jsonPath : .spec.automation.operational.timeConstraints.fixResiliencyMaxAutomationFrequency
3538 - name : Age
3639 type : date
3740 jsonPath : .metadata.creationTimestamp
7275 properties :
7376 maxAutomationFrequency :
7477 type : string
78+ wasteMaxAutomationFrequency :
79+ type : string
80+ fixResiliencyMaxAutomationFrequency :
81+ type : string
7582 maintenanceWindow :
7683 type : object
7784 x-kubernetes-preserve-unknown-fields : true
@@ -238,6 +245,10 @@ spec:
238245 properties :
239246 maxAutomationFrequency :
240247 type : string
248+ wasteMaxAutomationFrequency :
249+ type : string
250+ fixResiliencyMaxAutomationFrequency :
251+ type : string
241252 maintenanceWindow :
242253 type : object
243254 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 2929 - name : AutomationMode
3030 type : string
3131 jsonPath : .spec.automation.operational.automationMode
32- - name : MaxAutomationFrequency
32+ - name : WasteMaxAutomationFrequency
3333 type : string
34- jsonPath : .spec.automation.operational.timeConstraints.maxAutomationFrequency
34+ jsonPath : .spec.automation.operational.timeConstraints.wasteMaxAutomationFrequency
35+ - name : FixResiliencyMaxAutomationFrequency
36+ type : string
37+ jsonPath : .spec.automation.operational.timeConstraints.fixResiliencyMaxAutomationFrequency
3538 - name : Age
3639 type : date
3740 jsonPath : .metadata.creationTimestamp
7376 properties :
7477 maxAutomationFrequency :
7578 type : string
79+ wasteMaxAutomationFrequency :
80+ type : string
81+ fixResiliencyMaxAutomationFrequency :
82+ type : string
7683 maintenanceWindow :
7784 type : object
7885 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 5858 type : string
5959 name :
6060 type : string
61+ customGrouping :
62+ type : object
63+ x-kubernetes-preserve-unknown-fields : true
64+ properties :
65+ isLabelBased :
66+ type : boolean
67+ isSpecHonored :
68+ type : boolean
6169 status :
6270 type : object
6371 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 99 operational :
1010 automationMode : " Enabled"
1111 timeConstraints :
12- maxAutomationFrequency : " 15m"
12+ wasteMaxAutomationFrequency : " 1h"
13+ fixResiliencyMaxAutomationFrequency : " 15m"
1314 maintenanceWindow :
1415 monday :
1516 - " 10:00-18:00"
Original file line number Diff line number Diff line change 1010 operational :
1111 automationMode : " Enabled"
1212 timeConstraints :
13- maxAutomationFrequency : " 15m"
13+ wasteMaxAutomationFrequency : " 1h"
14+ fixResiliencyMaxAutomationFrequency : " 15m"
1415 maintenanceWindow :
1516 monday :
1617 - " 10:00-18:00"
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.15 "
5+ tag : " v1.0.16 "
66settings :
77 port : 8443
88 env : " prod"
You can’t perform that action at this time.
0 commit comments