Documentation ¶
Index ¶
- Variables
- func CheckIgnoreResourcesWithAccessType(t func(string) bool, v interface{}) bool
- func IgnoreLabelsWithoutSignature(v interface{}) bool
- func IgnoreResourcesWithAccessType(t string) func(v interface{}) bool
- func IgnoreResourcesWithNoneAccess(v interface{}) bool
- func MapResourcesWithAccessType(t func(string) bool, m func(interface{}) interface{}, v interface{}) interface{}
- func MapResourcesWithNoneAccess(v interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
View Source
var LabelExcludes = signing.ExcludeEmpty{signing.DynamicArrayExcludes{ ValueChecker: IgnoreLabelsWithoutSignature, Continue: signing.MapIncludes{ "name": signing.NoExcludes{}, "version": signing.NoExcludes{}, "value": signing.NoExcludes{}, "signing": signing.NoExcludes{}, }, }}
Functions ¶
func IgnoreLabelsWithoutSignature ¶
func IgnoreLabelsWithoutSignature(v interface{}) bool
func IgnoreResourcesWithNoneAccess ¶
func IgnoreResourcesWithNoneAccess(v interface{}) bool
func MapResourcesWithNoneAccess ¶
func MapResourcesWithNoneAccess(v interface{}) interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.