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 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 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.