Eric Stroczynski
Eric Stroczynski
@Adirio great to hear that you're working on integrating file `Update` logic with `Scaffold.Execute`. I was doing something similar to test out some theories for (1ii). Concerning out-of-execute file generation/updates:...
/lifecycle frozen
/lifecycle frozen
@camilamacedo86 you cannot define methods on an external type, since the Go project does not define the type. For example, you cannot define ```go var _ admission.Validator = &corev1.Pod{} func...
All core types are external types in this context. The problem encountered by the above example is the same for all external types.
Can you explain why they are different (not considering how they are represented in PROJECT right now)?
>How would you like to scaffold a webhook for a core type? Wouldn't the same scaffolding work for non-core non-owned? @kopiczko yes, and @camilamacedo86 that is what I meant by...
/lifecycle frozen
This PR stands as a proof of concept/draft pending an enhancement.
/cc @dinhxuanvu @joelanford