To seed a Kubernetes/Openshift cluster with an example Blob Storage resource:
$ make cluster/prepare
$ make cluster/seed/blobstorage
A JSON object containing three keys:
region
, which is the AWS region codecreateStrategy
, which is a JSON representation of theCreateBucketInput
structdeleteStrategy
, which accepts a booleanforceBucketDeletion
. 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.