Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for fieldValidation (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	return nil, nil
    }
    
    // shared vars used by both TestFieldValidation and BenchmarkFieldValidation
    var (
    	strictFieldValidation = "?fieldValidation=Strict"
    	warnFieldValidation   = "?fieldValidation=Warn"
    	ignoreFieldValidation = "?fieldValidation=Ignore"
    )
    
    // TestFieldValidation tests the create, update, and patch handlers for correctness when faced with field validation errors.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		}
    
    		// Patch the maps to handle any expected differences before we compare.
    
    		// DeleteOptions does not have these fields.
    		delete(inMap, "fieldManager")
    		delete(inMap, "fieldValidation")
    
    		// UpdateOptions does not have these fields.
    		delete(outMap, "gracePeriodSeconds")
    		delete(outMap, "preconditions")
    		delete(outMap, "orphanDependents")
    		delete(outMap, "propagationPolicy")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top