redhat-developer / opencompose

OpenCompose - A higher level abstraction for Kubernetes Resource
Apache License 2.0
64 stars 12 forks source link

Abstract `object.Mount` tests in object.go #142

Closed concaf closed 7 years ago

concaf commented 7 years ago

We need to abstract away tests for object.Mount from func (c *Container) validate() error to func (m *Mount) validate() error, and call from func (c *Container) validate() error

parking here for later