Documentation ¶
Index ¶
Constants ¶
View Source
const (
ResyncPeriod = 20 * time.Minute
)
Variables ¶
This section is empty.
Functions ¶
func Crd ¶
func Crd() *apiext_v1b1.CustomResourceDefinition
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
func (*EventHandler) OnAdd ¶
func (h *EventHandler) OnAdd(obj interface{})
func (*EventHandler) OnDelete ¶
func (h *EventHandler) OnDelete(obj interface{})
func (*EventHandler) OnUpdate ¶
func (h *EventHandler) OnUpdate(oldObj, newObj interface{})
Click to show internal directories.
Click to hide internal directories.