Skip to content

Commit

Permalink
Go links for kustomize and snapshot builds
Browse files Browse the repository at this point in the history
This adds a Go link for downloading kustomize (our own particular
version), and the master snapshot builds.
  • Loading branch information
DirectXMan12 committed May 16, 2019
1 parent 41e0cc9 commit 6fca9a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,33 @@
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/releases/latest/:os"
to = "https://go.kubebuilder.io/releases/latest/:os/amd64"
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/releases/:version/:os"
to = "https://go.kubebuilder.io/releases/:version/:os/amd64"
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/releases/latest/:os/:arch"
to = "https://storage.googleapis.com/kubebuilder-release/kubebuilder_master_:os_:arch.tar.gz"
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/releases/:version/:os/:arch"
to = "https://github.com/kubernetes-sigs/kubebuilder/releases/download/v:version/kubebuilder_:version_:os_:arch.tar.gz"
status = 302
force = true

# TODO(directxman12): change this to standard kustomize when the next version is released (2.1.0)
[[redirects]]
from = "https://go.kubebuilder.io/kustomize/:os/:arch"
to = "https://storage.googleapis.com/kubebuilder-kustomize/kustomize_:os_:arch"
status = 302
force = true

0 comments on commit 6fca9a1

Please sign in to comment.