Bucket.spec
BucketSpec defines the desired state of an S3 compatible bucket
| Field / Type | Description |
|---|---|
AccessFrom defines an Access Control List for allowing cross-namespace references to this object. | |
bucketName | The bucket name. |
endpoint | The bucket endpoint address. |
ignore | Ignore overrides the set of excluded patterns in the .sourceignore format (which is the same as .gitignore). If not provided, a default will be used, consult the documentation for your version to find out what those are. |
insecure | Insecure allows connecting to a non-TLS S3 HTTP endpoint. |
interval | The interval at which to check for bucket updates. |
provider | The S3 compatible storage provider name, default ('generic').
|
region | The bucket region. |
The name of the secret containing authentication credentials for the Bucket. | |
suspend | This flag tells the controller to suspend the reconciliation of this source. |
timeout | The timeout for download operations, defaults to 60s.
|