Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 115 for Updatef (0.14 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    	tc.Lock()
    	defer tc.Unlock()
    
    	assert.Equal(t, tc.specReplicas != tc.expectedDesiredReplicas, tc.scaleUpdated, "the scale should only be updated if we expected a change in replicas")
    	assert.True(t, tc.statusUpdated, "the status should have been updated")
    	if tc.verifyEvents {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. src/database/sql/sql.go

    // For example: an INSERT and UPDATE.
    func (tx *Tx) ExecContext(ctx context.Context, query string, args ...any) (Result, error) {
    	dc, release, err := tx.grabConn(ctx)
    	if err != nil {
    		return nil, err
    	}
    	return tx.db.execDC(ctx, dc, release, query, args)
    }
    
    // Exec executes a query that doesn't return rows.
    // For example: an INSERT and UPDATE.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    			expectedClusters:     []string{"BlackHoleCluster", "InboundPassthroughCluster", "PassthroughCluster", "inbound|8080||", "outbound|8080||test.com"},
    		},
    		{
    			name:     "destination rule with no subsets is updated",
    			services: []*model.Service{testService1},
    			configs: []config.Config{{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.DestinationRule,
    					Name:             "test-desinationrule",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    		// those details from whether the modification time changes during
    		// "go install", so do a best-effort update of the file times to make it
    		// look like we rewrote a.Target even if we did not. Updating the mtime
    		// may also help other mtime-based systems that depend on our
    		// previous mtime updates that happened more often.
    		// This is still not perfect - we ignore the error result, and if the file was
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 ip saddr 10.180.0.3 jump mark-for-masquerade
    		add rule ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 update @affinity-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 { ip saddr }
    		add rule ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 meta l4proto tcp dnat to 10.180.0.3:80
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

    }
    
    # Update or verify required gcloud components are installed
    # at minimum required version.
    # Assumed vars
    #   KUBE_PROMPT_FOR_UPDATE
    function update-or-verify-gcloud() {
      local sudo_prefix=""
      if [ ! -w "$(dirname "$(which gcloud)")" ]; then
        sudo_prefix="sudo"
      fi
      # update and install components as needed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      auto perm = GetDataFormatPermutation(this->getDataFormat(), data_format);
      if (perm.empty()) return failure();
    
      // Update data_format attribute and result types.
      if (failed(::mlir::TF::UpdateDataFormat(data_format, this))) return failure();
    
      // Update convolution attributes.
      (*this)->setAttr("dilations", ShuffleArrayAttr(getDilations(), perm));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        SameOperandsAndResultsScale,
        TFL_OperandHasAtleastRank<0, 1>,
        TFL_OperandHasAtleastRank<1, 1>,
        PredOpTrait<"updates and output must have same element type",
          TFL_TCresVTEtIsSameAsOp<0, 1>>
      ]> {
      let summary = "Scatter_nd operator";
    
      let description = [{
        Scatter `updates` into a new tensor according to `indices`
      }];
    
      let arguments = (ins
        TFL_TensorOf<[I32]>:$indices,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    in values.yaml. If the chart has a `values.schema.json`, that should be updated as well. ## Step 2. Update the istioctl/Operator values If you are modifying the `gateway` chart, you can stop here. All other charts, however, are exposed by `istioctl` and need to follow the steps below. The charts in the `manifests` directory are used in istioctl to generate an installation manifest. If `values.yaml` is changed, be sure to update corresponding values changes in [../profiles/default.yaml](../profiles/default.yaml)...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    	gcrash.stack = stackalloc(16384)
    	gcrash.stackguard0 = gcrash.stack.lo + 1000
    	gcrash.stackguard1 = gcrash.stack.lo + 1000
    
    	// if disableMemoryProfiling is set, update MemProfileRate to 0 to turn off memprofile.
    	// Note: parsedebugvars may update MemProfileRate, but when disableMemoryProfiling is
    	// set to true by the linker, it means that nothing is consuming the profile, it is
    	// safe to set MemProfileRate to 0.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top