File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed
config/v1/tests/clusterversions.config.openshift.io Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,29 @@ tests:
24
24
spec:
25
25
clusterID: foo
26
26
status:
27
+ desired:
28
+ version: foo
29
+ image: foo
30
+ architecture: Multi
31
+ observedGeneration: 1
32
+ versionHash: foo
33
+ availableUpdates:
34
+ - version: foo
35
+ image: foo
27
36
updated : |
28
37
apiVersion: config.openshift.io/v1
29
38
kind: Infrastructure
30
39
spec:
31
40
status:
32
- controlPlaneTopology: HighlyAvailable
33
- infrastructureTopology: HighlyAvailable
34
- platform: AWS
41
+ desired:
42
+ version: foo
43
+ image: foo
44
+ architecture: Multi
45
+ observedGeneration: 1
46
+ versionHash: foo
47
+ availableUpdates:
48
+ - version: foo
49
+ image: foo
35
50
relatedObjects:
36
51
- group: g1
37
52
resource: r1
@@ -41,9 +56,15 @@ tests:
41
56
kind: Infrastructure
42
57
spec:
43
58
status:
44
- controlPlaneTopology: HighlyAvailable
45
- infrastructureTopology: HighlyAvailable
46
- platform: AWS
59
+ desired:
60
+ version: foo
61
+ image: foo
62
+ architecture: Multi
63
+ observedGeneration: 1
64
+ versionHash: foo
65
+ availableUpdates:
66
+ - version: foo
67
+ image: foo
47
68
relatedObjects:
48
69
- group: g1
49
70
resource: r1
You can’t perform that action at this time.
0 commit comments