Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RecommendedDefaultLeaderElectionConfiguration (0.78 sec)

  1. pkg/scheduler/apis/config/v1/defaults.go

    	}
    	if obj.ClientConnection.Burst == 0 {
    		obj.ClientConnection.Burst = 100
    	}
    
    	// Use the default LeaderElectionConfiguration options
    	componentbaseconfigv1alpha1.RecommendedDefaultLeaderElectionConfiguration(&obj.LeaderElection)
    
    	if obj.PodInitialBackoffSeconds == nil {
    		obj.PodInitialBackoffSeconds = ptr.To[int64](1)
    	}
    
    	if obj.PodMaxBackoffSeconds == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top