Results 2 issues of Nick Rucci

Content-type is always being returned as `application/json`

bug

When generating `DeepCopy`, `DeepCopyInto` and `DeepCopyObject`, a panic occurs with the following error: ``` panic: interface conversion: types.Type is *types.Basic, not *types.Named goroutine 1 [running]: sigs.k8s.io/controller-tools/pkg/deepcopy.shouldBeCopied(0x140002584c0, 0x14002327080) /Users/me/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/deepcopy/traverse.go:622 ``` This...

lifecycle/frozen