Commit 156795f2 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Update conversion functions

parent 5173ee07
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -146,7 +146,7 @@ func TestNoManualChangesToGenerateConversions(t *testing.T) {
versions := []string{"v1beta3"}
for _, version := range versions {
fileName := fmt.Sprintf("../../pkg/api/%s/conversion.go", version)
fileName := fmt.Sprintf("../../pkg/api/%s/conversion_generated.go", version)
existingFunctions, existingNames := bufferExistingConversions(t, fileName)
generatedFunctions, generatedNames := generateConversions(t, version)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment