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

External IPs should store the type of their parent as an enum #5228

Open
FelixMcFelix opened this issue Mar 8, 2024 · 0 comments
Open

External IPs should store the type of their parent as an enum #5228

FelixMcFelix opened this issue Mar 8, 2024 · 0 comments
Labels
database Related to database access networking Related to the networking.

Comments

@FelixMcFelix
Copy link
Contributor

FelixMcFelix commented Mar 8, 2024

Today, we're differentiating the type of an external IP's parent (service or instance) using the is_service flag. The communication probe PR (#4585) adds a new class of entity which an IP can be owned and used by, and stores this using the is_probe flag.

When we add additional networking objects which could own one or more external IPs (e.g., load balancers, Internet gateways) we will want to represent the type of an IP's current owner using a single enum.

@FelixMcFelix FelixMcFelix added networking Related to the networking. database Related to database access labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Related to database access networking Related to the networking.
Projects
None yet
Development

No branches or pull requests

1 participant