controllers

package
v0.9.2-beta Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2019 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

func NewConfigMapController

func NewConfigMapController(client clientset.Interface, namespace string, cm string) *Controller

func NewPodController

func NewPodController(client clientset.Interface) *Controller

func NewWorkflowRunController

func NewWorkflowRunController(client clientset.Interface) *Controller

func NewWorkflowTriggerController

func NewWorkflowTriggerController(client clientset.Interface) *Controller

func (*Controller) HasSynced

func (c *Controller) HasSynced() bool

func (*Controller) Run

func (c *Controller) Run(stopCh <-chan struct{})

type Event

type Event struct {
	Key       string
	EventType EventType
	Object    interface{}
}

type EventType

type EventType int
const (
	CREATE EventType = iota
	UPDATE
	DELETE
)

Jump to

Keyboard shortcuts

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