Versions in this module Expand all Collapse all v1 v1.10.0 Oct 1, 2021 Changes in this version + type ClientGetter interface + Get func(*v1alpha1.GoogleCloudBillingSource) (*pubsub.Client, *billing.BudgetClient, error) + type ClientGetterFunc func(*v1alpha1.GoogleCloudBillingSource) (*pubsub.Client, *billing.BudgetClient, error) + func (f ClientGetterFunc) Get(src *v1alpha1.GoogleCloudBillingSource) (*pubsub.Client, *billing.BudgetClient, error) + type ClientGetterWithSecretGetter struct + func NewClientGetter(sg NamespacedSecretsGetter) *ClientGetterWithSecretGetter + func (g *ClientGetterWithSecretGetter) Get(src *v1alpha1.GoogleCloudBillingSource) (*pubsub.Client, *billing.BudgetClient, error) + type NamespacedSecretsGetter func(namespace string) coreclientv1.SecretInterface