Make sure VolumeAttachment storage implements Patcher
This commit is contained in:
parent
a73f793e8e
commit
665b4daf56
@ -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{}
|
||||||
|
Loading…
Reference in New Issue
Block a user