Skip to content

Commit

Permalink
Merge pull request #272 from linkernetworks/johnlin/tag-syntax
Browse files Browse the repository at this point in the history
[Bug] hot fix tag
  • Loading branch information
John-Lin authored Aug 23, 2018
2 parents c1139da + b15fc98 commit f0d5f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Deployment struct {
NodeAffinity []string `bson:"nodeAffinity" json:"nodeAffinity" validate:"required"`
CreatedAt *time.Time `bson:"createdAt,omitempty" json:"createdAt,omitempty" validate:"-"`

Replicas int32 `bson:"replicas",json:"replicas" validate:"required"`
Replicas int32 `bson:"replicas" json:"replicas" validate:"required"`
}

// GetCollection - get model mongo collection name.
Expand Down

0 comments on commit f0d5f8f

Please sign in to comment.