listCoreV1PersistentVolume | SELECT | cluster_addr, protocol | list or watch objects of kind PersistentVolume |
readCoreV1PersistentVolume | SELECT | name, cluster_addr, protocol | read the specified PersistentVolume |
createCoreV1PersistentVolume | INSERT | cluster_addr, protocol | create a PersistentVolume |
deleteCoreV1CollectionPersistentVolume | DELETE | cluster_addr, protocol | delete collection of PersistentVolume |
deleteCoreV1PersistentVolume | DELETE | name, cluster_addr, protocol | delete a PersistentVolume |
patchCoreV1PersistentVolume | EXEC | name, cluster_addr, protocol | partially update the specified PersistentVolume |
patchCoreV1PersistentVolumeStatus | EXEC | name, cluster_addr, protocol | partially update status of the specified PersistentVolume |
readCoreV1PersistentVolumeStatus | EXEC | name, cluster_addr, protocol | read status of the specified PersistentVolume |
replaceCoreV1PersistentVolume | EXEC | name, cluster_addr, protocol | replace the specified PersistentVolume |
replaceCoreV1PersistentVolumeStatus | EXEC | name, cluster_addr, protocol | replace status of the specified PersistentVolume |
watchCoreV1PersistentVolume | EXEC | name, cluster_addr, protocol | watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1PersistentVolumeList | EXEC | cluster_addr, protocol | watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead. |