Skip to content

Commit

Permalink
remove UserDefinedRouting AFEC feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Sep 19, 2023
1 parent 4255225 commit 484ba57
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 175 deletions.
4 changes: 0 additions & 4 deletions pkg/api/featureflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ const (
// Otherwise cluster nodes will use the DHCP-provided MTU of 1500 bytes.
FeatureFlagMTU3900 = "Microsoft.RedHatOpenShift/MTU3900"

// FeatureFlagUserDefinedRouting is the feature in the subscription that is used to indicate we need to
// provision a private cluster without an IP address
FeatureFlagUserDefinedRouting = "Microsoft.RedHatOpenShift/UserDefinedRouting"

// FeatureFlagCheckAccessTestToggle is used for safely testing the new check access
// API in production. The toggle will be removed once the testing has been completed.
FeatureFlagCheckAccessTestToggle = "Microsoft.RedHatOpenShift/CheckAccessTestToggle"
Expand Down
2 changes: 0 additions & 2 deletions pkg/frontend/openshiftcluster_putorpatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ func (f *frontend) _putOrPatchOpenShiftCluster(ctx context.Context, log *logrus.
if err != nil {
return nil, err
}
// TODO: Remove this once 23-04-01 API release is complete.
determineOutboundType(ctx, doc, subscription)

// TODO remove this when introducing the BYONSG CLI option
if feature.IsRegisteredForFeature(subscription.Subscription.Properties, api.FeatureFlagPreconfiguredNSG) {
Expand Down
24 changes: 0 additions & 24 deletions pkg/frontend/outbound_type.go

This file was deleted.

145 changes: 0 additions & 145 deletions pkg/frontend/outbound_type_test.go

This file was deleted.

0 comments on commit 484ba57

Please sign in to comment.