Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceMatcher ¶
type ResourceMatcher struct {
// contains filtered or unexported fields
}
func NewResourceMatcher ¶
func NewResourceMatcher(names, namespaces, groups, versions, kinds []string, opts ResourceMatcherOptions) *ResourceMatcher
func (*ResourceMatcher) Match ¶
func (s *ResourceMatcher) Match(resource *resrcid.ResourceID) bool
type ResourceMatcherOptions ¶
type ResourceMatcherOptions struct {
DefaultNamespace string
}
Click to show internal directories.
Click to hide internal directories.