Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/server/config.go

    	// install apis
    	_ "k8s.io/apiserver/pkg/apis/apiserver/install"
    )
    
    // hostnameFunc is a function to set the hostnameFunc of this apiserver.
    // To be used for testing purpose only, to simulate scenarios where multiple apiservers
    // exist. In such cases we want to ensure unique apiserver IDs which are a hash of hostnameFunc.
    var (
    	hostnameFunc = os.Hostname
    )
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top