v1alpha1

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2021 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 ElasticsearchAutoscalerLister

type ElasticsearchAutoscalerLister interface {
	// List lists all ElasticsearchAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ElasticsearchAutoscaler, err error)
	// ElasticsearchAutoscalers returns an object that can list and get ElasticsearchAutoscalers.
	ElasticsearchAutoscalers(namespace string) ElasticsearchAutoscalerNamespaceLister
	ElasticsearchAutoscalerListerExpansion
}

ElasticsearchAutoscalerLister helps list ElasticsearchAutoscalers.

func NewElasticsearchAutoscalerLister

func NewElasticsearchAutoscalerLister(indexer cache.Indexer) ElasticsearchAutoscalerLister

NewElasticsearchAutoscalerLister returns a new ElasticsearchAutoscalerLister.

type ElasticsearchAutoscalerListerExpansion

type ElasticsearchAutoscalerListerExpansion interface{}

ElasticsearchAutoscalerListerExpansion allows custom methods to be added to ElasticsearchAutoscalerLister.

type ElasticsearchAutoscalerNamespaceLister

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

ElasticsearchAutoscalerNamespaceLister helps list and get ElasticsearchAutoscalers.

type ElasticsearchAutoscalerNamespaceListerExpansion

type ElasticsearchAutoscalerNamespaceListerExpansion interface{}

ElasticsearchAutoscalerNamespaceListerExpansion allows custom methods to be added to ElasticsearchAutoscalerNamespaceLister.

type EtcdAutoscalerLister

type EtcdAutoscalerLister interface {
	// List lists all EtcdAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.EtcdAutoscaler, err error)
	// EtcdAutoscalers returns an object that can list and get EtcdAutoscalers.
	EtcdAutoscalers(namespace string) EtcdAutoscalerNamespaceLister
	EtcdAutoscalerListerExpansion
}

EtcdAutoscalerLister helps list EtcdAutoscalers.

func NewEtcdAutoscalerLister

func NewEtcdAutoscalerLister(indexer cache.Indexer) EtcdAutoscalerLister

NewEtcdAutoscalerLister returns a new EtcdAutoscalerLister.

type EtcdAutoscalerListerExpansion

type EtcdAutoscalerListerExpansion interface{}

EtcdAutoscalerListerExpansion allows custom methods to be added to EtcdAutoscalerLister.

type EtcdAutoscalerNamespaceLister

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

EtcdAutoscalerNamespaceLister helps list and get EtcdAutoscalers.

type EtcdAutoscalerNamespaceListerExpansion

type EtcdAutoscalerNamespaceListerExpansion interface{}

EtcdAutoscalerNamespaceListerExpansion allows custom methods to be added to EtcdAutoscalerNamespaceLister.

type MariaDBAutoscalerLister

type MariaDBAutoscalerLister interface {
	// List lists all MariaDBAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MariaDBAutoscaler, err error)
	// MariaDBAutoscalers returns an object that can list and get MariaDBAutoscalers.
	MariaDBAutoscalers(namespace string) MariaDBAutoscalerNamespaceLister
	MariaDBAutoscalerListerExpansion
}

MariaDBAutoscalerLister helps list MariaDBAutoscalers.

func NewMariaDBAutoscalerLister

func NewMariaDBAutoscalerLister(indexer cache.Indexer) MariaDBAutoscalerLister

NewMariaDBAutoscalerLister returns a new MariaDBAutoscalerLister.

type MariaDBAutoscalerListerExpansion

type MariaDBAutoscalerListerExpansion interface{}

MariaDBAutoscalerListerExpansion allows custom methods to be added to MariaDBAutoscalerLister.

type MariaDBAutoscalerNamespaceLister

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

MariaDBAutoscalerNamespaceLister helps list and get MariaDBAutoscalers.

type MariaDBAutoscalerNamespaceListerExpansion

type MariaDBAutoscalerNamespaceListerExpansion interface{}

MariaDBAutoscalerNamespaceListerExpansion allows custom methods to be added to MariaDBAutoscalerNamespaceLister.

type MemcachedAutoscalerLister

type MemcachedAutoscalerLister interface {
	// List lists all MemcachedAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MemcachedAutoscaler, err error)
	// MemcachedAutoscalers returns an object that can list and get MemcachedAutoscalers.
	MemcachedAutoscalers(namespace string) MemcachedAutoscalerNamespaceLister
	MemcachedAutoscalerListerExpansion
}

MemcachedAutoscalerLister helps list MemcachedAutoscalers.

func NewMemcachedAutoscalerLister

func NewMemcachedAutoscalerLister(indexer cache.Indexer) MemcachedAutoscalerLister

NewMemcachedAutoscalerLister returns a new MemcachedAutoscalerLister.

type MemcachedAutoscalerListerExpansion

type MemcachedAutoscalerListerExpansion interface{}

MemcachedAutoscalerListerExpansion allows custom methods to be added to MemcachedAutoscalerLister.

