storage

package
v1.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2023 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientGetter

ClientGetter can obtain clients for Azure Event Grid and Event Hubs APIs.

type ClientGetterFunc

ClientGetterFunc allows the use of ordinary functions as ClientGetter.

func (ClientGetterFunc) Get

Get implements ClientGetter.

type ClientGetterWithSecretGetter

type ClientGetterWithSecretGetter struct {
	// contains filtered or unexported fields
}

ClientGetterWithSecretGetter gets Azure clients using static credentials retrieved using a Secret getter.

func NewClientGetter

NewClientGetter returns a ClientGetter for the given secrets getter.

func (*ClientGetterWithSecretGetter) Get

Get implements ClientGetter.

type EventHubsClient

type EventHubsClient = eventhubapi.EventHubsClientAPI

EventHubsClient is an alias for the EventHubsClientAPI interface.

type EventSubscriptionsClient

type EventSubscriptionsClient = eventgridapi.EventSubscriptionsClientAPI

EventSubscriptionsClient is an alias for the EventSubscriptionsClientAPI interface.

type NamespacedSecretsGetter

type NamespacedSecretsGetter func(namespace string) coreclientv1.SecretInterface

NamespacedSecretsGetter returns a SecretInterface for the given namespace.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL