Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for platform1 (0.18 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			s.vars[memVar] = s.newValue2(op, types.TypeMem, args[0], s.mem())
    			return nil
    		}
    	}
    
    	// Make Prefetch intrinsics for supported platforms
    	// On the unsupported platforms stub function will be eliminated
    	addF("runtime/internal/sys", "Prefetch", makePrefetchFunc(ssa.OpPrefetchCache),
    		sys.AMD64, sys.ARM64, sys.PPC64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.proto

      // Additional value may be defined in future and can be one of:
      // https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
      // Clients should expect to handle additional values and treat unrecognized values in this field as os: null
      optional string name = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                    type: array
                  featureDetectOverride:
                    description: FeatureDetectOverride is used to override feature detection
                      based on auto-detected platform capabilities.  Values are specified
                      in a comma separated list with no spaces, example; "SNATFullyRandom=true,MASQFullyRandom=false,RestoreSupportsLock=".  "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// Additional value may be defined in future and can be one of:
    	// https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
    	// Clients should expect to handle additional values and treat unrecognized values in this field as os: null
    	Name OSName `json:"name" protobuf:"bytes,1,opt,name=name"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

    - Add support to generate client-side binaries for windows/arm64 platform ([#104894](https://github.com/kubernetes/kubernetes/pull/104894), [@pacoxu](https://github.com/pacoxu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - `kubeadm`: fixed a bug where file copy(backup) could not be executed correctly
      on Windows platform during upgrade. ([#117861](https://github.com/kubernetes/kubernetes/pull/117861), [@SataQiu](https://github.com/SataQiu))
    - `kubeadm`: speedup init by 0s or 20s. kubelet-start phase is now after etcd
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  7. pkg/apis/core/validation/validation.go

    // validOS stores the set of valid OSes within pod spec.
    // The valid values currently are linux, windows.
    // In future, they can be expanded to values from
    // https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
    var validOS = sets.New(core.Linux, core.Windows)
    
    // ValidateHasLabel requires that metav1.ObjectMeta has a Label with key and expectedValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              }
            },
            "required": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - Kubeadm: fix a bug where file copy(backup) could not be executed correctly on Windows platform during upgrade ([#117861](https://github.com/kubernetes/kubernetes/pull/117861), [@SataQiu](https://github.com/SataQiu)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * 🌐 Add Russian translation for `docs/ru/docs/tutorial/schema-extra-example.md`. PR [#9621](https://github.com/tiangolo/fastapi/pull/9621) by [@Alexandrhub](https://github.com/Alexandrhub).
    
    ### Internal
    
    * 🔧 Add sponsor Platform.sh. PR [#9650](https://github.com/tiangolo/fastapi/pull/9650) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top