Skip to content

Commit 27b008a

Browse files
committed
upgrade to controller-runtime v0.14.0
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 66a17e0 commit 27b008a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/google/go-cmp v0.5.9
1010
github.com/google/gousb v1.1.2
1111
github.com/klauspost/cpuid/v2 v2.2.2
12-
github.com/onsi/ginkgo/v2 v2.5.1
12+
github.com/onsi/ginkgo/v2 v2.6.0
1313
github.com/onsi/gomega v1.24.1
1414
github.com/pkg/errors v0.9.1
1515
golang.org/x/sys v0.3.0
@@ -23,8 +23,8 @@ require (
2323
k8s.io/kubelet v1.26.0
2424
k8s.io/kubernetes v1.26.0
2525
k8s.io/pod-security-admission v0.0.0
26-
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
27-
sigs.k8s.io/controller-runtime v0.13.1-0.20221201045826-d9912251cd81
26+
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
27+
sigs.k8s.io/controller-runtime v0.14.0
2828
sigs.k8s.io/yaml v1.3.0
2929
)
3030

@@ -81,15 +81,15 @@ require (
8181
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
8282
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
8383
golang.org/x/term v0.3.0 // indirect
84-
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
84+
golang.org/x/time v0.3.0 // indirect
8585
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
8686
google.golang.org/appengine v1.6.7 // indirect
8787
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
8888
google.golang.org/protobuf v1.28.1 // indirect
8989
gopkg.in/inf.v0 v0.9.1 // indirect
9090
gopkg.in/yaml.v2 v2.4.0 // indirect
9191
gopkg.in/yaml.v3 v3.0.1 // indirect
92-
k8s.io/apiextensions-apiserver v0.26.0-alpha.3 // indirect
92+
k8s.io/apiextensions-apiserver v0.26.0 // indirect
9393
k8s.io/apiserver v0.26.0 // indirect
9494
k8s.io/component-helpers v0.26.0 // indirect
9595
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
@@ -133,4 +133,4 @@ replace (
133133

134134
replace github.com/onsi/gomega v1.24.1 => github.com/onsi/gomega v1.24.0
135135

136-
replace github.com/onsi/ginkgo/v2 v2.5.1 => github.com/onsi/ginkgo/v2 v2.4.0
136+
replace github.com/onsi/ginkgo/v2 v2.6.0 => github.com/onsi/ginkgo/v2 v2.4.0

go.sum

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWb
259259
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
260260
github.com/onsi/ginkgo/v2 v2.4.0 h1:+Ig9nvqgS5OBSACXNk15PLdp0U9XPYROt9CFzVdFGIs=
261261
github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo=
262+
github.com/onsi/ginkgo/v2 v2.6.0/go.mod h1:63DOGlLAH8+REH8jUGdL3YpCpu7JODesutUjdENfUAc=
262263
github.com/onsi/gomega v1.24.0 h1:+0glovB9Jd6z3VR+ScSwQqXVTIfJcGA9UBM8yzQxhqg=
263264
github.com/onsi/gomega v1.24.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg=
264265
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
@@ -507,6 +508,8 @@ golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxb
507508
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
508509
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 h1:Dpdu/EMxGMFgq0CeYMh4fazTD2vtlZRYE7wyynxJb9U=
509510
golang.org/x/time v0.0.0-20220609170525-579cf78fd858/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
511+
golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=
512+
golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
510513
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
511514
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
512515
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
@@ -705,13 +708,17 @@ k8s.io/pod-security-admission v0.26.0 h1:XBG/uyP2cYwSFr5IWAQ1IIArxMYARJKzEzSmP4Z
705708
k8s.io/pod-security-admission v0.26.0/go.mod h1:HQHvpCrn6KQLKRUqFvWkHCVKet3X62fn2F3j5anYiEM=
706709
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d h1:0Smp/HP1OH4Rvhe+4B8nWGERtlqAGSftbSbbmm45oFs=
707710
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
711+
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 h1:KTgPnR10d5zhztWptI952TNtt/4u5h3IzDXkdIMuo2Y=
712+
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
708713
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
709714
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
710715
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
711716
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.33 h1:LYqFq+6Cj2D0gFfrJvL7iElD4ET6ir3VDdhDdTK7rgc=
712717
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.33/go.mod h1:soWkSNf2tZC7aMibXEqVhCd73GOY5fJikn8qbdzemB0=
713718
sigs.k8s.io/controller-runtime v0.13.1-0.20221201045826-d9912251cd81 h1:3SBUgk90TBIBfWTS/hbUbZLS1TDRIKbV9PbFfwZvMmc=
714719
sigs.k8s.io/controller-runtime v0.13.1-0.20221201045826-d9912251cd81/go.mod h1:Ozj3dlYgBFGkCXyX7tP3zEOujqxGLjQj1f1t3NLz11w=
720+
sigs.k8s.io/controller-runtime v0.14.0 h1:ju2xsov5Ara6FoQuddg+az+rAxsUsTYn2IYyEKCTyDc=
721+
sigs.k8s.io/controller-runtime v0.14.0/go.mod h1:GaRkrY8a7UZF0kqFFbUKG7n9ICiTY5T55P1RiE3UZlU=
715722
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=
716723
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
717724
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=

pkg/fpgacontroller/mocks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (c *mockClient) Status() client.SubResourceWriter {
6565
return nil
6666
}
6767

68-
func (c *mockClient) SubResource(subResource string) client.SubResourceWriter {
68+
func (c *mockClient) SubResource(subResource string) client.SubResourceClient {
6969
return nil
7070
}
7171

0 commit comments

Comments
 (0)