Skip to content

Commit d3f59bf

Browse files
authored
Merge pull request #19842 from k8s-infra-cherrypick-robot/cherry-pick-19825-to-release-3.6
[release-3.6] chore(client/v3/naming): deprecate Metadata field in Endpoint struct
2 parents c5036a0 + d1d265f commit d3f59bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/v3/naming/endpoints/endpoints.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ type Endpoint struct {
3232
// Metadata is the information associated with Addr, which may be used
3333
// to make load balancing decision.
3434
// Since etcd 3.1
35+
//
36+
// Deprecated: The field is deprecated and will be removed in 3.7.
3537
Metadata any
3638
}
3739

0 commit comments

Comments
 (0)