Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionTarget ¶
type ExecutionTarget struct {
ID string
FlyteClient flyteclient.Interface
Client client.Client
Enabled bool
}
Client object of the target execution cluster
func (ExecutionTarget) Compare ¶
func (e ExecutionTarget) Compare(to random.Comparable) bool
type ExecutionTargetSpec ¶
type ExecutionTargetSpec struct {
TargetID string
ExecutionID *core.WorkflowExecutionIdentifier
}
Spec to determine the execution target
Click to show internal directories.
Click to hide internal directories.