Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Jan 2, 2024
1 parent 1a76dc3 commit 04269b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/flowcollector_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func Convert_v1beta1_FlowCollectorFLP_To_v1beta2_FlowCollectorFLP(in *FlowCollec
ConversationEndTimeout: helper.GetDebugDurationValue(debugPath, "conversationEndTimeout", in.ConversationEndTimeout),
ConversationTerminatingTimeout: helper.GetDebugDurationValue(debugPath, "conversationTerminatingTimeout", in.ConversationTerminatingTimeout),
}
return autoConvert_v1beta1_FlowCollectorFLP_To_v1beta2_FlowCollectorFLP(in, out, s)
return nil
}

// we have new defined fields in v1beta2 not in v1beta1
Expand Down

0 comments on commit 04269b8

Please sign in to comment.