File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 8181 Insert (features .SetsToNamesSet (
8282 features .GatewayExtendedFeatures ,
8383 features .HTTPRouteExtendedFeatures ,
84+ features .BackendTLSPolicyExtendedFeatures ,
8485 ).UnsortedList ()... ),
8586 }
8687
Original file line number Diff line number Diff 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.
5448var BackendTLSPolicyExtendedFeatures = sets .New (
49+ BackendTLSPolicyFeature ,
5550 BackendTLSPolicySanValidationFeature ,
5651)
You can’t perform that action at this time.
0 commit comments