Documentation ¶
Index ¶
- func NewAuthorizationRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAuthorizationRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNamespaceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNotificationHubInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNamespaceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNotificationHubInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AuthorizationRuleInformer
- type Interface
- type NamespaceInformer
- type NotificationHubInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthorizationRuleInformer ¶
func NewAuthorizationRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAuthorizationRuleInformer constructs a new informer for AuthorizationRule type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredAuthorizationRuleInformer ¶
func NewFilteredAuthorizationRuleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAuthorizationRuleInformer constructs a new informer for AuthorizationRule type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredNamespaceInformer ¶ added in v0.1.1
func NewFilteredNamespaceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNamespaceInformer constructs a new informer for Namespace type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredNotificationHubInformer ¶
func NewFilteredNotificationHubInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNotificationHubInformer constructs a new informer for NotificationHub type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewNamespaceInformer ¶ added in v0.1.1
func NewNamespaceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNamespaceInformer constructs a new informer for Namespace type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewNotificationHubInformer ¶
func NewNotificationHubInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNotificationHubInformer constructs a new informer for NotificationHub type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type AuthorizationRuleInformer ¶
type AuthorizationRuleInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AuthorizationRuleLister }
AuthorizationRuleInformer provides access to a shared informer and lister for AuthorizationRules.
type Interface ¶
type Interface interface { // AuthorizationRules returns a AuthorizationRuleInformer. AuthorizationRules() AuthorizationRuleInformer // Namespaces returns a NamespaceInformer. Namespaces() NamespaceInformer // NotificationHubs returns a NotificationHubInformer. NotificationHubs() NotificationHubInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type NamespaceInformer ¶ added in v0.1.1
type NamespaceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.NamespaceLister }
NamespaceInformer provides access to a shared informer and lister for Namespaces.
type NotificationHubInformer ¶
type NotificationHubInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.NotificationHubLister }
NotificationHubInformer provides access to a shared informer and lister for NotificationHubs.