handler

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

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:"-"`
}

func (*NsHandler) OnAdd

func (this *NsHandler) OnAdd(obj interface{})

func (*NsHandler) OnDelete

func (this *NsHandler) OnDelete(obj interface{})

func (*NsHandler) OnUpdate

func (this *NsHandler) OnUpdate(oldObj, newObj interface{})

type PodHandler

type PodHandler struct {
	PodMap *maps.PodMap `inject:"-"`
}

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{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL