Documentation
¶
Index ¶
Constants ¶
View Source
const ( PanelTypeTable = "table" PanelTypeItem = "item" PanelTypeLogs = "logs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { PanelBase Key types.NamespacedName `json:"key" yaml:"key"` }
type Logs ¶
type Logs struct { PanelBase Key types.NamespacedName `json:"key" yaml:"key"` Container string `json:"container" yaml:"container"` }
type Panel ¶
type Panel struct { PanelBase Blob json.RawMessage `json:"blob" yaml:"blob"` }
func (*Panel) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.