Documentation
¶
Overview ¶
Package bucket implements the source.Fetcher for KindBucket (S3-compatible object storage via minio-go).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher struct {
Cache *source.Cache
Secrets source.SecretGetter
}
Fetcher pulls a Flux Bucket CR into the on-disk cache. Only the "generic" provider (any S3-API-compatible storage) is wired up today via minio-go. The aws/gcp/azure providers parse and route here but return a clear "not implemented" error rather than silently falling back.
Click to show internal directories.
Click to hide internal directories.