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

feat: init ingress analyzer #138

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

matthisholleville
Copy link
Contributor

@matthisholleville matthisholleville commented Mar 29, 2023

Closes #136

📑 Description

As discussed on this issue, it would be interesting to add an ingress analyzer. The MR proposes a very naive version of an ingress analyzer that checks that the service used by the ingress is present.

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

I deliberately only took care of the networking.k8s.io/v1 version of ingress since extensions/v1beta1 has been deprecated for some time. Therefore, the code is not compatible with ingress that uses extensions/v1beta1.

@matthisholleville matthisholleville requested a review from a team as a code owner March 29, 2023 15:04
Signed-off-by: Matthis Holleville <matthish29@gmail.com>
Copy link
Contributor

@thschue thschue left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution! LGTM

@thschue thschue merged commit fe683b7 into k8sgpt-ai:main Mar 29, 2023
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.

feature: Create analyzer for ingress resources
2 participants