Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Etcd = func(url string) flow.Action { return download("etcd", url, fetch.UnTar(config.DefaultBinDir, etcdFilter), ) } KubeApiserver = func(url string) flow.Action { name := "kube-apiserver" return download(name, url, toFile(name)) } KubeControllerManager = func(url string) flow.Action { name := "kube-controller-manager" return download(name, url, toFile(name)) } KubeScheduler = func(url string) flow.Action { name := "kube-scheduler" return download(name, url, toFile(name)) } Kubelet = func(url string) flow.Action { name := "kubelet" return download(name, url, toFile(name)) } Coredns = func(url string) flow.Action { name := "coredns" return download(name, url, fetch.UnTar(config.DefaultBinDir), ) } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.