Documentation
¶
Index ¶
- type AuthorizationRuleLister
- type AuthorizationRuleListerExpansion
- type AuthorizationRuleNamespaceLister
- type AuthorizationRuleNamespaceListerExpansion
- type Namespace_Lister
- type Namespace_ListerExpansion
- type Namespace_NamespaceLister
- type Namespace_NamespaceListerExpansion
- type NotificationHubLister
- type NotificationHubListerExpansion
- type NotificationHubNamespaceLister
- type NotificationHubNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationRuleLister ¶
type AuthorizationRuleLister interface { // List lists all AuthorizationRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AuthorizationRule, err error) // AuthorizationRules returns an object that can list and get AuthorizationRules. AuthorizationRules(namespace string) AuthorizationRuleNamespaceLister AuthorizationRuleListerExpansion }
AuthorizationRuleLister helps list AuthorizationRules. All objects returned here must be treated as read-only.
func NewAuthorizationRuleLister ¶
func NewAuthorizationRuleLister(indexer cache.Indexer) AuthorizationRuleLister
NewAuthorizationRuleLister returns a new AuthorizationRuleLister.
type AuthorizationRuleListerExpansion ¶
type AuthorizationRuleListerExpansion interface{}
AuthorizationRuleListerExpansion allows custom methods to be added to AuthorizationRuleLister.
type AuthorizationRuleNamespaceLister ¶
type AuthorizationRuleNamespaceLister interface { // List lists all AuthorizationRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AuthorizationRule, err error) // Get retrieves the AuthorizationRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AuthorizationRule, error) AuthorizationRuleNamespaceListerExpansion }
AuthorizationRuleNamespaceLister helps list and get AuthorizationRules. All objects returned here must be treated as read-only.
type AuthorizationRuleNamespaceListerExpansion ¶
type AuthorizationRuleNamespaceListerExpansion interface{}
AuthorizationRuleNamespaceListerExpansion allows custom methods to be added to AuthorizationRuleNamespaceLister.
type Namespace_Lister ¶
type Namespace_Lister interface { // List lists all Namespace_s in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Namespace_, err error) // Namespace_s returns an object that can list and get Namespace_s. Namespace_s(namespace string) Namespace_NamespaceLister Namespace_ListerExpansion }
Namespace_Lister helps list Namespace_s. All objects returned here must be treated as read-only.
func NewNamespace_Lister ¶
func NewNamespace_Lister(indexer cache.Indexer) Namespace_Lister
NewNamespace_Lister returns a new Namespace_Lister.
type Namespace_ListerExpansion ¶
type Namespace_ListerExpansion interface{}
Namespace_ListerExpansion allows custom methods to be added to Namespace_Lister.
type Namespace_NamespaceLister ¶
type Namespace_NamespaceLister interface { // List lists all Namespace_s in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Namespace_, err error) // Get retrieves the Namespace_ from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Namespace_, error) Namespace_NamespaceListerExpansion }
Namespace_NamespaceLister helps list and get Namespace_s. All objects returned here must be treated as read-only.
type Namespace_NamespaceListerExpansion ¶
type Namespace_NamespaceListerExpansion interface{}
Namespace_NamespaceListerExpansion allows custom methods to be added to Namespace_NamespaceLister.
type NotificationHubLister ¶
type NotificationHubLister interface { // List lists all NotificationHubs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NotificationHub, err error) // NotificationHubs returns an object that can list and get NotificationHubs. NotificationHubs(namespace string) NotificationHubNamespaceLister NotificationHubListerExpansion }
NotificationHubLister helps list NotificationHubs. All objects returned here must be treated as read-only.
func NewNotificationHubLister ¶
func NewNotificationHubLister(indexer cache.Indexer) NotificationHubLister
NewNotificationHubLister returns a new NotificationHubLister.
type NotificationHubListerExpansion ¶
type NotificationHubListerExpansion interface{}
NotificationHubListerExpansion allows custom methods to be added to NotificationHubLister.
type NotificationHubNamespaceLister ¶
type NotificationHubNamespaceLister interface { // List lists all NotificationHubs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NotificationHub, err error) // Get retrieves the NotificationHub from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NotificationHub, error) NotificationHubNamespaceListerExpansion }
NotificationHubNamespaceLister helps list and get NotificationHubs. All objects returned here must be treated as read-only.
type NotificationHubNamespaceListerExpansion ¶
type NotificationHubNamespaceListerExpansion interface{}
NotificationHubNamespaceListerExpansion allows custom methods to be added to NotificationHubNamespaceLister.