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.
2 parents d64c8cb + 9b650c1 commit 933bd00Copy full SHA for 933bd00
examples/scratch-env/go.mod
@@ -0,0 +1,11 @@
1
+module sigs.k8s.io/controller-runtime/examples/scratch-env
2
+
3
+go 1.15
4
5
+require (
6
+ github.com/spf13/pflag v1.0.5
7
+ k8s.io/client-go v0.19.2
8
+ sigs.k8s.io/controller-runtime v0.0.0-00010101000000-000000000000
9
+)
10
11
+replace sigs.k8s.io/controller-runtime => ../..
0 commit comments