Skip to content

Commit

Permalink
Correct object status prefix in all nodes (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx7xxxx authored Dec 15, 2023
1 parent 48e60b5 commit a3cd295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
statusMemberFormat = "/status/members/%s" // +memberName
statusObjectPrefix = "/status/objects/"
statusObjectFormat = "/status/objects/%s/%s/%s" // +namespace +objectName +memberName
statusObjectAllNodePrefix = "/status/objects/%s/%s" // +namespace +objectName
statusObjectAllNodePrefix = "/status/objects/%s/%s/" // +namespace +objectName
configObjectPrefix = "/config/objects/"
configObjectFormat = "/config/objects/%s" // +objectName
configVersion = "/config/version"
Expand Down

0 comments on commit a3cd295

Please sign in to comment.