mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
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
|
||||
}
|
||||
|
||||
var _ = rest.Patcher(&StatusREST{})
|
||||
|
||||
// New creates a new VolumeAttachment resource
|
||||
func (r *StatusREST) New() runtime.Object {
|
||||
return &storageapi.VolumeAttachment{}
|
||||
|
Loading…
Reference in New Issue
Block a user