Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for registerKey (0.15 sec)

  1. pilot/pkg/model/push_context.go

    	// new version.
    	LastPushStatus *PushContext
    	// LastPushMutex will protect the LastPushStatus
    	LastPushMutex sync.Mutex
    
    	// All metrics we registered.
    	metrics = []monitoring.Metric{
    		DNSNoEndpointClusters,
    		EndpointNoPod,
    		ProxyStatusNoService,
    		ProxyStatusEndpointNotReady,
    		ProxyStatusConflictOutboundListenerTCPOverTCP,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/pv_controller.go

    		"or manually by the system administrator. If volume creation is delayed, please verify that "+
    		"the provisioner is running and correctly registered.", provisionerName)
    	// External provisioner has been requested for provisioning the volume
    	// Report an event and wait for external provisioner to finish
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  3. src/cmd/link/internal/loader/loader.go

    		return false
    	}
    	return l.generatedSyms.Has(l.extIndex(i))
    }
    
    // SetIsGeneratedSym marks symbols as generated symbols. Data shouldn't be
    // stored in generated symbols, and a function is registered and called for
    // each of these symbols.
    func (l *Loader) SetIsGeneratedSym(i Sym, v bool) {
    	if !l.IsExternal(i) {
    		panic("only external symbols can be generated")
    	}
    	if v {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ### `-tf-shape-inference`
    
    _Shape inference on TF dialect and ops implementing InferTypeOpInterface_
    
    Fixed point shape refinement pass that utilizes the shape functions
    registered on ops using the InferTypeOpInterface as well as by bridging to
    the TensorFlow op registry's shape functions. This is an interprocedural
    pass that propagates information across function calls/control flow
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top