clean up
parent
9fd02d11a4
commit
0af1c7e0d2
|
|
@ -51,7 +51,7 @@ func (t *Tree) ClearFilter() {
|
|||
t.query = ""
|
||||
}
|
||||
|
||||
// SetFiltersets the current filter.
|
||||
// SetFilter sets the current filter.
|
||||
func (t *Tree) SetFilter(q string) {
|
||||
t.query = q
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import (
|
|||
"k8s.io/apimachinery/pkg/runtime"
|
||||
)
|
||||
|
||||
// ServiceAcccount represents an xray renderer.
|
||||
// ServiceAccount represents an xray renderer.
|
||||
type ServiceAccount struct{}
|
||||
|
||||
// Render renders an xray node.
|
||||
|
|
|
|||
Loading…
Reference in New Issue