Skip to content

fix: Fix generation of externalIPs facet #109

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

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

obs-gh-enricogiorio
Copy link
Collaborator

Return a string of IPs when possible, otherwise a single string:

  • "None" when service != LoadBalancer and there are no external IPs
  • "Pending" when service is a LoadBalancer and there are no external IPs
  • "Unknown" when service is of an unknown type

Description

OB-XXX Please explain the changes you made here.

Checklist

  • Created tests which fail without the change (if possible)
  • Extended the README / documentation, if necessary

Return a string of IPs when possible, otherwise a single string:

 - "None" when service != LoadBalancer and there are no external IPs
 - "Pending" when service is a LoadBalancer and there are no external IPs
 - "Unknown" when service is of an unknown type
@obs-gh-enricogiorio obs-gh-enricogiorio merged commit 8573d46 into main Oct 21, 2024
8 checks passed
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