Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 221 for replaced (0.16 sec)

  1. src/cmd/go/internal/modget/get.go

    				if gover.ModCompare(m.Path, m.Version, old.Version) < 0 {
    					verb = "downgraded"
    				}
    				replaced := ""
    				if mActual != m {
    					replaced = fmt.Sprintf(" (replaced by %s)", mActual)
    				}
    				err = fmt.Errorf("%s %s %s => %s%s: error finding sum for %s: %v", verb, m.Path, old.Version, m.Version, replaced, mActual, err)
    				sumErrs[i] = err
    			}
    		})
    	}
    
    	<-r.work.Idle()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache.go

    	w.removedEventSinceRelist = false
    
    	if err := w.store.Replace(toReplace, resourceVersion); err != nil {
    		return err
    	}
    	w.listResourceVersion = version
    	w.resourceVersion = version
    	if w.onReplace != nil {
    		w.onReplace()
    	}
    	w.cond.Broadcast()
    
    	metrics.RecordResourceVersion(w.groupResource.String(), version)
    	klog.V(3).Infof("Replaced watchCache (rev: %v) ", resourceVersion)
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 10:20:57 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  3. cmd/erasure-healing_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Write xl.meta with different modtime to simulate the case where a disk had
    	// gone down when an object was replaced by a new object.
    	fileInfoOutDated := fileInfoPreHeal
    	fileInfoOutDated.ModTime = time.Now()
    	err = disk.WriteMetadata(context.Background(), "", bucket, object, fileInfoOutDated)
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  4. pkg/controller/statefulset/stateful_set_utils.go

    		claims[templates[i].Name] = *claim
    	}
    	return claims
    }
    
    // updateStorage updates pod's Volumes to conform with the PersistentVolumeClaim of set's templates. If pod has
    // conflicting local Volumes these are replaced with Volumes that conform to the set's templates.
    func updateStorage(set *apps.StatefulSet, pod *v1.Pod) {
    	currentVolumes := pod.Spec.Volumes
    	claims := getPersistentVolumeClaims(set, pod)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  5. CREDITS

    is an owner of Copyright and Related Rights in the Work, voluntarily
    elects to apply CC0 to the Work and publicly distribute the Work under its
    terms, with knowledge of his or her Copyright and Related Rights in the
    Work and the meaning and intended legal effect of CC0 on those rights.
    
    1. Copyright and Related Rights. A Work made available under CC0 may be
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  6. pilot/pkg/model/gateway.go

    // only Gateways on port 8080 would be used. This prevents ambiguities when there are multiple
    // Services on port 80 referring to different target ports. Long term, this will be replaced by
    // Gateways directly referencing a Service, rather than label selectors. Warning: this label is
    // intended solely for as a workaround for Knative's Istio integration, and not intended for any
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
  7. pkg/istio-agent/agent.go

    	k8sCAIstioMountedPath = "./var/run/secrets/istio/kubernetes/ca.crt"
    
    	// CitadelCACertPath is the directory for Citadel CA certificate.
    	// This is mounted from config map 'istio-ca-root-cert'. Part of startup,
    	// this may be replaced with ./etc/certs, if a root-cert.pem is found, to
    	// handle secrets mounted from non-citadel CAs.
    	CitadelCACertPath = "./var/run/secrets/istio"
    )
    
    const (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  8. RELEASE.md

        *   `tf.contrib.distributions.MultivariateNormalFull` replaced by
            `tf.contrib.distributions.MultivariateNormalTriL`.
        *   `tf.contrib.distributions.MultivariateNormalCholesky` replaced by
            `tf.contrib.distributions.MultivariateNormalTriL`
        *   `tf.contrib.distributions.MultivariateNormalDiagWithSoftplusStDev`
            replaced by
            `tf.contrib.distributions.MultivariateNormalDiagWithSoftplusScale`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. cmd/bucket-lifecycle.go

    	}
    	var tasks int
    	for _, wrkr := range *w {
    		tasks += len(wrkr)
    	}
    	return tasks
    }
    
    // enqueueTierJournalEntry enqueues a tier journal entry referring to a remote
    // object corresponding to a 'replaced' object versions. This applies only to
    // non-versioned or version suspended buckets.
    func (es *expiryState) enqueueTierJournalEntry(je jentry) {
    	wrkr := es.getWorkerCh(je.OpHash())
    	if wrkr == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

              "NeedEncap":  true
            }
          }
        }
      ]
    }'.replace('POD_CIDR', ${env:POD_CIDR}).`
      replace('POD_GATEWAY', ${pod_gateway}).`
      replace('DNS_SERVER_IP', ${kube_env}['DNS_SERVER_IP']).`
      replace('DNS_DOMAIN', ${kube_env}['DNS_DOMAIN']).`
      replace('MGMT_IP', ${mgmt_ip}).`
      replace('SERVICE_CIDR', ${kube_env}['SERVICE_CLUSTER_IP_RANGE'])
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top