github.com/rancher/types@v0.0.0-20220328215343-4370ff10ecd5/mapper/statefulset_spec.go (about)

     1  package mapper
     2  
     3  import (
     4  	"github.com/rancher/norman/types"
     5  )
     6  
     7  type StatefulSetSpecMapper struct {
     8  }
     9  
    10  func (s StatefulSetSpecMapper) FromInternal(data map[string]interface{}) {
    11  }
    12  
    13  func (s StatefulSetSpecMapper) ToInternal(data map[string]interface{}) error {
    14  	return nil
    15  }
    16  
    17  func (s StatefulSetSpecMapper) ModifySchema(schema *types.Schema, schemas *types.Schemas) error {
    18  	return nil
    19  }