Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 109 for Change (0.11 sec)

  1. cmd/site-replication.go

    			secretKey:     change.Create.SecretKey,
    			sessionPolicy: sp,
    			claims:        change.Create.Claims,
    			name:          change.Create.Name,
    			description:   change.Create.Description,
    			expiration:    change.Create.Expiration,
    		}
    		_, _, err = globalIAMSys.NewServiceAccount(ctx, change.Create.Parent, change.Create.Groups, opts)
    		if err != nil {
    			return wrapSRErr(err)
    		}
    
    	case change.Update != nil:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	}
    
    	// Before we drop our P, make a snapshot of the allp slice,
    	// which can change underfoot once we no longer block
    	// safe-points. We don't need to snapshot the contents because
    	// everything up to cap(allp) is immutable.
    	allpSnapshot := allp
    	// Also snapshot masks. Value changes are OK, but we can't allow
    	// len to change out from under us.
    	idlepMaskSnapshot := idlepMask
    	timerpMaskSnapshot := timerpMask
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_node_status_test.go

    			expectChange: true,
    		},
    	}
    	for _, tc := range testcases {
    		t.Run(tc.name, func(t *testing.T) {
    			originalStatusCopy := tc.originalStatus.DeepCopy()
    			statusCopy := tc.status.DeepCopy()
    			changed := nodeStatusHasChanged(tc.originalStatus, tc.status)
    			assert.Equal(t, tc.expectChange, changed, "Expect node status change to be %t, but got %t.", tc.expectChange, changed)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier_test.go

    		expectedNewlyActiveUDPServices: map[proxy.ServicePortName]bool{},
    		expectedLocalEndpoints:         map[types.NamespacedName]int{},
    	}, {
    		// Case[1]: no change, named port, local
    		name:              "no change, named port, local",
    		previousEndpoints: namedPortLocal,
    		currentEndpoints:  namedPortLocal,
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

                copy = node_map.at(n);
              } else if (IsKeyPlaceholderNode(*n)) {
                // Change a).
                copy = key_placeholder;
                node_map[n] = copy;
              } else {
                // Copy the node.
                NodeDef copy_def = n->def();
                // Change c).
                copy_def.clear_device();
                copy = (*host_graph)->AddNode(copy_def, &s);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

              },
              "resourceVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

              },
              "resourceVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    	tc := SortMergeListTestCases{}
    	err := yaml.Unmarshal(sortMergeListTestCaseData, &tc)
    	if err != nil {
    		t.Errorf("can't unmarshal test cases: %s\n", err)
    		return
    	}
    
    	for _, schema := range schemas {
    		for _, c := range tc.TestCases {
    			temp := testObjectToJSONOrFail(t, c.Original)
    			got := sortJsonOrFail(t, temp, c.Description, schema)
    			expected := testObjectToJSONOrFail(t, c.Sorted)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

              },
              "resourceVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

              },
              "resourceVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
Back to top