Skip to content

Commit

Permalink
Add sample files (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: Gosa <kumar_karthik.gosa@dell.com>
  • Loading branch information
mbasha-dell and kumarkgosa authored Jul 29, 2024
1 parent 47416c4 commit a93d605
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/bucketaccessclass/objectscale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kind: BucketAccessClass
apiVersion: objectstorage.k8s.io/v1alpha1
metadata:
name: my-bucket-access-class
driverName: cosi.dellemc.com
parameters:
id: driverID
authenticationType: KEY
9 changes: 9 additions & 0 deletions samples/bucketclass/objectscale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: BucketClass
apiVersion: objectstorage.k8s.io/v1alpha1
metadata:
name: my-bucket-class
deletionPolicy: Delete
driverName: cosi.dellemc.com
parameters:
id: driverID

0 comments on commit a93d605

Please sign in to comment.