#1123 [Core Feature] Flytekit client-side validation of pod specs
Issue created by
katrogan
Motivation: Why do you think this is important?
Before serializing a pod spec, we should validate it. Although we use the kube client library to generate pod spec constructs, we should explore using the api client to validate
we can deserialize the pod spec before registering it.
Goal: What should the final outcome look like, ideally?
Faster turn-around for catching client-side pod spec validation issues.
Describe alternatives you've considered
The current solution of postponed debugging at execution time.
[Optional] Propose: Link/Inline OR Additional context
If you have ideas about the implementation please propose the change. If inline keep it short, if larger then you link to an external document.
flyteorg/flyte