Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoDBArchiverLister ¶
type MongoDBArchiverLister interface { // List lists all MongoDBArchivers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MongoDBArchiver, err error) // MongoDBArchivers returns an object that can list and get MongoDBArchivers. MongoDBArchivers(namespace string) MongoDBArchiverNamespaceLister MongoDBArchiverListerExpansion }
MongoDBArchiverLister helps list MongoDBArchivers. All objects returned here must be treated as read-only.
func NewMongoDBArchiverLister ¶
func NewMongoDBArchiverLister(indexer cache.Indexer) MongoDBArchiverLister
NewMongoDBArchiverLister returns a new MongoDBArchiverLister.
type MongoDBArchiverListerExpansion ¶
type MongoDBArchiverListerExpansion interface{}
MongoDBArchiverListerExpansion allows custom methods to be added to MongoDBArchiverLister.
type MongoDBArchiverNamespaceLister ¶
type MongoDBArchiverNamespaceLister interface { // List lists all MongoDBArchivers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MongoDBArchiver, err error) // Get retrieves the MongoDBArchiver from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MongoDBArchiver, error) MongoDBArchiverNamespaceListerExpansion }
MongoDBArchiverNamespaceLister helps list and get MongoDBArchivers. All objects returned here must be treated as read-only.
type MongoDBArchiverNamespaceListerExpansion ¶
type MongoDBArchiverNamespaceListerExpansion interface{}
MongoDBArchiverNamespaceListerExpansion allows custom methods to be added to MongoDBArchiverNamespaceLister.
type PostgresArchiverLister ¶
type PostgresArchiverLister interface { // List lists all PostgresArchivers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PostgresArchiver, err error) // PostgresArchivers returns an object that can list and get PostgresArchivers. PostgresArchivers(namespace string) PostgresArchiverNamespaceLister PostgresArchiverListerExpansion }
PostgresArchiverLister helps list PostgresArchivers. All objects returned here must be treated as read-only.
func NewPostgresArchiverLister ¶
func NewPostgresArchiverLister(indexer cache.Indexer) PostgresArchiverLister
NewPostgresArchiverLister returns a new PostgresArchiverLister.
type PostgresArchiverListerExpansion ¶
type PostgresArchiverListerExpansion interface{}
PostgresArchiverListerExpansion allows custom methods to be added to PostgresArchiverLister.
type PostgresArchiverNamespaceLister ¶
type PostgresArchiverNamespaceLister interface { // List lists all PostgresArchivers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PostgresArchiver, err error) // Get retrieves the PostgresArchiver from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PostgresArchiver, error) PostgresArchiverNamespaceListerExpansion }
PostgresArchiverNamespaceLister helps list and get PostgresArchivers. All objects returned here must be treated as read-only.
type PostgresArchiverNamespaceListerExpansion ¶
type PostgresArchiverNamespaceListerExpansion interface{}
PostgresArchiverNamespaceListerExpansion allows custom methods to be added to PostgresArchiverNamespaceLister.