Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 104 additions & 31 deletions k8s.mariadb.com/backup_v1alpha1.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions k8s.mariadb.com/connection_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"mariaDbRef": {
"description": "MariaDBRef is a reference to the MariaDB to connect to. Either MariaDBRef or MaxScaleRef must be provided.",
"properties": {
"kind": {
"description": "Kind of the referent.",
"type": "string"
},
"name": {
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions k8s.mariadb.com/database_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"mariaDbRef": {
"description": "MariaDBRef is a reference to a MariaDB object.",
"properties": {
"kind": {
"description": "Kind of the referent.",
"type": "string"
},
"name": {
"type": "string"
},
Expand Down
392 changes: 392 additions & 0 deletions k8s.mariadb.com/externalmariadb_v1alpha1.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions k8s.mariadb.com/grant_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"mariaDbRef": {
"description": "MariaDBRef is a reference to a MariaDB object.",
"properties": {
"kind": {
"description": "Kind of the referent.",
"type": "string"
},
"name": {
"type": "string"
},
Expand Down Expand Up @@ -147,6 +151,13 @@
"additionalProperties": false
},
"type": "array"
},
"currentPrivileges": {
"description": "CurrentPrivileges is the list of current privileges used in the Grant.\nIt allows to detect the divergence from the desired privileges.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object",
Expand Down
5,596 changes: 2,955 additions & 2,641 deletions k8s.mariadb.com/mariadb_v1alpha1.json

Large diffs are not rendered by default.

153 changes: 90 additions & 63 deletions k8s.mariadb.com/maxscale_v1alpha1.json

Large diffs are not rendered by default.

Loading