Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 68 for XValidations (0.47 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1beta1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.MatchConstraints != nil {
    		in, out := &in.MatchConstraints, &out.MatchConstraints
    		*out = new(MatchResources)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Validations != nil {
    		in, out := &in.Validations, &out.Validations
    		*out = make([]Validation, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.FailurePolicy != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 23.3K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.MatchConstraints != nil {
    		in, out := &in.MatchConstraints, &out.MatchConstraints
    		*out = new(MatchResources)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Validations != nil {
    		in, out := &in.Validations, &out.Validations
    		*out = make([]Validation, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.MatchConditions != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 24.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.MatchConstraints != nil {
    		in, out := &in.MatchConstraints, &out.MatchConstraints
    		*out = new(MatchResources)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Validations != nil {
    		in, out := &in.Validations, &out.Validations
    		*out = make([]Validation, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.FailurePolicy != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  4. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishBasicIntegTest.groovy

        }
    
        @Issue("https://github.com/gradle/gradle/issues/15009")
        def "can disable validation of publication of dependencies on enforced platforms"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  5. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishBasicIntegTest.groovy

        }
    
        @Issue("https://github.com/gradle/gradle/issues/15009")
        def "can disable validation of publication of dependencies on enforced platforms"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/compile.go

    		field("metadata", metadataType, true),
    		field("spec", specType, true),
    		field("status", statusType, true),
    	))
    }
    
    // CompilationResult represents a compiled validations expression.
    type CompilationResult struct {
    	Program            cel.Program
    	Error              *apiservercel.Error
    	ExpressionAccessor ExpressionAccessor
    	OutputType         *cel.Type
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  7. samples/addons/kiali.yaml

        kiali_feature_flags:
          certificates_information_indicators:
            enabled: true
            secrets:
            - cacerts
            - istio-ca-secret
          disabled_features: []
          validations:
            ignore:
            - KIA1301
        login_token:
          signing_key: CHANGEME00000000
        server:
          observability:
            metrics:
              enabled: true
              port: 9090
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/jos/JavaObjectSerializationCodec.kt

     *    - `readLine()`, `readFully(ByteArray)`, `readFully(ByteArray, Int, Int)`, `readUnshared()`, `readFields()`, `transferTo(OutputStream)` and `readAllBytes()`.
     * - validations registered via [ObjectInputStream.registerValidation] are simply ignored;
     * - the `readObjectNoData` method, if present, is never invoked;
     */
    class JavaObjectSerializationCodec(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. docs/fr/docs/features.md

        * Nombres (`int`, `float`) avec valeur minimale and maximale, etc.
    
    * Validation pour des types plus exotiques, tel que:
        * URL.
        * Email.
        * UUID.
        * ...et autres.
    
    Toutes les validations sont gérées par le bien établi et robuste **Pydantic**.
    
    ### Sécurité et authentification
    
    La sécurité et l'authentification sont intégrées. Sans aucun compromis avec les bases de données ou les modèles de données.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/promote_resources_to_args.cc

        add_resource_argument(func_arg, resource_type);
      }
    
      // Loop through `tf.VarHandleOp` resource arguments in the function and store
      // a mapping from that argument to itself as the current live value. No
      // validations are necessary here as these arguments were validated prior to
      // being added.
      auto var_handle_args =
          function.getArguments().take_back(var_handle_shared_names.size());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top