Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Validator ¶
type Validator interface {
Validate(subscription *v1alpha2.Subscription) error
}
func NewValidator ¶
type ValidatorFunc ¶
type ValidatorFunc func(*v1alpha2.Subscription) error
ValidatorFunc implements the Validator interface.
func (ValidatorFunc) Validate ¶
func (vf ValidatorFunc) Validate(sub *v1alpha2.Subscription) error
Click to show internal directories.
Click to hide internal directories.