v1

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MySQLBackupInstanceLister

type MySQLBackupInstanceLister interface {
	// List lists all MySQLBackupInstances in the indexer.
	List(selector labels.Selector) (ret []*v1.MySQLBackupInstance, err error)
	// MySQLBackupInstances returns an object that can list and get MySQLBackupInstances.
	MySQLBackupInstances(namespace string) MySQLBackupInstanceNamespaceLister
	MySQLBackupInstanceListerExpansion
}

MySQLBackupInstanceLister helps list MySQLBackupInstances.

func NewMySQLBackupInstanceLister

func NewMySQLBackupInstanceLister(indexer cache.Indexer) MySQLBackupInstanceLister

NewMySQLBackupInstanceLister returns a new MySQLBackupInstanceLister.

type MySQLBackupInstanceListerExpansion

type MySQLBackupInstanceListerExpansion interface{}

MySQLBackupInstanceListerExpansion allows custom methods to be added to MySQLBackupInstanceLister.

type MySQLBackupInstanceNamespaceLister

type MySQLBackupInstanceNamespaceLister interface {
	// List lists all MySQLBackupInstances in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.MySQLBackupInstance, err error)
	// Get retrieves the MySQLBackupInstance from the indexer for a given namespace and name.
	Get(name string) (*v1.MySQLBackupInstance, error)
	MySQLBackupInstanceNamespaceListerExpansion
}

MySQLBackupInstanceNamespaceLister helps list and get MySQLBackupInstances.

type MySQLBackupInstanceNamespaceListerExpansion

type MySQLBackupInstanceNamespaceListerExpansion interface{}

MySQLBackupInstanceNamespaceListerExpansion allows custom methods to be added to MySQLBackupInstanceNamespaceLister.

type MySQLBackupScheduleLister

type MySQLBackupScheduleLister interface {
	// List lists all MySQLBackupSchedules in the indexer.
	List(selector labels.Selector) (ret []*v1.MySQLBackupSchedule, err error)
	// MySQLBackupSchedules returns an object that can list and get MySQLBackupSchedules.
	MySQLBackupSchedules(namespace string) MySQLBackupScheduleNamespaceLister
	MySQLBackupScheduleListerExpansion
}

MySQLBackupScheduleLister helps list MySQLBackupSchedules.

func NewMySQLBackupScheduleLister

func NewMySQLBackupScheduleLister(indexer cache.Indexer) MySQLBackupScheduleLister

NewMySQLBackupScheduleLister returns a new MySQLBackupScheduleLister.

type MySQLBackupScheduleListerExpansion

type MySQLBackupScheduleListerExpansion interface{}

MySQLBackupScheduleListerExpansion allows custom methods to be added to MySQLBackupScheduleLister.

type MySQLBackupScheduleNamespaceLister

type MySQLBackupScheduleNamespaceLister interface {
	// List lists all MySQLBackupSchedules in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.MySQLBackupSchedule, err error)
	// Get retrieves the MySQLBackupSchedule from the indexer for a given namespace and name.
	Get(name string) (*v1.MySQLBackupSchedule, error)
	MySQLBackupScheduleNamespaceListerExpansion
}

MySQLBackupScheduleNamespaceLister helps list and get MySQLBackupSchedules.

type MySQLBackupScheduleNamespaceListerExpansion

type MySQLBackupScheduleNamespaceListerExpansion interface{}

MySQLBackupScheduleNamespaceListerExpansion allows custom methods to be added to MySQLBackupScheduleNamespaceLister.

type MySQLClusterLister

type MySQLClusterLister interface {
	// List lists all MySQLClusters in the indexer.
	List(selector labels.Selector) (ret []*v1.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 []*v1.MySQLCluster, err error)
	// Get retrieves the MySQLCluster from the indexer for a given namespace and name.
	Get(name string) (*v1.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