Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 104 for checkSign (0.19 sec)

  1. cmd/object-api-multipart_test.go

    			},
    		},
    		// listMultipartResults - 35.
    		// Checking listing with `Prefix` and `KeyMarker`.
    		// No upload MultipartInfo in the result expected since KeyMarker is set to last Key in the result.
    		{
    			MaxUploads:  10,
    			IsTruncated: false,
    			Prefix:      "minio-object",
    			KeyMarker:   objectNames[1],
    		},
    		// listMultipartResults - 36.
    		// checking listing with `Prefix` and `UploadIDMarker` set.
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.something == 1 || self.something == '25%'": 6,
    				"self.something == '25%' || self.something == 1": 3,
    
    				// Because the type is dynamic it receives no type checking, and evaluates to false when compared to
    				// other types at runtime.
    				"self.something != ['anything']": 3,
    			},
    		},
    		{name: "int in intOrString",
    			obj: map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  3. src/go/types/expr.go

    sub-expression trees are left alone except for their roots). This mechanism
    ensures that a client sees the actual (run-time) type an untyped value would
    have. It also permits type-checking of lhs shift operands "as if the shift
    were not present": when updateExprType visits an untyped lhs shift operand
    and assigns it it's final type, that type must be an integer type, and a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  4. pkg/apis/admissionregistration/types.go

    type ValidatingAdmissionPolicyStatus struct {
    	// The generation observed by the controller.
    	// +optional
    	ObservedGeneration int64
    	// The results of type checking for each expression.
    	// Presence of this field indicates the completion of the type checking.
    	// +optional
    	TypeChecking *TypeChecking
    	// The conditions represent the latest available observations of a policy's current state.
    	// +optional
    	// +listType=map
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    			want: want{
    				filter: perNodeResult{
    					workerNode.Name: {
    						status: framework.NewStatus(framework.UnschedulableAndUnresolvable, `checking structured parameters failed: checking node "worker" and resources of driver "some-driver": evaluate request CEL expression: no such key: no-such-attribute`),
    					},
    				},
    				postfilter: result{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // `port` should be a valid port number (1-65535, inclusive).
      // +optional
      optional int32 port = 4;
    }
    
    // TypeChecking contains results of type checking the expressions in the
    // ValidatingAdmissionPolicy
    message TypeChecking {
      // The type checking warnings for each expression.
      // +optional
      // +listType=atomic
      repeated ExpressionWarning expressionWarnings = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    			args: config.NodeResourcesFitArgs{
    				IgnoredResources: []string{"example.com/bbb"},
    			},
    			name:                      "skip checking ignored extended resource",
    			wantInsufficientResources: []InsufficientResource{},
    		},
    		{
    			pod: newResourceOverheadPod(
    				newResourcePod(framework.Resource{MilliCPU: 1, Memory: 1}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // `port` should be a valid port number (1-65535, inclusive).
      // +optional
      optional int32 port = 4;
    }
    
    // TypeChecking contains results of type checking the expressions in the
    // ValidatingAdmissionPolicy
    message TypeChecking {
      // The type checking warnings for each expression.
      // +optional
      // +listType=atomic
      repeated ExpressionWarning expressionWarnings = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/types2/expr.go

    sub-expression trees are left alone except for their roots). This mechanism
    ensures that a client sees the actual (run-time) type an untyped value would
    have. It also permits type-checking of lhs shift operands "as if the shift
    were not present": when updateExprType visits an untyped lhs shift operand
    and assigns it it's final type, that type must be an integer type, and a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    	cases := []struct {
    		name            string
    		input           schema.Structural
    		expectedResults []validationMatcher
    		unmodified      bool
    	}{
    		{
    			name: "optional primitive transition rule type checking",
    			input: schema.Structural{
    				Generic: schema.Generic{
    					Type: "integer",
    				},
    				ValidationExtensions: schema.ValidationExtensions{
    					XValidations: apiextensions.ValidationRules{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top