Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for linux64 (0.1 sec)

  1. CHANGELOG/CHANGELOG-1.5.md

    [kubernetes-client-linux-386.tar.gz](https://dl.k8s.io/v1.5.8/kubernetes-client-linux-386.tar.gz) | `4c1b83462cc9c11144c957beca3479a16162ccd283462d3b6b2afcfa40550137`
    [kubernetes-client-linux-amd64.tar.gz](https://dl.k8s.io/v1.5.8/kubernetes-client-linux-amd64.tar.gz) | `0baefc8e2c01bddf550764a77d6fb345df331bbc4f2f56efb036d3dd50b64562`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    [kubernetes-client-linux-386.tar.gz](https://dl.k8s.io/v1.4.12/kubernetes-client-linux-386.tar.gz) | `adf1f939db2da0b87bca876d9bee69e0d6bf4ca4a78e64195e9a08960e5ef010`
    [kubernetes-client-linux-amd64.tar.gz](https://dl.k8s.io/v1.4.12/kubernetes-client-linux-amd64.tar.gz) | `5419bdbba8144b55bf7bf2af1aefa531e25279f31a02d692f19b505862d0204f`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg syscall (linux-arm), type Flock_t struct, Start int64
    pkg syscall (linux-arm), type Flock_t struct, Type int16
    pkg syscall (linux-arm), type Flock_t struct, Whence int16
    pkg syscall (linux-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
    pkg syscall (linux-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
    pkg syscall (linux-arm-cgo), type Flock_t struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

      fi
    
      construct-linux-kubelet-flags "heapster"
      build-linux-kube-env false "${KUBE_TEMP}/heapster-kube-env.yaml"
      construct-linux-kubelet-flags "node"
      build-linux-kube-env false "${KUBE_TEMP}/node-kube-env.yaml"
      build-kubelet-config false "linux" "${KUBE_TEMP}/node-kubelet-config.yaml"
    }
    
    function write-windows-node-env {
      construct-windows-kubelet-flags
      construct-windows-kubeproxy-flags
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //	-asan
    //		enable interoperation with address sanitizer.
    //		Supported only on linux/arm64, linux/amd64, linux/loong64.
    //		Supported on linux/amd64 or linux/arm64 and only with GCC 7 and higher
    //		or Clang/LLVM 9 and higher.
    //		And supported on linux/loong64 only with Clang/LLVM 16 and higher.
    //	-cover
    //		enable code coverage instrumentation.
    //	-covermode set,count,atomic
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    					Labels: map[string]string{
    						v1.LabelOSStable:   "linux",
    						v1.LabelArchStable: "amd64",
    					},
    				},
    			},
    			ExpectedLabels: map[string]string{
    				kubeletapis.LabelOS:   "linux",
    				kubeletapis.LabelArch: "amd64",
    				v1.LabelOSStable:      "linux",
    				v1.LabelArchStable:    "amd64",
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  7. cmd/server_test.go

    	}{
    		{
    			getListObjectsV2URL(s.endPoint, bucketName, "pfx/a/", "2", "", "", "/"),
    			[]string{
    				"<Contents><Key>pfx/a/1.txt</Key>",
    			},
    			"Hadoop 3.3.2, aws-sdk-java/1.12.262 Linux/5.14.0-362.24.1.el9_3.x86_64 OpenJDK_64-Bit_Server_VM/11.0.22+7 java/11.0.22 scala/2.12.15 vendor/Eclipse_Adoptium cfg/retry-mode/legacy",
    		},
    		{
    			getListObjectsV2URL(s.endPoint, bucketName, "pfx/a/", "2", "", "", "/"),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    		if cStatus.User == nil {
    			return nil
    		}
    
    		user := &v1.ContainerUser{}
    		if cStatus.User.Linux != nil {
    			user.Linux = &v1.LinuxContainerUser{
    				UID:                cStatus.User.Linux.UID,
    				GID:                cStatus.User.Linux.GID,
    				SupplementalGroups: cStatus.User.Linux.SupplementalGroups,
    			}
    		}
    
    		return user
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

    function detect_host_info() {
      HOST_PLATFORM=${HOST_PLATFORM_OVERRIDE:-"$(uname -s)"}
      case "${HOST_PLATFORM}" in
        Linux|linux)
          HOST_PLATFORM="linux"
          ;;
        *)
          echo "Unknown, unsupported platform: ${HOST_PLATFORM}." >&2
          echo "Supported platform(s): linux." >&2
          echo "Bailing out." >&2
          exit 2
      esac
    
      HOST_ARCH=${HOST_ARCH_OVERRIDE:-"$(uname -m)"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods_test.go

    		},
    		"linux user, SupplementalGroupsPolicy is enabled": {
    			testPodStaus(&kubecontainer.ContainerUser{
    				Linux: &kubecontainer.LinuxContainerUser{
    					UID:                0,
    					GID:                0,
    					SupplementalGroups: []int64{10},
    				},
    			}),
    			true,
    			expectedContainerStatuses(&v1.ContainerUser{
    				Linux: &v1.LinuxContainerUser{
    					UID:                0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top