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

tetragon: Add K8s API go.mod for tooling #248

Merged
merged 1 commit into from
Jul 20, 2022
Merged

Conversation

jrfastab
Copy link
Contributor

At the moment operators and other tooling pull in all of tetragon just to
get the CRD APIs. Lets make it a go.mod and then they can get just the API.
It also helps clearly define reviewers so that operator owners and other
tools relying on the API can easily target just a single go.mod.

Signed-off-by: John Fastabend [email protected]

At the moment operators and other tooling pull in all of tetragon just to
get the CRD APIs. Lets make it a go.mod and then they can get just the API.
It also helps clearly define reviewers so that operator owners and other
tools relying on the API can easily target just a single go.mod.

Signed-off-by: John Fastabend <[email protected]>
@jrfastab jrfastab requested a review from a team as a code owner July 19, 2022 16:26
@jrfastab jrfastab requested a review from michi-covalent July 19, 2022 16:26
@jrfastab jrfastab force-pushed the pr/jrfastab/k8stools branch 6 times, most recently from aaccd6e to 3c5a4f3 Compare July 20, 2022 18:17
Copy link
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming that the CI passes

@jrfastab jrfastab merged commit 391dc97 into main Jul 20, 2022
@jrfastab jrfastab deleted the pr/jrfastab/k8stools branch July 20, 2022 18:37
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.

2 participants