mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			832 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			832 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.28.1",
 | 
						|
    "description": "Kubernetes node provisioning tool",
 | 
						|
    "homepage": "https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dl.k8s.io/v1.28.1/bin/windows/amd64/kubeadm.exe",
 | 
						|
            "hash": "910d4d12fa1ed9c4f55dbb0b862739b37f58407c04b3aeca989b94cd5df63ea4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "kubeadm.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://storage.googleapis.com/kubernetes-release/release/stable.txt",
 | 
						|
        "regex": "v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dl.k8s.io/v$version/bin/windows/amd64/kubeadm.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha1"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |