Adds datasetUUID for referencing flocker datasets
* flocker datasets should be attached using an unique identifier. This is not the case for the name metadata used by datasetName * allow only one of datasetUUID / datasetName specified
This commit is contained in:
@@ -1813,14 +1813,15 @@
|
||||
},
|
||||
"v1.FlockerVolumeSource": {
|
||||
"id": "v1.FlockerVolumeSource",
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"required": [
|
||||
"datasetName"
|
||||
],
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"properties": {
|
||||
"datasetName": {
|
||||
"type": "string",
|
||||
"description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker"
|
||||
"description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
|
||||
},
|
||||
"datasetUUID": {
|
||||
"type": "string",
|
||||
"description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -1818,14 +1818,15 @@
|
||||
},
|
||||
"v1.FlockerVolumeSource": {
|
||||
"id": "v1.FlockerVolumeSource",
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"required": [
|
||||
"datasetName"
|
||||
],
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"properties": {
|
||||
"datasetName": {
|
||||
"type": "string",
|
||||
"description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker"
|
||||
"description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
|
||||
},
|
||||
"datasetUUID": {
|
||||
"type": "string",
|
||||
"description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -8427,14 +8427,15 @@
|
||||
},
|
||||
"v1.FlockerVolumeSource": {
|
||||
"id": "v1.FlockerVolumeSource",
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"required": [
|
||||
"datasetName"
|
||||
],
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"properties": {
|
||||
"datasetName": {
|
||||
"type": "string",
|
||||
"description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker"
|
||||
"description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
|
||||
},
|
||||
"datasetUUID": {
|
||||
"type": "string",
|
||||
"description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -17638,14 +17638,15 @@
|
||||
},
|
||||
"v1.FlockerVolumeSource": {
|
||||
"id": "v1.FlockerVolumeSource",
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"required": [
|
||||
"datasetName"
|
||||
],
|
||||
"description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
|
||||
"properties": {
|
||||
"datasetName": {
|
||||
"type": "string",
|
||||
"description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker"
|
||||
"description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
|
||||
},
|
||||
"datasetUUID": {
|
||||
"type": "string",
|
||||
"description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user