Documentation ¶
Overview ¶
This package provides keys used to store state in the e2e tests' context.Context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Key for storing a *install.Opts InstallOpts = Key{/* contains filtered or unexported fields */} // Key for storing a list of ports we forwarded for gRPC GrpcForwardedPorts = Key{/* contains filtered or unexported fields */} // Key for storing a list of ports we forwarded for prometheus metics PromForwardedPorts = Key{/* contains filtered or unexported fields */} // Key for storing a list of ports we forwarded for the pprof server GopsForwardedPorts = Key{/* contains filtered or unexported fields */} // Key for storing the minimum kernel version of all nodes in the cluster MinKernelVersion = Key{/* contains filtered or unexported fields */} // Stores a list of event checkers that were used in the test EventCheckers = Key{/* contains filtered or unexported fields */} // Key for storing the export directory for this test ExportDir = Key{/* contains filtered or unexported fields */} // Key for storing the cluster name ClusterName = Key{/* contains filtered or unexported fields */} // Key for storing test failure TestFailure = Key{/* contains filtered or unexported fields */} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.