Documentation ¶
Index ¶
- type AccountLister
- type AccountListerExpansion
- type AccountNamespaceLister
- type AccountNamespaceListerExpansion
- type BackupLister
- type BackupListerExpansion
- type BackupNamespaceLister
- type BackupNamespaceListerExpansion
- type CloneDbInstanceLister
- type CloneDbInstanceListerExpansion
- type CloneDbInstanceNamespaceLister
- type CloneDbInstanceNamespaceListerExpansion
- type ParameterGroupLister
- type ParameterGroupListerExpansion
- type ParameterGroupNamespaceLister
- type ParameterGroupNamespaceListerExpansion
- type UpgradeDbInstanceLister
- type UpgradeDbInstanceListerExpansion
- type UpgradeDbInstanceNamespaceLister
- type UpgradeDbInstanceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountLister ¶
type AccountLister interface { // List lists all Accounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Accounts returns an object that can list and get Accounts. Accounts(namespace string) AccountNamespaceLister AccountListerExpansion }
AccountLister helps list Accounts. All objects returned here must be treated as read-only.
func NewAccountLister ¶
func NewAccountLister(indexer cache.Indexer) AccountLister
NewAccountLister returns a new AccountLister.
type AccountListerExpansion ¶
type AccountListerExpansion interface{}
AccountListerExpansion allows custom methods to be added to AccountLister.
type AccountNamespaceLister ¶
type AccountNamespaceLister interface { // List lists all Accounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Get retrieves the Account from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Account, error) AccountNamespaceListerExpansion }
AccountNamespaceLister helps list and get Accounts. All objects returned here must be treated as read-only.
type AccountNamespaceListerExpansion ¶
type AccountNamespaceListerExpansion interface{}
AccountNamespaceListerExpansion allows custom methods to be added to AccountNamespaceLister.
type BackupLister ¶ added in v0.5.0
type BackupLister interface { // List lists all Backups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Backup, err error) // Backups returns an object that can list and get Backups. Backups(namespace string) BackupNamespaceLister BackupListerExpansion }
BackupLister helps list Backups. All objects returned here must be treated as read-only.
func NewBackupLister ¶ added in v0.5.0
func NewBackupLister(indexer cache.Indexer) BackupLister
NewBackupLister returns a new BackupLister.
type BackupListerExpansion ¶ added in v0.5.0
type BackupListerExpansion interface{}
BackupListerExpansion allows custom methods to be added to BackupLister.
type BackupNamespaceLister ¶ added in v0.5.0
type BackupNamespaceLister interface { // List lists all Backups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Backup, err error) // Get retrieves the Backup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Backup, error) BackupNamespaceListerExpansion }
BackupNamespaceLister helps list and get Backups. All objects returned here must be treated as read-only.
type BackupNamespaceListerExpansion ¶ added in v0.5.0
type BackupNamespaceListerExpansion interface{}
BackupNamespaceListerExpansion allows custom methods to be added to BackupNamespaceLister.
type CloneDbInstanceLister ¶ added in v0.5.0
type CloneDbInstanceLister interface { // List lists all CloneDbInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CloneDbInstance, err error) // CloneDbInstances returns an object that can list and get CloneDbInstances. CloneDbInstances(namespace string) CloneDbInstanceNamespaceLister CloneDbInstanceListerExpansion }
CloneDbInstanceLister helps list CloneDbInstances. All objects returned here must be treated as read-only.
func NewCloneDbInstanceLister ¶ added in v0.5.0
func NewCloneDbInstanceLister(indexer cache.Indexer) CloneDbInstanceLister
NewCloneDbInstanceLister returns a new CloneDbInstanceLister.
type CloneDbInstanceListerExpansion ¶ added in v0.5.0
type CloneDbInstanceListerExpansion interface{}
CloneDbInstanceListerExpansion allows custom methods to be added to CloneDbInstanceLister.
type CloneDbInstanceNamespaceLister ¶ added in v0.5.0
type CloneDbInstanceNamespaceLister interface { // List lists all CloneDbInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CloneDbInstance, err error) // Get retrieves the CloneDbInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CloneDbInstance, error) CloneDbInstanceNamespaceListerExpansion }
CloneDbInstanceNamespaceLister helps list and get CloneDbInstances. All objects returned here must be treated as read-only.
type CloneDbInstanceNamespaceListerExpansion ¶ added in v0.5.0
type CloneDbInstanceNamespaceListerExpansion interface{}
CloneDbInstanceNamespaceListerExpansion allows custom methods to be added to CloneDbInstanceNamespaceLister.
type ParameterGroupLister ¶
type ParameterGroupLister interface { // List lists all ParameterGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ParameterGroup, err error) // ParameterGroups returns an object that can list and get ParameterGroups. ParameterGroups(namespace string) ParameterGroupNamespaceLister ParameterGroupListerExpansion }
ParameterGroupLister helps list ParameterGroups. All objects returned here must be treated as read-only.
func NewParameterGroupLister ¶
func NewParameterGroupLister(indexer cache.Indexer) ParameterGroupLister
NewParameterGroupLister returns a new ParameterGroupLister.
type ParameterGroupListerExpansion ¶
type ParameterGroupListerExpansion interface{}
ParameterGroupListerExpansion allows custom methods to be added to ParameterGroupLister.
type ParameterGroupNamespaceLister ¶
type ParameterGroupNamespaceLister interface { // List lists all ParameterGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ParameterGroup, err error) // Get retrieves the ParameterGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ParameterGroup, error) ParameterGroupNamespaceListerExpansion }
ParameterGroupNamespaceLister helps list and get ParameterGroups. All objects returned here must be treated as read-only.
type ParameterGroupNamespaceListerExpansion ¶
type ParameterGroupNamespaceListerExpansion interface{}
ParameterGroupNamespaceListerExpansion allows custom methods to be added to ParameterGroupNamespaceLister.
type UpgradeDbInstanceLister ¶ added in v0.5.0
type UpgradeDbInstanceLister interface { // List lists all UpgradeDbInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UpgradeDbInstance, err error) // UpgradeDbInstances returns an object that can list and get UpgradeDbInstances. UpgradeDbInstances(namespace string) UpgradeDbInstanceNamespaceLister UpgradeDbInstanceListerExpansion }
UpgradeDbInstanceLister helps list UpgradeDbInstances. All objects returned here must be treated as read-only.
func NewUpgradeDbInstanceLister ¶ added in v0.5.0
func NewUpgradeDbInstanceLister(indexer cache.Indexer) UpgradeDbInstanceLister
NewUpgradeDbInstanceLister returns a new UpgradeDbInstanceLister.
type UpgradeDbInstanceListerExpansion ¶ added in v0.5.0
type UpgradeDbInstanceListerExpansion interface{}
UpgradeDbInstanceListerExpansion allows custom methods to be added to UpgradeDbInstanceLister.
type UpgradeDbInstanceNamespaceLister ¶ added in v0.5.0
type UpgradeDbInstanceNamespaceLister interface { // List lists all UpgradeDbInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UpgradeDbInstance, err error) // Get retrieves the UpgradeDbInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UpgradeDbInstance, error) UpgradeDbInstanceNamespaceListerExpansion }
UpgradeDbInstanceNamespaceLister helps list and get UpgradeDbInstances. All objects returned here must be treated as read-only.
type UpgradeDbInstanceNamespaceListerExpansion ¶ added in v0.5.0
type UpgradeDbInstanceNamespaceListerExpansion interface{}
UpgradeDbInstanceNamespaceListerExpansion allows custom methods to be added to UpgradeDbInstanceNamespaceLister.