Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WithNot (0.1 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/jsonschemaprops.go

    		b.AnyOf = append(b.AnyOf, *values[i])
    	}
    	return b
    }
    
    // WithNot sets the Not field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Not field is set to the value of the last call.
    func (b *JSONSchemaPropsApplyConfiguration) WithNot(value *JSONSchemaPropsApplyConfiguration) *JSONSchemaPropsApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/jsonschemaprops.go

    		b.AnyOf = append(b.AnyOf, *values[i])
    	}
    	return b
    }
    
    // WithNot sets the Not field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Not field is set to the value of the last call.
    func (b *JSONSchemaPropsApplyConfiguration) WithNot(value *JSONSchemaPropsApplyConfiguration) *JSONSchemaPropsApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    						}, {
    							Path: "path/with/subdirs",
    							FieldRef: &core.ObjectFieldSelector{
    								APIVersion: "v1",
    								FieldPath:  "metadata.labels",
    							},
    						}, {
    							Path: "path/./withdot",
    							FieldRef: &core.ObjectFieldSelector{
    								APIVersion: "v1",
    								FieldPath:  "metadata.labels",
    							},
    						}, {
    							Path: "path/with/embedded..dotdot",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top