Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Adding S3Bucket Resource #20

Closed
christopherhein opened this issue Sep 29, 2018 · 0 comments
Closed

Adding S3Bucket Resource #20

christopherhein opened this issue Sep 29, 2018 · 0 comments
Assignees
Labels
operator/s3bucket S3 Bucket operator package

Comments

@christopherhein
Copy link
Contributor

This should create s3buckets and be formatted like so:

apiVersion: operator.aws/v1alpha1
kind: S3Bucket
metadata:
  name: test-bucket
spec:
  bucketName: test-bucket-name
  versioning: false
  logging:
    enabled: false
    prefix: "archive"
@christopherhein christopherhein added the operator/s3bucket S3 Bucket operator package label Sep 29, 2018
@christopherhein christopherhein self-assigned this Sep 29, 2018
christopherhein pushed a commit that referenced this issue Oct 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
operator/s3bucket S3 Bucket operator package
Projects
None yet
Development

No branches or pull requests

1 participant