File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 43
43
status = 302
44
44
force = true
45
45
46
+ [[redirects ]]
47
+ from = " https://go.kubebuilder.io/releases/latest/:os"
48
+ to = " https://go.kubebuilder.io/releases/latest/:os/amd64"
49
+ status = 302
50
+ force = true
51
+
46
52
[[redirects ]]
47
53
from = " https://go.kubebuilder.io/releases/:version/:os"
48
54
to = " https://go.kubebuilder.io/releases/:version/:os/amd64"
49
55
status = 302
50
56
force = true
51
57
58
+ [[redirects ]]
59
+ from = " https://go.kubebuilder.io/releases/latest/:os/:arch"
60
+ to = " https://storage.googleapis.com/kubebuilder-release/kubebuilder_master_:os_:arch.tar.gz"
61
+ status = 302
62
+ force = true
63
+
52
64
[[redirects ]]
53
65
from = " https://go.kubebuilder.io/releases/:version/:os/:arch"
54
66
to = " https://github.com/kubernetes-sigs/kubebuilder/releases/download/v:version/kubebuilder_:version_:os_:arch.tar.gz"
55
67
status = 302
56
68
force = true
69
+
70
+ # TODO(directxman12): change this to standard kustomize when the next version is released (2.1.0)
71
+ [[redirects ]]
72
+ from = " https://go.kubebuilder.io/kustomize/:os/:arch"
73
+ to = " https://storage.googleapis.com/kubebuilder-kustomize/kustomize_:os_:arch"
74
+ status = 302
75
+ force = true
You can’t perform that action at this time.
0 commit comments