Skip to content

Commit d5c06fb

Browse files
author
arpechenin
committed
Add workflow-level executor plugin settings definition
Signed-off-by: arpechenin <arpechenin@avito.ru>
1 parent 1aa5c7a commit d5c06fb

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pkg/apis/workflow/v1alpha1/executor_plugin.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

pkg/apis/workflow/v1alpha1/workflow_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ type ExecutorPlugin struct {
12451245
}
12461246

12471247
type ExecutorPluginSpec struct {
1248-
Sidecar ExecutorPluginSidecar `json:"spec" protobuf:"bytes,1,opt,name=spec"`
1248+
Sidecar ExecutorPluginSidecar `json:"sidecar" protobuf:"bytes,1,opt,name=sidecar"`
12491249
}
12501250

12511251
type ExecutorPluginSidecar struct {

0 commit comments

Comments
 (0)