cleaning up
parent
d9d3f36aa1
commit
3f25fb2a35
|
|
@ -6,7 +6,6 @@ import (
|
||||||
"path"
|
"path"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/derailed/k9s/internal/config"
|
"github.com/derailed/k9s/internal/config"
|
||||||
|
|
@ -41,7 +40,6 @@ type resourceView struct {
|
||||||
decorateFn decorateFn
|
decorateFn decorateFn
|
||||||
colorerFn colorerFn
|
colorerFn colorerFn
|
||||||
actions keyActions
|
actions keyActions
|
||||||
mx sync.Mutex
|
|
||||||
nsListAccess bool
|
nsListAccess bool
|
||||||
path *string
|
path *string
|
||||||
cancelFn context.CancelFunc
|
cancelFn context.CancelFunc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue