Skip to content

Commit

Permalink
feat: add RequestQueue for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Apr 27, 2023
1 parent 8580c94 commit 70d0804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modelschemas/deployment_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ type DeploymentTargetRunnerConfig struct {
EnableDebugPodReceiveProductionTraffic *bool `json:"enable_debug_pod_receive_production_traffic,omitempty"`
DeploymentStrategy *DeploymentStrategy `json:"deployment_strategy,omitempty"`
BentoDeploymentOverrides *RunnerBentoDeploymentOverrides `json:"bento_deployment_overrides,omitempty"`
RequestQueue *RequestQueueConfig `json:"request_queue,omitempty"`
}

func (in *DeploymentTargetRunnerConfig) DeepCopy() (out *DeploymentTargetRunnerConfig) {
Expand Down

0 comments on commit 70d0804

Please sign in to comment.