Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
Cluster manages a test cluster
func NewCluster ¶
NewCluster returns a new test cluster for the given Kubernetes API
type Job ¶
type Job struct {
ID string
Image string
ImagePullPolicy corev1.PullPolicy
ModelChecker bool
ModelData map[string]string
Args []string
Env map[string]string
Timeout time.Duration
Type string
}
Job is a job configuration
Click to show internal directories.
Click to hide internal directories.