tpr

package
v0.0.0-...-cd24d17 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// GroupName is the group name for the backup TPR
	GroupName = "kubeconeu.deis.com"
	// Version is the version of the backup TPR
	Version = "v1alpha1"
)

Variables

This section is empty.

Functions

func NewBackupWatcher

func NewBackupWatcher(cl *dynamic.Client, ns string) func() (watch.Interface, error)

NewBackupWatcher returns a function that watches all Backup TPRs in a given namespace

Types

type Backup

type Backup struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata"`
	ResourceType         string `json:"resource-type"`
	Status               string `json:"status"`
}

Backup is the TPR for backing up a cluster's state

Jump to

Keyboard shortcuts

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