Skip to content

Commit

Permalink
update to psmdb-db-1.19.0 CRDs (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Jansen authored Jan 23, 2025
1 parent a2b8af8 commit 8d29903
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 4 deletions.
80 changes: 76 additions & 4 deletions psmdb.percona.com/perconaservermongodb_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@
"format": "int64",
"type": "integer"
},
"seLinuxChangePolicy": {
"type": "string"
},
"seLinuxOptions": {
"properties": {
"level": {
Expand Down Expand Up @@ -443,6 +446,18 @@
"type": "object",
"additionalProperties": false
},
"filesystem": {
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object",
"additionalProperties": false
},
"s3": {
"properties": {
"bucket": {
Expand Down Expand Up @@ -570,6 +585,40 @@
"additionalProperties": false
},
"type": "array"
},
"volumeMounts": {
"items": {
"properties": {
"mountPath": {
"type": "string"
},
"mountPropagation": {
"type": "string"
},
"name": {
"type": "string"
},
"readOnly": {
"type": "boolean"
},
"recursiveReadOnly": {
"type": "string"
},
"subPath": {
"type": "string"
},
"subPathExpr": {
"type": "string"
}
},
"required": [
"mountPath",
"name"
],
"type": "object",
"additionalProperties": false
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -6597,6 +6646,9 @@
"format": "int64",
"type": "integer"
},
"seLinuxChangePolicy": {
"type": "string"
},
"seLinuxOptions": {
"properties": {
"level": {
Expand Down Expand Up @@ -9880,6 +9932,9 @@
"format": "int64",
"type": "integer"
},
"seLinuxChangePolicy": {
"type": "string"
},
"seLinuxOptions": {
"properties": {
"level": {
Expand Down Expand Up @@ -10119,6 +10174,9 @@
"host": {
"type": "string"
},
"priority": {
"type": "integer"
},
"tags": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -18995,6 +19053,9 @@
"format": "int64",
"type": "integer"
},
"seLinuxChangePolicy": {
"type": "string"
},
"seLinuxOptions": {
"properties": {
"level": {
Expand Down Expand Up @@ -22278,6 +22339,9 @@
"format": "int64",
"type": "integer"
},
"seLinuxChangePolicy": {
"type": "string"
},
"seLinuxOptions": {
"properties": {
"level": {
Expand Down Expand Up @@ -22517,6 +22581,9 @@
"host": {
"type": "string"
},
"priority": {
"type": "integer"
},
"tags": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -26720,6 +26787,9 @@
"format": "int64",
"type": "integer"
},
"seLinuxChangePolicy": {
"type": "string"
},
"seLinuxOptions": {
"properties": {
"level": {
Expand Down Expand Up @@ -29883,7 +29953,6 @@
},
"required": [
"name",
"passwordSecretRef",
"roles"
],
"type": "object",
Expand Down Expand Up @@ -29996,19 +30065,22 @@
"type": "boolean"
},
"members": {
"items": {
"additionalProperties": {
"properties": {
"name": {
"type": "string"
},
"version": {
"state": {
"type": "integer"
},
"stateStr": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
"type": "object"
},
"message": {
"type": "string"
Expand Down
Empty file.
12 changes: 12 additions & 0 deletions psmdb.percona.com/perconaservermongodbbackup_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@
"error": {
"type": "string"
},
"filesystem": {
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object",
"additionalProperties": false
},
"lastTransition": {
"format": "date-time",
"type": "string"
Expand Down
Empty file.
12 changes: 12 additions & 0 deletions psmdb.percona.com/perconaservermongodbrestore_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@
"error": {
"type": "string"
},
"filesystem": {
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object",
"additionalProperties": false
},
"lastTransition": {
"format": "date-time",
"type": "string"
Expand Down
Empty file.

0 comments on commit 8d29903

Please sign in to comment.