Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { Namespace string ServiceAccountName string LimitCPU resource.Quantity LimitMemory resource.Quantity ActiveDeadlineSeconds int64 BackoffLimit int32 SkipCleanup bool // contains filtered or unexported fields }
Driver runs an invocation image in a Kubernetes cluster.
func (*Driver) Handles ¶
Handles receives an ImageType* and answers whether this driver supports that type.
Click to show internal directories.
Click to hide internal directories.