Skip to content

Commit

Permalink
Generating conversion methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Apr 28, 2015
1 parent 534a2fd commit 16d45a6
Show file tree
Hide file tree
Showing 3 changed files with 3,217 additions and 2,328 deletions.
3 changes: 3 additions & 0 deletions cmd/kube-conversion/conversion.go
Expand Up @@ -67,5 +67,8 @@ func main() {
if err := generator.WriteConversionFunctions(out); err != nil {
glog.Fatalf("Error while writing conversion functions: %v", err)
}
if err := generator.WriteConversionFunctionsForRegister(out); err != nil {
glog.Fatalf("Error while writing conversion functions: %v", err)
}
}
}

0 comments on commit 16d45a6

Please sign in to comment.