Adding a script to verify that swagger spec is updated

This commit is contained in:
nikhiljindal
2015-06-08 01:38:08 -07:00
parent 0f1c4c25c3
commit a89d2da249
6 changed files with 68 additions and 6 deletions

View File

@@ -10606,7 +10606,7 @@
},
"persistentVolumeReclaimPolicy": {
"type": "string",
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
"description": "what happens to a volume when released from its claim; Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plugin underlying this persistent volume."
}
}
},
@@ -10818,7 +10818,7 @@
},
"reason": {
"type": "string",
"description": "(brief) reason the volume is not is not available, such as failed recycling"
"description": "(brief) reason the volume is not is not available"
}
}
},
@@ -12053,4 +12053,4 @@
}
}
}
}
}

View File

@@ -10603,7 +10603,7 @@
},
"persistentVolumeReclaimPolicy": {
"type": "string",
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
"description": "what happens to a volume when released from its claim; Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plugin underlying this persistent volume."
}
}
},
@@ -10815,7 +10815,7 @@
},
"reason": {
"type": "string",
"description": "(brief) reason the volume is not is not available, such as failed recycling"
"description": "(brief) reason the volume is not is not available"
}
}
},
@@ -12059,4 +12059,4 @@
}
}
}
}
}