Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetQualityOfServiceInput ¶ added in v0.3.0
type GetQualityOfServiceInput struct { Workflow *admin.Workflow LaunchPlan *admin.LaunchPlan ExecutionCreateRequest *admin.ExecutionCreateRequest }
type QualityOfServiceAllocator ¶ added in v0.3.0
type QualityOfServiceAllocator interface {
GetQualityOfService(ctx context.Context, input GetQualityOfServiceInput) (QualityOfServiceSpec, error)
}
func NewQualityOfServiceAllocator ¶ added in v0.3.0
func NewQualityOfServiceAllocator(config runtimeInterfaces.Configuration, resourceManager interfaces.ResourceInterface) QualityOfServiceAllocator
type QualityOfServiceSpec ¶ added in v0.3.0
type QueueAllocator ¶
type QueueAllocator interface {
GetQueue(ctx context.Context, identifier core.Identifier) singleQueueConfiguration
}
func NewQueueAllocator ¶
func NewQueueAllocator(config runtimeInterfaces.Configuration, db repositories.RepositoryInterface) QueueAllocator
Click to show internal directories.
Click to hide internal directories.