Skip to content

Commit 9e4752e

Browse files
alexbondar92assaf758
authored andcommitted
[ControlPlane] bugfix Event's Visibility
1 parent ea3f1b8 commit 9e4752e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/controlplane/resources.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ type Visibility string
117117

118118
const (
119119
UnknownVisibility Visibility = "unknown"
120-
InternalVisibility Severity = "internal"
121-
ExternalVisibility Severity = "external"
122-
CustomerOnlyVisibility Severity = "CustomerOnly"
120+
InternalVisibility Visibility = "internal"
121+
ExternalVisibility Visibility = "external"
122+
CustomerOnlyVisibility Visibility = "customerOnly"
123123
)
124124

125125
type Classification string

0 commit comments

Comments
 (0)