k3s/pkg/agent/netpol
Matthias Schneider 56a083c812 fixed panic in network_policy_controller
I have rebooted a newly created k3s etcd cluster and this panic was triggered:

    ```
    k3s[948]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x45f2945]
    k3s[948]: goroutine 1 [running]:
    k3s[948]: github.com/rancher/k3s/pkg/agent/netpol.NewNetworkPolicyController(0xc00159e180, 0x61b4a60, 0xc006294000, 0xdf8475800, 0xc011d9a360, 0xc, 0x0, 0xc00bf545b8, 0x2b2edbc)
    k3s[948]:         /home/x/git/k3s/pkg/agent/netpol/network_policy_controller.go:1698 +0x275
    ```

Signed-off-by: Matthias Schneider <ms@wck.biz>
2020-06-29 20:49:24 +02:00
..
netpol_windows.go fix formatting 2020-02-23 00:48:26 -08:00
network_policy_controller.go fixed panic in network_policy_controller 2020-06-29 20:49:24 +02:00
network_policy.go get build on windows and get api_server to work 2020-02-22 23:17:59 -08:00
utils.go get build on windows and get api_server to work 2020-02-22 23:17:59 -08:00