v1alpha1

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackupLister

type BackupLister interface {
	// List lists all Backups in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Backup, err error)
	// Backups returns an object that can list and get Backups.
	Backups(namespace string) BackupNamespaceLister
	BackupListerExpansion
}

BackupLister helps list Backups. All objects returned here must be treated as read-only.

func NewBackupLister

func NewBackupLister(indexer cache.Indexer) BackupLister

NewBackupLister returns a new BackupLister.

type BackupListerExpansion

type BackupListerExpansion interface{}

BackupListerExpansion allows custom methods to be added to BackupLister.

type BackupNamespaceLister

type BackupNamespaceLister interface {
	// List lists all Backups in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Backup, err error)
	// Get retrieves the Backup from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Backup, error)
	BackupNamespaceListerExpansion
}

BackupNamespaceLister helps list and get Backups. All objects returned here must be treated as read-only.

type BackupNamespaceListerExpansion

type BackupNamespaceListerExpansion interface{}

BackupNamespaceListerExpansion allows custom methods to be added to BackupNamespaceLister.

type BackupScheduleLister

type BackupScheduleLister interface {
	// List lists all BackupSchedules in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BackupSchedule, err error)
	// BackupSchedules returns an object that can list and get BackupSchedules.
	BackupSchedules(namespace string) BackupScheduleNamespaceLister
	BackupScheduleListerExpansion
}

BackupScheduleLister helps list BackupSchedules. All objects returned here must be treated as read-only.

func NewBackupScheduleLister

func NewBackupScheduleLister(indexer cache.Indexer) BackupScheduleLister

NewBackupScheduleLister returns a new BackupScheduleLister.

type BackupScheduleListerExpansion

type BackupScheduleListerExpansion interface{}

BackupScheduleListerExpansion allows custom methods to be added to BackupScheduleLister.

type BackupScheduleNamespaceLister

type BackupScheduleNamespaceLister interface {
	// List lists all BackupSchedules in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BackupSchedule, err error)
	// Get retrieves the BackupSchedule from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.BackupSchedule, error)
	BackupScheduleNamespaceListerExpansion
}

BackupScheduleNamespaceLister helps list and get BackupSchedules. All objects returned here must be treated as read-only.

type BackupScheduleNamespaceListerExpansion

type BackupScheduleNamespaceListerExpansion interface{}

BackupScheduleNamespaceListerExpansion allows custom methods to be added to BackupScheduleNamespaceLister.

type DMClusterLister

type DMClusterLister interface {
	// List lists all DMClusters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.DMCluster, err error)
	// DMClusters returns an object that can list and get DMClusters.
	DMClusters(namespace string) DMClusterNamespaceLister
	DMClusterListerExpansion
}

DMClusterLister helps list DMClusters. All objects returned here must be treated as read-only.

func NewDMClusterLister

func NewDMClusterLister(indexer cache.Indexer) DMClusterLister

NewDMClusterLister returns a new DMClusterLister.

type DMClusterListerExpansion

type DMClusterListerExpansion interface{}

DMClusterListerExpansion allows custom methods to be added to DMClusterLister.

type DMClusterNamespaceLister

type DMClusterNamespaceLister interface {
	// List lists all DMClusters in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.DMCluster, err error)
	// Get retrieves the DMCluster from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.DMCluster, error)
	DMClusterNamespaceListerExpansion
}

DMClusterNamespaceLister helps list and get DMClusters. All objects returned here must be treated as read-only.

type DMClusterNamespaceListerExpansion

type DMClusterNamespaceListerExpansion interface{}

DMClusterNamespaceListerExpansion allows custom methods to be added to DMClusterNamespaceLister.

type DataResourceLister

type DataResourceLister interface {
	// List lists all DataResources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.DataResource, err error)
	// DataResources returns an object that can list and get DataResources.
	DataResources(namespace string) DataResourceNamespaceLister
	DataResourceListerExpansion
}

DataResourceLister helps list DataResources. All objects returned here must be treated as read-only.

func NewDataResourceLister

func NewDataResourceLister(indexer cache.Indexer) DataResourceLister

NewDataResourceLister returns a new DataResourceLister.

type DataResourceListerExpansion

type DataResourceListerExpansion interface{}

DataResourceListerExpansion allows custom methods to be added to DataResourceLister.

type DataResourceNamespaceLister

type DataResourceNamespaceLister interface {
	// List lists all DataResources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.DataResource, err error)
	// Get retrieves the DataResource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.DataResource, error)
	DataResourceNamespaceListerExpansion
}

DataResourceNamespaceLister helps list and get DataResources. All objects returned here must be treated as read-only.

type DataResourceNamespaceListerExpansion

type DataResourceNamespaceListerExpansion interface{}

DataResourceNamespaceListerExpansion allows custom methods to be added to DataResourceNamespaceLister.

type RestoreLister

