Skip to content

Commit

Permalink
Changes from 2022-03-01
Browse files Browse the repository at this point in the history
  • Loading branch information
amchandn committed Apr 7, 2022
1 parent f1500c0 commit 0ae3841
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5592,6 +5592,46 @@
},
"x-ms-discriminator-value": "RangeBasedItemLevelRestoreCriteria"
},
"KubernetesStorageClassRestoreCriteria": {
"description": "Item Level kubernetes storage class target info for restore operation",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ItemLevelRestoreCriteria"
}
],
"properties": {
"selectedStorageClassName": {
"description": "Selected storage class name",
"type": "string"
},
"provisioner": {
"description": "Provisioner of the storage class",
"type": "string"
}
},
"x-ms-discriminator-value": "KubernetesStorageClassRestoreCriteria"
},
"KubernetesPVRestoreCriteria": {
"description": "Item Level kubernetes persistent volume target info for restore operation",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ItemLevelRestoreCriteria"
}
],
"properties": {
"name": {
"description": "Selected persistent volume claim name",
"type": "string"
},
"storageClassName": {
"description": "Selected storage class name for restore operation",
"type": "string"
}
},
"x-ms-discriminator-value": "KubernetesPVRestoreCriteria"
},
"RecoveryPointDataStoreDetails": {
"description": "RecoveryPoint datastore details",
"properties": {
Expand Down

0 comments on commit 0ae3841

Please sign in to comment.