mirror of
https://github.com/rancher/types.git
synced 2025-09-16 23:08:25 +00:00
Update ToInternal
This commit is contained in:
@@ -89,7 +89,8 @@ func (n ContainerStatus) FromInternal(data map[string]interface{}) {
|
||||
}
|
||||
}
|
||||
|
||||
func (n ContainerStatus) ToInternal(data map[string]interface{}) {
|
||||
func (n ContainerStatus) ToInternal(data map[string]interface{}) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (n ContainerStatus) ModifySchema(schema *types.Schema, schemas *types.Schemas) error {
|
||||
|
Reference in New Issue
Block a user