Add some docs about the missing node e2e scheduling

This commit is contained in:
Dr. Stefan Schimanski
2016-08-22 13:07:16 +02:00
parent 5962874414
commit 7a7e059ac6
2 changed files with 5 additions and 1 deletions

View File

@@ -30,7 +30,9 @@ import (
. "github.com/onsi/gomega"
)
// Convenience method for getting a pod client interface in the framework's namespace.
// Convenience method for getting a pod client interface in the framework's namespace,
// possibly applying test-suite specific transformations to the pod spec, e.g. for
// node e2e pod scheduling.
func (f *Framework) PodClient() *PodClient {
return &PodClient{
f: f,