Versions in this module Expand all Collapse all v0 v0.1.63 Nov 28, 2024 Changes in this version + type ClientGetter interface + Get func(*v1alpha1.AzureServiceBusTopicSource) (SubscriptionsClient, error) + type ClientGetterFunc func(*v1alpha1.AzureServiceBusTopicSource) (SubscriptionsClient, error) + func (f ClientGetterFunc) Get(src *v1alpha1.AzureServiceBusTopicSource) (SubscriptionsClient, error) + type ClientGetterWithSecretGetter struct + func NewClientGetter(sg NamespacedSecretsGetter) *ClientGetterWithSecretGetter + func (g *ClientGetterWithSecretGetter) Get(src *v1alpha1.AzureServiceBusTopicSource) (SubscriptionsClient, error) + type NamespacedSecretsGetter func(namespace string) coreclientv1.SecretInterface + type SubscriptionsClient = servicebusapi.SubscriptionsClientAPI