type RestoreLister interface {
	// List lists all Restores in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Restore, err error)
	// Restores returns an object that can list and get Restores.
	Restores(namespace string) RestoreNamespaceLister
	RestoreListerExpansion
}

RestoreLister helps list Restores. All objects returned here must be treated as read-only.

func NewRestoreLister

func NewRestoreLister(indexer cache.Indexer) RestoreLister

NewRestoreLister returns a new RestoreLister.

type RestoreListerExpansion

type RestoreListerExpansion interface{}

RestoreListerExpansion allows custom methods to be added to RestoreLister.

type RestoreNamespaceLister

type RestoreNamespaceLister interface {
	// List lists all Restores in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Restore, err error)
	// Get retrieves the Restore from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Restore, error)
	RestoreNamespaceListerExpansion
}

RestoreNamespaceLister helps list and get Restores. All objects returned here must be treated as read-only.

type RestoreNamespaceListerExpansion

type RestoreNamespaceListerExpansion interface{}

RestoreNamespaceListerExpansion allows custom methods to be added to RestoreNamespaceLister.

type TidbClusterAutoScalerLister

type TidbClusterAutoScalerLister interface {
	// List lists all TidbClusterAutoScalers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbClusterAutoScaler, err error)
	// TidbClusterAutoScalers returns an object that can list and get TidbClusterAutoScalers.
	TidbClusterAutoScalers(namespace string) TidbClusterAutoScalerNamespaceLister
	TidbClusterAutoScalerListerExpansion
}

TidbClusterAutoScalerLister helps list TidbClusterAutoScalers. All objects returned here must be treated as read-only.

func NewTidbClusterAutoScalerLister

func NewTidbClusterAutoScalerLister(indexer cache.Indexer) TidbClusterAutoScalerLister

NewTidbClusterAutoScalerLister returns a new TidbClusterAutoScalerLister.

type TidbClusterAutoScalerListerExpansion

type TidbClusterAutoScalerListerExpansion interface{}

TidbClusterAutoScalerListerExpansion allows custom methods to be added to TidbClusterAutoScalerLister.

type TidbClusterAutoScalerNamespaceLister

type TidbClusterAutoScalerNamespaceLister interface {
	// List lists all TidbClusterAutoScalers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbClusterAutoScaler, err error)
	// Get retrieves the TidbClusterAutoScaler from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TidbClusterAutoScaler, error)
	TidbClusterAutoScalerNamespaceListerExpansion
}

TidbClusterAutoScalerNamespaceLister helps list and get TidbClusterAutoScalers. All objects returned here must be treated as read-only.

type TidbClusterAutoScalerNamespaceListerExpansion

type TidbClusterAutoScalerNamespaceListerExpansion interface{}

TidbClusterAutoScalerNamespaceListerExpansion allows custom methods to be added to TidbClusterAutoScalerNamespaceLister.

type TidbClusterLister

type TidbClusterLister interface {
	// List lists all TidbClusters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbCluster, err error)
	// TidbClusters returns an object that can list and get TidbClusters.
	TidbClusters(namespace string) TidbClusterNamespaceLister
	TidbClusterListerExpansion
}

TidbClusterLister helps list TidbClusters. All objects returned here must be treated as read-only.

func NewTidbClusterLister

func NewTidbClusterLister(indexer cache.Indexer) TidbClusterLister

NewTidbClusterLister returns a new TidbClusterLister.

type TidbClusterListerExpansion

type TidbClusterListerExpansion interface{}

TidbClusterListerExpansion allows custom methods to be added to TidbClusterLister.

type TidbClusterNamespaceLister

type TidbClusterNamespaceLister interface {
	// List lists all TidbClusters in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbCluster, err error)
	// Get retrieves the TidbCluster from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TidbCluster, error)
	TidbClusterNamespaceListerExpansion
}

TidbClusterNamespaceLister helps list and get TidbClusters. All objects returned here must be treated as read-only.

type TidbClusterNamespaceListerExpansion

type TidbClusterNamespaceListerExpansion interface{}

TidbClusterNamespaceListerExpansion allows custom methods to be added to TidbClusterNamespaceLister.

type TidbDashboardLister added in v1.4.0

type TidbDashboardLister interface {
	// List lists all TidbDashboards in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbDashboard, err error)
	// TidbDashboards returns an object that can list and get TidbDashboards.
	TidbDashboards(namespace string) TidbDashboardNamespaceLister
	TidbDashboardListerExpansion
}

TidbDashboardLister helps list TidbDashboards. All objects returned here must be treated as read-only.

func NewTidbDashboardLister added in v1.4.0

func NewTidbDashboardLister(indexer cache.Indexer) TidbDashboardLister

NewTidbDashboardLister returns a new TidbDashboardLister.

type TidbDashboardListerExpansion added in v1.4.0

type TidbDashboardListerExpansion interface{}

TidbDashboardListerExpansion allows custom methods to be added to TidbDashboardLister.

type TidbDashboardNamespaceLister added in v1.4.0

