Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindFieldStarts ¶
func ParseKindResults ¶
func ParseKindResults()
func SetupKindCommand ¶
Types ¶
type ResourceDiff ¶
func (*ResourceDiff) SortedChangedKeys ¶
func (r *ResourceDiff) SortedChangedKeys() []string
type ResourcesTable ¶
type ResourcesTable struct { Version string Kinds map[string][]string Headers []string Rows [][]string }
func NewResourcesTable ¶
func NewResourcesTable(version string, headers []string, rows [][]string) (*ResourcesTable, error)
func (*ResourcesTable) Diff ¶
func (r *ResourcesTable) Diff(other *ResourcesTable) *ResourceDiff
func (*ResourcesTable) KindResourcesTable ¶
func (r *ResourcesTable) KindResourcesTable() string
func (*ResourcesTable) SimpleTable ¶
func (r *ResourcesTable) SimpleTable() string
func (*ResourcesTable) SortedKinds ¶
func (r *ResourcesTable) SortedKinds() []string
Click to show internal directories.
Click to hide internal directories.