Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skhalash committed Sep 23, 2024
1 parent b0e9595 commit d05404a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apis/telemetry/v1alpha1/logpipeline_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ func v1Alpha1TLSToV1Beta1(src TLSConfig) telemetryv1beta1.LogPipelineHTTPOutputT
}

// ConvertFrom converts from the Hub version (v1beta1) to this version.
//
//lint:ignore ST1016 This is a conversion function and "dst" makes sense here.
func (lp *LogPipeline) ConvertFrom(srcRaw conversion.Hub) error {
dst := lp
src, ok := srcRaw.(*telemetryv1beta1.LogPipeline)
Expand Down

0 comments on commit d05404a

Please sign in to comment.