Skip to content

Commit b8c43d4

Browse files
committed
fix: add BackendTLSPolicy features to GATEWAY-HTTP profile
Signed-off-by: Norwin Schnyder <[email protected]>
1 parent 41e57f2 commit b8c43d4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

conformance/utils/suite/profiles.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ var (
8181
Insert(features.SetsToNamesSet(
8282
features.GatewayExtendedFeatures,
8383
features.HTTPRouteExtendedFeatures,
84+
features.BackendTLSPolicyExtendedFeatures,
8485
).UnsortedList()...),
8586
}
8687

pkg/features/backendtlspolicy.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,9 @@ var BackendTLSPolicySanValidationFeature = Feature{
4343
Channel: FeatureChannelStandard,
4444
}
4545

46-
// BackendTLSPolicyCoreFeatures includes all the supported features for the
47-
// BackendTLSPolicy API at a Core level of support.
48-
var BackendTLSPolicyCoreFeatures = sets.New(
49-
BackendTLSPolicyFeature,
50-
)
51-
5246
// BackendTLSPolicyExtendedFeatures includes all the supported features for the
5347
// BackendTLSPolicy API at a Extended level of support.
5448
var BackendTLSPolicyExtendedFeatures = sets.New(
49+
BackendTLSPolicyFeature,
5550
BackendTLSPolicySanValidationFeature,
5651
)

0 commit comments

Comments
 (0)