Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PRE_INITIALIZING (0.19 sec)

  1. pilot/cmd/pilot-agent/status/ready/probe.go

    )
    
    func StateString(state ServerInfoState) string {
    	switch state {
    	case Live:
    		return "LIVE"
    	case Draining:
    		return "DRAINING"
    	case PreInitializing:
    		return "PRE_INITIALIZING"
    	case Initializing:
    		return "INITIALIZING"
    	}
    	return "UNKNOWN"
    }
    
    // checkEnvoyStats actually executes the Stats Query on Envoy admin endpoint.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 00:35:05 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top