We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42186b3 commit 86e9ccbCopy full SHA for 86e9ccb
pkg/sanity/cleanup.go
@@ -47,9 +47,13 @@ type VolumeInfo struct {
47
// All methods can be called concurrently.
48
type Cleanup struct {
49
Context *TestContext
50
- // ControllerClient is meant for struct-internal use only
+ // ControllerClient is meant for struct-internal usage. It should only be
51
+ // invoked directly if automatic cleanup is not desired and cannot be
52
+ // avoided otherwise.
53
csi.ControllerClient
- // NodeClient is meant for struct-internal use only
54
+ // NodeClient is meant for struct-internal usage. It should only be invoked
55
+ // directly if automatic cleanup is not desired and cannot be avoided
56
+ // otherwise.
57
csi.NodeClient
58
ControllerPublishSupported bool
59
NodeStageSupported bool
0 commit comments