Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CDSUpdatesSuccess (0.1 sec)

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

    		return nil
    	}
    	if p.receivedFirstUpdate {
    		return nil
    	}
    
    	s, err := util.GetUpdateStatusStats(p.LocalHostAddr, p.AdminPort)
    	if err != nil {
    		return err
    	}
    
    	CDSUpdated := s.CDSUpdatesSuccess > 0
    	LDSUpdated := s.LDSUpdatesSuccess > 0
    	if CDSUpdated && LDSUpdated {
    		p.receivedFirstUpdate = true
    		return nil
    	}
    
    	if !CDSUpdated && !LDSUpdated {
    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