mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 03:37:49 +00:00
PV Recycling API
This commit is contained in:
@@ -151,7 +151,8 @@ func TestPersistentVolumeStatusUpdate(t *testing.T) {
|
||||
},
|
||||
},
|
||||
Status: api.PersistentVolumeStatus{
|
||||
Phase: api.VolumeBound,
|
||||
Phase: api.VolumeBound,
|
||||
Message: "foo",
|
||||
},
|
||||
}
|
||||
c := &testClient{
|
||||
|
Reference in New Issue
Block a user