type MemcachedAutoscalerNamespaceLister

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

MemcachedAutoscalerNamespaceLister helps list and get MemcachedAutoscalers.

type MemcachedAutoscalerNamespaceListerExpansion

type MemcachedAutoscalerNamespaceListerExpansion interface{}

MemcachedAutoscalerNamespaceListerExpansion allows custom methods to be added to MemcachedAutoscalerNamespaceLister.

type MongoDBAutoscalerLister

type MongoDBAutoscalerLister interface {
	// List lists all MongoDBAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MongoDBAutoscaler, err error)
	// MongoDBAutoscalers returns an object that can list and get MongoDBAutoscalers.
	MongoDBAutoscalers(namespace string) MongoDBAutoscalerNamespaceLister
	MongoDBAutoscalerListerExpansion
}

MongoDBAutoscalerLister helps list MongoDBAutoscalers.

func NewMongoDBAutoscalerLister

func NewMongoDBAutoscalerLister(indexer cache.Indexer) MongoDBAutoscalerLister

NewMongoDBAutoscalerLister returns a new MongoDBAutoscalerLister.

type MongoDBAutoscalerListerExpansion

type MongoDBAutoscalerListerExpansion interface{}

MongoDBAutoscalerListerExpansion allows custom methods to be added to MongoDBAutoscalerLister.

type MongoDBAutoscalerNamespaceLister

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

MongoDBAutoscalerNamespaceLister helps list and get MongoDBAutoscalers.

type MongoDBAutoscalerNamespaceListerExpansion

type MongoDBAutoscalerNamespaceListerExpansion interface{}

MongoDBAutoscalerNamespaceListerExpansion allows custom methods to be added to MongoDBAutoscalerNamespaceLister.

type MySQLAutoscalerLister

type MySQLAutoscalerLister interface {
	// List lists all MySQLAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MySQLAutoscaler, err error)
	// MySQLAutoscalers returns an object that can list and get MySQLAutoscalers.
	MySQLAutoscalers(namespace string) MySQLAutoscalerNamespaceLister
	MySQLAutoscalerListerExpansion
}

MySQLAutoscalerLister helps list MySQLAutoscalers.

func NewMySQLAutoscalerLister

func NewMySQLAutoscalerLister(indexer cache.Indexer) MySQLAutoscalerLister

NewMySQLAutoscalerLister returns a new MySQLAutoscalerLister.

type MySQLAutoscalerListerExpansion

type MySQLAutoscalerListerExpansion interface{}

MySQLAutoscalerListerExpansion allows custom methods to be added to MySQLAutoscalerLister.

type MySQLAutoscalerNamespaceLister

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

MySQLAutoscalerNamespaceLister helps list and get MySQLAutoscalers.

type MySQLAutoscalerNamespaceListerExpansion

type MySQLAutoscalerNamespaceListerExpansion interface{}

MySQLAutoscalerNamespaceListerExpansion allows custom methods to be added to MySQLAutoscalerNamespaceLister.

type PerconaXtraDBAutoscalerLister

type PerconaXtraDBAutoscalerLister interface {
	// List lists all PerconaXtraDBAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PerconaXtraDBAutoscaler, err error)
	// PerconaXtraDBAutoscalers returns an object that can list and get PerconaXtraDBAutoscalers.
	PerconaXtraDBAutoscalers(namespace string) PerconaXtraDBAutoscalerNamespaceLister
	PerconaXtraDBAutoscalerListerExpansion
}

PerconaXtraDBAutoscalerLister helps list PerconaXtraDBAutoscalers.

func NewPerconaXtraDBAutoscalerLister

func NewPerconaXtraDBAutoscalerLister(indexer cache.Indexer) PerconaXtraDBAutoscalerLister

NewPerconaXtraDBAutoscalerLister returns a new PerconaXtraDBAutoscalerLister.

type PerconaXtraDBAutoscalerListerExpansion

type PerconaXtraDBAutoscalerListerExpansion interface{}

PerconaXtraDBAutoscalerListerExpansion allows custom methods to be added to PerconaXtraDBAutoscalerLister.

type PerconaXtraDBAutoscalerNamespaceLister

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

PerconaXtraDBAutoscalerNamespaceLister helps list and get PerconaXtraDBAutoscalers.

type PerconaXtraDBAutoscalerNamespaceListerExpansion

type PerconaXtraDBAutoscalerNamespaceListerExpansion interface{}

PerconaXtraDBAutoscalerNamespaceListerExpansion allows custom methods to be added to PerconaXtraDBAutoscalerNamespaceLister.

type PgBouncerAutoscalerLister

type PgBouncerAutoscalerLister interface {
	// List lists all PgBouncerAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PgBouncerAutoscaler, err error)
	// PgBouncerAutoscalers returns an object that can list and get PgBouncerAutoscalers.
	PgBouncerAutoscalers(namespace string) PgBouncerAutoscalerNamespaceLister
	PgBouncerAutoscalerListerExpansion
}

