Skip to content

Commit

Permalink
Update internal/pkg/composable/providers/kubernetes/hints.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aman Verma <[email protected]>
  • Loading branch information
gizas and devamanv authored Oct 6, 2023
1 parent 866288b commit d594c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/composable/providers/kubernetes/hints.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func GenerateHintsForContainer(annotations mapstr.M, parts string, prefix string
}

// Generates the final hintData (hints and processors) struct that will be emitted in pods.
func GenerateHintsResult(hints mapstr.M, k8sMapping map[string]interface{}, annotations mapstr.M, logger *logp.Logger, prefix string, cID string) hintsData {
func GenerateHintsResult(hints mapstr.M, k8sMapping map[string]interface{}, annotations mapstr.M, logger *logp.Logger, prefix, cID string) hintsData {
hintData := hintsData{
composableMapping: mapstr.M{},
processors: []mapstr.M{},
Expand Down

0 comments on commit d594c60

Please sign in to comment.