backupschedule

package
v0.0.0-...-87ef7df Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2018 License: Apache-2.0 Imports: 13 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBackupScheduleController

func NewBackupScheduleController(clientset versioned.Interface, kubeClientset kubernetes.Interface) controller.Controller

NewBackupScheduleController returns new BackupSchedule controller.

func NewFakeBackupScheduleController

func NewFakeBackupScheduleController(size int) (*watch.FakeWatcher, controller.Controller)

NewFakeBackupScheduleController returns new operator controller among with prepended watcher. Created controller uses fake clientSets. Size indicates watcher events channel buffer.

Types

type Event

type Event string

Event represents an event processed by the Backup Schedule controller.

const (
	BackupScheduleAdded   Event = "Added"
	BackupScheduleUpdated Event = "Updated"
	BackupScheduleDeleted Event = "Deleted"
)

Available event types.

Jump to

Keyboard shortcuts

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