Closed
Description
- As an Application Developer, I want to be able to configure client settings for my application based on its behavior or requirements.
- As an Application Developer, I want to override the defaults for client settings set by the Cluster Operator because the defaults do not satisfy my application's requirements or behavior.
Acceptance
- A user can create a ClientSettingsPolicy and attach it to a HTTPRoute. A setting attached to an HTTPRoute overrides the same setting attached to a Gateway.
- The
Accepted
Condition is set on every ClientSettingsPolicy using the reasons defined in the PolicyCondition API. If these reasons are not sufficient, we can add implementation-specific reasons.