1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

Move mappers

This commit is contained in:
Darren Shepherd
2017-11-29 14:37:09 -07:00
parent bf0a2b9e43
commit e76df53327
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
package mapper
import (
"github.com/rancher/norman/types"
)
type StatefulSetSpecMapper struct {
}
func (s StatefulSetSpecMapper) FromInternal(data map[string]interface{}) {
}
func (s StatefulSetSpecMapper) ToInternal(data map[string]interface{}) {
}
func (s StatefulSetSpecMapper) ModifySchema(schema *types.Schema, schemas *types.Schemas) error {
return nil
}