Ejemplo n.º 1
0
 internal async Task DeprovisionVolume(string name)
 {
     await client.DeletePersistentVolumeClaimAsync(name);
 }