Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HttpPort = 8080
)
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) DeleteFunc ¶
func (ctrl *Controller) DeleteFunc(svc *corev1.Service) error
func (*Controller) Start ¶
func (ctrl *Controller) Start() error
func (*Controller) UpdateFunc ¶
func (ctrl *Controller) UpdateFunc(oldSvc, newSvc *corev1.Service) error
Click to show internal directories.
Click to hide internal directories.