Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    func (r *ControllerDescriptor) RequiresSpecialHandling() bool {
    	return r.requiresSpecialHandling
    }
    
    // KnownControllers returns all known controllers's name
    func KnownControllers() []string {
    	return sets.StringKeySet(NewControllerDescriptors()).List()
    }
    
    // ControllerAliases returns a mapping of aliases to canonical controller names
    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