Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 127 for SAME (0.14 sec)

  1. src/cmd/go/internal/work/exec.go

    	// Configuration independent of compiler toolchain.
    	// Note: buildmode has already been accounted for in buildGcflags
    	// and should not be inserted explicitly. Most buildmodes use the
    	// same compiler settings and can reuse each other's results.
    	// If not, the reason is already recorded in buildGcflags.
    	fmt.Fprintf(h, "compile\n")
    
    	// Include information about the origin of the package that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    				{
    					Hosts: []string{
    						"*/b.com",
    						"test/a.com",
    					},
    				},
    			},
    		}, true, false},
    		{"sidecar egress duplicated with wildcarded same namespace", &networking.Sidecar{
    			Egress: []*networking.IstioEgressListener{
    				{
    					Hosts: []string{
    						"test/*",
    						"test/a.com",
    					},
    				},
    			},
    		}, true, true},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  3. cmd/bucket-replication.go

    		return rCfg, err
    	}
    	return rCfg, nil
    }
    
    // validateReplicationDestination returns error if replication destination bucket missing or not configured
    // It also returns true if replication destination is same as this server.
    func validateReplicationDestination(ctx context.Context, bucket string, rCfg *replication.Config, checkRemote bool) (bool, APIError) {
    	var arns []string
    	if rCfg.RoleArn != "" {
    		arns = append(arns, rCfg.RoleArn)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    	if len(healthCheckNodePorts) != 1 {
    		t.Errorf("expected healthcheck ports length 1, got %v", healthCheckNodePorts)
    	}
    
    	// No change; make sure the service map stays the same and there are
    	// no health-check changes
    	fp.OnServiceUpdate(servicev2, servicev2)
    	result = fp.svcPortMap.Update(fp.serviceChanges)
    	if len(fp.svcPortMap) != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    		},
    		{
    			// Specs are unclear about this behavior.  We adopt a behavior where
    			// normal claim wins over a distributed claim by the same name.
    			name: "groups-distributed-normal-claim-wins",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    						URL:       "{{.URL}}",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_node_status_test.go

    	require.NoError(t, err)
    
    	for i, cond := range updatedNode.Status.Conditions {
    		old := metav1.Date(2012, 1, 1, 0, 0, 0, 0, time.UTC).Time
    		// Expect LastHearbeat to be updated to Now, while LastTransitionTime to be the same.
    		assert.NotEqual(t, old, cond.LastHeartbeatTime.Rfc3339Copy().UTC(), "LastHeartbeatTime for condition %v", cond.Type)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  7. pkg/apis/batch/validation/validation_test.go

    			},
    			opts: JobValidationOptions{
    				AllowMutableSchedulingDirectives: true,
    			},
    		},
    		"update completions and parallelism to same value is valid": {
    			old: batch.Job{
    				ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    				Spec: batch.JobSpec{
    					Selector:       validGeneratedSelector,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    	{[]float64{math.NaN()}, self{}, true},
    	{map[float64]float64{math.NaN(): 1}, map[float64]float64{1: 2}, false},
    	{map[float64]float64{math.NaN(): 1}, self{}, true},
    
    	// Nil vs empty: not the same.
    	{[]int{}, []int(nil), false},
    	{[]int{}, []int{}, true},
    	{[]int(nil), []int(nil), true},
    	{map[int]int{}, map[int]int(nil), false},
    	{map[int]int{}, map[int]int{}, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/validation/validation_test.go

    		},
    		}, true),
    		expectedError: `webhooks[0].matchConditions[0].expression: Invalid value: "object.x in [1, 2,": compilation failed: ERROR: <input>:1:19: Syntax error: missing ']' at '<EOF>'`,
    	}, {
    		name: "unique names same hook",
    		config: newValidatingWebhookConfiguration([]admissionregistration.ValidatingWebhook{{
    			Name:         "webhook.k8s.io",
    			ClientConfig: validClientConfig,
    			SideEffects:  &noSideEffect,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/asm7.go

    	{obj.ANOP, C_VREG, C_NONE, C_NONE, C_NONE, C_NONE, 0, 0, 0, 0, 0},
    	{obj.ADUFFZERO, C_NONE, C_NONE, C_NONE, C_SBRA, C_NONE, 5, 4, 0, 0, 0},   // same as AB/ABL
    	{obj.ADUFFCOPY, C_NONE, C_NONE, C_NONE, C_SBRA, C_NONE, 5, 4, 0, 0, 0},   // same as AB/ABL
    	{obj.APCALIGN, C_LCON, C_NONE, C_NONE, C_NONE, C_NONE, 0, 0, 0, 0, 0},    // align code
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top