Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for GetSubresource (0.18 sec)

  1. pkg/controller/resourcequota/resource_quota_controller_test.go

    		}
    
    		actionSet := sets.NewString()
    		for _, action := range kubeClient.Actions() {
    			actionSet.Insert(strings.Join([]string{action.GetVerb(), action.GetResource().Resource, action.GetSubresource()}, "-"))
    		}
    		if !actionSet.IsSuperset(testCase.expectedActionSet) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 16:29:33 UTC 2023
    - 42.6K bytes
    - Viewed (0)
Back to top