Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support egctl get describe different namespace #1197

Merged
merged 8 commits into from
Jan 26, 2024
Prev Previous commit
Next Next commit
Update pkg/api/cluster.go
Co-authored-by: Yun Long <[email protected]>
  • Loading branch information
suchen-sci and xxx7xxxx committed Jan 25, 2024
commit 5b507ab9810c54326d897bc5c80e292192e1ca54
2 changes: 1 addition & 1 deletion pkg/api/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (s *Server) _deleteObject(name string) {
}
}

// _getStatusObject returns the status object of the name.
// _getStatusObject returns the status object with the specified name.
// in easegress, since TrafficController contain multiply namespaces.
// it need a special prefix to store the status object.
func (s *Server) _getStatusObject(namespace string, name string, isTraffic bool) map[string]interface{} {
Expand Down
Loading