Commit be61609 1 parent de03361 commit be61609 Copy full SHA for be61609
File tree 3 files changed +57
-0
lines changed
3 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 67
67
- [ RBAC] ( ./reference/markers/rbac.md )
68
68
69
69
- [ controller-gen CLI] ( ./reference/controller-gen.md )
70
+ - [ Artifacts] ( ./reference/artifacts.md )
70
71
71
72
---
72
73
Original file line number Diff line number Diff line change
1
+ # Artifacts
2
+
3
+ Kubebuilder publishes test binaries and container images in addition
4
+ to the main binary releases.
5
+
6
+ ## Test Binaries
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} ` .
10
+
11
+ ## Container Images
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 ` .
Original file line number Diff line number Diff line change 67
67
status = 302
68
68
force = true
69
69
70
+ [[redirects ]]
71
+ from = " https://go.kubebuilder.io/test"
72
+ to = " https://console.cloud.google.com/storage/browser/kubebuilder-tools"
73
+ status = 302
74
+ force = true
75
+
76
+ [[redirects ]]
77
+ from = " https://go.kubebuilder.io/test/:version"
78
+ to = " https://console.cloud.google.com/storage/browser/kubebuilder-tools/?prefix=kubebuilder-tools-:version"
79
+ status = 302
80
+ force = true
81
+
82
+ [[redirects ]]
83
+ from = " https://go.kubebuilder.io/test/:version/:os"
84
+ to = " https://console.cloud.google.com/storage/browser/_details/kubebuilder-tools/kubebuilder-tools-:version-:os-amd64.tar.gz"
85
+ status = 302
86
+ force = true
87
+
88
+ [[redirects ]]
89
+ from = " https://go.kubebuilder.io/test/:version/:os/:arch"
90
+ to = " https://console.cloud.google.com/storage/browser/_details/kubebuilder-tools/kubebuilder-tools-:version-:os-:arch.tar.gz"
91
+ status = 302
92
+ force = true
93
+
94
+ [[redirects ]]
95
+ from = " https://go.kubebuilder.io/images"
96
+ to = " gcr.io/kubebuilder"
97
+ status = 302
98
+ force = true
99
+
100
+ [[redirects ]]
101
+ from = " https://go.kubebuilder.io/images/:os"
102
+ to = " gcr.io/kubebuilder/thirdparty-:os"
103
+ status = 302
104
+ force = true
105
+
106
+ [[redirects ]]
107
+ from = " https://go.kubebuilder.io/images/:os/:version"
108
+ to = " gcr.io/kubebuilder/thirdparty-:os::version"
109
+ status = 302
110
+ force = true
111
+
70
112
# TODO(directxman12): change this to standard kustomize when the next version is released (2.1.0)
71
113
[[redirects ]]
72
114
from = " https://go.kubebuilder.io/kustomize/:os/:arch"
You can’t perform that action at this time.
0 commit comments