Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for Translator (0.14 sec)

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

    func (b *volumeBinder) tryTranslatePVToCSI(pv *v1.PersistentVolume, csiNode *storagev1.CSINode) (*v1.PersistentVolume, error) {
    	if !b.translator.IsPVMigratable(pv) {
    		return pv, nil
    	}
    
    	pluginName, err := b.translator.GetInTreePluginNameFromSpec(pv, nil)
    	if err != nil {
    		return nil, fmt.Errorf("could not get plugin name from pv: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/nodevolumelimits/csi_test.go

    				scLister:             getFakeCSIStorageClassLister(scName, test.driverNames[0]),
    				randomVolumeIDPrefix: rand.String(32),
    				translator:           csiTranslator,
    			}
    			_, ctx := ktesting.NewTestContext(t)
    			_, gotPreFilterStatus := p.PreFilter(ctx, nil, test.newPod)
    			if diff := cmp.Diff(test.wantPreFilterStatus, gotPreFilterStatus); diff != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  3. operator/pkg/translate/translate_value.go

    		"gateways.istio-ingressgateway": name.IngressComponentName,
    		"gateways.istio-egressgateway":  name.EgressComponentName,
    	}
    )
    
    // initAPIMapping generate the reverse mapping from original translator apiMapping.
    func (t *ReverseTranslator) initAPIAndComponentMapping() {
    	ts := NewTranslator()
    	t.APIMapping = make(map[string]*Translation)
    	t.KubernetesMapping = make(map[string]*Translation)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 03:52:24 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/pv_controller.go

    	//                 the corresponding timestamp entry will be deleted from cache
    	//     abort:      N.A.
    	operationTimestamps metrics.OperationStartTimeCache
    
    	translator               CSINameTranslator
    	csiMigratedPluginManager CSIMigratedPluginManager
    }
    
    // syncClaim is the main controller method to decide what to do with a claim.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    	// recorder is used to record events in the API server
    	recorder record.EventRecorder
    
    	// blkUtil provides volume path related operations for block volume
    	blkUtil volumepathhandler.BlockVolumePathHandler
    
    	translator InTreeToCSITranslator
    }
    
    type inTreeResizeResponse struct {
    	pvc *v1.PersistentVolumeClaim
    	pv  *v1.PersistentVolume
    
    	err error
    	// indicates that resize operation was called on underlying volume driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

    
    class TFRTypes(enum.Enum):
      """All the supported types.
    
        1-3: tfr types
        4-99: mlir built-in types
        100-199: TF related translator internal types
        200- : Python related translator internal types
      """
      TENSOR = 1
      TENSOR_LIST = 2
      ATTR = 3
      NONE = 4
      SHAPE = 5  # shape -> !shape.shape
      I1 = 21
      I8 = 22
      I16 = 23
      I32 = 24
      I64 = 25
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  7. .space/CODEOWNERS

    /gradle/ "Kotlin Build Infrastructure"
    
    # UNKNOWN: /idea/
    
    /jps/ "Kotlin Build Tools"
    
    /js/ "Kotlin Common Backend"
    /js/js.sourcemap/ "Kotlin Common Backend" "Kotlin Wasm"
    /js/js.translator/testData/ "Kotlin Common Backend" "Kotlin Wasm"
    
    /kotlin-js-store/ Ilya.Goncharov
    
    /kotlin-native/ "Kotlin Native"
    /kotlin-native/common/ Alexander.Shabalin Aleksei.Glushko
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  8. pkg/controller/volume/persistentvolume/framework_test.go

    	return func(ctrl *PersistentVolumeController, reactor *pvtesting.VolumeReactor, test controllerTest) error {
    		ctrl.volumePluginMgr.InitPlugins([]volume.VolumePlugin{plugin}, nil /* prober */, ctrl)
    		ctrl.translator = fakeCSINameTranslator{}
    		ctrl.csiMigratedPluginManager = fakeCSIMigratedPluginManager{}
    		return toWrap(ctrl, reactor, test)
    	}
    }
    
    // wrapTestWithInjectedOperation returns a testCall that:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  9. doc/go_mem.html

    provided it can be proved that <code>*shared</code> will not fault on access,
    because the potential added read will not affect any existing concurrent reads or writes.
    On the other hand, the rewrite would not be valid in a source-to-source translator.
    </p>
    
    <h2 id="conclusion">Conclusion</h2>
    
    <p>
    Go programmers writing data-race-free programs can rely on
    sequentially consistent execution of those programs,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 15:54:42 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  10. src/cmd/cgo/gcc.go

    		os.Stderr.Write(stdout)
    		os.Stderr.Write(stderr)
    	}
    	if !ok {
    		os.Stderr.Write(stderr)
    		os.Exit(2)
    	}
    	return string(stdout), string(stderr)
    }
    
    // A typeConv is a translator from dwarf types to Go types
    // with equivalent memory layout.
    type typeConv struct {
    	// Cache of already-translated or in-progress types.
    	m map[string]*Type
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top