Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastUpdatedMap (0.21 sec)

  1. pkg/proxy/healthcheck/proxier_health.go

    type ProxierHealthServer struct {
    	listener    listener
    	httpFactory httpServerFactory
    	clock       clock.Clock
    
    	addr          string
    	healthTimeout time.Duration
    
    	lock                   sync.RWMutex
    	lastUpdatedMap         map[v1.IPFamily]time.Time
    	oldestPendingQueuedMap map[v1.IPFamily]time.Time
    	nodeEligible           bool
    }
    
    // NewProxierHealthServer returns a proxier health http server.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 16 10:41:18 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top