We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b5333 commit 4ad298fCopy full SHA for 4ad298f
1 file changed
internal/hns/hnsendpoint.go
@@ -29,7 +29,7 @@ const (
29
)
30
31
func (es EndpointState) String() string {
32
- return [...]string{"Uninitialized", "Attached", "AttachedSharing", "Detached", "Degraded", "Destroyed"}[es]
+ return [...]string{"Uninitialized", "Created", "Attached", "AttachedSharing", "Detached", "Degraded", "Destroyed"}[es]
33
}
34
35
// HNSEndpoint represents a network endpoint in HNS
0 commit comments