Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerRule ¶
type ContainerRule struct {
ExcludeRules []ContainerRuleExclude
}
func (*ContainerRule) Enabled ¶
func (r *ContainerRule) Enabled(object storage.StoreObject, container *corev1.Container) bool
type ContainerRuleExclude ¶
func (*ContainerRuleExclude) Enabled ¶
func (e *ContainerRuleExclude) Enabled(object storage.StoreObject, container *corev1.Container) bool
type KindRule ¶
type KindRule struct {
ExcludeRules []KindRuleExclude
}
type KindRuleExclude ¶
func (*KindRuleExclude) Enabled ¶
func (e *KindRuleExclude) Enabled(kind, name string) bool
type LinterError ¶
type PathRule ¶ added in v0.1.3
type PathRule struct { ExcludeStringRules []StringRuleExclude ExcludePrefixRules []PrefixRuleExclude }
type PrefixRule ¶ added in v0.1.3
type PrefixRule struct {
ExcludeRules []PrefixRuleExclude
}
func (*PrefixRule) Enabled ¶ added in v0.1.3
func (r *PrefixRule) Enabled(str string) bool
type PrefixRuleExclude ¶ added in v0.1.3
type PrefixRuleExclude string
func (PrefixRuleExclude) Enabled ¶ added in v0.1.3
func (e PrefixRuleExclude) Enabled(str string) bool
type ServicePortExclude ¶
func (*ServicePortExclude) Enabled ¶
func (e *ServicePortExclude) Enabled(name, port string) bool
type ServicePortRule ¶
type ServicePortRule struct {
ExcludeRules []ServicePortExclude
}
func (*ServicePortRule) Enabled ¶
func (r *ServicePortRule) Enabled(name, port string) bool
type StringRule ¶
type StringRule struct {
ExcludeRules []StringRuleExclude
}
func (*StringRule) Enabled ¶
func (r *StringRule) Enabled(str string) bool
type StringRuleExclude ¶
type StringRuleExclude string
func (StringRuleExclude) Enabled ¶
func (e StringRuleExclude) Enabled(str string) bool
Click to show internal directories.
Click to hide internal directories.