Package main provides a tool that scans kubernetes e2e test source code
looking for conformance test declarations, which it emits on stdout. It
also looks for legacy, manually added "[Conformance]" tags and reports an
error if it finds any.
This approach is not air tight, but it will serve our purpose as a
pre-submit check.