Documentation
¶
Index ¶
Constants ¶
View Source
const (
ConditionTypeProcess = "Process"
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ChunkRunner ¶
type ChunkRunner struct {
// contains filtered or unexported fields
}
ChunkRunner executes Chunk tasks
func NewChunkRunner ¶
func NewChunkRunner( handlerName string, clientset versioned.Interface, sharedInformerFactory externalversions.SharedInformerFactory, updateDuration time.Duration, concurrency int, ) *ChunkRunner
NewChunkRunner creates a new Runner instance
func (*ChunkRunner) Release ¶
func (r *ChunkRunner) Release(ctx context.Context) error
Release releases the current held chunk
type ReadCount ¶
type ReadCount struct {
// contains filtered or unexported fields
}
ReadCount tracks the number of bytes read through an io.Reader
func NewReadCount ¶
NewReadCount returns a new ReadCount that wraps the given reader
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
ChunkRunner executes Chunk tasks
func NewRunner ¶
func NewRunner(handlerName string, client versioned.Interface, updateDuration time.Duration, concurrency int) *Runner
NewChunkRunner creates a new Runner instance
Click to show internal directories.
Click to hide internal directories.