jboss-fuse / application-templates

Application Templates for Fuse Integration Services
Apache License 2.0
36 stars 67 forks source link

Correcting kind from List to ImageStreamList #18

Closed coreydaley closed 7 years ago

coreydaley commented 7 years ago

There is not a type 'List' in OpenShift, only ImageStreamList https://github.com/openshift/origin/blob/master/pkg/image/api/types.go#L187

coreydaley commented 7 years ago

@nicolaferraro @astefanutti Would you mind reviewing this please?

nicolaferraro commented 7 years ago

We would be in a lot of trouble if Openshift didn't support the List type (not only for this file). I think it's inherited from the Kubernetes API (https://github.com/openshift/origin/blob/master/vendor/k8s.io/kubernetes/pkg/api/v1/types.go#L3082-L3091).

coreydaley commented 7 years ago

Sorry, I mis-spoke there. I just meant that ImageStreamList is what is should be called.