Skip to content

Commit

Permalink
fix(): update gatewaytypes (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Mridul Gain <[email protected]>
  • Loading branch information
mridulgain authored Jun 20, 2024
1 parent 397c0bd commit cc62a6d
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 cc62a6d

Please sign in to comment.