File tree 7 files changed +48
-9
lines changed
7 files changed +48
-9
lines changed Original file line number Diff line number Diff line change 29
29
- name : StopAllAutomation
30
30
type : boolean
31
31
jsonPath : .spec.automation.operational.stopAllAutomation
32
- - name : MaxAutomationFrequency
32
+ - name : WasteMaxAutomationFrequency
33
33
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
35
38
- name : Age
36
39
type : date
37
40
jsonPath : .metadata.creationTimestamp
74
77
properties :
75
78
maxAutomationFrequency :
76
79
type : string
80
+ wasteMaxAutomationFrequency :
81
+ type : string
82
+ fixResiliencyMaxAutomationFrequency :
83
+ type : string
77
84
maintenanceWindow :
78
85
type : object
79
86
x-kubernetes-preserve-unknown-fields : true
@@ -240,6 +247,10 @@ spec:
240
247
properties :
241
248
maxAutomationFrequency :
242
249
type : string
250
+ wasteMaxAutomationFrequency :
251
+ type : string
252
+ fixResiliencyMaxAutomationFrequency :
253
+ type : string
243
254
maintenanceWindow :
244
255
type : object
245
256
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 29
29
- name : AutomationMode
30
30
type : string
31
31
jsonPath : .spec.automation.operational.automationMode
32
- - name : MaxAutomationFrequency
32
+ - name : WasteMaxAutomationFrequency
33
33
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
35
38
- name : Age
36
39
type : date
37
40
jsonPath : .metadata.creationTimestamp
72
75
properties :
73
76
maxAutomationFrequency :
74
77
type : string
78
+ wasteMaxAutomationFrequency :
79
+ type : string
80
+ fixResiliencyMaxAutomationFrequency :
81
+ type : string
75
82
maintenanceWindow :
76
83
type : object
77
84
x-kubernetes-preserve-unknown-fields : true
@@ -238,6 +245,10 @@ spec:
238
245
properties :
239
246
maxAutomationFrequency :
240
247
type : string
248
+ wasteMaxAutomationFrequency :
249
+ type : string
250
+ fixResiliencyMaxAutomationFrequency :
251
+ type : string
241
252
maintenanceWindow :
242
253
type : object
243
254
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 29
29
- name : AutomationMode
30
30
type : string
31
31
jsonPath : .spec.automation.operational.automationMode
32
- - name : MaxAutomationFrequency
32
+ - name : WasteMaxAutomationFrequency
33
33
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
35
38
- name : Age
36
39
type : date
37
40
jsonPath : .metadata.creationTimestamp
73
76
properties :
74
77
maxAutomationFrequency :
75
78
type : string
79
+ wasteMaxAutomationFrequency :
80
+ type : string
81
+ fixResiliencyMaxAutomationFrequency :
82
+ type : string
76
83
maintenanceWindow :
77
84
type : object
78
85
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 58
58
type : string
59
59
name :
60
60
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
61
69
status :
62
70
type : object
63
71
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 9
9
operational :
10
10
automationMode : " Enabled"
11
11
timeConstraints :
12
- maxAutomationFrequency : " 15m"
12
+ wasteMaxAutomationFrequency : " 1h"
13
+ fixResiliencyMaxAutomationFrequency : " 15m"
13
14
maintenanceWindow :
14
15
monday :
15
16
- " 10:00-18:00"
Original file line number Diff line number Diff line change 10
10
operational :
11
11
automationMode : " Enabled"
12
12
timeConstraints :
13
- maxAutomationFrequency : " 15m"
13
+ wasteMaxAutomationFrequency : " 1h"
14
+ fixResiliencyMaxAutomationFrequency : " 15m"
14
15
maintenanceWindow :
15
16
monday :
16
17
- " 10:00-18:00"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-autoscaler
4
4
pullPolicy : Always
5
- tag : " v1.0.15 "
5
+ tag : " v1.0.16 "
6
6
settings :
7
7
port : 8443
8
8
env : " prod"
You can’t perform that action at this time.
0 commit comments