Commit 665b4daf authored by Jan Safranek's avatar Jan Safranek

Make sure VolumeAttachment storage implements Patcher

parent a73f793e
...@@ -70,6 +70,8 @@ type StatusREST struct { ...@@ -70,6 +70,8 @@ type StatusREST struct {
store *genericregistry.Store store *genericregistry.Store
} }
var _ = rest.Patcher(&StatusREST{})
// New creates a new VolumeAttachment resource // New creates a new VolumeAttachment resource
func (r *StatusREST) New() runtime.Object { func (r *StatusREST) New() runtime.Object {
return &storageapi.VolumeAttachment{} return &storageapi.VolumeAttachment{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment