package
1.7.3
Repository: https://github.com/rook/nfs.git
Documentation: pkg.go.dev

# Functions

CreateK8sHelper creates a instance of k8sHelper.
ExecuteCommand executes a os command with stdin and returns output.
No description provided by the author
GetEnvVarWithDefault get environment variable by key.
No description provided by the author
IsPlatformOpenShift check if the platform is openshift or not.
NewHelmHelper creates a instance of HelmHelper.
Retry executes the function ('f') 'count' times waiting for 'wait' duration between each attempt to run the function.
TestEnvName gets the name of the test environment.
TestRetryNumber get the max retry.

# Constants

RetryInterval param for test - wait time while in RetryLoop.
TestMountPath is the path inside a test pod where storage is mounted.

# Variables

RetryLoop params for tests.

# Structs

CommandArgs is a warpper for cmd args.
CommandOut is a wrapper for cmd out returned after executing command args.
HelmHelper is wrapper for running helm commands.
K8sHelper is a helper for common kubectl commands.