mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 03:17:28 +00:00
Automatic merge from submit-queue Add TestEtcdStoragePath integration test **What this PR does / why we need it**: `TestEtcdStoragePath` prevents the accidental movement of objects stored in etcd. It creates a stub of each object and then checks the expected location in etcd. Inadvertent `GroupVersionKind` changes are prevented. cc @liggitt @soltysh for review. cc @ncdc because I know you love this 😄 Signed-off-by: Monis Khan <mkhan@redhat.com> **Release note**: ``` NONE ```