Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectFilters ¶
type ObjectFilters struct { Cluster Regex `json:"cluster"` Group Regex `json:"group"` Version Regex `json:"version"` Resource Regex `json:"resource"` Namespace Regex `json:"namespace"` Name Regex `json:"name"` }
func (*ObjectFilters) Check ¶
func (f *ObjectFilters) Check(object utilobject.VersionedKey) bool
type Regex ¶
type Regex struct { // golang regex not support (?!..), use third party regular engine for go Pattern *regexp2.Regexp }
func (*Regex) MatchString ¶
func (*Regex) UnmarshalText ¶
type TagFilters ¶
Click to show internal directories.
Click to hide internal directories.