File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
k8s.io/cli-runtime v0.26.1
27
27
k8s.io/client-go v0.26.1
28
28
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
29
- sigs.k8s.io/controller-runtime v0.14.4
29
+ sigs.k8s.io/controller-runtime v0.14.5
30
30
sigs.k8s.io/kubebuilder/v3 v3.9.0
31
31
sigs.k8s.io/yaml v1.3.0
32
32
)
Original file line number Diff line number Diff line change @@ -1324,8 +1324,8 @@ oras.land/oras-go v1.2.0/go.mod h1:pFNs7oHp2dYsYMSS82HaX5l4mpnGO7hbpPN6EWH2ltc=
1324
1324
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
1325
1325
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
1326
1326
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1327
- sigs.k8s.io/controller-runtime v0.14.4 h1:Kd/Qgx5pd2XUL08eOV2vwIq3L9GhIbJ5Nxengbd4/0M =
1328
- sigs.k8s.io/controller-runtime v0.14.4 /go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0 =
1327
+ sigs.k8s.io/controller-runtime v0.14.5 h1:6xaWFqzT5KuAQ9ufgUaj1G/+C4Y1GRkhrxl+BJ9i+5s =
1328
+ sigs.k8s.io/controller-runtime v0.14.5 /go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0 =
1329
1329
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
1330
1330
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
1331
1331
sigs.k8s.io/kubebuilder/v3 v3.9.0 h1:0m1jhXOxDJfx6mp8zRlUicsrsI22mHDtvNm3fgq5URY =
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ func (p *createAPISubcommand) InjectResource(res *resource.Resource) error {
193
193
}
194
194
195
195
// Selected CRD version must match existing CRD versions.
196
+ // nolint:staticcheck
196
197
if pluginutil .HasDifferentCRDVersion (p .config , p .resource .API .CRDVersion ) {
197
198
return fmt .Errorf ("only one CRD version can be used for all resources, cannot add %q" , p .resource .API .CRDVersion )
198
199
}
You can’t perform that action at this time.
0 commit comments