nodelabeler

package
v1.0.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(kubernetes kubernetes.Interface)

Start function is entry point of the controller

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler is a sample implementation of Handler

func (*Handler) Init

func (t *Handler) Init(kubernetes kubernetes.Interface)

Init handles any handler initialization

func (*Handler) SetNodeGeolocation

func (t *Handler) SetNodeGeolocation(obj interface{})

SetNodeGeolocation is called when an object is created or updated

type HandlerInterface

type HandlerInterface interface {
	Init(kubernetes kubernetes.Interface)
	SetNodeGeolocation(obj interface{})
}

HandlerInterface interface contains the methods that are required

Jump to

Keyboard shortcuts

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