mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Merge pull request #9024 from markturansky/recyc_controllers
PersistentVolumeRecycler controller
This commit is contained in:
@@ -148,7 +148,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