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

Fix api group templating #9

Merged
merged 1 commit into from
Jun 29, 2019
Merged

Fix api group templating #9

merged 1 commit into from
Jun 29, 2019

Conversation

ahmetb
Copy link
Owner

@ahmetb ahmetb commented Jun 29, 2019

Two big fixes:

  1. Prevent types in same apiGroup but different apiVersion (e.g v1beta1 vs
    v1alpha1) from grouped together.
  2. De-duplicate liste apiGroups when types belonging to that api group come
    from different Go packages.

Signed-off-by: Ahmet Alp Balkan ahmetb@google.com

Two big fixes:

1. Prevent types in same apiGroup but different apiVersion (e.g v1beta1 vs
   v1alpha1) from grouped together.
2. De-duplicate liste apiGroups when types belonging to that api group come
   from different Go packages.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
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

Successfully merging this pull request may close these issues.

None yet

1 participant