v1alpha1

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MysqlBackupLister

type MysqlBackupLister interface {
	// List lists all MysqlBackups in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlBackup, err error)
	// MysqlBackups returns an object that can list and get MysqlBackups.
	MysqlBackups(namespace string) MysqlBackupNamespaceLister
	MysqlBackupListerExpansion
}

MysqlBackupLister helps list MysqlBackups.

func NewMysqlBackupLister

func NewMysqlBackupLister(indexer cache.Indexer) MysqlBackupLister

NewMysqlBackupLister returns a new MysqlBackupLister.

type MysqlBackupListerExpansion

type MysqlBackupListerExpansion interface{}

MysqlBackupListerExpansion allows custom methods to be added to MysqlBackupLister.

type MysqlBackupNamespaceLister

type MysqlBackupNamespaceLister interface {
	// List lists all MysqlBackups in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlBackup, err error)
	// Get retrieves the MysqlBackup from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MysqlBackup, error)
	MysqlBackupNamespaceListerExpansion
}

MysqlBackupNamespaceLister helps list and get MysqlBackups.

type MysqlBackupNamespaceListerExpansion

type MysqlBackupNamespaceListerExpansion interface{}

MysqlBackupNamespaceListerExpansion allows custom methods to be added to MysqlBackupNamespaceLister.

type MysqlClusterLister

type MysqlClusterLister interface {
	// List lists all MysqlClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlCluster, err error)
	// MysqlClusters returns an object that can list and get MysqlClusters.
	MysqlClusters(namespace string) MysqlClusterNamespaceLister
	MysqlClusterListerExpansion
}

MysqlClusterLister helps list MysqlClusters.

func NewMysqlClusterLister

func NewMysqlClusterLister(indexer cache.Indexer) MysqlClusterLister

NewMysqlClusterLister returns a new MysqlClusterLister.

type MysqlClusterListerExpansion

type MysqlClusterListerExpansion interface{}

MysqlClusterListerExpansion allows custom methods to be added to MysqlClusterLister.

type MysqlClusterNamespaceLister

type MysqlClusterNamespaceLister interface {
	// List lists all MysqlClusters in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlCluster, err error)
	// Get retrieves the MysqlCluster from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MysqlCluster, error)
	MysqlClusterNamespaceListerExpansion
}

MysqlClusterNamespaceLister helps list and get MysqlClusters.

type MysqlClusterNamespaceListerExpansion

type MysqlClusterNamespaceListerExpansion interface{}

MysqlClusterNamespaceListerExpansion allows custom methods to be added to MysqlClusterNamespaceLister.

Jump to

Keyboard shortcuts

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