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 9ce3325 commit e2cd4dfCopy full SHA for e2cd4df
example/main.go
@@ -4,9 +4,9 @@ import (
4
"bufio"
5
"flag"
6
"fmt"
7
+ "github.com/cmaster11/k8s-event-watcher"
8
v1 "k8s.io/api/core/v1"
9
_ "k8s.io/client-go/plugin/pkg/client/auth"
- "k8seventwatcher"
10
"log"
11
"os"
12
)
go.mod
@@ -1,4 +1,4 @@
1
-module k8seventwatcher
+module github.com/cmaster11/k8s-event-watcher
2
3
go 1.13
main.go
@@ -1,6 +1,7 @@
package k8seventwatcher
import (
+ "github.com/cmaster11/k8s-event-watcher/internal"
"gopkg.in/yaml.v2"
"io"
"io/ioutil"
@@ -12,7 +13,6 @@ import (
13
"k8s.io/client-go/rest"
14
"k8s.io/client-go/tools/cache"
15
"k8s.io/client-go/tools/clientcmd"
- "k8seventwatcher/internal"
16
17
"sync"
18
"time"
0 commit comments