Skip to content

Commit

Permalink
Merge pull request #210 from kubefirst/fix-bson_subdomain
Browse files Browse the repository at this point in the history
fix: add bson attr for subdomain
  • Loading branch information
claywd authored Oct 20, 2023
2 parents ff127b6 + 6730d97 commit 538fad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type Cluster struct {
ClusterID string `bson:"cluster_id" json:"cluster_id"`
ClusterType string `bson:"cluster_type" json:"cluster_type"`
DomainName string `bson:"domain_name" json:"domain_name"`
SubdomainName string `json:"subdomain_name,omitempty"`
SubdomainName string `bson:"subdomain_name" json:"subdomain_name,omitempty"`
DnsProvider string `bson:"dns_provider" json:"dns_provider"`

// Auth
Expand Down

0 comments on commit 538fad9

Please sign in to comment.