We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82512d1 commit d48004eCopy full SHA for d48004e
pool/node.go
@@ -18,6 +18,10 @@ const (
18
)
19
20
type Node struct {
21
+ // A unique key, by which we understand how to find this object in the outer world + for not adding the second time the same thing.
22
+ // The value may depend on the strategy:
23
+ // - for constant nodes ip: port
24
+ // - for temporary pod.name
25
Key string
26
Type NodeType
27
Address string
0 commit comments