You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theis_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.
The text was updated successfully, but these errors were encountered: