Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Config ¶
type Config struct { Color string `json:"color,omitempty" toml:"color,omitempty"` Command string `json:"command,omitempty" toml:"-"` Filename string `json:"filename,omitempty" toml:"-"` Namespaces []string `json:"namespaces,omitempty" toml:"namespaces,omitempty"` K8sContext string `json:"k8sContext,omitempty" toml:"k8sContext,omitempty"` Views []View `json:"views,omitempty" toml:"views,omitempty"` }
type View ¶
type View struct { Name string `json:"name" toml:"name"` Selector string `json:"selector,omitempty" toml:"selector,omitempty"` ReturnedFields []string `json:"returnedFields,omitempty" toml:"returnedFields,omitempty"` Filter string `json:"filter,omitempty" toml:"filter,omitempty"` FilterDefault bool `json:"filterDefault,omitempty" toml:"filterDefault,omitempty"` Transforms []Transform `json:"transforms,omitempty" toml:"transforms,omitempty"` }
func (*View) FilterValue ¶
Click to show internal directories.
Click to hide internal directories.