Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find all target GVRs #10

Open
tamalsaha opened this issue Aug 10, 2019 · 0 comments
Open

Find all target GVRs #10

tamalsaha opened this issue Aug 10, 2019 · 0 comments

Comments

@tamalsaha
Copy link
Contributor

  • Dedup for diff versions of the same GR
  • Take the latest version
v(\d+)(alpha|beta|rc)?(\d+)?

const (
	alpha = iota
    beta
    rc
	ga
)

v1       -> Tuple (1, ga, 0)
v1alpha1 -> Tuple (1, alpha, 1)
v1beta1  -> Tuple (1, beta, 1)

@tamalsaha tamalsaha transferred this issue from another repository Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant