mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Merge pull request #9024 from markturansky/recyc_controllers
PersistentVolumeRecycler controller
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user