Closed coreydaley closed 7 years ago
@nicolaferraro @astefanutti Would you mind reviewing this please?
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).
Sorry, I mis-spoke there. I just meant that ImageStreamList is what is should be called.
There is not a type 'List' in OpenShift, only ImageStreamList https://github.com/openshift/origin/blob/master/pkg/image/api/types.go#L187