executor

package
v0.20.34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelAPI added in v0.15.4

type CancelAPI func(executor string, queues, priorityClasses, pools []string) error

CancelAPI cancels jobs on an executor matching the given queues, priority classes, and pools. Empty queues or pools means all queues or all pools respectively.

func CancelOnExecutor added in v0.15.4

func CancelOnExecutor(getConnectionDetails client.ConnectionDetails) CancelAPI

type CordonAPI

type CordonAPI func(string, string) error

func CordonExecutor

func CordonExecutor(getConnectionDetails client.ConnectionDetails) CordonAPI

type PreemptAPI added in v0.15.4

type PreemptAPI func(executor string, queues, priorityClasses, pools []string) error

PreemptAPI preempts jobs on an executor matching the given queues, priority classes, and pools. Empty queues or pools means all queues or all pools respectively.

func PreemptOnExecutor added in v0.15.4

func PreemptOnExecutor(getConnectionDetails client.ConnectionDetails) PreemptAPI

type UncordonAPI

type UncordonAPI func(string) error

func UncordonExecutor

func UncordonExecutor(getConnectionDetails client.ConnectionDetails) UncordonAPI

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL