File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ relationships:
15
15
- number : 1282
16
16
name : Describing Backend Properties
17
17
description : Implements just part of the Backend Properties GEP.
18
+ extendedBy :
19
+ - number : 4152
20
+ name : Extending TLS Validation in BackendTLSPolicy
Original file line number Diff line number Diff line change 1
- # GEP-4152: Allow flexible TLS Validation in BackendTLSPolicy
1
+ # GEP-4152: Extending TLS Validation in BackendTLSPolicy
2
2
3
3
* Issue: [ #4152 ] ( https://github.com/kubernetes-sigs/gateway-api/issues/4152 )
4
4
* Status: Provisional
Original file line number Diff line number Diff line change 1
1
apiVersion : internal.gateway.networking.k8s.io/v1alpha1
2
2
kind : GEPDetails
3
3
number : 4152
4
- name : Allow flexible TLS Validation in BackendTLSPolicy
4
+ name : Extending TLS Validation in BackendTLSPolicy
5
5
status : Provisional
6
6
authors :
7
7
- snorwin
8
+ extends :
9
+ - number : 1897
10
+ name : BackendTLSPolicy - Explicit Backend TLS Connection Configuration
You can’t perform that action at this time.
0 commit comments