Skip to content

Commit

Permalink
fix output name
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Nov 22, 2024
1 parent 048ebb2 commit 676da02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/datadog/operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/DataDog/test-infra-definitions/components/datadog/operatorparams"
)

// OperatorOutput is used to import the Operator component
type OperatorOutput struct {
// Output is used to import the Operator component
type Output struct {
components.JSONImporter
Operator compkubernetes.KubernetesObjectRef `json:"operator"`
}
Expand All @@ -23,7 +23,7 @@ type Operator struct {
Operator *compkubernetes.KubernetesObjectRef `json:"operator"`
}

func (h *Operator) Export(ctx *pulumi.Context, out *OperatorOutput) error {
func (h *Operator) Export(ctx *pulumi.Context, out *Output) error {
return components.Export(ctx, h, out)
}

Expand Down

0 comments on commit 676da02

Please sign in to comment.