Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8s ¶
type K8s interface { // GetPendingRanges returns the ranges for start and end for the given chunkSize which can be parallelized. GetPendingRanges(dataset, table string, chunkSize int64) ([]Range, error) // CreateJob creates a job in the given namespace within the k8s cluster. CreateJob(r Range) error }
K8s is the interface for the k8s client
Click to show internal directories.
Click to hide internal directories.