File tree Expand file tree Collapse file tree 8 files changed +72
-3
lines changed
bundle/tests/scorecard/kuttl/routes Expand file tree Collapse file tree 8 files changed +72
-3
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : liberty.websphere.ibm.com/v1
2+ kind : WebSphereLibertyApplication
3+ metadata :
4+ name : route
5+ spec :
6+ route :
7+ host : myapp.mycompany.com
8+ path : /mypath
9+
10+
Original file line number Diff line number Diff line change 66 replicas : 1
77 readyReplicas : 1
88 updatedReplicas : 1
9+ ---
10+ apiVersion : route.openshift.io/v1
11+ kind : Route
12+ metadata :
13+ name : route
14+ spec :
15+ host : myapp.mycompany.com
16+ path : /mypath
Original file line number Diff line number Diff line change 1+ apiVersion : apps/v1
2+ kind : Deployment
3+ metadata :
4+ name : route
5+ annotations :
6+ step : " 02"
7+ status :
8+ replicas : 1
9+ readyReplicas : 1
10+ updatedReplicas : 1
11+ ---
12+ apiVersion : route.openshift.io/v1
13+ kind : Route
14+ metadata :
15+ name : route
16+ annotations :
17+ step : " 02"
18+ spec :
19+ host : myapp.mycompany.com
Original file line number Diff line number Diff line change 1+ apiVersion : route.openshift.io/v1
2+ kind : Route
3+ metadata :
4+ name : route
5+ annotations :
6+ step : " 02"
7+ spec :
8+ path : /mypath
9+
Original file line number Diff line number Diff line change 1+ apiVersion : liberty.websphere.ibm.com/v1
2+ kind : WebSphereLibertyApplication
3+ metadata :
4+ name : route
5+ annotations :
6+ step : " 02"
7+ spec :
8+ # Add fields here
9+ applicationImage : icr.io/appcafe/websphere-liberty:full-java8-openj9-ubi
10+ replicas : 1
11+ expose : true
12+ license :
13+ accept : true
14+ route :
Original file line number Diff line number Diff line change 1+ apiVersion : apps/v1
2+ kind : Deployment
3+ metadata :
4+ name : route
5+ status :
6+ replicas : 1
7+ readyReplicas : 1
8+ updatedReplicas : 1
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ kind: WebSphereLibertyApplication
33metadata :
44 name : route
55spec :
6+ # Add fields here
7+ applicationImage : icr.io/appcafe/websphere-liberty:full-java8-openj9-ubi
68 license :
79 accept : true
8- applicationImage : icr.io/appcafe/websphere-liberty:full-java8-openj9-ubi
9- replicas : 1
10- expose : false
10+ expose : false
11+
File renamed without changes.
You can’t perform that action at this time.
0 commit comments