v1alpha1

package
v0.13.0-rc.4 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 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 ElasticsearchModificationRequestLister

type ElasticsearchModificationRequestLister interface {
	// List lists all ElasticsearchModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ElasticsearchModificationRequest, err error)
	// Get retrieves the ElasticsearchModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.ElasticsearchModificationRequest, error)
	ElasticsearchModificationRequestListerExpansion
}

ElasticsearchModificationRequestLister helps list ElasticsearchModificationRequests.

func NewElasticsearchModificationRequestLister

func NewElasticsearchModificationRequestLister(indexer cache.Indexer) ElasticsearchModificationRequestLister

NewElasticsearchModificationRequestLister returns a new ElasticsearchModificationRequestLister.

type ElasticsearchModificationRequestListerExpansion

type ElasticsearchModificationRequestListerExpansion interface{}

ElasticsearchModificationRequestListerExpansion allows custom methods to be added to ElasticsearchModificationRequestLister.

type EtcdModificationRequestLister

type EtcdModificationRequestLister interface {
	// List lists all EtcdModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.EtcdModificationRequest, err error)
	// Get retrieves the EtcdModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.EtcdModificationRequest, error)
	EtcdModificationRequestListerExpansion
}

EtcdModificationRequestLister helps list EtcdModificationRequests.

func NewEtcdModificationRequestLister

func NewEtcdModificationRequestLister(indexer cache.Indexer) EtcdModificationRequestLister

NewEtcdModificationRequestLister returns a new EtcdModificationRequestLister.

type EtcdModificationRequestListerExpansion

type EtcdModificationRequestListerExpansion interface{}

EtcdModificationRequestListerExpansion allows custom methods to be added to EtcdModificationRequestLister.

type MemcachedModificationRequestLister

type MemcachedModificationRequestLister interface {
	// List lists all MemcachedModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MemcachedModificationRequest, err error)
	// Get retrieves the MemcachedModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.MemcachedModificationRequest, error)
	MemcachedModificationRequestListerExpansion
}

MemcachedModificationRequestLister helps list MemcachedModificationRequests.

func NewMemcachedModificationRequestLister

func NewMemcachedModificationRequestLister(indexer cache.Indexer) MemcachedModificationRequestLister

NewMemcachedModificationRequestLister returns a new MemcachedModificationRequestLister.

type MemcachedModificationRequestListerExpansion

type MemcachedModificationRequestListerExpansion interface{}

MemcachedModificationRequestListerExpansion allows custom methods to be added to MemcachedModificationRequestLister.

type MongoDBModificationRequestLister

type MongoDBModificationRequestLister interface {
	// List lists all MongoDBModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MongoDBModificationRequest, err error)
	// Get retrieves the MongoDBModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.MongoDBModificationRequest, error)
	MongoDBModificationRequestListerExpansion
}

MongoDBModificationRequestLister helps list MongoDBModificationRequests.

func NewMongoDBModificationRequestLister

func NewMongoDBModificationRequestLister(indexer cache.Indexer) MongoDBModificationRequestLister

NewMongoDBModificationRequestLister returns a new MongoDBModificationRequestLister.

type MongoDBModificationRequestListerExpansion

type MongoDBModificationRequestListerExpansion interface{}

MongoDBModificationRequestListerExpansion allows custom methods to be added to MongoDBModificationRequestLister.

type MySQLModificationRequestLister

type MySQLModificationRequestLister interface {
	// List lists all MySQLModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MySQLModificationRequest, err error)
	// Get retrieves the MySQLModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.MySQLModificationRequest, error)
	MySQLModificationRequestListerExpansion
}

MySQLModificationRequestLister helps list MySQLModificationRequests.

func NewMySQLModificationRequestLister

func NewMySQLModificationRequestLister(indexer cache.Indexer) MySQLModificationRequestLister

NewMySQLModificationRequestLister returns a new MySQLModificationRequestLister.

type MySQLModificationRequestListerExpansion

type MySQLModificationRequestListerExpansion interface{}

MySQLModificationRequestListerExpansion allows custom methods to be added to MySQLModificationRequestLister.

type PerconaXtraDBModificationRequestLister

