File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
7
- matrix :
8
- # allow failures until OSX tests have been tested for a while
9
- allow_failures :
10
- - os : osx
11
-
12
7
go :
13
8
- " 1.10"
14
9
Original file line number Diff line number Diff line change @@ -163,7 +163,9 @@ function generate_crd_resources {
163
163
' pkg/controller/bee/controller.go
164
164
165
165
header_text " adding a map type to resource"
166
- sed -i -e " s|type BeeSpec struct {|type BeeSpec struct {\n Request map[string]string \` json:\" request,omitempty\"\` |" pkg/apis/insect/v1beta1/bee_types.go
166
+ sed -i -e ' /type BeeSpec struct {/ a \
167
+ Request map[string]string \`json:\"request,omitempty\"\`
168
+ ' pkg/apis/insect/v1beta1/bee_types.go
167
169
168
170
header_text " generating and testing CRD definition"
169
171
kubebuilder create config --crds --output crd.yaml
You can’t perform that action at this time.
0 commit comments