v1

package
v0.0.0-...-c2ba8ab Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 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 []*v1.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 []*v1.MySQLBackup, err error)
	// Get retrieves the MySQLBackup from the indexer for a given namespace and name.
	Get(name string) (*v1.MySQLBackup, error)
	MySQLBackupNamespaceListerExpansion
}

MySQLBackupNamespaceLister helps list and get MySQLBackups.

type MySQLBackupNamespaceListerExpansion

type MySQLBackupNamespaceListerExpansion interface{}

MySQLBackupNamespaceListerExpansion allows custom methods to be added to MySQLBackupNamespaceLister.

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.

type MySQLRestoreLister

type MySQLRestoreLister interface {
	// List lists all MySQLRestores in the indexer.
	List(selector labels.Selector) (ret []*v1.MySQLRestore, err error)
	// MySQLRestores returns an object that can list and get MySQLRestores.
	MySQLRestores(namespace string) MySQLRestoreNamespaceLister
	MySQLRestoreListerExpansion
}

MySQLRestoreLister helps list MySQLRestores.

func NewMySQLRestoreLister

func NewMySQLRestoreLister(indexer cache.Indexer) MySQLRestoreLister

NewMySQLRestoreLister returns a new MySQLRestoreLister.

type MySQLRestoreListerExpansion

type MySQLRestoreListerExpansion interface{}

MySQLRestoreListerExpansion allows custom methods to be added to MySQLRestoreLister.

type MySQLRestoreNamespaceLister

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

MySQLRestoreNamespaceLister helps list and get MySQLRestores.

type MySQLRestoreNamespaceListerExpansion

type MySQLRestoreNamespaceListerExpansion interface{}

MySQLRestoreNamespaceListerExpansion allows custom methods to be added to MySQLRestoreNamespaceLister.

Jump to

Keyboard shortcuts

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