Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentFilter ¶
type DeploymentFilter struct {
// contains filtered or unexported fields
}
func NewDeploymentFilter ¶
func NewDeploymentFilter(filter []string) *DeploymentFilter
func (*DeploymentFilter) Enabled ¶
func (f *DeploymentFilter) Enabled(deploymentName string) bool
type EventFilter ¶
type EventFilter struct {
// contains filtered or unexported fields
}
func NewEventFilter ¶
func NewEventFilter(filter []string) (*EventFilter, error)
Click to show internal directories.
Click to hide internal directories.