Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFeatureGatedControllersShouldNotDefineAliases (0.27 sec)

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

    		aliases:  []string{"resource-claim-controller"},
    		initFunc: startResourceClaimController,
    		requiredFeatureGates: []featuregate.Feature{
    			features.DynamicResourceAllocation, // TODO update app.TestFeatureGatedControllersShouldNotDefineAliases when removing this feature
    		},
    	}
    }
    
    func startResourceClaimController(ctx context.Context, controllerContext ControllerContext, controllerName string) (controller.Interface, bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top