Revert "Add controller version to generated files" (#47)

This reverts commit 13d5677bf3.
This commit is contained in:
Joshua Spence
2021-09-24 07:21:34 +10:00
committed by GitHub
parent 7d87194aef
commit 8d4ca5f389
63 changed files with 8 additions and 73 deletions

View File

@@ -2,9 +2,8 @@ package main
import (
"fmt"
"testing"
assert "github.com/stretchr/testify/assert"
"testing"
)
func TestFieldInfoFromValidation(t *testing.T) {
@@ -146,7 +145,7 @@ func TestResourceTypes(t *testing.T) {
}
t.Run("structural test", func(t *testing.T) {
resource := NewResource("v1.1", "Struct", "path")
resource := NewResource("Struct", "path")
resource.FieldProcessor = expectation.FieldProcessor
err := resource.processJSON(([]byte)(testData))