Documentation
¶
Overview ¶
Package switches provides new type that implements flag.Value interface -- Switches. It can be used for enabling/disabling controllers/webhooks in your controller manager.
Index ¶
Constants ¶
View Source
const (
All = "*"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Switches ¶
type Switches struct {
// contains filtered or unexported fields
}
func (*Switches) DisabledByDefault ¶
DisabledByDefault returns names of all disabled items
Click to show internal directories.
Click to hide internal directories.