File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ to the main binary releases.
5
5
6
6
## Test Binaries
7
7
8
- You can find all of the test binaries at ` https://go.kubebuilder.io/test ` .
9
- You can find individual test binaries at ` https://go.kubebuilder.io/test/${version}/${os}/${arch} ` .
8
+ You can find all of the test binaries at ` https://go.kubebuilder.io/test-tools ` .
9
+ You can find individual test binaries at ` https://go.kubebuilder.io/test-tools /${version}/${os}/${arch} ` .
10
10
11
11
## Container Images
12
12
13
- You can find all container images for your os at ` https://go.kubebuilder.io/images/${os} ` .
14
- You can find individual container images at ` https://go.kubebuilder.io/images/:os/:version ` .
13
+ You can find all container images for your os at ` https://go.kubebuilder.io/images/${os} `
14
+ or at ` gcr.io/kubebuilder/thirdparty-${os} ` .
15
+ You can find individual container images at ` https://go.kubebuilder.io/images/${os}/${version} `
16
+ or at ` gcr.io/kubebuilder/thirdparty-${os}:${version} ` .
Original file line number Diff line number Diff line change 68
68
force = true
69
69
70
70
[[redirects ]]
71
- from = " https://go.kubebuilder.io/test"
71
+ from = " https://go.kubebuilder.io/test-tools "
72
72
to = " https://console.cloud.google.com/storage/browser/kubebuilder-tools"
73
73
status = 302
74
74
force = true
75
75
76
76
[[redirects ]]
77
- from = " https://go.kubebuilder.io/test/:version"
77
+ from = " https://go.kubebuilder.io/test-tools /:version"
78
78
to = " https://console.cloud.google.com/storage/browser/kubebuilder-tools/?prefix=kubebuilder-tools-:version"
79
79
status = 302
80
80
force = true
81
81
82
82
[[redirects ]]
83
- from = " https://go.kubebuilder.io/test/:version/:os"
83
+ from = " https://go.kubebuilder.io/test-tools /:version/:os"
84
84
to = " https://console.cloud.google.com/storage/browser/_details/kubebuilder-tools/kubebuilder-tools-:version-:os-amd64.tar.gz"
85
85
status = 302
86
86
force = true
87
87
88
88
[[redirects ]]
89
- from = " https://go.kubebuilder.io/test/:version/:os/:arch"
89
+ from = " https://go.kubebuilder.io/test-tools /:version/:os/:arch"
90
90
to = " https://console.cloud.google.com/storage/browser/_details/kubebuilder-tools/kubebuilder-tools-:version-:os-:arch.tar.gz"
91
91
status = 302
92
92
force = true
You can’t perform that action at this time.
0 commit comments