Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SortableInfos ¶
func (SortableInfos) Len ¶
func (a SortableInfos) Len() int
func (SortableInfos) Less ¶
func (a SortableInfos) Less(i, j int) bool
func (SortableInfos) Swap ¶
func (a SortableInfos) Swap(i, j int)
type SortableMetas ¶
type SortableMetas []object.ObjMetadata
func (SortableMetas) Len ¶
func (a SortableMetas) Len() int
func (SortableMetas) Less ¶
func (a SortableMetas) Less(i, j int) bool
func (SortableMetas) Swap ¶
func (a SortableMetas) Swap(i, j int)
type SortableUnstructureds ¶ added in v0.21.0
type SortableUnstructureds []*unstructured.Unstructured
func (SortableUnstructureds) Len ¶ added in v0.21.0
func (a SortableUnstructureds) Len() int
func (SortableUnstructureds) Less ¶ added in v0.21.0
func (a SortableUnstructureds) Less(i, j int) bool
func (SortableUnstructureds) Swap ¶ added in v0.21.0
func (a SortableUnstructureds) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.