Documentation ¶
Index ¶
Constants ¶
View Source
const ( ParamLayersPerEpoch = "layers-per-epoch" ParamLayerDuration = "layer-duration" )
Variables ¶
View Source
var ( LayerDuration = parameters.Duration( ParamLayerDuration, "layer duration in seconds", 5*time.Second, ) LayersPerEpoch = parameters.Int( ParamLayersPerEpoch, "number of layers in an epoch", 4, ) )
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { context.Context Client *kubernetes.Clientset Parameters *parameters.Parameters BootstrapDuration time.Duration ClusterSize int PoetSize int BootstrapperSize int Generic client.Client TestID string Keep bool Namespace string Image string BootstrapperImage string PoetImage string Storage struct { Size string Class string } NodeSelector map[string]string Log *zap.SugaredLogger }
Context must be created for every test that needs isolated cluster.
Click to show internal directories.
Click to hide internal directories.