We need roundtrip, defaulting and validation unit tests between API versions #841
Labels
area/test
area/upgrades
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
Milestone
As part of kubernetes/community#2131, we have concluded we need roundtrip tests between API versions for our internal and external APIs. This combined with only a centralized place in the codebase that handles serialize/deserialize (
cmd/kubeadm/app/util/marshal.go
andcmd/kubeadm/app/util/config/*.go
), will get us in a good place so these tests are virtually e2e test regarding how kubeadm responds to different configuration files given to it.This is a priority for v1.11
The text was updated successfully, but these errors were encountered: