Documentation ¶
Index ¶
- type ElasticsearchAutoscalerLister
- type ElasticsearchAutoscalerListerExpansion
- type ElasticsearchAutoscalerNamespaceLister
- type ElasticsearchAutoscalerNamespaceListerExpansion
- type EtcdAutoscalerLister
- type EtcdAutoscalerListerExpansion
- type EtcdAutoscalerNamespaceLister
- type EtcdAutoscalerNamespaceListerExpansion
- type MariaDBAutoscalerLister
- type MariaDBAutoscalerListerExpansion
- type MariaDBAutoscalerNamespaceLister
- type MariaDBAutoscalerNamespaceListerExpansion
- type MemcachedAutoscalerLister
- type MemcachedAutoscalerListerExpansion
- type MemcachedAutoscalerNamespaceLister
- type MemcachedAutoscalerNamespaceListerExpansion
- type MongoDBAutoscalerLister
- type MongoDBAutoscalerListerExpansion
- type MongoDBAutoscalerNamespaceLister
- type MongoDBAutoscalerNamespaceListerExpansion
- type MySQLAutoscalerLister
- type MySQLAutoscalerListerExpansion
- type MySQLAutoscalerNamespaceLister
- type MySQLAutoscalerNamespaceListerExpansion
- type PerconaXtraDBAutoscalerLister
- type PerconaXtraDBAutoscalerListerExpansion
- type PerconaXtraDBAutoscalerNamespaceLister
- type PerconaXtraDBAutoscalerNamespaceListerExpansion
- type PgBouncerAutoscalerLister
- type PgBouncerAutoscalerListerExpansion
- type PgBouncerAutoscalerNamespaceLister
- type PgBouncerAutoscalerNamespaceListerExpansion
- type PostgresAutoscalerLister
- type PostgresAutoscalerListerExpansion
- type PostgresAutoscalerNamespaceLister
- type PostgresAutoscalerNamespaceListerExpansion
- type ProxySQLAutoscalerLister
- type ProxySQLAutoscalerListerExpansion
- type ProxySQLAutoscalerNamespaceLister
- type ProxySQLAutoscalerNamespaceListerExpansion
- type RedisAutoscalerLister
- type RedisAutoscalerListerExpansion
- type RedisAutoscalerNamespaceLister
- type RedisAutoscalerNamespaceListerExpansion
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ElasticsearchAutoscaler, err error) // Get retrieves the ElasticsearchAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ElasticsearchAutoscaler, error) ElasticsearchAutoscalerNamespaceListerExpansion }
ElasticsearchAutoscalerNamespaceLister helps list and get ElasticsearchAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EtcdAutoscaler, err error) // Get retrieves the EtcdAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EtcdAutoscaler, error) EtcdAutoscalerNamespaceListerExpansion }
EtcdAutoscalerNamespaceLister helps list and get EtcdAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MariaDBAutoscaler, err error) // Get retrieves the MariaDBAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MariaDBAutoscaler, error) MariaDBAutoscalerNamespaceListerExpansion }
MariaDBAutoscalerNamespaceLister helps list and get MariaDBAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MemcachedAutoscaler, err error) // Get retrieves the MemcachedAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MemcachedAutoscaler, error) MemcachedAutoscalerNamespaceListerExpansion }
MemcachedAutoscalerNamespaceLister helps list and get MemcachedAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MongoDBAutoscaler, err error) // Get retrieves the MongoDBAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MongoDBAutoscaler, error) MongoDBAutoscalerNamespaceListerExpansion }
MongoDBAutoscalerNamespaceLister helps list and get MongoDBAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MySQLAutoscaler, err error) // Get retrieves the MySQLAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MySQLAutoscaler, error) MySQLAutoscalerNamespaceListerExpansion }
MySQLAutoscalerNamespaceLister helps list and get MySQLAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PerconaXtraDBAutoscaler, err error) // Get retrieves the PerconaXtraDBAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PerconaXtraDBAutoscaler, error) PerconaXtraDBAutoscalerNamespaceListerExpansion }
PerconaXtraDBAutoscalerNamespaceLister helps list and get PerconaXtraDBAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PgBouncerAutoscaler, err error) // Get retrieves the PgBouncerAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PgBouncerAutoscaler, error) PgBouncerAutoscalerNamespaceListerExpansion }
PgBouncerAutoscalerNamespaceLister helps list and get PgBouncerAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PostgresAutoscaler, err error) // Get retrieves the PostgresAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PostgresAutoscaler, error) PostgresAutoscalerNamespaceListerExpansion }
PostgresAutoscalerNamespaceLister helps list and get PostgresAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ProxySQLAutoscaler, err error) // Get retrieves the ProxySQLAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ProxySQLAutoscaler, error) ProxySQLAutoscalerNamespaceListerExpansion }
ProxySQLAutoscalerNamespaceLister helps list and get ProxySQLAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RedisAutoscaler, err error) // Get retrieves the RedisAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RedisAutoscaler, error) RedisAutoscalerNamespaceListerExpansion }
RedisAutoscalerNamespaceLister helps list and get RedisAutoscalers. All objects returned here must be treated as read-only.
type RedisAutoscalerNamespaceListerExpansion ¶
type RedisAutoscalerNamespaceListerExpansion interface{}
RedisAutoscalerNamespaceListerExpansion allows custom methods to be added to RedisAutoscalerNamespaceLister.