Merge pull request #27977 from ciwang/move-storage-examples

Automatic merge from submit-queue

Move storage examples

Fixes #23671 

Consolidate storage examples into separate folders for storage and volume plugins
This commit is contained in:
k8s-merge-robot
2016-07-08 21:45:38 -07:00
committed by GitHub
137 changed files with 324 additions and 409 deletions

View File

@@ -371,7 +371,7 @@ func TestLabelForResourceFromFile(t *testing.T) {
buf := bytes.NewBuffer([]byte{})
cmd := NewCmdLabel(f, buf)
options := &LabelOptions{
Filenames: []string{"../../../examples/cassandra/cassandra-controller.yaml"},
Filenames: []string{"../../../examples/storage/cassandra/cassandra-controller.yaml"},
}
err := RunLabel(f, buf, cmd, []string{"a=b"}, options)