type PerconaXtraDBModificationRequestLister interface {
	// List lists all PerconaXtraDBModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PerconaXtraDBModificationRequest, err error)
	// Get retrieves the PerconaXtraDBModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.PerconaXtraDBModificationRequest, error)
	PerconaXtraDBModificationRequestListerExpansion
}

PerconaXtraDBModificationRequestLister helps list PerconaXtraDBModificationRequests.

func NewPerconaXtraDBModificationRequestLister

func NewPerconaXtraDBModificationRequestLister(indexer cache.Indexer) PerconaXtraDBModificationRequestLister

NewPerconaXtraDBModificationRequestLister returns a new PerconaXtraDBModificationRequestLister.

type PerconaXtraDBModificationRequestListerExpansion

type PerconaXtraDBModificationRequestListerExpansion interface{}

PerconaXtraDBModificationRequestListerExpansion allows custom methods to be added to PerconaXtraDBModificationRequestLister.

type PgBouncerModificationRequestLister

type PgBouncerModificationRequestLister interface {
	// List lists all PgBouncerModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PgBouncerModificationRequest, err error)
	// Get retrieves the PgBouncerModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.PgBouncerModificationRequest, error)
	PgBouncerModificationRequestListerExpansion
}

PgBouncerModificationRequestLister helps list PgBouncerModificationRequests.

func NewPgBouncerModificationRequestLister

func NewPgBouncerModificationRequestLister(indexer cache.Indexer) PgBouncerModificationRequestLister

NewPgBouncerModificationRequestLister returns a new PgBouncerModificationRequestLister.

type PgBouncerModificationRequestListerExpansion

type PgBouncerModificationRequestListerExpansion interface{}

PgBouncerModificationRequestListerExpansion allows custom methods to be added to PgBouncerModificationRequestLister.

type PostgresModificationRequestLister

type PostgresModificationRequestLister interface {
	// List lists all PostgresModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresModificationRequest, err error)
	// Get retrieves the PostgresModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.PostgresModificationRequest, error)
	PostgresModificationRequestListerExpansion
}

PostgresModificationRequestLister helps list PostgresModificationRequests.

func NewPostgresModificationRequestLister

func NewPostgresModificationRequestLister(indexer cache.Indexer) PostgresModificationRequestLister

NewPostgresModificationRequestLister returns a new PostgresModificationRequestLister.

type PostgresModificationRequestListerExpansion

type PostgresModificationRequestListerExpansion interface{}

PostgresModificationRequestListerExpansion allows custom methods to be added to PostgresModificationRequestLister.

type ProxySQLModificationRequestLister

type ProxySQLModificationRequestLister interface {
	// List lists all ProxySQLModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ProxySQLModificationRequest, err error)
	// Get retrieves the ProxySQLModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.ProxySQLModificationRequest, error)
	ProxySQLModificationRequestListerExpansion
}

ProxySQLModificationRequestLister helps list ProxySQLModificationRequests.

func NewProxySQLModificationRequestLister

func NewProxySQLModificationRequestLister(indexer cache.Indexer) ProxySQLModificationRequestLister

NewProxySQLModificationRequestLister returns a new ProxySQLModificationRequestLister.

type ProxySQLModificationRequestListerExpansion

type ProxySQLModificationRequestListerExpansion interface{}

ProxySQLModificationRequestListerExpansion allows custom methods to be added to ProxySQLModificationRequestLister.

type RedisModificationRequestLister

type RedisModificationRequestLister interface {
	// List lists all RedisModificationRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RedisModificationRequest, err error)
	// Get retrieves the RedisModificationRequest from the index for a given name.
	Get(name string) (*v1alpha1.RedisModificationRequest, error)
	RedisModificationRequestListerExpansion
}

RedisModificationRequestLister helps list RedisModificationRequests.

func NewRedisModificationRequestLister

func NewRedisModificationRequestLister(indexer cache.Indexer) RedisModificationRequestLister

NewRedisModificationRequestLister returns a new RedisModificationRequestLister.

type RedisModificationRequestListerExpansion

type RedisModificationRequestListerExpansion interface{}

RedisModificationRequestListerExpansion allows custom methods to be added to RedisModificationRequestLister.

Jump to

Keyboard shortcuts

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