Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 96 for updateIPs (0.25 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    		newCachedPV.ResourceVersion = pv.ResourceVersion
    		if diff := cmp.Diff(pv, newCachedPV); diff != "" {
    			t.Errorf("cached PV check failed (-want, +got):\n%s", diff)
    		}
    	}
    
    	// Check reactor for API updates
    	if err := env.reactor.CheckVolumes(expectedAPIPVs); err != nil {
    		t.Errorf("API reactor validation failed: %v", err)
    	}
    }
    
    func (env *testEnv) validateProvision(
    	t *testing.T,
    	pod *v1.Pod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. cmd/xl-storage.go

    	defer func() {
    		res := make(map[string]string)
    		if err != nil {
    			res["err"] = err.Error()
    		}
    		stopFn(res)
    	}()
    
    	// Updates must be closed before we return.
    	defer xioutil.SafeClose(updates)
    	var lc *lifecycle.Lifecycle
    
    	// Check if the current bucket has a configured lifecycle policy
    	if globalLifecycleSys != nil {
    		lc, err = globalLifecycleSys.Get(cache.Info.Name)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (2)
  3. staging/src/k8s.io/api/apps/v1/types.go

    	// termination.
    	ParallelPodManagement PodManagementPolicyType = "Parallel"
    )
    
    // StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
    // controller will use to perform updates. It includes any additional parameters
    // necessary to perform the update for the indicated strategy.
    type StatefulSetUpdateStrategy struct {
    	// Type indicates the type of the StatefulSetUpdateStrategy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    //   %delta = "tf.Const"() {value = dense<1> : tensor<i32>}
    //   %updates = "tf.Range"(%start, %limit, %delta) :
    //     (tensor<i32>, tensor<i32>, tensor<i32>) -> tensor<5xi32>
    //   %shape = "tf.Const"() {value = dense<[5, 1]> : tensor<2xi32>}
    //   %indices = "tf.Reshape"(%x, %shape) : (tensor<5xi32, tensor<2xi32) ->
    //     tensor<5x1xi32>
    //   "tf.TensorScatterUpdate"(%x, %indices, %updates) :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// termination.
    	ParallelPodManagement PodManagementPolicyType = "Parallel"
    )
    
    // StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
    // controller will use to perform updates. It includes any additional parameters
    // necessary to perform the update for the indicated strategy.
    type StatefulSetUpdateStrategy struct {
    	// Type indicates the type of the StatefulSetUpdateStrategy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  6. src/crypto/tls/conn.go

    	return c.readRecordOrCCS(false)
    }
    
    func (c *Conn) readChangeCipherSpec() error {
    	return c.readRecordOrCCS(true)
    }
    
    // readRecordOrCCS reads one or more TLS records from the connection and
    // updates the record layer state. Some invariants:
    //   - c.in must be locked
    //   - c.input must be empty
    //
    // During the handshake one and only one of the following will happen:
    //   - c.hand grows
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

        if (IsTensorListType(result_and_idx.value(), std::nullopt)) {
          set.insert(result_and_idx.index());
        }
      }
      return set;
    }
    
    // Updates the tensorlist types based on the input index. If the tensorlist's
    // size isn't changed(which is indicated by `resized_tensor_list_index`), then
    // we will use the original operand's type, otherwise update it with the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  8. pilot/pkg/model/push_context.go

    	// rule is merged from the following destinationRules.
    	rule *config.Config
    	// the original dest rules from which above rule is merged.
    	from []types.NamespacedName
    }
    
    // XDSUpdater is used for direct updates of the xDS model and incremental push.
    // Pilot uses multiple registries - for example each K8S cluster is a registry
    // instance. Each registry is responsible for tracking a set
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/prove.go

    	ft.stack = make([]fact, 4)
    	ft.limits = make(map[ID]limit)
    	ft.limitStack = make([]limitFact, 4)
    	ft.zero = f.ConstInt64(f.Config.Types.Int64, 0)
    	return ft
    }
    
    // update updates the set of relations between v and w in domain d
    // restricting it to r.
    func (ft *factsTable) update(parent *Block, v, w *Value, d domain, r relation) {
    	if parent.Func.pass.debug > 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  10. plugin/pkg/admission/noderestriction/admission_test.go

    			),
    			subresource: "",
    			newObj: makeTestPVC(
    				"", "10G", nil,
    			),
    			expectError: "is forbidden: may only update PVC status",
    		},
    		{
    			name: "should allow capacity and condition updates, if expansion is enabled",
    			oldObj: makeTestPVC(
    				api.PersistentVolumeClaimResizing,
    				"10G", nil,
    			),
    			expansionFeatureEnabled: true,
    			subresource:             "status",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
Back to top