Closed annakhm closed 6 years ago
@annakhm, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
LbRuleCondition needs to support omitempty bool, since its a superset type for different rule condition types. In order to distinguish between false value and unset value for the omitempty bool, we need to change it to *bool