Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelKey = "infra.weave.works/branch-based-planner" LabelValue = "true" LabelPRIDKey string = "infra.weave.works/pr-id" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Informer ¶
type Informer struct {
// contains filtered or unexported fields
}
func NewInformer ¶
func (*Informer) SetAddHandler ¶
func (i *Informer) SetAddHandler(fn func(interface{}))
func (*Informer) SetDeleteHandler ¶
func (i *Informer) SetDeleteHandler(fn func(interface{}))
func (*Informer) SetUpdateHandler ¶
func (i *Informer) SetUpdateHandler(fn func(interface{}, interface{}))
Click to show internal directories.
Click to hide internal directories.