Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for relPath (0.08 sec)

  1. pkg/apis/core/validation/validation.go

    	fldPath := fld.Child("hard")
    	for k, v := range status.Hard {
    		resPath := fldPath.Key(string(k))
    		allErrs = append(allErrs, ValidateResourceQuotaResourceName(k, resPath)...)
    		allErrs = append(allErrs, ValidateResourceQuantityValue(k, v, resPath)...)
    	}
    	fldPath = fld.Child("used")
    	for k, v := range status.Used {
    		resPath := fldPath.Key(string(k))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"kind": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top