PgBouncerAutoscalerLister helps list PgBouncerAutoscalers.

func NewPgBouncerAutoscalerLister

func NewPgBouncerAutoscalerLister(indexer cache.Indexer) PgBouncerAutoscalerLister

NewPgBouncerAutoscalerLister returns a new PgBouncerAutoscalerLister.

type PgBouncerAutoscalerListerExpansion

type PgBouncerAutoscalerListerExpansion interface{}

PgBouncerAutoscalerListerExpansion allows custom methods to be added to PgBouncerAutoscalerLister.

type PgBouncerAutoscalerNamespaceLister

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

PgBouncerAutoscalerNamespaceLister helps list and get PgBouncerAutoscalers.

type PgBouncerAutoscalerNamespaceListerExpansion

type PgBouncerAutoscalerNamespaceListerExpansion interface{}

PgBouncerAutoscalerNamespaceListerExpansion allows custom methods to be added to PgBouncerAutoscalerNamespaceLister.

type PostgresAutoscalerLister

type PostgresAutoscalerLister interface {
	// List lists all PostgresAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresAutoscaler, err error)
	// PostgresAutoscalers returns an object that can list and get PostgresAutoscalers.
	PostgresAutoscalers(namespace string) PostgresAutoscalerNamespaceLister
	PostgresAutoscalerListerExpansion
}

PostgresAutoscalerLister helps list PostgresAutoscalers.

func NewPostgresAutoscalerLister

func NewPostgresAutoscalerLister(indexer cache.Indexer) PostgresAutoscalerLister

NewPostgresAutoscalerLister returns a new PostgresAutoscalerLister.

type PostgresAutoscalerListerExpansion

type PostgresAutoscalerListerExpansion interface{}

PostgresAutoscalerListerExpansion allows custom methods to be added to PostgresAutoscalerLister.

type PostgresAutoscalerNamespaceLister

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

PostgresAutoscalerNamespaceLister helps list and get PostgresAutoscalers.

type PostgresAutoscalerNamespaceListerExpansion

type PostgresAutoscalerNamespaceListerExpansion interface{}

PostgresAutoscalerNamespaceListerExpansion allows custom methods to be added to PostgresAutoscalerNamespaceLister.

type ProxySQLAutoscalerLister

type ProxySQLAutoscalerLister interface {
	// List lists all ProxySQLAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ProxySQLAutoscaler, err error)
	// ProxySQLAutoscalers returns an object that can list and get ProxySQLAutoscalers.
	ProxySQLAutoscalers(namespace string) ProxySQLAutoscalerNamespaceLister
	ProxySQLAutoscalerListerExpansion
}

ProxySQLAutoscalerLister helps list ProxySQLAutoscalers.

func NewProxySQLAutoscalerLister

func NewProxySQLAutoscalerLister(indexer cache.Indexer) ProxySQLAutoscalerLister

NewProxySQLAutoscalerLister returns a new ProxySQLAutoscalerLister.

type ProxySQLAutoscalerListerExpansion

type ProxySQLAutoscalerListerExpansion interface{}

ProxySQLAutoscalerListerExpansion allows custom methods to be added to ProxySQLAutoscalerLister.

type ProxySQLAutoscalerNamespaceLister

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

ProxySQLAutoscalerNamespaceLister helps list and get ProxySQLAutoscalers.

type ProxySQLAutoscalerNamespaceListerExpansion

type ProxySQLAutoscalerNamespaceListerExpansion interface{}

ProxySQLAutoscalerNamespaceListerExpansion allows custom methods to be added to ProxySQLAutoscalerNamespaceLister.

type RedisAutoscalerLister

type RedisAutoscalerLister interface {
	// List lists all RedisAutoscalers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RedisAutoscaler, err error)
	// RedisAutoscalers returns an object that can list and get RedisAutoscalers.
	RedisAutoscalers(namespace string) RedisAutoscalerNamespaceLister
	RedisAutoscalerListerExpansion
}

RedisAutoscalerLister helps list RedisAutoscalers.

func NewRedisAutoscalerLister

func NewRedisAutoscalerLister(indexer cache.Indexer) RedisAutoscalerLister

NewRedisAutoscalerLister returns a new RedisAutoscalerLister.

type RedisAutoscalerListerExpansion

type RedisAutoscalerListerExpansion interface{}

RedisAutoscalerListerExpansion allows custom methods to be added to RedisAutoscalerLister.

type RedisAutoscalerNamespaceLister

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

RedisAutoscalerNamespaceLister helps list and get RedisAutoscalers.

type RedisAutoscalerNamespaceListerExpansion

type RedisAutoscalerNamespaceListerExpansion interface{}

RedisAutoscalerNamespaceListerExpansion allows custom methods to be added to RedisAutoscalerNamespaceLister.

Jump to

Keyboard shortcuts

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