Skip to content

Commit

Permalink
cluster_d required->optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbin committed Jul 2, 2020
1 parent 029233a commit 87cf251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compute/models/loadbalancerclusterresource.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

type SLoadbalancerClusterResourceBase struct {
// 归属LB集群
ClusterId string `width:"36" charset:"ascii" nullable:"false" list:"user" update:"user" create:"required" json:"cluster_id"`
ClusterId string `width:"36" charset:"ascii" nullable:"false" list:"user" update:"user" create:"optional" json:"cluster_id"`
}

type SLoadbalancerClusterResourceBaseManager struct {
Expand Down

0 comments on commit 87cf251

Please sign in to comment.