Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultScale = time.Second * 10
Variables ¶
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { TopLevel model.TopLevel Tree Tree TimeLine TimeLine Zoomed bool Resources atomic.Pointer[[]string] GroupKindNames atomic.Pointer[query.GroupKindNames] CategoryNames atomic.Pointer[query.CategoryNames] }
func NewApp ¶
func NewApp(resources []string, gkns query.GroupKindNames, cns query.CategoryNames) *App
type ControlPlane ¶
type ControlPlane struct {
Namespace, Name string
}
type EventsOrder ¶
type EventsOrder []Event
func (EventsOrder) Len ¶
func (e EventsOrder) Len() int
func (EventsOrder) Less ¶
func (e EventsOrder) Less(i, j int) bool
func (EventsOrder) Swap ¶
func (e EventsOrder) Swap(i, j int)
type Object ¶
type ObjectsOrder ¶
func (ObjectsOrder) Len ¶
func (o ObjectsOrder) Len() int
func (ObjectsOrder) Less ¶
func (o ObjectsOrder) Less(i, j int) bool
func (ObjectsOrder) Swap ¶
func (o ObjectsOrder) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.