mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Add note and link to doc in variable expansion e2e
This commit is contained in:
parent
3281e7520c
commit
50427287ef
@ -23,6 +23,8 @@ import (
|
|||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// These tests exercise the Kubernetes expansion syntax $(VAR).
|
||||||
|
// For more information, see: docs/design/expansion.md
|
||||||
var _ = Describe("Variable Expansion", func() {
|
var _ = Describe("Variable Expansion", func() {
|
||||||
framework := NewFramework("var-expansion")
|
framework := NewFramework("var-expansion")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user