Skip to content

Commit

Permalink
Update pkg/api/object.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yun Long <longdeqidao@gmail.com>
  • Loading branch information
suchen-sci and xxx7xxxx authored Jan 25, 2024
1 parent 5b507ab commit 0c474fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func getTrafficController(super *supervisor.Supervisor) *trafficcontroller.Traff
return tc
}

func (s *Server) _listAllNamespace() map[string][]*supervisor.Spec {
func (s *Server) _listAllNamespaces() map[string][]*supervisor.Spec {
tc := getTrafficController(s.super)
if tc == nil {
return nil
Expand Down

0 comments on commit 0c474fe

Please sign in to comment.