mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
cluster_d required->optional
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user