Documentation ¶
Index ¶
- type ActiveDirectoryAdministratorLister
- type ActiveDirectoryAdministratorListerExpansion
- type ActiveDirectoryAdministratorNamespaceLister
- type ActiveDirectoryAdministratorNamespaceListerExpansion
- type DatabaseLister
- type DatabaseListerExpansion
- type DatabaseNamespaceLister
- type DatabaseNamespaceListerExpansion
- type ElasticpoolLister
- type ElasticpoolListerExpansion
- type ElasticpoolNamespaceLister
- type ElasticpoolNamespaceListerExpansion
- type FailoverGroupLister
- type FailoverGroupListerExpansion
- type FailoverGroupNamespaceLister
- type FailoverGroupNamespaceListerExpansion
- type FirewallRuleLister
- type FirewallRuleListerExpansion
- type FirewallRuleNamespaceLister
- type FirewallRuleNamespaceListerExpansion
- type ServerLister
- type ServerListerExpansion
- type ServerNamespaceLister
- type ServerNamespaceListerExpansion
- type VirtualNetworkRuleLister
- type VirtualNetworkRuleListerExpansion
- type VirtualNetworkRuleNamespaceLister
- type VirtualNetworkRuleNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveDirectoryAdministratorLister ¶
type ActiveDirectoryAdministratorLister interface { // List lists all ActiveDirectoryAdministrators in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActiveDirectoryAdministrator, err error) // ActiveDirectoryAdministrators returns an object that can list and get ActiveDirectoryAdministrators. ActiveDirectoryAdministrators(namespace string) ActiveDirectoryAdministratorNamespaceLister ActiveDirectoryAdministratorListerExpansion }
ActiveDirectoryAdministratorLister helps list ActiveDirectoryAdministrators. All objects returned here must be treated as read-only.
func NewActiveDirectoryAdministratorLister ¶
func NewActiveDirectoryAdministratorLister(indexer cache.Indexer) ActiveDirectoryAdministratorLister
NewActiveDirectoryAdministratorLister returns a new ActiveDirectoryAdministratorLister.
type ActiveDirectoryAdministratorListerExpansion ¶
type ActiveDirectoryAdministratorListerExpansion interface{}
ActiveDirectoryAdministratorListerExpansion allows custom methods to be added to ActiveDirectoryAdministratorLister.
type ActiveDirectoryAdministratorNamespaceLister ¶
type ActiveDirectoryAdministratorNamespaceLister interface { // List lists all ActiveDirectoryAdministrators in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActiveDirectoryAdministrator, err error) // Get retrieves the ActiveDirectoryAdministrator from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ActiveDirectoryAdministrator, error) ActiveDirectoryAdministratorNamespaceListerExpansion }
ActiveDirectoryAdministratorNamespaceLister helps list and get ActiveDirectoryAdministrators. All objects returned here must be treated as read-only.
type ActiveDirectoryAdministratorNamespaceListerExpansion ¶
type ActiveDirectoryAdministratorNamespaceListerExpansion interface{}
ActiveDirectoryAdministratorNamespaceListerExpansion allows custom methods to be added to ActiveDirectoryAdministratorNamespaceLister.
type DatabaseLister ¶
type DatabaseLister interface { // List lists all Databases in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Database, err error) // Databases returns an object that can list and get Databases. Databases(namespace string) DatabaseNamespaceLister DatabaseListerExpansion }
DatabaseLister helps list Databases. All objects returned here must be treated as read-only.
func NewDatabaseLister ¶
func NewDatabaseLister(indexer cache.Indexer) DatabaseLister
NewDatabaseLister returns a new DatabaseLister.
type DatabaseListerExpansion ¶
type DatabaseListerExpansion interface{}
DatabaseListerExpansion allows custom methods to be added to DatabaseLister.
type DatabaseNamespaceLister ¶
type DatabaseNamespaceLister interface { // List lists all Databases in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Database, err error) // Get retrieves the Database from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Database, error) DatabaseNamespaceListerExpansion }
DatabaseNamespaceLister helps list and get Databases. All objects returned here must be treated as read-only.
type DatabaseNamespaceListerExpansion ¶
type DatabaseNamespaceListerExpansion interface{}
DatabaseNamespaceListerExpansion allows custom methods to be added to DatabaseNamespaceLister.
type ElasticpoolLister ¶
type ElasticpoolLister interface { // List lists all Elasticpools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Elasticpool, err error) // Elasticpools returns an object that can list and get Elasticpools. Elasticpools(namespace string) ElasticpoolNamespaceLister ElasticpoolListerExpansion }
ElasticpoolLister helps list Elasticpools. All objects returned here must be treated as read-only.
func NewElasticpoolLister ¶
func NewElasticpoolLister(indexer cache.Indexer) ElasticpoolLister
NewElasticpoolLister returns a new ElasticpoolLister.
type ElasticpoolListerExpansion ¶
type ElasticpoolListerExpansion interface{}
ElasticpoolListerExpansion allows custom methods to be added to ElasticpoolLister.
type ElasticpoolNamespaceLister ¶
type ElasticpoolNamespaceLister interface { // List lists all Elasticpools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Elasticpool, err error) // Get retrieves the Elasticpool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Elasticpool, error) ElasticpoolNamespaceListerExpansion }
ElasticpoolNamespaceLister helps list and get Elasticpools. All objects returned here must be treated as read-only.
type ElasticpoolNamespaceListerExpansion ¶
type ElasticpoolNamespaceListerExpansion interface{}
ElasticpoolNamespaceListerExpansion allows custom methods to be added to ElasticpoolNamespaceLister.
type FailoverGroupLister ¶
type FailoverGroupLister interface { // List lists all FailoverGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FailoverGroup, err error) // FailoverGroups returns an object that can list and get FailoverGroups. FailoverGroups(namespace string) FailoverGroupNamespaceLister FailoverGroupListerExpansion }
FailoverGroupLister helps list FailoverGroups. All objects returned here must be treated as read-only.
func NewFailoverGroupLister ¶
func NewFailoverGroupLister(indexer cache.Indexer) FailoverGroupLister
NewFailoverGroupLister returns a new FailoverGroupLister.
type FailoverGroupListerExpansion ¶
type FailoverGroupListerExpansion interface{}
FailoverGroupListerExpansion allows custom methods to be added to FailoverGroupLister.
type FailoverGroupNamespaceLister ¶
type FailoverGroupNamespaceLister interface { // List lists all FailoverGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FailoverGroup, err error) // Get retrieves the FailoverGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FailoverGroup, error) FailoverGroupNamespaceListerExpansion }
FailoverGroupNamespaceLister helps list and get FailoverGroups. All objects returned here must be treated as read-only.
type FailoverGroupNamespaceListerExpansion ¶
type FailoverGroupNamespaceListerExpansion interface{}
FailoverGroupNamespaceListerExpansion allows custom methods to be added to FailoverGroupNamespaceLister.
type FirewallRuleLister ¶
type FirewallRuleLister interface { // List lists all FirewallRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FirewallRule, err error) // FirewallRules returns an object that can list and get FirewallRules. FirewallRules(namespace string) FirewallRuleNamespaceLister FirewallRuleListerExpansion }
FirewallRuleLister helps list FirewallRules. All objects returned here must be treated as read-only.
func NewFirewallRuleLister ¶
func NewFirewallRuleLister(indexer cache.Indexer) FirewallRuleLister
NewFirewallRuleLister returns a new FirewallRuleLister.
type FirewallRuleListerExpansion ¶
type FirewallRuleListerExpansion interface{}
FirewallRuleListerExpansion allows custom methods to be added to FirewallRuleLister.
type FirewallRuleNamespaceLister ¶
type FirewallRuleNamespaceLister interface { // List lists all FirewallRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FirewallRule, err error) // Get retrieves the FirewallRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FirewallRule, error) FirewallRuleNamespaceListerExpansion }
FirewallRuleNamespaceLister helps list and get FirewallRules. All objects returned here must be treated as read-only.
type FirewallRuleNamespaceListerExpansion ¶
type FirewallRuleNamespaceListerExpansion interface{}
FirewallRuleNamespaceListerExpansion allows custom methods to be added to FirewallRuleNamespaceLister.
type ServerLister ¶
type ServerLister interface { // List lists all Servers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Server, err error) // Servers returns an object that can list and get Servers. Servers(namespace string) ServerNamespaceLister ServerListerExpansion }
ServerLister helps list Servers. All objects returned here must be treated as read-only.
func NewServerLister ¶
func NewServerLister(indexer cache.Indexer) ServerLister
NewServerLister returns a new ServerLister.
type ServerListerExpansion ¶
type ServerListerExpansion interface{}
ServerListerExpansion allows custom methods to be added to ServerLister.
type ServerNamespaceLister ¶
type ServerNamespaceLister interface { // List lists all Servers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Server, err error) // Get retrieves the Server from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Server, error) ServerNamespaceListerExpansion }
ServerNamespaceLister helps list and get Servers. All objects returned here must be treated as read-only.
type ServerNamespaceListerExpansion ¶
type ServerNamespaceListerExpansion interface{}
ServerNamespaceListerExpansion allows custom methods to be added to ServerNamespaceLister.
type VirtualNetworkRuleLister ¶
type VirtualNetworkRuleLister interface { // List lists all VirtualNetworkRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualNetworkRule, err error) // VirtualNetworkRules returns an object that can list and get VirtualNetworkRules. VirtualNetworkRules(namespace string) VirtualNetworkRuleNamespaceLister VirtualNetworkRuleListerExpansion }
VirtualNetworkRuleLister helps list VirtualNetworkRules. All objects returned here must be treated as read-only.
func NewVirtualNetworkRuleLister ¶
func NewVirtualNetworkRuleLister(indexer cache.Indexer) VirtualNetworkRuleLister
NewVirtualNetworkRuleLister returns a new VirtualNetworkRuleLister.
type VirtualNetworkRuleListerExpansion ¶
type VirtualNetworkRuleListerExpansion interface{}
VirtualNetworkRuleListerExpansion allows custom methods to be added to VirtualNetworkRuleLister.
type VirtualNetworkRuleNamespaceLister ¶
type VirtualNetworkRuleNamespaceLister interface { // List lists all VirtualNetworkRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualNetworkRule, err error) // Get retrieves the VirtualNetworkRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VirtualNetworkRule, error) VirtualNetworkRuleNamespaceListerExpansion }
VirtualNetworkRuleNamespaceLister helps list and get VirtualNetworkRules. All objects returned here must be treated as read-only.
type VirtualNetworkRuleNamespaceListerExpansion ¶
type VirtualNetworkRuleNamespaceListerExpansion interface{}
VirtualNetworkRuleNamespaceListerExpansion allows custom methods to be added to VirtualNetworkRuleNamespaceLister.