Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterFunc ¶
FilterFunc defined for creating functions that comply with the filtering ingresses
type List ¶
type List struct {
// contains filtered or unexported fields
}
List struct is used to list ingresses
func (*List) Filter ¶
func (il *List) Filter(filterFunc FilterFunc) *List
Filter function applies a filter func that is passed as a parameter to the list of ingresses
Click to show internal directories.
Click to hide internal directories.