mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
Move mappers
This commit is contained in:
18
mapper/statefulset_spec.go
Normal file
18
mapper/statefulset_spec.go
Normal 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
|
||||
}
|
Reference in New Issue
Block a user