Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyQuotas (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/controller.go

    	// yet another copy to compare against originals to see if we actually have deltas
    	originalQuotas, err := copyQuotas(quotas)
    	if err != nil {
    		utilruntime.HandleError(err)
    		return
    	}
    
    	atLeastOneChanged := false
    	for i := range admissionAttributes {
    		admissionAttribute := admissionAttributes[i]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top