We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b28ee commit 21740b9Copy full SHA for 21740b9
go.mod
@@ -13,9 +13,9 @@ require (
13
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.51.1
14
github.com/stretchr/testify v1.7.0
15
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220916014741-473347a5e6e3
16
- k8s.io/api v0.24.2
17
- k8s.io/apimachinery v0.24.2
18
- k8s.io/client-go v0.24.2
+ k8s.io/api v0.30.2
+ k8s.io/apimachinery v0.30.2
+ k8s.io/client-go v0.30.2
19
sigs.k8s.io/controller-runtime v0.12.1
20
sigs.k8s.io/yaml v1.3.0
21
)
0 commit comments