Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for binder (0.27 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

              "secretRef": {
                "name": "nameValue"
              },
              "readOnly": true,
              "options": {
                "optionsKey": "optionsValue"
              }
            },
            "cinder": {
              "volumeID": "volumeIDValue",
              "fsType": "fsTypeValue",
              "readOnly": true,
              "secretRef": {
                "name": "nameValue"
              }
            },
            "cephfs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  2. src/go/build/build.go

    }
    
    // ArchChar returns "?" and an error.
    // In earlier versions of Go, the returned string was used to derive
    // the compiler and linker tool names, the default object file suffix,
    // and the default linker output name. As of Go 1.5, those strings
    // no longer vary by architecture; they are compile, link, .o, and a.out, respectively.
    func ArchChar(goarch string) (string, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    	if !addToolchainRoot {
    		padding = 1
    	}
    	roots = make([]module.Version, 0, padding+len(modFile.Require))
    	for _, r := range modFile.Require {
    		if index := MainModules.Index(m); index != nil && index.exclude[r.Mod] {
    			if cfg.BuildMod == "mod" {
    				fmt.Fprintf(os.Stderr, "go: dropping requirement on excluded version %s %s\n", r.Mod.Path, r.Mod.Version)
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top