Merge pull request #9024 from markturansky/recyc_controllers

PersistentVolumeRecycler controller
This commit is contained in:
Quinton Hoole
2015-06-05 11:39:08 -07:00
37 changed files with 1281 additions and 22 deletions

View File

@@ -10603,6 +10603,10 @@
"claimRef": {
"$ref": "v1.ObjectReference",
"description": "when bound, a reference to the bound claim"
},
"persistentVolumeReclaimPolicy": {
"type": "string",
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
}
}
},
@@ -10807,6 +10811,14 @@
"phase": {
"type": "string",
"description": "the current phase of a persistent volume"
},
"message": {
"type": "string",
"description": "human-readable message indicating details about why the volume is in this state"
},
"reason": {
"type": "string",
"description": "(brief) reason the volume is not is not available, such as failed recycling"
}
}
},
@@ -12041,4 +12053,4 @@
}
}
}
}
}

View File

@@ -10600,6 +10600,10 @@
"claimRef": {
"$ref": "v1beta3.ObjectReference",
"description": "when bound, a reference to the bound claim"
},
"persistentVolumeReclaimPolicy": {
"type": "string",
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
}
}
},
@@ -10804,6 +10808,14 @@
"phase": {
"type": "string",
"description": "the current phase of a persistent volume"
},
"message": {
"type": "string",
"description": "human-readable message indicating details about why the volume is in this state"
},
"reason": {
"type": "string",
"description": "(brief) reason the volume is not is not available, such as failed recycling"
}
}
},
@@ -12047,4 +12059,4 @@
}
}
}
}
}