File tree Expand file tree Collapse file tree 2 files changed +33
-7
lines changed Expand file tree Collapse file tree 2 files changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -28,27 +28,42 @@ spec:
28
28
schema :
29
29
openAPIV3Schema :
30
30
type : object
31
+ x-kubernetes-preserve-unknown-fields : true
31
32
properties :
32
33
spec :
33
34
type : object
35
+ x-kubernetes-preserve-unknown-fields : true
34
36
properties :
35
37
targetRef :
36
38
type : object
39
+ x-kubernetes-preserve-unknown-fields : true
37
40
properties :
38
41
kind :
39
42
type : string
40
43
name :
41
44
type : string
42
45
namespace :
43
46
type : string
44
- name :
45
- type : string
46
- kind :
47
- type : string
48
- revision :
47
+ revision : # Deprecated, use currentRevisionInfo or targetRevisionInfo.
49
48
type : string
50
49
revisionHash :
51
50
type : string
51
+ currentRevisionInfo :
52
+ type : object
53
+ x-kubernetes-preserve-unknown-fields : true
54
+ properties :
55
+ revision :
56
+ type : string
57
+ revisionHash :
58
+ type : string
59
+ targetRevisionInfo :
60
+ type : object
61
+ x-kubernetes-preserve-unknown-fields : true
62
+ properties :
63
+ revision :
64
+ type : string
65
+ revisionHash :
66
+ type : string
52
67
waste :
53
68
type : number
54
69
format : double
58
73
type : string
59
74
indicators :
60
75
type : object
76
+ x-kubernetes-preserve-unknown-fields : true
61
77
additionalProperties :
62
78
type : object
79
+ x-kubernetes-preserve-unknown-fields : true
63
80
properties :
64
81
name :
65
82
type : string
@@ -69,15 +86,19 @@ spec:
69
86
type : integer
70
87
containers :
71
88
type : object
89
+ x-kubernetes-preserve-unknown-fields : true
72
90
additionalProperties :
73
91
type : object
92
+ x-kubernetes-preserve-unknown-fields : true
74
93
properties :
75
94
name :
76
95
type : string
77
96
indicators :
78
97
type : object
98
+ x-kubernetes-preserve-unknown-fields : true
79
99
additionalProperties :
80
100
type : object
101
+ x-kubernetes-preserve-unknown-fields : true
81
102
properties :
82
103
name :
83
104
type : string
@@ -87,36 +108,41 @@ spec:
87
108
type : integer
88
109
current :
89
110
type : object
111
+ x-kubernetes-preserve-unknown-fields : true
90
112
properties :
91
113
requests :
92
114
type : object
115
+ x-kubernetes-preserve-unknown-fields : true
93
116
properties :
94
117
cpu :
95
118
type : string
96
119
memory :
97
120
type : string
98
121
limits :
99
122
type : object
123
+ x-kubernetes-preserve-unknown-fields : true
100
124
properties :
101
125
cpu :
102
126
type : string
103
127
memory :
104
128
type : string
105
129
target :
106
130
type : object
131
+ x-kubernetes-preserve-unknown-fields : true
107
132
properties :
108
133
requests :
109
134
type : object
135
+ x-kubernetes-preserve-unknown-fields : true
110
136
properties :
111
137
cpu :
112
138
type : string
113
139
memory :
114
140
type : string
115
141
limits :
116
142
type : object
143
+ x-kubernetes-preserve-unknown-fields : true
117
144
properties :
118
145
cpu :
119
146
type : string
120
147
memory :
121
148
type : string
122
-
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 : " v0.1.11 "
5
+ tag : " v0.1.12 "
6
6
settings :
7
7
env : " prod"
8
8
logLevel : " DEBUG"
You can’t perform that action at this time.
0 commit comments