Documentation ¶
Index ¶
- type ActiveDirectoryAdministratorLister
- type ActiveDirectoryAdministratorListerExpansion
- type ActiveDirectoryAdministratorNamespaceLister
- type ActiveDirectoryAdministratorNamespaceListerExpansion
- type ConfigurationLister
- type ConfigurationListerExpansion
- type ConfigurationNamespaceLister
- type ConfigurationNamespaceListerExpansion
- type DatabaseLister
- type DatabaseListerExpansion
- type DatabaseNamespaceLister
- type DatabaseNamespaceListerExpansion
- type FirewallRuleLister
- type FirewallRuleListerExpansion
- type FirewallRuleNamespaceLister
- type FirewallRuleNamespaceListerExpansion
- type FlexibleServerConfigurationLister
- type FlexibleServerConfigurationListerExpansion
- type FlexibleServerConfigurationNamespaceLister
- type FlexibleServerConfigurationNamespaceListerExpansion
- type FlexibleServerDatabaseLister
- type FlexibleServerDatabaseListerExpansion
- type FlexibleServerDatabaseNamespaceLister
- type FlexibleServerDatabaseNamespaceListerExpansion
- type FlexibleServerFirewallRuleLister
- type FlexibleServerFirewallRuleListerExpansion
- type FlexibleServerFirewallRuleNamespaceLister
- type FlexibleServerFirewallRuleNamespaceListerExpansion
- type FlexibleServerLister
- type FlexibleServerListerExpansion
- type FlexibleServerNamespaceLister
- type FlexibleServerNamespaceListerExpansion
- type ServerKeyLister
- type ServerKeyListerExpansion
- type ServerKeyNamespaceLister
- type ServerKeyNamespaceListerExpansion
- 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 ConfigurationLister ¶
type ConfigurationLister interface { // List lists all Configurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Configuration, err error) // Configurations returns an object that can list and get Configurations. Configurations(namespace string) ConfigurationNamespaceLister ConfigurationListerExpansion }
ConfigurationLister helps list Configurations. All objects returned here must be treated as read-only.
func NewConfigurationLister ¶
func NewConfigurationLister(indexer cache.Indexer) ConfigurationLister
NewConfigurationLister returns a new ConfigurationLister.
type ConfigurationListerExpansion ¶
type ConfigurationListerExpansion interface{}
ConfigurationListerExpansion allows custom methods to be added to ConfigurationLister.
type ConfigurationNamespaceLister ¶
type ConfigurationNamespaceLister interface { // List lists all Configurations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Configuration, err error) // Get retrieves the Configuration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Configuration, error) ConfigurationNamespaceListerExpansion }
ConfigurationNamespaceLister helps list and get Configurations. All objects returned here must be treated as read-only.
type ConfigurationNamespaceListerExpansion ¶
type ConfigurationNamespaceListerExpansion interface{}
ConfigurationNamespaceListerExpansion allows custom methods to be added to ConfigurationNamespaceLister.
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 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 FlexibleServerConfigurationLister ¶ added in v0.5.0
type FlexibleServerConfigurationLister interface { // List lists all FlexibleServerConfigurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServerConfiguration, err error) // FlexibleServerConfigurations returns an object that can list and get FlexibleServerConfigurations. FlexibleServerConfigurations(namespace string) FlexibleServerConfigurationNamespaceLister FlexibleServerConfigurationListerExpansion }
FlexibleServerConfigurationLister helps list FlexibleServerConfigurations. All objects returned here must be treated as read-only.
func NewFlexibleServerConfigurationLister ¶ added in v0.5.0
func NewFlexibleServerConfigurationLister(indexer cache.Indexer) FlexibleServerConfigurationLister
NewFlexibleServerConfigurationLister returns a new FlexibleServerConfigurationLister.
type FlexibleServerConfigurationListerExpansion ¶ added in v0.5.0
type FlexibleServerConfigurationListerExpansion interface{}
FlexibleServerConfigurationListerExpansion allows custom methods to be added to FlexibleServerConfigurationLister.
type FlexibleServerConfigurationNamespaceLister ¶ added in v0.5.0
type FlexibleServerConfigurationNamespaceLister interface { // List lists all FlexibleServerConfigurations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServerConfiguration, err error) // Get retrieves the FlexibleServerConfiguration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FlexibleServerConfiguration, error) FlexibleServerConfigurationNamespaceListerExpansion }
FlexibleServerConfigurationNamespaceLister helps list and get FlexibleServerConfigurations. All objects returned here must be treated as read-only.
type FlexibleServerConfigurationNamespaceListerExpansion ¶ added in v0.5.0
type FlexibleServerConfigurationNamespaceListerExpansion interface{}
FlexibleServerConfigurationNamespaceListerExpansion allows custom methods to be added to FlexibleServerConfigurationNamespaceLister.
type FlexibleServerDatabaseLister ¶ added in v0.5.0
type FlexibleServerDatabaseLister interface { // List lists all FlexibleServerDatabases in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServerDatabase, err error) // FlexibleServerDatabases returns an object that can list and get FlexibleServerDatabases. FlexibleServerDatabases(namespace string) FlexibleServerDatabaseNamespaceLister FlexibleServerDatabaseListerExpansion }
FlexibleServerDatabaseLister helps list FlexibleServerDatabases. All objects returned here must be treated as read-only.
func NewFlexibleServerDatabaseLister ¶ added in v0.5.0
func NewFlexibleServerDatabaseLister(indexer cache.Indexer) FlexibleServerDatabaseLister
NewFlexibleServerDatabaseLister returns a new FlexibleServerDatabaseLister.
type FlexibleServerDatabaseListerExpansion ¶ added in v0.5.0
type FlexibleServerDatabaseListerExpansion interface{}
FlexibleServerDatabaseListerExpansion allows custom methods to be added to FlexibleServerDatabaseLister.
type FlexibleServerDatabaseNamespaceLister ¶ added in v0.5.0
type FlexibleServerDatabaseNamespaceLister interface { // List lists all FlexibleServerDatabases in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServerDatabase, err error) // Get retrieves the FlexibleServerDatabase from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FlexibleServerDatabase, error) FlexibleServerDatabaseNamespaceListerExpansion }
FlexibleServerDatabaseNamespaceLister helps list and get FlexibleServerDatabases. All objects returned here must be treated as read-only.
type FlexibleServerDatabaseNamespaceListerExpansion ¶ added in v0.5.0
type FlexibleServerDatabaseNamespaceListerExpansion interface{}
FlexibleServerDatabaseNamespaceListerExpansion allows custom methods to be added to FlexibleServerDatabaseNamespaceLister.
type FlexibleServerFirewallRuleLister ¶
type FlexibleServerFirewallRuleLister interface { // List lists all FlexibleServerFirewallRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServerFirewallRule, err error) // FlexibleServerFirewallRules returns an object that can list and get FlexibleServerFirewallRules. FlexibleServerFirewallRules(namespace string) FlexibleServerFirewallRuleNamespaceLister FlexibleServerFirewallRuleListerExpansion }
FlexibleServerFirewallRuleLister helps list FlexibleServerFirewallRules. All objects returned here must be treated as read-only.
func NewFlexibleServerFirewallRuleLister ¶
func NewFlexibleServerFirewallRuleLister(indexer cache.Indexer) FlexibleServerFirewallRuleLister
NewFlexibleServerFirewallRuleLister returns a new FlexibleServerFirewallRuleLister.
type FlexibleServerFirewallRuleListerExpansion ¶
type FlexibleServerFirewallRuleListerExpansion interface{}
FlexibleServerFirewallRuleListerExpansion allows custom methods to be added to FlexibleServerFirewallRuleLister.
type FlexibleServerFirewallRuleNamespaceLister ¶
type FlexibleServerFirewallRuleNamespaceLister interface { // List lists all FlexibleServerFirewallRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServerFirewallRule, err error) // Get retrieves the FlexibleServerFirewallRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FlexibleServerFirewallRule, error) FlexibleServerFirewallRuleNamespaceListerExpansion }
FlexibleServerFirewallRuleNamespaceLister helps list and get FlexibleServerFirewallRules. All objects returned here must be treated as read-only.
type FlexibleServerFirewallRuleNamespaceListerExpansion ¶
type FlexibleServerFirewallRuleNamespaceListerExpansion interface{}
FlexibleServerFirewallRuleNamespaceListerExpansion allows custom methods to be added to FlexibleServerFirewallRuleNamespaceLister.
type FlexibleServerLister ¶
type FlexibleServerLister interface { // List lists all FlexibleServers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServer, err error) // FlexibleServers returns an object that can list and get FlexibleServers. FlexibleServers(namespace string) FlexibleServerNamespaceLister FlexibleServerListerExpansion }
FlexibleServerLister helps list FlexibleServers. All objects returned here must be treated as read-only.
func NewFlexibleServerLister ¶
func NewFlexibleServerLister(indexer cache.Indexer) FlexibleServerLister
NewFlexibleServerLister returns a new FlexibleServerLister.
type FlexibleServerListerExpansion ¶
type FlexibleServerListerExpansion interface{}
FlexibleServerListerExpansion allows custom methods to be added to FlexibleServerLister.
type FlexibleServerNamespaceLister ¶
type FlexibleServerNamespaceLister interface { // List lists all FlexibleServers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FlexibleServer, err error) // Get retrieves the FlexibleServer from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FlexibleServer, error) FlexibleServerNamespaceListerExpansion }
FlexibleServerNamespaceLister helps list and get FlexibleServers. All objects returned here must be treated as read-only.
type FlexibleServerNamespaceListerExpansion ¶
type FlexibleServerNamespaceListerExpansion interface{}
FlexibleServerNamespaceListerExpansion allows custom methods to be added to FlexibleServerNamespaceLister.
type ServerKeyLister ¶
type ServerKeyLister interface { // List lists all ServerKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerKey, err error) // ServerKeys returns an object that can list and get ServerKeys. ServerKeys(namespace string) ServerKeyNamespaceLister ServerKeyListerExpansion }
ServerKeyLister helps list ServerKeys. All objects returned here must be treated as read-only.
func NewServerKeyLister ¶
func NewServerKeyLister(indexer cache.Indexer) ServerKeyLister
NewServerKeyLister returns a new ServerKeyLister.
type ServerKeyListerExpansion ¶
type ServerKeyListerExpansion interface{}
ServerKeyListerExpansion allows custom methods to be added to ServerKeyLister.
type ServerKeyNamespaceLister ¶
type ServerKeyNamespaceLister interface { // List lists all ServerKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerKey, err error) // Get retrieves the ServerKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServerKey, error) ServerKeyNamespaceListerExpansion }
ServerKeyNamespaceLister helps list and get ServerKeys. All objects returned here must be treated as read-only.
type ServerKeyNamespaceListerExpansion ¶
type ServerKeyNamespaceListerExpansion interface{}
ServerKeyNamespaceListerExpansion allows custom methods to be added to ServerKeyNamespaceLister.
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.