File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# BackendTLSPolicy
22
3- ??? example "Experimental Channel since v1.0 .0"
3+ ??? success "Standard Channel since v1.4 .0"
44
5- The `BackendTLSPolicy` resource is Alpha and has been part of
6- the Experimental Channel since `v1.0 .0`. For more information on release
7- channels, refer to our [versioning guide](../concepts/versioning.md).
5+ The `BackendTLSPolicy` resource is GA and has been part of the Standard
6+ Channel since `v1.4 .0`. For more information on release channels, refer
7+ to our [versioning guide](../concepts/versioning.md).
88
99[ BackendTLSPolicy] [ backendtlspolicy ] is a Gateway API type for specifying the TLS configuration
1010of the connection from the Gateway to a backend pod/s via the Service API object.
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ would be invalid.
116116
117117# # Upstream TLS
118118
119- Upstream TLS settings are configured using the experimental `BackendTLSPolicy`
120- attached to a `Service` via a target reference.
119+ Upstream TLS settings are configured using the `BackendTLSPolicy` attached to a
120+ ` Service` via a target reference.
121121
122122This resource can be used to describe the SNI the Gateway should use to connect to the
123123backend and how the certificate served by the backend Pod(s) should be verified.
You can’t perform that action at this time.
0 commit comments