Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for none_of (0.35 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    				"spec.versions[0].schema.openAPIV3Schema.oneOf[0].properties[foo].type: Forbidden: must be empty to be structural",
    				"spec.versions[0].schema.openAPIV3Schema.oneOf[0].properties[foo].additionalProperties: Forbidden: must be undefined to be structural",
    				"spec.versions[0].schema.openAPIV3Schema.oneOf[0].properties[foo].title: Forbidden: must be empty to be structural",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.conversion.go

    			}
    		}
    	} else {
    		out.AllOf = nil
    	}
    	if in.OneOf != nil {
    		in, out := &in.OneOf, &out.OneOf
    		*out = make([]apiextensions.JSONSchemaProps, len(*in))
    		for i := range *in {
    			if err := Convert_v1_JSONSchemaProps_To_apiextensions_JSONSchemaProps(&(*in)[i], &(*out)[i], s); err != nil {
    				return err
    			}
    		}
    	} else {
    		out.OneOf = nil
    	}
    	if in.AnyOf != nil {
    		in, out := &in.AnyOf, &out.AnyOf
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/zz_generated.conversion.go

    			}
    		}
    	} else {
    		out.AllOf = nil
    	}
    	if in.OneOf != nil {
    		in, out := &in.OneOf, &out.OneOf
    		*out = make([]apiextensions.JSONSchemaProps, len(*in))
    		for i := range *in {
    			if err := Convert_v1beta1_JSONSchemaProps_To_apiextensions_JSONSchemaProps(&(*in)[i], &(*out)[i], s); err != nil {
    				return err
    			}
    		}
    	} else {
    		out.OneOf = nil
    	}
    	if in.AnyOf != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 71.5K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/collect/SetsTest.java

        EnumSet<SomeEnum> noUnits = Sets.complementOf(allUnits, SomeEnum.class);
        verifySetContents(noUnits, EnumSet.noneOf(SomeEnum.class));
      }
    
      @J2ktIncompatible
      @GwtIncompatible // complementOf
      public void testComplementOfEmptyEnumSetWithoutType() {
        Set<SomeEnum> noUnits = EnumSet.noneOf(SomeEnum.class);
        EnumSet<SomeEnum> allUnits = Sets.complementOf(noUnits);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 49.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    		}
    	}
    
    	if len(schema.OneOf) != 0 {
    		for i, jsonSchema := range schema.OneOf {
    			oneOfSchema := jsonSchema
    			allErrs.AppendErrors(ValidateCustomResourceDefinitionOpenAPISchema(&oneOfSchema, fldPath.Child("oneOf").Index(i), ssv, false, opts, nil))
    		}
    	}
    
    	if len(schema.AnyOf) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  6. pkg/workloadapi/workload.pb.go

    	// This could be a single Pod, a VM instance, etc.
    	Workload *Workload `protobuf:"bytes,1,opt,name=workload,proto3,oneof"`
    }
    
    type Address_Service struct {
    	// Service represents a service - a group of workloads that can be accessed together.
    	Service *Service `protobuf:"bytes,2,opt,name=service,proto3,oneof"`
    }
    
    func (*Address_Workload) isAddress_Type() {}
    
    func (*Address_Service) isAddress_Type() {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  7. src/syscall/zerrors_openbsd_arm64.go

    	NOFLSH                            = 0x80000000
    	NOTE_ATTRIB                       = 0x8
    	NOTE_CHANGE                       = 0x1
    	NOTE_CHILD                        = 0x4
    	NOTE_DELETE                       = 0x1
    	NOTE_EOF                          = 0x2
    	NOTE_EXEC                         = 0x20000000
    	NOTE_EXIT                         = 0x80000000
    	NOTE_EXTEND                       = 0x4
    	NOTE_FORK                         = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 66.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/Sets.java

        EnumSet<E> set = EnumSet.noneOf(elementType);
        Iterables.addAll(set, iterable);
        return set;
      }
    
      // HashSet
    
      /**
       * Creates a <i>mutable</i>, initially empty {@code HashSet} instance.
       *
       * <p><b>Note:</b> if mutability is not required, use {@link ImmutableSet#of()} instead. If {@code
       * E} is an {@link Enum} type, use {@link EnumSet#noneOf} instead. Otherwise, strongly consider
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 77.3K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_arm.go

    	NET_RT_TABLE                      = 0x5
    	NOFLSH                            = 0x80000000
    	NOTE_ATTRIB                       = 0x8
    	NOTE_CHILD                        = 0x4
    	NOTE_DELETE                       = 0x1
    	NOTE_EOF                          = 0x2
    	NOTE_EXEC                         = 0x20000000
    	NOTE_EXIT                         = 0x80000000
    	NOTE_EXTEND                       = 0x4
    	NOTE_FORK                         = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_mips64.go

    	NOFLSH                            = 0x80000000
    	NOTE_ATTRIB                       = 0x8
    	NOTE_CHANGE                       = 0x1
    	NOTE_CHILD                        = 0x4
    	NOTE_DELETE                       = 0x1
    	NOTE_EOF                          = 0x2
    	NOTE_EXEC                         = 0x20000000
    	NOTE_EXIT                         = 0x80000000
    	NOTE_EXTEND                       = 0x4
    	NOTE_FORK                         = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 66.7K bytes
    - Viewed (0)
Back to top