Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvContainerName = "AZURE_STORAGE_CONTAINER_NAME" EnvAccountName = "AZURE_STORAGE_ACCOUNT_NAME" EnvAccountKey = "AZURE_STORAGE_ACCOUNT_KEY" )
Azure Blob Storage attributes
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController creates a Reconciler for the event source and returns the result of NewImpl.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for AzureBlobStorageSource resources.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, src *v1alpha1.AzureBlobStorageSource) reconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Click to show internal directories.
Click to hide internal directories.