Skip to content

Commit

Permalink
Merge pull request #83 from mbarnes/overzealous-requirements
Browse files Browse the repository at this point in the history
api: Do not require a boolean field
  • Loading branch information
s-amann authored Apr 30, 2024
2 parents f079b69 + c2892eb commit 808bad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/hcpopenshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type PlatformProfile struct {
ManagedResourceGroup string `json:"managedResourceGroup,omitempty" validate:"required_for_put"`
SubnetID string `json:"subnetId,omitempty" validate:"required_for_put"`
OutboundType OutboundType `json:"outboundType,omitempty" validate:"omitempty,enum_outboundtype"`
PreconfiguredNSGs bool `json:"preconfiguredNsgs,omitempty" validate:"required_for_put"`
PreconfiguredNSGs bool `json:"preconfiguredNsgs,omitempty"`
EtcdEncryptionSetID string `json:"etcdEncryptionSetId,omitempty"`
}

Expand Down

0 comments on commit 808bad7

Please sign in to comment.