Documentation ¶
Index ¶
- func NewElasticsearchOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEtcdOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredElasticsearchOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEtcdOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredMariaDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredMemcachedOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredMongoDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredMySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPerconaXtraDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPgBouncerOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPostgresOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredProxySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRedisOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMariaDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMemcachedOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMongoDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPerconaXtraDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPgBouncerOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPostgresOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewProxySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRedisOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ElasticsearchOpsRequestInformer
- type EtcdOpsRequestInformer
- type Interface
- type MariaDBOpsRequestInformer
- type MemcachedOpsRequestInformer
- type MongoDBOpsRequestInformer
- type MySQLOpsRequestInformer
- type PerconaXtraDBOpsRequestInformer
- type PgBouncerOpsRequestInformer
- type PostgresOpsRequestInformer
- type ProxySQLOpsRequestInformer
- type RedisOpsRequestInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewElasticsearchOpsRequestInformer ¶
func NewElasticsearchOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewElasticsearchOpsRequestInformer constructs a new informer for ElasticsearchOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewEtcdOpsRequestInformer ¶
func NewEtcdOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEtcdOpsRequestInformer constructs a new informer for EtcdOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredElasticsearchOpsRequestInformer ¶
func NewFilteredElasticsearchOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredElasticsearchOpsRequestInformer constructs a new informer for ElasticsearchOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredEtcdOpsRequestInformer ¶
func NewFilteredEtcdOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEtcdOpsRequestInformer constructs a new informer for EtcdOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredMariaDBOpsRequestInformer ¶
func NewFilteredMariaDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMariaDBOpsRequestInformer constructs a new informer for MariaDBOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredMemcachedOpsRequestInformer ¶
func NewFilteredMemcachedOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMemcachedOpsRequestInformer constructs a new informer for MemcachedOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredMongoDBOpsRequestInformer ¶
func NewFilteredMongoDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMongoDBOpsRequestInformer constructs a new informer for MongoDBOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredMySQLOpsRequestInformer ¶
func NewFilteredMySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMySQLOpsRequestInformer constructs a new informer for MySQLOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredPerconaXtraDBOpsRequestInformer ¶
func NewFilteredPerconaXtraDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPerconaXtraDBOpsRequestInformer constructs a new informer for PerconaXtraDBOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredPgBouncerOpsRequestInformer ¶
func NewFilteredPgBouncerOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPgBouncerOpsRequestInformer constructs a new informer for PgBouncerOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredPostgresOpsRequestInformer ¶
func NewFilteredPostgresOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPostgresOpsRequestInformer constructs a new informer for PostgresOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredProxySQLOpsRequestInformer ¶
func NewFilteredProxySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredProxySQLOpsRequestInformer constructs a new informer for ProxySQLOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredRedisOpsRequestInformer ¶
func NewFilteredRedisOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRedisOpsRequestInformer constructs a new informer for RedisOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewMariaDBOpsRequestInformer ¶
func NewMariaDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMariaDBOpsRequestInformer constructs a new informer for MariaDBOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewMemcachedOpsRequestInformer ¶
func NewMemcachedOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMemcachedOpsRequestInformer constructs a new informer for MemcachedOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewMongoDBOpsRequestInformer ¶
func NewMongoDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMongoDBOpsRequestInformer constructs a new informer for MongoDBOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewMySQLOpsRequestInformer ¶
func NewMySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMySQLOpsRequestInformer constructs a new informer for MySQLOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewPerconaXtraDBOpsRequestInformer ¶
func NewPerconaXtraDBOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPerconaXtraDBOpsRequestInformer constructs a new informer for PerconaXtraDBOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewPgBouncerOpsRequestInformer ¶
func NewPgBouncerOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPgBouncerOpsRequestInformer constructs a new informer for PgBouncerOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewPostgresOpsRequestInformer ¶
func NewPostgresOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPostgresOpsRequestInformer constructs a new informer for PostgresOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewProxySQLOpsRequestInformer ¶
func NewProxySQLOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewProxySQLOpsRequestInformer constructs a new informer for ProxySQLOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewRedisOpsRequestInformer ¶
func NewRedisOpsRequestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRedisOpsRequestInformer constructs a new informer for RedisOpsRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type ElasticsearchOpsRequestInformer ¶
type ElasticsearchOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ElasticsearchOpsRequestLister }
ElasticsearchOpsRequestInformer provides access to a shared informer and lister for ElasticsearchOpsRequests.
type EtcdOpsRequestInformer ¶
type EtcdOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.EtcdOpsRequestLister }
EtcdOpsRequestInformer provides access to a shared informer and lister for EtcdOpsRequests.
type Interface ¶
type Interface interface { // ElasticsearchOpsRequests returns a ElasticsearchOpsRequestInformer. ElasticsearchOpsRequests() ElasticsearchOpsRequestInformer // EtcdOpsRequests returns a EtcdOpsRequestInformer. EtcdOpsRequests() EtcdOpsRequestInformer // MariaDBOpsRequests returns a MariaDBOpsRequestInformer. MariaDBOpsRequests() MariaDBOpsRequestInformer // MemcachedOpsRequests returns a MemcachedOpsRequestInformer. MemcachedOpsRequests() MemcachedOpsRequestInformer // MongoDBOpsRequests returns a MongoDBOpsRequestInformer. MongoDBOpsRequests() MongoDBOpsRequestInformer // MySQLOpsRequests returns a MySQLOpsRequestInformer. MySQLOpsRequests() MySQLOpsRequestInformer // PerconaXtraDBOpsRequests returns a PerconaXtraDBOpsRequestInformer. PerconaXtraDBOpsRequests() PerconaXtraDBOpsRequestInformer // PgBouncerOpsRequests returns a PgBouncerOpsRequestInformer. PgBouncerOpsRequests() PgBouncerOpsRequestInformer // PostgresOpsRequests returns a PostgresOpsRequestInformer. PostgresOpsRequests() PostgresOpsRequestInformer // ProxySQLOpsRequests returns a ProxySQLOpsRequestInformer. ProxySQLOpsRequests() ProxySQLOpsRequestInformer // RedisOpsRequests returns a RedisOpsRequestInformer. RedisOpsRequests() RedisOpsRequestInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type MariaDBOpsRequestInformer ¶
type MariaDBOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.MariaDBOpsRequestLister }
MariaDBOpsRequestInformer provides access to a shared informer and lister for MariaDBOpsRequests.
type MemcachedOpsRequestInformer ¶
type MemcachedOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.MemcachedOpsRequestLister }
MemcachedOpsRequestInformer provides access to a shared informer and lister for MemcachedOpsRequests.
type MongoDBOpsRequestInformer ¶
type MongoDBOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.MongoDBOpsRequestLister }
MongoDBOpsRequestInformer provides access to a shared informer and lister for MongoDBOpsRequests.
type MySQLOpsRequestInformer ¶
type MySQLOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.MySQLOpsRequestLister }
MySQLOpsRequestInformer provides access to a shared informer and lister for MySQLOpsRequests.
type PerconaXtraDBOpsRequestInformer ¶
type PerconaXtraDBOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PerconaXtraDBOpsRequestLister }
PerconaXtraDBOpsRequestInformer provides access to a shared informer and lister for PerconaXtraDBOpsRequests.
type PgBouncerOpsRequestInformer ¶
type PgBouncerOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PgBouncerOpsRequestLister }
PgBouncerOpsRequestInformer provides access to a shared informer and lister for PgBouncerOpsRequests.
type PostgresOpsRequestInformer ¶
type PostgresOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PostgresOpsRequestLister }
PostgresOpsRequestInformer provides access to a shared informer and lister for PostgresOpsRequests.
type ProxySQLOpsRequestInformer ¶
type ProxySQLOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ProxySQLOpsRequestLister }
ProxySQLOpsRequestInformer provides access to a shared informer and lister for ProxySQLOpsRequests.
type RedisOpsRequestInformer ¶
type RedisOpsRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RedisOpsRequestLister }
RedisOpsRequestInformer provides access to a shared informer and lister for RedisOpsRequests.