Following the k8s shape migration, there are validates that are use specific (e.g. ValidateFor(mode meta.ValidationMode, vc *common.ValidationContext) error). Evaluate if we still need the generic validate (e.g. Validate(vc *common.ValidationContext)). Perhaps config has a different validate context standard.
Following the k8s shape migration, there are validates that are use specific (e.g.
ValidateFor(mode meta.ValidationMode, vc *common.ValidationContext) error). Evaluate if we still need the generic validate (e.g.Validate(vc *common.ValidationContext)). Perhaps config has a different validate context standard.