Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StripValueValidations (0.19 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/builder.go

    					// This adds ValueValidation fields (anyOf, allOf) which may be stripped below if opts.StripValueValidation is true
    					schema = schema.Unfold()
    
    					if opts.StripValueValidation {
    						schema = schema.StripValueValidations()
    					}
    					if opts.StripNullable {
    						schema = schema.StripNullable()
    					}
    				}
    			}
    		}
    	}
    
    	// TODO(roycaihw): remove the WebService templating below. The following logic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 22.8K bytes
    - Viewed (0)
Back to top