controller

package
v0.0.0-...-cc4f0fa Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PgController

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

PgController is a controller for Postgres RDS DBs.

func New

New instantiates an pgController

func (*PgController) Run

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

type Worker

type Worker interface {
	OnCreate(obj interface{})
	OnUpdate(obj interface{}, newObj interface{})
	OnDelete(obj interface{})
}

Worker handles change events for CRDs

Jump to

Keyboard shortcuts

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