Merge pull request #119394 from aroradaman/fix/proxy-conntrack

Fix stale conntrack flow detection logic
This commit is contained in:
Kubernetes Prow Robot
2023-09-03 14:53:46 -07:00
committed by GitHub
5 changed files with 144 additions and 93 deletions

View File

@@ -131,8 +131,6 @@ type Endpoint interface {
IP() string
// Port returns the Port part of the endpoint.
Port() (int, error)
// Equal checks if two endpoints are equal.
Equal(Endpoint) bool
// GetNodeName returns the node name for the endpoint
GetNodeName() string
// GetZone returns the zone for the endpoint