Fix typo in adminUser for json marshaling
parent
bb95d9e677
commit
6a12a150d0
|
@ -82,7 +82,7 @@ func (self *CommonUser) HasReadAccess(name string) bool {
|
|||
}
|
||||
|
||||
type clusterAdmin struct {
|
||||
CommonUser `josn:"common"`
|
||||
CommonUser `json:"common"`
|
||||
}
|
||||
|
||||
func (self *clusterAdmin) IsClusterAdmin() bool {
|
||||
|
|
Loading…
Reference in New Issue