Skip to content

Commit

Permalink
fix(): update gatewaytypes
Browse files Browse the repository at this point in the history
Signed-off-by: Mridul Gain <mridulgain@gmail.com>
  • Loading branch information
mridulgain committed Jun 20, 2024
1 parent c7e35e3 commit a1233cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controller/v1alpha1/sliceconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const (
type GatewayType string

const (
NONE GatewayType = "none"
ISTIO GatewayType = "istio"
ENVOY GatewayType = "envoy"
GATEWAY_TYPE_NONE GatewayType = "none"
GATEWAY_TYPE_ISTIO GatewayType = "istio"
GATEWAY_TYPE_ENVOY GatewayType = "envoy"
)

// SliceConfigSpec defines the desired state of SliceConfig
Expand Down

0 comments on commit a1233cf

Please sign in to comment.