Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RequiresSpecialHandling (0.17 sec)

  1. cmd/kube-controller-manager/app/controllermanager.go

    func (r *ControllerDescriptor) IsCloudProviderController() bool {
    	return r.isCloudProviderController
    }
    
    // RequiresSpecialHandling should return true only in a special non-generic controllers like ServiceAccountTokenController
    func (r *ControllerDescriptor) RequiresSpecialHandling() bool {
    	return r.requiresSpecialHandling
    }
    
    // KnownControllers returns all known controllers's name
    func KnownControllers() []string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
Back to top