From 177cf444f6906f1b5050fec15a34fa3e161ba165 Mon Sep 17 00:00:00 2001 From: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:20:48 -0700 Subject: [PATCH] Fixing typo Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com> --- internal/hns/hnsendpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/hns/hnsendpoint.go b/internal/hns/hnsendpoint.go index 6238e103be..a15609abdf 100644 --- a/internal/hns/hnsendpoint.go +++ b/internal/hns/hnsendpoint.go @@ -29,7 +29,7 @@ const ( ) func (es EndpointState) String() string { - return [...]string{"Uninitialized", "Attached", "AttachedSharing", "Detached", "Degraded", "Destroyed"}[es] + return [...]string{"Uninitialized", "Created", "Attached", "AttachedSharing", "Detached", "Degraded", "Destroyed"}[es] } // HNSEndpoint represents a network endpoint in HNS