Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepHandler ¶
type DepHandler struct { DepMap *maps.DeploymentMap `inject:"-"` DepService *service.DeploymentService `inject:"-"` }
func (*DepHandler) OnAdd ¶
func (this *DepHandler) OnAdd(obj interface{})
func (*DepHandler) OnDelete ¶
func (this *DepHandler) OnDelete(obj interface{})
func (*DepHandler) OnUpdate ¶
func (this *DepHandler) OnUpdate(oldObj, newObj interface{})
type NsHandler ¶
type NsHandler struct {
NsMap *maps.NsMapStruct `inject:"-"`
}
type PodHandler ¶
func (*PodHandler) OnAdd ¶
func (this *PodHandler) OnAdd(obj interface{})
func (*PodHandler) OnDelete ¶
func (this *PodHandler) OnDelete(obj interface{})
func (*PodHandler) OnUpdate ¶
func (this *PodHandler) OnUpdate(oldObj, newObj interface{})
Click to show internal directories.
Click to hide internal directories.