Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type YAMLDocument ¶
type YAMLDocument struct {
Object *kube.Object
// Value we filter against. This exists so that we can maintain positions
// of filtered items if titles are edited while a filter is active. This
// field is ephemeral, and should only be referenced during filtering.
FilterValue string
Body string
Title string
Desc string
}
func (*YAMLDocument) BuildFilterValue ¶
func (m *YAMLDocument) BuildFilterValue()
Generate the value we're doing to filter against.
Click to show internal directories.
Click to hide internal directories.