Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 727 Bytes

blobstorage.md

File metadata and controls

14 lines (12 loc) · 727 Bytes

Cloud Resource Operator - Blob Storage

Usage

To seed a Kubernetes/Openshift cluster with an example Blob Storage resource:

$ make cluster/prepare 
$ make cluster/seed/blobstorage

AWS Strategy

A JSON object containing three keys:

  • region, which is the AWS region code
  • createStrategy, which is a JSON representation of the CreateBucketInput struct
  • deleteStrategy, which accepts a boolean forceBucketDeletion. When set to true it will remove the bucket regardless of its contents. When set to false, it will only delete the bucket if it is empty.