vmware / go-vmware-nsxt

golang library for NSX-T REST API
Other
55 stars 29 forks source link

Change bool to *bool in superset type #11

Closed annakhm closed 6 years ago

annakhm commented 6 years ago

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

vmwclabot commented 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.