Skip to content

Commit

Permalink
add omitempty
Browse files Browse the repository at this point in the history
Signed-off-by: Yael Shechter <yael.shechter@sap.com>
  • Loading branch information
yaelSchechter committed Feb 14, 2024
1 parent 1ea8b40 commit de0dd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/timeout_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ type HTTPClientTimeout struct {
// Default: 300 seconds.
//
// +optional
RequestProcessTimeout *gwapiv1.Duration `json:"requestProcessTimeout"`
RequestProcessTimeout *gwapiv1.Duration `json:"requestProcessTimeout,omitempty"`
}

0 comments on commit de0dd3c

Please sign in to comment.