Update file location in comment

This commit is contained in:
Jenny Buckley 2017-09-29 13:24:33 -07:00 committed by GitHub
parent 5eace5975a
commit 9cdf69c6df

View File

@ -26,7 +26,8 @@ import (
)
// These tests exercise the Kubernetes expansion syntax $(VAR).
// For more information, see: docs/design/expansion.md
// For more information, see:
// https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/expansion.md
var _ = framework.KubeDescribe("Variable Expansion", func() {
f := framework.NewDefaultFramework("var-expansion")