type TidbDashboardNamespaceLister interface {
	// List lists all TidbDashboards in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbDashboard, err error)
	// Get retrieves the TidbDashboard from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TidbDashboard, error)
	TidbDashboardNamespaceListerExpansion
}

TidbDashboardNamespaceLister helps list and get TidbDashboards. All objects returned here must be treated as read-only.

type TidbDashboardNamespaceListerExpansion added in v1.4.0

type TidbDashboardNamespaceListerExpansion interface{}

TidbDashboardNamespaceListerExpansion allows custom methods to be added to TidbDashboardNamespaceLister.

type TidbInitializerLister

type TidbInitializerLister interface {
	// List lists all TidbInitializers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbInitializer, err error)
	// TidbInitializers returns an object that can list and get TidbInitializers.
	TidbInitializers(namespace string) TidbInitializerNamespaceLister
	TidbInitializerListerExpansion
}

TidbInitializerLister helps list TidbInitializers. All objects returned here must be treated as read-only.

func NewTidbInitializerLister

func NewTidbInitializerLister(indexer cache.Indexer) TidbInitializerLister

NewTidbInitializerLister returns a new TidbInitializerLister.

type TidbInitializerListerExpansion

type TidbInitializerListerExpansion interface{}

TidbInitializerListerExpansion allows custom methods to be added to TidbInitializerLister.

type TidbInitializerNamespaceLister

type TidbInitializerNamespaceLister interface {
	// List lists all TidbInitializers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbInitializer, err error)
	// Get retrieves the TidbInitializer from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TidbInitializer, error)
	TidbInitializerNamespaceListerExpansion
}

TidbInitializerNamespaceLister helps list and get TidbInitializers. All objects returned here must be treated as read-only.

type TidbInitializerNamespaceListerExpansion

type TidbInitializerNamespaceListerExpansion interface{}

TidbInitializerNamespaceListerExpansion allows custom methods to be added to TidbInitializerNamespaceLister.

type TidbMonitorLister

type TidbMonitorLister interface {
	// List lists all TidbMonitors in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbMonitor, err error)
	// TidbMonitors returns an object that can list and get TidbMonitors.
	TidbMonitors(namespace string) TidbMonitorNamespaceLister
	TidbMonitorListerExpansion
}

TidbMonitorLister helps list TidbMonitors. All objects returned here must be treated as read-only.

func NewTidbMonitorLister

func NewTidbMonitorLister(indexer cache.Indexer) TidbMonitorLister

NewTidbMonitorLister returns a new TidbMonitorLister.

type TidbMonitorListerExpansion

type TidbMonitorListerExpansion interface{}

TidbMonitorListerExpansion allows custom methods to be added to TidbMonitorLister.

type TidbMonitorNamespaceLister

type TidbMonitorNamespaceLister interface {
	// List lists all TidbMonitors in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbMonitor, err error)
	// Get retrieves the TidbMonitor from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TidbMonitor, error)
	TidbMonitorNamespaceListerExpansion
}

TidbMonitorNamespaceLister helps list and get TidbMonitors. All objects returned here must be treated as read-only.

type TidbMonitorNamespaceListerExpansion

type TidbMonitorNamespaceListerExpansion interface{}

TidbMonitorNamespaceListerExpansion allows custom methods to be added to TidbMonitorNamespaceLister.

type TidbNGMonitoringLister

type TidbNGMonitoringLister interface {
	// List lists all TidbNGMonitorings in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbNGMonitoring, err error)
	// TidbNGMonitorings returns an object that can list and get TidbNGMonitorings.
	TidbNGMonitorings(namespace string) TidbNGMonitoringNamespaceLister
	TidbNGMonitoringListerExpansion
}

TidbNGMonitoringLister helps list TidbNGMonitorings. All objects returned here must be treated as read-only.

func NewTidbNGMonitoringLister

func NewTidbNGMonitoringLister(indexer cache.Indexer) TidbNGMonitoringLister

NewTidbNGMonitoringLister returns a new TidbNGMonitoringLister.

type TidbNGMonitoringListerExpansion

type TidbNGMonitoringListerExpansion interface{}

TidbNGMonitoringListerExpansion allows custom methods to be added to TidbNGMonitoringLister.

type TidbNGMonitoringNamespaceLister

type TidbNGMonitoringNamespaceLister interface {
	// List lists all TidbNGMonitorings in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TidbNGMonitoring, err error)
	// Get retrieves the TidbNGMonitoring from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TidbNGMonitoring, error)
	TidbNGMonitoringNamespaceListerExpansion
}

TidbNGMonitoringNamespaceLister helps list and get TidbNGMonitorings. All objects returned here must be treated as read-only.

type TidbNGMonitoringNamespaceListerExpansion

type TidbNGMonitoringNamespaceListerExpansion interface{}

TidbNGMonitoringNamespaceListerExpansion allows custom methods to be added to TidbNGMonitoringNamespaceLister.

Jump to

Keyboard shortcuts

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