Skip to content

Commit

Permalink
Update Rook object storage CRDs (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidDoWant authored Feb 21, 2025
1 parent f3107dc commit dc904d5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
64 changes: 32 additions & 32 deletions objectbucket.io/objectbucket_v1alpha1.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"type": "object",
"properties": {
"spec": {
"type": "object",
"properties": {
"storageClassName": {
"type": "string"
"additionalState": {
"nullable": true,
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
},
"endpoint": {
"authentication": {
"items": {
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
},
"nullable": true,
"type": "object"
},
"claimRef": {
"nullable": true,
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
},
"endpoint": {
"nullable": true,
"properties": {
"additionalConfig": {
"nullable": true,
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
},
"bucketHost": {
"type": "string"
},
"bucketPort": {
"type": "integer",
"format": "int32"
},
"bucketName": {
"type": "string"
},
"bucketPort": {
"format": "int32",
"type": "integer"
},
"region": {
"type": "string"
},
"subRegion": {
"type": "string"
},
"additionalConfig": {
"type": "object",
"nullable": true,
"x-kubernetes-preserve-unknown-fields": true
}
},
"additionalProperties": false
},
"authentication": {
"type": "object",
"nullable": true,
"items": {
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
}
},
"additionalState": {
"type": "object",
"nullable": true,
"x-kubernetes-preserve-unknown-fields": true
"additionalProperties": false
},
"reclaimPolicy": {
"type": "string"
},
"claimRef": {
"type": "object",
"nullable": true,
"x-kubernetes-preserve-unknown-fields": true
"storageClassName": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"status": {
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
}
}
},
"type": "object"
}
20 changes: 10 additions & 10 deletions objectbucket.io/objectbucketclaim_v1alpha1.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"type": "object",
"properties": {
"spec": {
"type": "object",
"properties": {
"storageClassName": {
"type": "string"
"additionalConfig": {
"nullable": true,
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
},
"bucketName": {
"type": "string"
},
"generateBucketName": {
"type": "string"
},
"additionalConfig": {
"type": "object",
"nullable": true,
"x-kubernetes-preserve-unknown-fields": true
},
"objectBucketName": {
"type": "string"
},
"storageClassName": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"status": {
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
}
}
},
"type": "object"
}

0 comments on commit dc904d5

Please sign in to comment.