github.com/projectcontour/contour@v1.28.2/site/content/docs/1.26/config/api-reference.html (about)

     1  <p>Packages:</p>
     2  <ul>
     3  <li>
     4  <a href="#projectcontour.io%2fv1">projectcontour.io/v1</a>
     5  </li>
     6  <li>
     7  <a href="#projectcontour.io%2fv1alpha1">projectcontour.io/v1alpha1</a>
     8  </li>
     9  </ul>
    10  <h2 id="projectcontour.io/v1">projectcontour.io/v1</h2>
    11  <p>
    12  <p>Package v1 holds the specification for the projectcontour.io Custom Resource Definitions (CRDs).</p>
    13  <p>In building this CRD, we&rsquo;ve inadvertently overloaded the word &ldquo;Condition&rdquo;, so we&rsquo;ve tried to make
    14  this spec clear as to which types of condition are which.</p>
    15  <p><code>MatchConditions</code> are used by <code>Routes</code> and <code>Includes</code> to specify rules to match requests against for either
    16  routing or inclusion.</p>
    17  <p><code>DetailedConditions</code> are used in the <code>Status</code> of these objects to hold information about the relevant
    18  state of the object and the world around it.</p>
    19  <p><code>SubConditions</code> are used underneath <code>DetailedConditions</code> to give more detail to errors or warnings.</p>
    20  </p>
    21  Resource Types:
    22  <ul><li>
    23  <a href="#projectcontour.io/v1.HTTPProxy">HTTPProxy</a>
    24  </li><li>
    25  <a href="#projectcontour.io/v1.TLSCertificateDelegation">TLSCertificateDelegation</a>
    26  </li></ul>
    27  <h3 id="projectcontour.io/v1.HTTPProxy">HTTPProxy
    28  </h3>
    29  <p>
    30  <p>HTTPProxy is an Ingress CRD specification.</p>
    31  </p>
    32  <table>
    33  <thead>
    34  <tr>
    35  <th>Field</th>
    36  <th>Description</th>
    37  </tr>
    38  </thead>
    39  <tbody>
    40  <tr>
    41  <td>
    42  <code>apiVersion</code></br>
    43  string</td>
    44  <td>
    45  <code>
    46  projectcontour.io/v1
    47  </code>
    48  </td>
    49  </tr>
    50  <tr>
    51  <td>
    52  <code>kind</code></br>
    53  string
    54  </td>
    55  <td><code>HTTPProxy</code></td>
    56  </tr>
    57  <tr>
    58  <td style="white-space:nowrap">
    59  <code>metadata</code>
    60  <br>
    61  <em>
    62  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta">
    63  Kubernetes meta/v1.ObjectMeta
    64  </a>
    65  </em>
    66  </td>
    67  <td>
    68  Refer to the Kubernetes API documentation for the fields of the
    69  <code>metadata</code> field.
    70  </td>
    71  </tr>
    72  <tr>
    73  <td style="white-space:nowrap">
    74  <code>spec</code>
    75  <br>
    76  <em>
    77  <a href="#projectcontour.io/v1.HTTPProxySpec">
    78  HTTPProxySpec
    79  </a>
    80  </em>
    81  </td>
    82  <td>
    83  <br>
    84  <br>
    85  <table style="border:none">
    86  <tr>
    87  <td style="white-space:nowrap">
    88  <code>virtualhost</code>
    89  <br>
    90  <em>
    91  <a href="#projectcontour.io/v1.VirtualHost">
    92  VirtualHost
    93  </a>
    94  </em>
    95  </td>
    96  <td>
    97  <em>(Optional)</em>
    98  <p>Virtualhost appears at most once. If it is present, the object is considered
    99  to be a &ldquo;root&rdquo; HTTPProxy.</p>
   100  </td>
   101  </tr>
   102  <tr>
   103  <td style="white-space:nowrap">
   104  <code>routes</code>
   105  <br>
   106  <em>
   107  <a href="#projectcontour.io/v1.Route">
   108  []Route
   109  </a>
   110  </em>
   111  </td>
   112  <td>
   113  <em>(Optional)</em>
   114  <p>Routes are the ingress routes. If TCPProxy is present, Routes is ignored.</p>
   115  </td>
   116  </tr>
   117  <tr>
   118  <td style="white-space:nowrap">
   119  <code>tcpproxy</code>
   120  <br>
   121  <em>
   122  <a href="#projectcontour.io/v1.TCPProxy">
   123  TCPProxy
   124  </a>
   125  </em>
   126  </td>
   127  <td>
   128  <em>(Optional)</em>
   129  <p>TCPProxy holds TCP proxy information.</p>
   130  </td>
   131  </tr>
   132  <tr>
   133  <td style="white-space:nowrap">
   134  <code>includes</code>
   135  <br>
   136  <em>
   137  <a href="#projectcontour.io/v1.Include">
   138  []Include
   139  </a>
   140  </em>
   141  </td>
   142  <td>
   143  <em>(Optional)</em>
   144  <p>Includes allow for specific routing configuration to be included from another HTTPProxy,
   145  possibly in another namespace.</p>
   146  </td>
   147  </tr>
   148  <tr>
   149  <td style="white-space:nowrap">
   150  <code>ingressClassName</code>
   151  <br>
   152  <em>
   153  string
   154  </em>
   155  </td>
   156  <td>
   157  <em>(Optional)</em>
   158  <p>IngressClassName optionally specifies the ingress class to use for this
   159  HTTPProxy. This replaces the deprecated <code>kubernetes.io/ingress.class</code>
   160  annotation. For backwards compatibility, when that annotation is set, it
   161  is given precedence over this field.</p>
   162  </td>
   163  </tr>
   164  </table>
   165  </td>
   166  </tr>
   167  <tr>
   168  <td style="white-space:nowrap">
   169  <code>status</code>
   170  <br>
   171  <em>
   172  <a href="#projectcontour.io/v1.HTTPProxyStatus">
   173  HTTPProxyStatus
   174  </a>
   175  </em>
   176  </td>
   177  <td>
   178  <em>(Optional)</em>
   179  <p>Status is a container for computed information about the HTTPProxy.</p>
   180  </td>
   181  </tr>
   182  </tbody>
   183  </table>
   184  <h3 id="projectcontour.io/v1.TLSCertificateDelegation">TLSCertificateDelegation
   185  </h3>
   186  <p>
   187  <p>TLSCertificateDelegation is an TLS Certificate Delegation CRD specification.
   188  See design/tls-certificate-delegation.md for details.</p>
   189  </p>
   190  <table>
   191  <thead>
   192  <tr>
   193  <th>Field</th>
   194  <th>Description</th>
   195  </tr>
   196  </thead>
   197  <tbody>
   198  <tr>
   199  <td>
   200  <code>apiVersion</code></br>
   201  string</td>
   202  <td>
   203  <code>
   204  projectcontour.io/v1
   205  </code>
   206  </td>
   207  </tr>
   208  <tr>
   209  <td>
   210  <code>kind</code></br>
   211  string
   212  </td>
   213  <td><code>TLSCertificateDelegation</code></td>
   214  </tr>
   215  <tr>
   216  <td style="white-space:nowrap">
   217  <code>metadata</code>
   218  <br>
   219  <em>
   220  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta">
   221  Kubernetes meta/v1.ObjectMeta
   222  </a>
   223  </em>
   224  </td>
   225  <td>
   226  Refer to the Kubernetes API documentation for the fields of the
   227  <code>metadata</code> field.
   228  </td>
   229  </tr>
   230  <tr>
   231  <td style="white-space:nowrap">
   232  <code>spec</code>
   233  <br>
   234  <em>
   235  <a href="#projectcontour.io/v1.TLSCertificateDelegationSpec">
   236  TLSCertificateDelegationSpec
   237  </a>
   238  </em>
   239  </td>
   240  <td>
   241  <br>
   242  <br>
   243  <table style="border:none">
   244  <tr>
   245  <td style="white-space:nowrap">
   246  <code>delegations</code>
   247  <br>
   248  <em>
   249  <a href="#projectcontour.io/v1.CertificateDelegation">
   250  []CertificateDelegation
   251  </a>
   252  </em>
   253  </td>
   254  <td>
   255  </td>
   256  </tr>
   257  </table>
   258  </td>
   259  </tr>
   260  <tr>
   261  <td style="white-space:nowrap">
   262  <code>status</code>
   263  <br>
   264  <em>
   265  <a href="#projectcontour.io/v1.TLSCertificateDelegationStatus">
   266  TLSCertificateDelegationStatus
   267  </a>
   268  </em>
   269  </td>
   270  <td>
   271  <em>(Optional)</em>
   272  </td>
   273  </tr>
   274  </tbody>
   275  </table>
   276  <h3 id="projectcontour.io/v1.AuthorizationPolicy">AuthorizationPolicy
   277  </h3>
   278  <p>
   279  (<em>Appears on:</em>
   280  <a href="#projectcontour.io/v1.AuthorizationServer">AuthorizationServer</a>, 
   281  <a href="#projectcontour.io/v1.Route">Route</a>)
   282  </p>
   283  <p>
   284  <p>AuthorizationPolicy modifies how client requests are authenticated.</p>
   285  </p>
   286  <table>
   287  <thead>
   288  <tr>
   289  <th>Field</th>
   290  <th>Description</th>
   291  </tr>
   292  </thead>
   293  <tbody>
   294  <tr>
   295  <td style="white-space:nowrap">
   296  <code>disabled</code>
   297  <br>
   298  <em>
   299  bool
   300  </em>
   301  </td>
   302  <td>
   303  <em>(Optional)</em>
   304  <p>When true, this field disables client request authentication
   305  for the scope of the policy.</p>
   306  </td>
   307  </tr>
   308  <tr>
   309  <td style="white-space:nowrap">
   310  <code>context</code>
   311  <br>
   312  <em>
   313  map[string]string
   314  </em>
   315  </td>
   316  <td>
   317  <em>(Optional)</em>
   318  <p>Context is a set of key/value pairs that are sent to the
   319  authentication server in the check request. If a context
   320  is provided at an enclosing scope, the entries are merged
   321  such that the inner scope overrides matching keys from the
   322  outer scope.</p>
   323  </td>
   324  </tr>
   325  </tbody>
   326  </table>
   327  <h3 id="projectcontour.io/v1.AuthorizationServer">AuthorizationServer
   328  </h3>
   329  <p>
   330  (<em>Appears on:</em>
   331  <a href="#projectcontour.io/v1.VirtualHost">VirtualHost</a>, 
   332  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
   333  </p>
   334  <p>
   335  <p>AuthorizationServer configures an external server to authenticate
   336  client requests. The external server must implement the v3 Envoy
   337  external authorization GRPC protocol (<a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/auth/v3/external_auth.proto">https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/auth/v3/external_auth.proto</a>).</p>
   338  </p>
   339  <table>
   340  <thead>
   341  <tr>
   342  <th>Field</th>
   343  <th>Description</th>
   344  </tr>
   345  </thead>
   346  <tbody>
   347  <tr>
   348  <td style="white-space:nowrap">
   349  <code>extensionRef</code>
   350  <br>
   351  <em>
   352  <a href="#projectcontour.io/v1.ExtensionServiceReference">
   353  ExtensionServiceReference
   354  </a>
   355  </em>
   356  </td>
   357  <td>
   358  <em>(Optional)</em>
   359  <p>ExtensionServiceRef specifies the extension resource that will authorize client requests.</p>
   360  </td>
   361  </tr>
   362  <tr>
   363  <td style="white-space:nowrap">
   364  <code>authPolicy</code>
   365  <br>
   366  <em>
   367  <a href="#projectcontour.io/v1.AuthorizationPolicy">
   368  AuthorizationPolicy
   369  </a>
   370  </em>
   371  </td>
   372  <td>
   373  <em>(Optional)</em>
   374  <p>AuthPolicy sets a default authorization policy for client requests.
   375  This policy will be used unless overridden by individual routes.</p>
   376  </td>
   377  </tr>
   378  <tr>
   379  <td style="white-space:nowrap">
   380  <code>responseTimeout</code>
   381  <br>
   382  <em>
   383  string
   384  </em>
   385  </td>
   386  <td>
   387  <em>(Optional)</em>
   388  <p>ResponseTimeout configures maximum time to wait for a check response from the authorization server.
   389  Timeout durations are expressed in the Go <a href="https://godoc.org/time#ParseDuration">Duration format</a>.
   390  Valid time units are &ldquo;ns&rdquo;, &ldquo;us&rdquo; (or &ldquo;µs&rdquo;), &ldquo;ms&rdquo;, &ldquo;s&rdquo;, &ldquo;m&rdquo;, &ldquo;h&rdquo;.
   391  The string &ldquo;infinity&rdquo; is also a valid input and specifies no timeout.</p>
   392  </td>
   393  </tr>
   394  <tr>
   395  <td style="white-space:nowrap">
   396  <code>failOpen</code>
   397  <br>
   398  <em>
   399  bool
   400  </em>
   401  </td>
   402  <td>
   403  <em>(Optional)</em>
   404  <p>If FailOpen is true, the client request is forwarded to the upstream service
   405  even if the authorization server fails to respond. This field should not be
   406  set in most cases. It is intended for use only while migrating applications
   407  from internal authorization to Contour external authorization.</p>
   408  </td>
   409  </tr>
   410  <tr>
   411  <td style="white-space:nowrap">
   412  <code>withRequestBody</code>
   413  <br>
   414  <em>
   415  <a href="#projectcontour.io/v1.AuthorizationServerBufferSettings">
   416  AuthorizationServerBufferSettings
   417  </a>
   418  </em>
   419  </td>
   420  <td>
   421  <em>(Optional)</em>
   422  <p>WithRequestBody specifies configuration for sending the client request&rsquo;s body to authorization server.</p>
   423  </td>
   424  </tr>
   425  </tbody>
   426  </table>
   427  <h3 id="projectcontour.io/v1.AuthorizationServerBufferSettings">AuthorizationServerBufferSettings
   428  </h3>
   429  <p>
   430  (<em>Appears on:</em>
   431  <a href="#projectcontour.io/v1.AuthorizationServer">AuthorizationServer</a>)
   432  </p>
   433  <p>
   434  <p>AuthorizationServerBufferSettings enables ExtAuthz filter to buffer client request data and send it as part of authorization request</p>
   435  </p>
   436  <table>
   437  <thead>
   438  <tr>
   439  <th>Field</th>
   440  <th>Description</th>
   441  </tr>
   442  </thead>
   443  <tbody>
   444  <tr>
   445  <td style="white-space:nowrap">
   446  <code>maxRequestBytes</code>
   447  <br>
   448  <em>
   449  uint32
   450  </em>
   451  </td>
   452  <td>
   453  <em>(Optional)</em>
   454  <p>MaxRequestBytes sets the maximum size of message body ExtAuthz filter will hold in-memory.</p>
   455  </td>
   456  </tr>
   457  <tr>
   458  <td style="white-space:nowrap">
   459  <code>allowPartialMessage</code>
   460  <br>
   461  <em>
   462  bool
   463  </em>
   464  </td>
   465  <td>
   466  <em>(Optional)</em>
   467  <p>If AllowPartialMessage is true, then Envoy will buffer the body until MaxRequestBytes are reached.</p>
   468  </td>
   469  </tr>
   470  <tr>
   471  <td style="white-space:nowrap">
   472  <code>packAsBytes</code>
   473  <br>
   474  <em>
   475  bool
   476  </em>
   477  </td>
   478  <td>
   479  <em>(Optional)</em>
   480  <p>If PackAsBytes is true, the body sent to Authorization Server is in raw bytes.</p>
   481  </td>
   482  </tr>
   483  </tbody>
   484  </table>
   485  <h3 id="projectcontour.io/v1.CORSHeaderValue">CORSHeaderValue
   486  (<code>string</code> alias)</p></h3>
   487  <p>
   488  (<em>Appears on:</em>
   489  <a href="#projectcontour.io/v1.CORSPolicy">CORSPolicy</a>)
   490  </p>
   491  <p>
   492  <p>CORSHeaderValue specifies the value of the string headers returned by a cross-domain request.</p>
   493  </p>
   494  <h3 id="projectcontour.io/v1.CORSPolicy">CORSPolicy
   495  </h3>
   496  <p>
   497  (<em>Appears on:</em>
   498  <a href="#projectcontour.io/v1.VirtualHost">VirtualHost</a>)
   499  </p>
   500  <p>
   501  <p>CORSPolicy allows setting the CORS policy</p>
   502  </p>
   503  <table>
   504  <thead>
   505  <tr>
   506  <th>Field</th>
   507  <th>Description</th>
   508  </tr>
   509  </thead>
   510  <tbody>
   511  <tr>
   512  <td style="white-space:nowrap">
   513  <code>allowCredentials</code>
   514  <br>
   515  <em>
   516  bool
   517  </em>
   518  </td>
   519  <td>
   520  <em>(Optional)</em>
   521  <p>Specifies whether the resource allows credentials.</p>
   522  </td>
   523  </tr>
   524  <tr>
   525  <td style="white-space:nowrap">
   526  <code>allowOrigin</code>
   527  <br>
   528  <em>
   529  []string
   530  </em>
   531  </td>
   532  <td>
   533  <p>AllowOrigin specifies the origins that will be allowed to do CORS requests.
   534  Allowed values include &ldquo;*&rdquo; which signifies any origin is allowed, an exact
   535  origin of the form &ldquo;scheme://host[:port]&rdquo; (where port is optional), or a valid
   536  regex pattern.
   537  Note that regex patterns are validated and a simple &ldquo;glob&rdquo; pattern (e.g. *.foo.com)
   538  will be rejected or produce unexpected matches when applied as a regex.</p>
   539  </td>
   540  </tr>
   541  <tr>
   542  <td style="white-space:nowrap">
   543  <code>allowMethods</code>
   544  <br>
   545  <em>
   546  <a href="#projectcontour.io/v1.CORSHeaderValue">
   547  []CORSHeaderValue
   548  </a>
   549  </em>
   550  </td>
   551  <td>
   552  <p>AllowMethods specifies the content for the <em>access-control-allow-methods</em> header.</p>
   553  </td>
   554  </tr>
   555  <tr>
   556  <td style="white-space:nowrap">
   557  <code>allowHeaders</code>
   558  <br>
   559  <em>
   560  <a href="#projectcontour.io/v1.CORSHeaderValue">
   561  []CORSHeaderValue
   562  </a>
   563  </em>
   564  </td>
   565  <td>
   566  <em>(Optional)</em>
   567  <p>AllowHeaders specifies the content for the <em>access-control-allow-headers</em> header.</p>
   568  </td>
   569  </tr>
   570  <tr>
   571  <td style="white-space:nowrap">
   572  <code>exposeHeaders</code>
   573  <br>
   574  <em>
   575  <a href="#projectcontour.io/v1.CORSHeaderValue">
   576  []CORSHeaderValue
   577  </a>
   578  </em>
   579  </td>
   580  <td>
   581  <em>(Optional)</em>
   582  <p>ExposeHeaders Specifies the content for the <em>access-control-expose-headers</em> header.</p>
   583  </td>
   584  </tr>
   585  <tr>
   586  <td style="white-space:nowrap">
   587  <code>maxAge</code>
   588  <br>
   589  <em>
   590  string
   591  </em>
   592  </td>
   593  <td>
   594  <em>(Optional)</em>
   595  <p>MaxAge indicates for how long the results of a preflight request can be cached.
   596  MaxAge durations are expressed in the Go <a href="https://godoc.org/time#ParseDuration">Duration format</a>.
   597  Valid time units are &ldquo;ns&rdquo;, &ldquo;us&rdquo; (or &ldquo;µs&rdquo;), &ldquo;ms&rdquo;, &ldquo;s&rdquo;, &ldquo;m&rdquo;, &ldquo;h&rdquo;.
   598  Only positive values are allowed while 0 disables the cache requiring a preflight OPTIONS
   599  check for all cross-origin requests.</p>
   600  </td>
   601  </tr>
   602  <tr>
   603  <td style="white-space:nowrap">
   604  <code>allowPrivateNetwork</code>
   605  <br>
   606  <em>
   607  bool
   608  </em>
   609  </td>
   610  <td>
   611  <p>AllowPrivateNetwork specifies whether to allow private network requests.
   612  See <a href="https://developer.chrome.com/blog/private-network-access-preflight">https://developer.chrome.com/blog/private-network-access-preflight</a>.</p>
   613  </td>
   614  </tr>
   615  </tbody>
   616  </table>
   617  <h3 id="projectcontour.io/v1.CertificateDelegation">CertificateDelegation
   618  </h3>
   619  <p>
   620  (<em>Appears on:</em>
   621  <a href="#projectcontour.io/v1.TLSCertificateDelegationSpec">TLSCertificateDelegationSpec</a>)
   622  </p>
   623  <p>
   624  <p>CertificateDelegation maps the authority to reference a secret
   625  in the current namespace to a set of namespaces.</p>
   626  </p>
   627  <table>
   628  <thead>
   629  <tr>
   630  <th>Field</th>
   631  <th>Description</th>
   632  </tr>
   633  </thead>
   634  <tbody>
   635  <tr>
   636  <td style="white-space:nowrap">
   637  <code>secretName</code>
   638  <br>
   639  <em>
   640  string
   641  </em>
   642  </td>
   643  <td>
   644  <p>required, the name of a secret in the current namespace.</p>
   645  </td>
   646  </tr>
   647  <tr>
   648  <td style="white-space:nowrap">
   649  <code>targetNamespaces</code>
   650  <br>
   651  <em>
   652  []string
   653  </em>
   654  </td>
   655  <td>
   656  <p>required, the namespaces the authority to reference the
   657  secret will be delegated to.
   658  If TargetNamespaces is nil or empty, the CertificateDelegation&rsquo;
   659  is ignored. If the TargetNamespace list contains the character, &ldquo;*&rdquo;
   660  the secret will be delegated to all namespaces.</p>
   661  </td>
   662  </tr>
   663  </tbody>
   664  </table>
   665  <h3 id="projectcontour.io/v1.ClientCertificateDetails">ClientCertificateDetails
   666  </h3>
   667  <p>
   668  (<em>Appears on:</em>
   669  <a href="#projectcontour.io/v1.DownstreamValidation">DownstreamValidation</a>)
   670  </p>
   671  <p>
   672  <p>ClientCertificateDetails defines which parts of the client certificate will be forwarded.</p>
   673  </p>
   674  <table>
   675  <thead>
   676  <tr>
   677  <th>Field</th>
   678  <th>Description</th>
   679  </tr>
   680  </thead>
   681  <tbody>
   682  <tr>
   683  <td style="white-space:nowrap">
   684  <code>subject</code>
   685  <br>
   686  <em>
   687  bool
   688  </em>
   689  </td>
   690  <td>
   691  <em>(Optional)</em>
   692  <p>Subject of the client cert.</p>
   693  </td>
   694  </tr>
   695  <tr>
   696  <td style="white-space:nowrap">
   697  <code>cert</code>
   698  <br>
   699  <em>
   700  bool
   701  </em>
   702  </td>
   703  <td>
   704  <em>(Optional)</em>
   705  <p>Client cert in URL encoded PEM format.</p>
   706  </td>
   707  </tr>
   708  <tr>
   709  <td style="white-space:nowrap">
   710  <code>chain</code>
   711  <br>
   712  <em>
   713  bool
   714  </em>
   715  </td>
   716  <td>
   717  <em>(Optional)</em>
   718  <p>Client cert chain (including the leaf cert) in URL encoded PEM format.</p>
   719  </td>
   720  </tr>
   721  <tr>
   722  <td style="white-space:nowrap">
   723  <code>dns</code>
   724  <br>
   725  <em>
   726  bool
   727  </em>
   728  </td>
   729  <td>
   730  <em>(Optional)</em>
   731  <p>DNS type Subject Alternative Names of the client cert.</p>
   732  </td>
   733  </tr>
   734  <tr>
   735  <td style="white-space:nowrap">
   736  <code>uri</code>
   737  <br>
   738  <em>
   739  bool
   740  </em>
   741  </td>
   742  <td>
   743  <em>(Optional)</em>
   744  <p>URI type Subject Alternative Name of the client cert.</p>
   745  </td>
   746  </tr>
   747  </tbody>
   748  </table>
   749  <h3 id="projectcontour.io/v1.CookieDomainRewrite">CookieDomainRewrite
   750  </h3>
   751  <p>
   752  (<em>Appears on:</em>
   753  <a href="#projectcontour.io/v1.CookieRewritePolicy">CookieRewritePolicy</a>)
   754  </p>
   755  <p>
   756  </p>
   757  <table>
   758  <thead>
   759  <tr>
   760  <th>Field</th>
   761  <th>Description</th>
   762  </tr>
   763  </thead>
   764  <tbody>
   765  <tr>
   766  <td style="white-space:nowrap">
   767  <code>value</code>
   768  <br>
   769  <em>
   770  string
   771  </em>
   772  </td>
   773  <td>
   774  <p>Value is the value to rewrite the Domain attribute to.
   775  For now this is required.</p>
   776  </td>
   777  </tr>
   778  </tbody>
   779  </table>
   780  <h3 id="projectcontour.io/v1.CookiePathRewrite">CookiePathRewrite
   781  </h3>
   782  <p>
   783  (<em>Appears on:</em>
   784  <a href="#projectcontour.io/v1.CookieRewritePolicy">CookieRewritePolicy</a>)
   785  </p>
   786  <p>
   787  </p>
   788  <table>
   789  <thead>
   790  <tr>
   791  <th>Field</th>
   792  <th>Description</th>
   793  </tr>
   794  </thead>
   795  <tbody>
   796  <tr>
   797  <td style="white-space:nowrap">
   798  <code>value</code>
   799  <br>
   800  <em>
   801  string
   802  </em>
   803  </td>
   804  <td>
   805  <p>Value is the value to rewrite the Path attribute to.
   806  For now this is required.</p>
   807  </td>
   808  </tr>
   809  </tbody>
   810  </table>
   811  <h3 id="projectcontour.io/v1.CookieRewritePolicy">CookieRewritePolicy
   812  </h3>
   813  <p>
   814  (<em>Appears on:</em>
   815  <a href="#projectcontour.io/v1.Route">Route</a>, 
   816  <a href="#projectcontour.io/v1.Service">Service</a>)
   817  </p>
   818  <p>
   819  </p>
   820  <table>
   821  <thead>
   822  <tr>
   823  <th>Field</th>
   824  <th>Description</th>
   825  </tr>
   826  </thead>
   827  <tbody>
   828  <tr>
   829  <td style="white-space:nowrap">
   830  <code>name</code>
   831  <br>
   832  <em>
   833  string
   834  </em>
   835  </td>
   836  <td>
   837  <p>Name is the name of the cookie for which attributes will be rewritten.</p>
   838  </td>
   839  </tr>
   840  <tr>
   841  <td style="white-space:nowrap">
   842  <code>pathRewrite</code>
   843  <br>
   844  <em>
   845  <a href="#projectcontour.io/v1.CookiePathRewrite">
   846  CookiePathRewrite
   847  </a>
   848  </em>
   849  </td>
   850  <td>
   851  <em>(Optional)</em>
   852  <p>PathRewrite enables rewriting the Set-Cookie Path element.
   853  If not set, Path will not be rewritten.</p>
   854  </td>
   855  </tr>
   856  <tr>
   857  <td style="white-space:nowrap">
   858  <code>domainRewrite</code>
   859  <br>
   860  <em>
   861  <a href="#projectcontour.io/v1.CookieDomainRewrite">
   862  CookieDomainRewrite
   863  </a>
   864  </em>
   865  </td>
   866  <td>
   867  <em>(Optional)</em>
   868  <p>DomainRewrite enables rewriting the Set-Cookie Domain element.
   869  If not set, Domain will not be rewritten.</p>
   870  </td>
   871  </tr>
   872  <tr>
   873  <td style="white-space:nowrap">
   874  <code>secure</code>
   875  <br>
   876  <em>
   877  bool
   878  </em>
   879  </td>
   880  <td>
   881  <em>(Optional)</em>
   882  <p>Secure enables rewriting the Set-Cookie Secure element.
   883  If not set, Secure attribute will not be rewritten.</p>
   884  </td>
   885  </tr>
   886  <tr>
   887  <td style="white-space:nowrap">
   888  <code>sameSite</code>
   889  <br>
   890  <em>
   891  string
   892  </em>
   893  </td>
   894  <td>
   895  <em>(Optional)</em>
   896  <p>SameSite enables rewriting the Set-Cookie SameSite element.
   897  If not set, SameSite attribute will not be rewritten.</p>
   898  </td>
   899  </tr>
   900  </tbody>
   901  </table>
   902  <h3 id="projectcontour.io/v1.DetailedCondition">DetailedCondition
   903  </h3>
   904  <p>
   905  (<em>Appears on:</em>
   906  <a href="#projectcontour.io/v1.HTTPProxyStatus">HTTPProxyStatus</a>, 
   907  <a href="#projectcontour.io/v1.TLSCertificateDelegationStatus">TLSCertificateDelegationStatus</a>, 
   908  <a href="#projectcontour.io/v1alpha1.ContourConfigurationStatus">ContourConfigurationStatus</a>, 
   909  <a href="#projectcontour.io/v1alpha1.ExtensionServiceStatus">ExtensionServiceStatus</a>)
   910  </p>
   911  <p>
   912  <p>DetailedCondition is an extension of the normal Kubernetes conditions, with two extra
   913  fields to hold sub-conditions, which provide more detailed reasons for the state (True or False)
   914  of the condition.</p>
   915  <p><code>errors</code> holds information about sub-conditions which are fatal to that condition and render its state False.</p>
   916  <p><code>warnings</code> holds information about sub-conditions which are not fatal to that condition and do not force the state to be False.</p>
   917  <p>Remember that Conditions have a type, a status, and a reason.</p>
   918  <p>The type is the type of the condition, the most important one in this CRD set is <code>Valid</code>.
   919  <code>Valid</code> is a positive-polarity condition: when it is <code>status: true</code> there are no problems.</p>
   920  <p>In more detail, <code>status: true</code> means that the object is has been ingested into Contour with no errors.
   921  <code>warnings</code> may still be present, and will be indicated in the Reason field. There must be zero entries in the <code>errors</code>
   922  slice in this case.</p>
   923  <p><code>Valid</code>, <code>status: false</code> means that the object has had one or more fatal errors during processing into Contour.
   924  The details of the errors will be present under the <code>errors</code> field. There must be at least one error in the <code>errors</code>
   925  slice if <code>status</code> is <code>false</code>.</p>
   926  <p>For DetailedConditions of types other than <code>Valid</code>, the Condition must be in the negative polarity.
   927  When they have <code>status</code> <code>true</code>, there is an error. There must be at least one entry in the <code>errors</code> Subcondition slice.
   928  When they have <code>status</code> <code>false</code>, there are no serious errors, and there must be zero entries in the <code>errors</code> slice.
   929  In either case, there may be entries in the <code>warnings</code> slice.</p>
   930  <p>Regardless of the polarity, the <code>reason</code> and <code>message</code> fields must be updated with either the detail of the reason
   931  (if there is one and only one entry in total across both the <code>errors</code> and <code>warnings</code> slices), or
   932  <code>MultipleReasons</code> if there is more than one entry.</p>
   933  </p>
   934  <table>
   935  <thead>
   936  <tr>
   937  <th>Field</th>
   938  <th>Description</th>
   939  </tr>
   940  </thead>
   941  <tbody>
   942  <tr>
   943  <td style="white-space:nowrap">
   944  <code>Condition</code>
   945  <br>
   946  <em>
   947  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#condition-v1-meta">
   948  Kubernetes meta/v1.Condition
   949  </a>
   950  </em>
   951  </td>
   952  <td>
   953  <p>
   954  (Members of <code>Condition</code> are embedded into this type.)
   955  </p>
   956  </td>
   957  </tr>
   958  <tr>
   959  <td style="white-space:nowrap">
   960  <code>errors</code>
   961  <br>
   962  <em>
   963  <a href="#projectcontour.io/v1.SubCondition">
   964  []SubCondition
   965  </a>
   966  </em>
   967  </td>
   968  <td>
   969  <em>(Optional)</em>
   970  <p>Errors contains a slice of relevant error subconditions for this object.</p>
   971  <p>Subconditions are expected to appear when relevant (when there is a error), and disappear when not relevant.
   972  An empty slice here indicates no errors.</p>
   973  </td>
   974  </tr>
   975  <tr>
   976  <td style="white-space:nowrap">
   977  <code>warnings</code>
   978  <br>
   979  <em>
   980  <a href="#projectcontour.io/v1.SubCondition">
   981  []SubCondition
   982  </a>
   983  </em>
   984  </td>
   985  <td>
   986  <em>(Optional)</em>
   987  <p>Warnings contains a slice of relevant warning subconditions for this object.</p>
   988  <p>Subconditions are expected to appear when relevant (when there is a warning), and disappear when not relevant.
   989  An empty slice here indicates no warnings.</p>
   990  </td>
   991  </tr>
   992  </tbody>
   993  </table>
   994  <h3 id="projectcontour.io/v1.DownstreamValidation">DownstreamValidation
   995  </h3>
   996  <p>
   997  (<em>Appears on:</em>
   998  <a href="#projectcontour.io/v1.TLS">TLS</a>)
   999  </p>
  1000  <p>
  1001  <p>DownstreamValidation defines how to verify the client certificate.</p>
  1002  </p>
  1003  <table>
  1004  <thead>
  1005  <tr>
  1006  <th>Field</th>
  1007  <th>Description</th>
  1008  </tr>
  1009  </thead>
  1010  <tbody>
  1011  <tr>
  1012  <td style="white-space:nowrap">
  1013  <code>caSecret</code>
  1014  <br>
  1015  <em>
  1016  string
  1017  </em>
  1018  </td>
  1019  <td>
  1020  <em>(Optional)</em>
  1021  <p>Name of a Kubernetes secret that contains a CA certificate bundle.
  1022  The secret must contain key named ca.crt.
  1023  The client certificate must validate against the certificates in the bundle.
  1024  If specified and SkipClientCertValidation is true, client certificates will
  1025  be required on requests.
  1026  The name can be optionally prefixed with namespace &ldquo;namespace/name&rdquo;.
  1027  When cross-namespace reference is used, TLSCertificateDelegation resource must exist in the namespace to grant access to the secret.</p>
  1028  </td>
  1029  </tr>
  1030  <tr>
  1031  <td style="white-space:nowrap">
  1032  <code>skipClientCertValidation</code>
  1033  <br>
  1034  <em>
  1035  bool
  1036  </em>
  1037  </td>
  1038  <td>
  1039  <em>(Optional)</em>
  1040  <p>SkipClientCertValidation disables downstream client certificate
  1041  validation. Defaults to false. This field is intended to be used in
  1042  conjunction with external authorization in order to enable the external
  1043  authorization server to validate client certificates. When this field
  1044  is set to true, client certificates are requested but not verified by
  1045  Envoy. If CACertificate is specified, client certificates are required on
  1046  requests, but not verified. If external authorization is in use, they are
  1047  presented to the external authorization server.</p>
  1048  </td>
  1049  </tr>
  1050  <tr>
  1051  <td style="white-space:nowrap">
  1052  <code>forwardClientCertificate</code>
  1053  <br>
  1054  <em>
  1055  <a href="#projectcontour.io/v1.ClientCertificateDetails">
  1056  ClientCertificateDetails
  1057  </a>
  1058  </em>
  1059  </td>
  1060  <td>
  1061  <em>(Optional)</em>
  1062  <p>ForwardClientCertificate adds the selected data from the passed client TLS certificate
  1063  to the x-forwarded-client-cert header.</p>
  1064  </td>
  1065  </tr>
  1066  <tr>
  1067  <td style="white-space:nowrap">
  1068  <code>crlSecret</code>
  1069  <br>
  1070  <em>
  1071  string
  1072  </em>
  1073  </td>
  1074  <td>
  1075  <em>(Optional)</em>
  1076  <p>Name of a Kubernetes opaque secret that contains a concatenated list of PEM encoded CRLs.
  1077  The secret must contain key named crl.pem.
  1078  This field will be used to verify that a client certificate has not been revoked.
  1079  CRLs must be available from all CAs, unless crlOnlyVerifyLeafCert is true.
  1080  Large CRL lists are not supported since individual secrets are limited to 1MiB in size.
  1081  The name can be optionally prefixed with namespace &ldquo;namespace/name&rdquo;.
  1082  When cross-namespace reference is used, TLSCertificateDelegation resource must exist in the namespace to grant access to the secret.</p>
  1083  </td>
  1084  </tr>
  1085  <tr>
  1086  <td style="white-space:nowrap">
  1087  <code>crlOnlyVerifyLeafCert</code>
  1088  <br>
  1089  <em>
  1090  bool
  1091  </em>
  1092  </td>
  1093  <td>
  1094  <em>(Optional)</em>
  1095  <p>If this option is set to true, only the certificate at the end of the
  1096  certificate chain will be subject to validation by CRL.</p>
  1097  </td>
  1098  </tr>
  1099  <tr>
  1100  <td style="white-space:nowrap">
  1101  <code>optionalClientCertificate</code>
  1102  <br>
  1103  <em>
  1104  bool
  1105  </em>
  1106  </td>
  1107  <td>
  1108  <em>(Optional)</em>
  1109  <p>OptionalClientCertificate when set to true will request a client certificate
  1110  but allow the connection to continue if the client does not provide one.
  1111  If a client certificate is sent, it will be verified according to the
  1112  other properties, which includes disabling validation if
  1113  SkipClientCertValidation is set. Defaults to false.</p>
  1114  </td>
  1115  </tr>
  1116  </tbody>
  1117  </table>
  1118  <h3 id="projectcontour.io/v1.ExtensionServiceReference">ExtensionServiceReference
  1119  </h3>
  1120  <p>
  1121  (<em>Appears on:</em>
  1122  <a href="#projectcontour.io/v1.AuthorizationServer">AuthorizationServer</a>)
  1123  </p>
  1124  <p>
  1125  <p>ExtensionServiceReference names an ExtensionService resource.</p>
  1126  </p>
  1127  <table>
  1128  <thead>
  1129  <tr>
  1130  <th>Field</th>
  1131  <th>Description</th>
  1132  </tr>
  1133  </thead>
  1134  <tbody>
  1135  <tr>
  1136  <td style="white-space:nowrap">
  1137  <code>apiVersion</code>
  1138  <br>
  1139  <em>
  1140  string
  1141  </em>
  1142  </td>
  1143  <td>
  1144  <em>(Optional)</em>
  1145  <p>API version of the referent.
  1146  If this field is not specified, the default &ldquo;projectcontour.io/v1alpha1&rdquo; will be used</p>
  1147  </td>
  1148  </tr>
  1149  <tr>
  1150  <td style="white-space:nowrap">
  1151  <code>namespace</code>
  1152  <br>
  1153  <em>
  1154  string
  1155  </em>
  1156  </td>
  1157  <td>
  1158  <em>(Optional)</em>
  1159  <p>Namespace of the referent.
  1160  If this field is not specifies, the namespace of the resource that targets the referent will be used.</p>
  1161  <p>More info: <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/</a></p>
  1162  </td>
  1163  </tr>
  1164  <tr>
  1165  <td style="white-space:nowrap">
  1166  <code>name</code>
  1167  <br>
  1168  <em>
  1169  string
  1170  </em>
  1171  </td>
  1172  <td>
  1173  <p>Name of the referent.</p>
  1174  <p>More info: <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names</a></p>
  1175  </td>
  1176  </tr>
  1177  </tbody>
  1178  </table>
  1179  <h3 id="projectcontour.io/v1.GenericKeyDescriptor">GenericKeyDescriptor
  1180  </h3>
  1181  <p>
  1182  (<em>Appears on:</em>
  1183  <a href="#projectcontour.io/v1.RateLimitDescriptorEntry">RateLimitDescriptorEntry</a>)
  1184  </p>
  1185  <p>
  1186  <p>GenericKeyDescriptor defines a descriptor entry with a static key and
  1187  value.</p>
  1188  </p>
  1189  <table>
  1190  <thead>
  1191  <tr>
  1192  <th>Field</th>
  1193  <th>Description</th>
  1194  </tr>
  1195  </thead>
  1196  <tbody>
  1197  <tr>
  1198  <td style="white-space:nowrap">
  1199  <code>key</code>
  1200  <br>
  1201  <em>
  1202  string
  1203  </em>
  1204  </td>
  1205  <td>
  1206  <em>(Optional)</em>
  1207  <p>Key defines the key of the descriptor entry. If not set, the
  1208  key is set to &ldquo;generic_key&rdquo;.</p>
  1209  </td>
  1210  </tr>
  1211  <tr>
  1212  <td style="white-space:nowrap">
  1213  <code>value</code>
  1214  <br>
  1215  <em>
  1216  string
  1217  </em>
  1218  </td>
  1219  <td>
  1220  <p>Value defines the value of the descriptor entry.</p>
  1221  </td>
  1222  </tr>
  1223  </tbody>
  1224  </table>
  1225  <h3 id="projectcontour.io/v1.GlobalRateLimitPolicy">GlobalRateLimitPolicy
  1226  </h3>
  1227  <p>
  1228  (<em>Appears on:</em>
  1229  <a href="#projectcontour.io/v1.RateLimitPolicy">RateLimitPolicy</a>, 
  1230  <a href="#projectcontour.io/v1alpha1.RateLimitServiceConfig">RateLimitServiceConfig</a>)
  1231  </p>
  1232  <p>
  1233  <p>GlobalRateLimitPolicy defines global rate limiting parameters.</p>
  1234  </p>
  1235  <table>
  1236  <thead>
  1237  <tr>
  1238  <th>Field</th>
  1239  <th>Description</th>
  1240  </tr>
  1241  </thead>
  1242  <tbody>
  1243  <tr>
  1244  <td style="white-space:nowrap">
  1245  <code>disabled</code>
  1246  <br>
  1247  <em>
  1248  bool
  1249  </em>
  1250  </td>
  1251  <td>
  1252  <em>(Optional)</em>
  1253  <p>Disabled configures the HTTPProxy to not use
  1254  the default global rate limit policy defined by the Contour configuration.</p>
  1255  </td>
  1256  </tr>
  1257  <tr>
  1258  <td style="white-space:nowrap">
  1259  <code>descriptors</code>
  1260  <br>
  1261  <em>
  1262  <a href="#projectcontour.io/v1.RateLimitDescriptor">
  1263  []RateLimitDescriptor
  1264  </a>
  1265  </em>
  1266  </td>
  1267  <td>
  1268  <em>(Optional)</em>
  1269  <p>Descriptors defines the list of descriptors that will
  1270  be generated and sent to the rate limit service. Each
  1271  descriptor contains 1+ key-value pair entries.</p>
  1272  </td>
  1273  </tr>
  1274  </tbody>
  1275  </table>
  1276  <h3 id="projectcontour.io/v1.HTTPDirectResponsePolicy">HTTPDirectResponsePolicy
  1277  </h3>
  1278  <p>
  1279  (<em>Appears on:</em>
  1280  <a href="#projectcontour.io/v1.Route">Route</a>)
  1281  </p>
  1282  <p>
  1283  </p>
  1284  <table>
  1285  <thead>
  1286  <tr>
  1287  <th>Field</th>
  1288  <th>Description</th>
  1289  </tr>
  1290  </thead>
  1291  <tbody>
  1292  <tr>
  1293  <td style="white-space:nowrap">
  1294  <code>statusCode</code>
  1295  <br>
  1296  <em>
  1297  int
  1298  </em>
  1299  </td>
  1300  <td>
  1301  <p>StatusCode is the HTTP response status to be returned.</p>
  1302  </td>
  1303  </tr>
  1304  <tr>
  1305  <td style="white-space:nowrap">
  1306  <code>body</code>
  1307  <br>
  1308  <em>
  1309  string
  1310  </em>
  1311  </td>
  1312  <td>
  1313  <em>(Optional)</em>
  1314  <p>Body is the content of the response body.
  1315  If this setting is omitted, no body is included in the generated response.</p>
  1316  <p>Note: Body is not recommended to set too long
  1317  otherwise it can have significant resource usage impacts.</p>
  1318  </td>
  1319  </tr>
  1320  </tbody>
  1321  </table>
  1322  <h3 id="projectcontour.io/v1.HTTPHealthCheckPolicy">HTTPHealthCheckPolicy
  1323  </h3>
  1324  <p>
  1325  (<em>Appears on:</em>
  1326  <a href="#projectcontour.io/v1.Route">Route</a>)
  1327  </p>
  1328  <p>
  1329  <p>HTTPHealthCheckPolicy defines health checks on the upstream service.</p>
  1330  </p>
  1331  <table>
  1332  <thead>
  1333  <tr>
  1334  <th>Field</th>
  1335  <th>Description</th>
  1336  </tr>
  1337  </thead>
  1338  <tbody>
  1339  <tr>
  1340  <td style="white-space:nowrap">
  1341  <code>path</code>
  1342  <br>
  1343  <em>
  1344  string
  1345  </em>
  1346  </td>
  1347  <td>
  1348  <p>HTTP endpoint used to perform health checks on upstream service</p>
  1349  </td>
  1350  </tr>
  1351  <tr>
  1352  <td style="white-space:nowrap">
  1353  <code>host</code>
  1354  <br>
  1355  <em>
  1356  string
  1357  </em>
  1358  </td>
  1359  <td>
  1360  <p>The value of the host header in the HTTP health check request.
  1361  If left empty (default value), the name &ldquo;contour-envoy-healthcheck&rdquo;
  1362  will be used.</p>
  1363  </td>
  1364  </tr>
  1365  <tr>
  1366  <td style="white-space:nowrap">
  1367  <code>intervalSeconds</code>
  1368  <br>
  1369  <em>
  1370  int64
  1371  </em>
  1372  </td>
  1373  <td>
  1374  <em>(Optional)</em>
  1375  <p>The interval (seconds) between health checks</p>
  1376  </td>
  1377  </tr>
  1378  <tr>
  1379  <td style="white-space:nowrap">
  1380  <code>timeoutSeconds</code>
  1381  <br>
  1382  <em>
  1383  int64
  1384  </em>
  1385  </td>
  1386  <td>
  1387  <em>(Optional)</em>
  1388  <p>The time to wait (seconds) for a health check response</p>
  1389  </td>
  1390  </tr>
  1391  <tr>
  1392  <td style="white-space:nowrap">
  1393  <code>unhealthyThresholdCount</code>
  1394  <br>
  1395  <em>
  1396  int64
  1397  </em>
  1398  </td>
  1399  <td>
  1400  <em>(Optional)</em>
  1401  <p>The number of unhealthy health checks required before a host is marked unhealthy</p>
  1402  </td>
  1403  </tr>
  1404  <tr>
  1405  <td style="white-space:nowrap">
  1406  <code>healthyThresholdCount</code>
  1407  <br>
  1408  <em>
  1409  int64
  1410  </em>
  1411  </td>
  1412  <td>
  1413  <em>(Optional)</em>
  1414  <p>The number of healthy health checks required before a host is marked healthy</p>
  1415  </td>
  1416  </tr>
  1417  <tr>
  1418  <td style="white-space:nowrap">
  1419  <code>expectedStatuses</code>
  1420  <br>
  1421  <em>
  1422  <a href="#projectcontour.io/v1.HTTPStatusRange">
  1423  []HTTPStatusRange
  1424  </a>
  1425  </em>
  1426  </td>
  1427  <td>
  1428  <em>(Optional)</em>
  1429  <p>The ranges of HTTP response statuses considered healthy. Follow half-open
  1430  semantics, i.e. for each range the start is inclusive and the end is exclusive.
  1431  Must be within the range [100,600). If not specified, only a 200 response status
  1432  is considered healthy.</p>
  1433  </td>
  1434  </tr>
  1435  </tbody>
  1436  </table>
  1437  <h3 id="projectcontour.io/v1.HTTPInternalRedirectPolicy">HTTPInternalRedirectPolicy
  1438  </h3>
  1439  <p>
  1440  (<em>Appears on:</em>
  1441  <a href="#projectcontour.io/v1.Route">Route</a>)
  1442  </p>
  1443  <p>
  1444  </p>
  1445  <table>
  1446  <thead>
  1447  <tr>
  1448  <th>Field</th>
  1449  <th>Description</th>
  1450  </tr>
  1451  </thead>
  1452  <tbody>
  1453  <tr>
  1454  <td style="white-space:nowrap">
  1455  <code>maxInternalRedirects</code>
  1456  <br>
  1457  <em>
  1458  uint32
  1459  </em>
  1460  </td>
  1461  <td>
  1462  <em>(Optional)</em>
  1463  <p>MaxInternalRedirects An internal redirect is not handled, unless the number of previous internal
  1464  redirects that a downstream request has encountered is lower than this value.</p>
  1465  </td>
  1466  </tr>
  1467  <tr>
  1468  <td style="white-space:nowrap">
  1469  <code>redirectResponseCodes</code>
  1470  <br>
  1471  <em>
  1472  <a href="#projectcontour.io/v1.RedirectResponseCode">
  1473  []RedirectResponseCode
  1474  </a>
  1475  </em>
  1476  </td>
  1477  <td>
  1478  <em>(Optional)</em>
  1479  <p>RedirectResponseCodes If unspecified, only 302 will be treated as internal redirect.
  1480  Only 301, 302, 303, 307 and 308 are valid values.</p>
  1481  </td>
  1482  </tr>
  1483  <tr>
  1484  <td style="white-space:nowrap">
  1485  <code>allowCrossSchemeRedirect</code>
  1486  <br>
  1487  <em>
  1488  string
  1489  </em>
  1490  </td>
  1491  <td>
  1492  <em>(Optional)</em>
  1493  <p>AllowCrossSchemeRedirect Allow internal redirect to follow a target URI with a different scheme
  1494  than the value of x-forwarded-proto.
  1495  SafeOnly allows same scheme redirect and safe cross scheme redirect, which means if the downstream
  1496  scheme is HTTPS, both HTTPS and HTTP redirect targets are allowed, but if the downstream scheme
  1497  is HTTP, only HTTP redirect targets are allowed.</p>
  1498  </td>
  1499  </tr>
  1500  <tr>
  1501  <td style="white-space:nowrap">
  1502  <code>denyRepeatedRouteRedirect</code>
  1503  <br>
  1504  <em>
  1505  bool
  1506  </em>
  1507  </td>
  1508  <td>
  1509  <em>(Optional)</em>
  1510  <p>If DenyRepeatedRouteRedirect is true, rejects redirect targets that are pointing to a route that has
  1511  been followed by a previous redirect from the current route.</p>
  1512  </td>
  1513  </tr>
  1514  </tbody>
  1515  </table>
  1516  <h3 id="projectcontour.io/v1.HTTPProxySpec">HTTPProxySpec
  1517  </h3>
  1518  <p>
  1519  (<em>Appears on:</em>
  1520  <a href="#projectcontour.io/v1.HTTPProxy">HTTPProxy</a>)
  1521  </p>
  1522  <p>
  1523  <p>HTTPProxySpec defines the spec of the CRD.</p>
  1524  </p>
  1525  <table>
  1526  <thead>
  1527  <tr>
  1528  <th>Field</th>
  1529  <th>Description</th>
  1530  </tr>
  1531  </thead>
  1532  <tbody>
  1533  <tr>
  1534  <td style="white-space:nowrap">
  1535  <code>virtualhost</code>
  1536  <br>
  1537  <em>
  1538  <a href="#projectcontour.io/v1.VirtualHost">
  1539  VirtualHost
  1540  </a>
  1541  </em>
  1542  </td>
  1543  <td>
  1544  <em>(Optional)</em>
  1545  <p>Virtualhost appears at most once. If it is present, the object is considered
  1546  to be a &ldquo;root&rdquo; HTTPProxy.</p>
  1547  </td>
  1548  </tr>
  1549  <tr>
  1550  <td style="white-space:nowrap">
  1551  <code>routes</code>
  1552  <br>
  1553  <em>
  1554  <a href="#projectcontour.io/v1.Route">
  1555  []Route
  1556  </a>
  1557  </em>
  1558  </td>
  1559  <td>
  1560  <em>(Optional)</em>
  1561  <p>Routes are the ingress routes. If TCPProxy is present, Routes is ignored.</p>
  1562  </td>
  1563  </tr>
  1564  <tr>
  1565  <td style="white-space:nowrap">
  1566  <code>tcpproxy</code>
  1567  <br>
  1568  <em>
  1569  <a href="#projectcontour.io/v1.TCPProxy">
  1570  TCPProxy
  1571  </a>
  1572  </em>
  1573  </td>
  1574  <td>
  1575  <em>(Optional)</em>
  1576  <p>TCPProxy holds TCP proxy information.</p>
  1577  </td>
  1578  </tr>
  1579  <tr>
  1580  <td style="white-space:nowrap">
  1581  <code>includes</code>
  1582  <br>
  1583  <em>
  1584  <a href="#projectcontour.io/v1.Include">
  1585  []Include
  1586  </a>
  1587  </em>
  1588  </td>
  1589  <td>
  1590  <em>(Optional)</em>
  1591  <p>Includes allow for specific routing configuration to be included from another HTTPProxy,
  1592  possibly in another namespace.</p>
  1593  </td>
  1594  </tr>
  1595  <tr>
  1596  <td style="white-space:nowrap">
  1597  <code>ingressClassName</code>
  1598  <br>
  1599  <em>
  1600  string
  1601  </em>
  1602  </td>
  1603  <td>
  1604  <em>(Optional)</em>
  1605  <p>IngressClassName optionally specifies the ingress class to use for this
  1606  HTTPProxy. This replaces the deprecated <code>kubernetes.io/ingress.class</code>
  1607  annotation. For backwards compatibility, when that annotation is set, it
  1608  is given precedence over this field.</p>
  1609  </td>
  1610  </tr>
  1611  </tbody>
  1612  </table>
  1613  <h3 id="projectcontour.io/v1.HTTPProxyStatus">HTTPProxyStatus
  1614  </h3>
  1615  <p>
  1616  (<em>Appears on:</em>
  1617  <a href="#projectcontour.io/v1.HTTPProxy">HTTPProxy</a>)
  1618  </p>
  1619  <p>
  1620  <p>HTTPProxyStatus reports the current state of the HTTPProxy.</p>
  1621  </p>
  1622  <table>
  1623  <thead>
  1624  <tr>
  1625  <th>Field</th>
  1626  <th>Description</th>
  1627  </tr>
  1628  </thead>
  1629  <tbody>
  1630  <tr>
  1631  <td style="white-space:nowrap">
  1632  <code>currentStatus</code>
  1633  <br>
  1634  <em>
  1635  string
  1636  </em>
  1637  </td>
  1638  <td>
  1639  <em>(Optional)</em>
  1640  </td>
  1641  </tr>
  1642  <tr>
  1643  <td style="white-space:nowrap">
  1644  <code>description</code>
  1645  <br>
  1646  <em>
  1647  string
  1648  </em>
  1649  </td>
  1650  <td>
  1651  <em>(Optional)</em>
  1652  </td>
  1653  </tr>
  1654  <tr>
  1655  <td style="white-space:nowrap">
  1656  <code>loadBalancer</code>
  1657  <br>
  1658  <em>
  1659  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#loadbalancerstatus-v1-core">
  1660  Kubernetes core/v1.LoadBalancerStatus
  1661  </a>
  1662  </em>
  1663  </td>
  1664  <td>
  1665  <em>(Optional)</em>
  1666  <p>LoadBalancer contains the current status of the load balancer.</p>
  1667  </td>
  1668  </tr>
  1669  <tr>
  1670  <td style="white-space:nowrap">
  1671  <code>conditions</code>
  1672  <br>
  1673  <em>
  1674  <a href="#projectcontour.io/v1.DetailedCondition">
  1675  []DetailedCondition
  1676  </a>
  1677  </em>
  1678  </td>
  1679  <td>
  1680  <em>(Optional)</em>
  1681  <p>Conditions contains information about the current status of the HTTPProxy,
  1682  in an upstream-friendly container.</p>
  1683  <p>Contour will update a single condition, <code>Valid</code>, that is in normal-true polarity.
  1684  That is, when <code>currentStatus</code> is <code>valid</code>, the <code>Valid</code> condition will be <code>status: true</code>,
  1685  and vice versa.</p>
  1686  <p>Contour will leave untouched any other Conditions set in this block,
  1687  in case some other controller wants to add a Condition.</p>
  1688  <p>If you are another controller owner and wish to add a condition, you <em>should</em>
  1689  namespace your condition with a label, like <code>controller.domain.com/ConditionName</code>.</p>
  1690  </td>
  1691  </tr>
  1692  </tbody>
  1693  </table>
  1694  <h3 id="projectcontour.io/v1.HTTPRequestRedirectPolicy">HTTPRequestRedirectPolicy
  1695  </h3>
  1696  <p>
  1697  (<em>Appears on:</em>
  1698  <a href="#projectcontour.io/v1.Route">Route</a>)
  1699  </p>
  1700  <p>
  1701  <p>HTTPRequestRedirectPolicy defines configuration for redirecting a request.</p>
  1702  </p>
  1703  <table>
  1704  <thead>
  1705  <tr>
  1706  <th>Field</th>
  1707  <th>Description</th>
  1708  </tr>
  1709  </thead>
  1710  <tbody>
  1711  <tr>
  1712  <td style="white-space:nowrap">
  1713  <code>scheme</code>
  1714  <br>
  1715  <em>
  1716  string
  1717  </em>
  1718  </td>
  1719  <td>
  1720  <em>(Optional)</em>
  1721  <p>Scheme is the scheme to be used in the value of the <code>Location</code>
  1722  header in the response.
  1723  When empty, the scheme of the request is used.</p>
  1724  </td>
  1725  </tr>
  1726  <tr>
  1727  <td style="white-space:nowrap">
  1728  <code>hostname</code>
  1729  <br>
  1730  <em>
  1731  string
  1732  </em>
  1733  </td>
  1734  <td>
  1735  <em>(Optional)</em>
  1736  <p>Hostname is the precise hostname to be used in the value of the <code>Location</code>
  1737  header in the response.
  1738  When empty, the hostname of the request is used.
  1739  No wildcards are allowed.</p>
  1740  </td>
  1741  </tr>
  1742  <tr>
  1743  <td style="white-space:nowrap">
  1744  <code>port</code>
  1745  <br>
  1746  <em>
  1747  int32
  1748  </em>
  1749  </td>
  1750  <td>
  1751  <em>(Optional)</em>
  1752  <p>Port is the port to be used in the value of the <code>Location</code>
  1753  header in the response.
  1754  When empty, port (if specified) of the request is used.</p>
  1755  </td>
  1756  </tr>
  1757  <tr>
  1758  <td style="white-space:nowrap">
  1759  <code>statusCode</code>
  1760  <br>
  1761  <em>
  1762  int
  1763  </em>
  1764  </td>
  1765  <td>
  1766  <em>(Optional)</em>
  1767  <p>StatusCode is the HTTP status code to be used in response.</p>
  1768  </td>
  1769  </tr>
  1770  <tr>
  1771  <td style="white-space:nowrap">
  1772  <code>path</code>
  1773  <br>
  1774  <em>
  1775  string
  1776  </em>
  1777  </td>
  1778  <td>
  1779  <em>(Optional)</em>
  1780  <p>Path allows for redirection to a different path from the
  1781  original on the request. The path must start with a
  1782  leading slash.</p>
  1783  <p>Note: Only one of Path or Prefix can be defined.</p>
  1784  </td>
  1785  </tr>
  1786  <tr>
  1787  <td style="white-space:nowrap">
  1788  <code>prefix</code>
  1789  <br>
  1790  <em>
  1791  string
  1792  </em>
  1793  </td>
  1794  <td>
  1795  <em>(Optional)</em>
  1796  <p>Prefix defines the value to swap the matched prefix or path with.
  1797  The prefix must start with a leading slash.</p>
  1798  <p>Note: Only one of Path or Prefix can be defined.</p>
  1799  </td>
  1800  </tr>
  1801  </tbody>
  1802  </table>
  1803  <h3 id="projectcontour.io/v1.HTTPStatusRange">HTTPStatusRange
  1804  </h3>
  1805  <p>
  1806  (<em>Appears on:</em>
  1807  <a href="#projectcontour.io/v1.HTTPHealthCheckPolicy">HTTPHealthCheckPolicy</a>)
  1808  </p>
  1809  <p>
  1810  </p>
  1811  <table>
  1812  <thead>
  1813  <tr>
  1814  <th>Field</th>
  1815  <th>Description</th>
  1816  </tr>
  1817  </thead>
  1818  <tbody>
  1819  <tr>
  1820  <td style="white-space:nowrap">
  1821  <code>start</code>
  1822  <br>
  1823  <em>
  1824  int64
  1825  </em>
  1826  </td>
  1827  <td>
  1828  <p>The start (inclusive) of a range of HTTP status codes.</p>
  1829  </td>
  1830  </tr>
  1831  <tr>
  1832  <td style="white-space:nowrap">
  1833  <code>end</code>
  1834  <br>
  1835  <em>
  1836  int64
  1837  </em>
  1838  </td>
  1839  <td>
  1840  <p>The end (exclusive) of a range of HTTP status codes.</p>
  1841  </td>
  1842  </tr>
  1843  </tbody>
  1844  </table>
  1845  <h3 id="projectcontour.io/v1.HeaderHashOptions">HeaderHashOptions
  1846  </h3>
  1847  <p>
  1848  (<em>Appears on:</em>
  1849  <a href="#projectcontour.io/v1.RequestHashPolicy">RequestHashPolicy</a>)
  1850  </p>
  1851  <p>
  1852  <p>HeaderHashOptions contains options to configure a HTTP request header hash
  1853  policy, used in request attribute hash based load balancing.</p>
  1854  </p>
  1855  <table>
  1856  <thead>
  1857  <tr>
  1858  <th>Field</th>
  1859  <th>Description</th>
  1860  </tr>
  1861  </thead>
  1862  <tbody>
  1863  <tr>
  1864  <td style="white-space:nowrap">
  1865  <code>headerName</code>
  1866  <br>
  1867  <em>
  1868  string
  1869  </em>
  1870  </td>
  1871  <td>
  1872  <p>HeaderName is the name of the HTTP request header that will be used to
  1873  calculate the hash key. If the header specified is not present on a
  1874  request, no hash will be produced.</p>
  1875  </td>
  1876  </tr>
  1877  </tbody>
  1878  </table>
  1879  <h3 id="projectcontour.io/v1.HeaderMatchCondition">HeaderMatchCondition
  1880  </h3>
  1881  <p>
  1882  (<em>Appears on:</em>
  1883  <a href="#projectcontour.io/v1.MatchCondition">MatchCondition</a>, 
  1884  <a href="#projectcontour.io/v1.RequestHeaderValueMatchDescriptor">RequestHeaderValueMatchDescriptor</a>)
  1885  </p>
  1886  <p>
  1887  <p>HeaderMatchCondition specifies how to conditionally match against HTTP
  1888  headers. The Name field is required, only one of Present, NotPresent,
  1889  Contains, NotContains, Exact, NotExact and Regex can be set.
  1890  For negative matching rules only (e.g. NotContains or NotExact) you can set
  1891  TreatMissingAsEmpty.
  1892  IgnoreCase has no effect for Regex.</p>
  1893  </p>
  1894  <table>
  1895  <thead>
  1896  <tr>
  1897  <th>Field</th>
  1898  <th>Description</th>
  1899  </tr>
  1900  </thead>
  1901  <tbody>
  1902  <tr>
  1903  <td style="white-space:nowrap">
  1904  <code>name</code>
  1905  <br>
  1906  <em>
  1907  string
  1908  </em>
  1909  </td>
  1910  <td>
  1911  <p>Name is the name of the header to match against. Name is required.
  1912  Header names are case insensitive.</p>
  1913  </td>
  1914  </tr>
  1915  <tr>
  1916  <td style="white-space:nowrap">
  1917  <code>present</code>
  1918  <br>
  1919  <em>
  1920  bool
  1921  </em>
  1922  </td>
  1923  <td>
  1924  <em>(Optional)</em>
  1925  <p>Present specifies that condition is true when the named header
  1926  is present, regardless of its value. Note that setting Present
  1927  to false does not make the condition true if the named header
  1928  is absent.</p>
  1929  </td>
  1930  </tr>
  1931  <tr>
  1932  <td style="white-space:nowrap">
  1933  <code>notpresent</code>
  1934  <br>
  1935  <em>
  1936  bool
  1937  </em>
  1938  </td>
  1939  <td>
  1940  <em>(Optional)</em>
  1941  <p>NotPresent specifies that condition is true when the named header
  1942  is not present. Note that setting NotPresent to false does not
  1943  make the condition true if the named header is present.</p>
  1944  </td>
  1945  </tr>
  1946  <tr>
  1947  <td style="white-space:nowrap">
  1948  <code>contains</code>
  1949  <br>
  1950  <em>
  1951  string
  1952  </em>
  1953  </td>
  1954  <td>
  1955  <em>(Optional)</em>
  1956  <p>Contains specifies a substring that must be present in
  1957  the header value.</p>
  1958  </td>
  1959  </tr>
  1960  <tr>
  1961  <td style="white-space:nowrap">
  1962  <code>notcontains</code>
  1963  <br>
  1964  <em>
  1965  string
  1966  </em>
  1967  </td>
  1968  <td>
  1969  <em>(Optional)</em>
  1970  <p>NotContains specifies a substring that must not be present
  1971  in the header value.</p>
  1972  </td>
  1973  </tr>
  1974  <tr>
  1975  <td style="white-space:nowrap">
  1976  <code>ignoreCase</code>
  1977  <br>
  1978  <em>
  1979  bool
  1980  </em>
  1981  </td>
  1982  <td>
  1983  <em>(Optional)</em>
  1984  <p>IgnoreCase specifies that string matching should be case insensitive.
  1985  Note that this has no effect on the Regex parameter.</p>
  1986  </td>
  1987  </tr>
  1988  <tr>
  1989  <td style="white-space:nowrap">
  1990  <code>exact</code>
  1991  <br>
  1992  <em>
  1993  string
  1994  </em>
  1995  </td>
  1996  <td>
  1997  <em>(Optional)</em>
  1998  <p>Exact specifies a string that the header value must be equal to.</p>
  1999  </td>
  2000  </tr>
  2001  <tr>
  2002  <td style="white-space:nowrap">
  2003  <code>notexact</code>
  2004  <br>
  2005  <em>
  2006  string
  2007  </em>
  2008  </td>
  2009  <td>
  2010  <em>(Optional)</em>
  2011  <p>NoExact specifies a string that the header value must not be
  2012  equal to. The condition is true if the header has any other value.</p>
  2013  </td>
  2014  </tr>
  2015  <tr>
  2016  <td style="white-space:nowrap">
  2017  <code>regex</code>
  2018  <br>
  2019  <em>
  2020  string
  2021  </em>
  2022  </td>
  2023  <td>
  2024  <em>(Optional)</em>
  2025  <p>Regex specifies a regular expression pattern that must match the header
  2026  value.</p>
  2027  </td>
  2028  </tr>
  2029  <tr>
  2030  <td style="white-space:nowrap">
  2031  <code>treatMissingAsEmpty</code>
  2032  <br>
  2033  <em>
  2034  bool
  2035  </em>
  2036  </td>
  2037  <td>
  2038  <em>(Optional)</em>
  2039  <p>TreatMissingAsEmpty specifies if the header match rule specified header
  2040  does not exist, this header value will be treated as empty. Defaults to false.
  2041  Unlike the underlying Envoy implementation this is <strong>only</strong> supported for
  2042  negative matches (e.g. NotContains, NotExact).</p>
  2043  </td>
  2044  </tr>
  2045  </tbody>
  2046  </table>
  2047  <h3 id="projectcontour.io/v1.HeaderValue">HeaderValue
  2048  </h3>
  2049  <p>
  2050  (<em>Appears on:</em>
  2051  <a href="#projectcontour.io/v1.HeadersPolicy">HeadersPolicy</a>, 
  2052  <a href="#projectcontour.io/v1.LocalRateLimitPolicy">LocalRateLimitPolicy</a>)
  2053  </p>
  2054  <p>
  2055  <p>HeaderValue represents a header name/value pair</p>
  2056  </p>
  2057  <table>
  2058  <thead>
  2059  <tr>
  2060  <th>Field</th>
  2061  <th>Description</th>
  2062  </tr>
  2063  </thead>
  2064  <tbody>
  2065  <tr>
  2066  <td style="white-space:nowrap">
  2067  <code>name</code>
  2068  <br>
  2069  <em>
  2070  string
  2071  </em>
  2072  </td>
  2073  <td>
  2074  <p>Name represents a key of a header</p>
  2075  </td>
  2076  </tr>
  2077  <tr>
  2078  <td style="white-space:nowrap">
  2079  <code>value</code>
  2080  <br>
  2081  <em>
  2082  string
  2083  </em>
  2084  </td>
  2085  <td>
  2086  <p>Value represents the value of a header specified by a key</p>
  2087  </td>
  2088  </tr>
  2089  </tbody>
  2090  </table>
  2091  <h3 id="projectcontour.io/v1.HeadersPolicy">HeadersPolicy
  2092  </h3>
  2093  <p>
  2094  (<em>Appears on:</em>
  2095  <a href="#projectcontour.io/v1.Route">Route</a>, 
  2096  <a href="#projectcontour.io/v1.Service">Service</a>)
  2097  </p>
  2098  <p>
  2099  <p>HeadersPolicy defines how headers are managed during forwarding.
  2100  The <code>Host</code> header is treated specially and if set in a HTTP response
  2101  will be used as the SNI server name when forwarding over TLS. It is an
  2102  error to attempt to set the <code>Host</code> header in a HTTP response.</p>
  2103  </p>
  2104  <table>
  2105  <thead>
  2106  <tr>
  2107  <th>Field</th>
  2108  <th>Description</th>
  2109  </tr>
  2110  </thead>
  2111  <tbody>
  2112  <tr>
  2113  <td style="white-space:nowrap">
  2114  <code>set</code>
  2115  <br>
  2116  <em>
  2117  <a href="#projectcontour.io/v1.HeaderValue">
  2118  []HeaderValue
  2119  </a>
  2120  </em>
  2121  </td>
  2122  <td>
  2123  <em>(Optional)</em>
  2124  <p>Set specifies a list of HTTP header values that will be set in the HTTP header.
  2125  If the header does not exist it will be added, otherwise it will be overwritten with the new value.</p>
  2126  </td>
  2127  </tr>
  2128  <tr>
  2129  <td style="white-space:nowrap">
  2130  <code>remove</code>
  2131  <br>
  2132  <em>
  2133  []string
  2134  </em>
  2135  </td>
  2136  <td>
  2137  <em>(Optional)</em>
  2138  <p>Remove specifies a list of HTTP header names to remove.</p>
  2139  </td>
  2140  </tr>
  2141  </tbody>
  2142  </table>
  2143  <h3 id="projectcontour.io/v1.IPFilterPolicy">IPFilterPolicy
  2144  </h3>
  2145  <p>
  2146  (<em>Appears on:</em>
  2147  <a href="#projectcontour.io/v1.Route">Route</a>, 
  2148  <a href="#projectcontour.io/v1.VirtualHost">VirtualHost</a>)
  2149  </p>
  2150  <p>
  2151  </p>
  2152  <table>
  2153  <thead>
  2154  <tr>
  2155  <th>Field</th>
  2156  <th>Description</th>
  2157  </tr>
  2158  </thead>
  2159  <tbody>
  2160  <tr>
  2161  <td style="white-space:nowrap">
  2162  <code>source</code>
  2163  <br>
  2164  <em>
  2165  <a href="#projectcontour.io/v1.IPFilterSource">
  2166  IPFilterSource
  2167  </a>
  2168  </em>
  2169  </td>
  2170  <td>
  2171  <p>Source indicates how to determine the ip address to filter on, and can be
  2172  one of two values:
  2173  - <code>Remote</code> filters on the ip address of the client, accounting for PROXY and
  2174  X-Forwarded-For as needed.
  2175  - <code>Peer</code> filters on the ip of the network request, ignoring PROXY and
  2176  X-Forwarded-For.</p>
  2177  </td>
  2178  </tr>
  2179  <tr>
  2180  <td style="white-space:nowrap">
  2181  <code>cidr</code>
  2182  <br>
  2183  <em>
  2184  string
  2185  </em>
  2186  </td>
  2187  <td>
  2188  <p>CIDR is a CIDR block of ipv4 or ipv6 addresses to filter on. This can also be
  2189  a bare IP address (without a mask) to filter on exactly one address.</p>
  2190  </td>
  2191  </tr>
  2192  </tbody>
  2193  </table>
  2194  <h3 id="projectcontour.io/v1.IPFilterSource">IPFilterSource
  2195  (<code>string</code> alias)</p></h3>
  2196  <p>
  2197  (<em>Appears on:</em>
  2198  <a href="#projectcontour.io/v1.IPFilterPolicy">IPFilterPolicy</a>)
  2199  </p>
  2200  <p>
  2201  <p>IPFilterSource indicates which IP should be considered for filtering</p>
  2202  </p>
  2203  <table>
  2204  <thead>
  2205  <tr>
  2206  <th>Value</th>
  2207  <th>Description</th>
  2208  </tr>
  2209  </thead>
  2210  <tbody><tr><td><p>&#34;Peer&#34;</p></td>
  2211  <td></td>
  2212  </tr><tr><td><p>&#34;Remote&#34;</p></td>
  2213  <td></td>
  2214  </tr></tbody>
  2215  </table>
  2216  <h3 id="projectcontour.io/v1.Include">Include
  2217  </h3>
  2218  <p>
  2219  (<em>Appears on:</em>
  2220  <a href="#projectcontour.io/v1.HTTPProxySpec">HTTPProxySpec</a>)
  2221  </p>
  2222  <p>
  2223  <p>Include describes a set of policies that can be applied to an HTTPProxy in a namespace.</p>
  2224  </p>
  2225  <table>
  2226  <thead>
  2227  <tr>
  2228  <th>Field</th>
  2229  <th>Description</th>
  2230  </tr>
  2231  </thead>
  2232  <tbody>
  2233  <tr>
  2234  <td style="white-space:nowrap">
  2235  <code>name</code>
  2236  <br>
  2237  <em>
  2238  string
  2239  </em>
  2240  </td>
  2241  <td>
  2242  <p>Name of the HTTPProxy</p>
  2243  </td>
  2244  </tr>
  2245  <tr>
  2246  <td style="white-space:nowrap">
  2247  <code>namespace</code>
  2248  <br>
  2249  <em>
  2250  string
  2251  </em>
  2252  </td>
  2253  <td>
  2254  <em>(Optional)</em>
  2255  <p>Namespace of the HTTPProxy to include. Defaults to the current namespace if not supplied.</p>
  2256  </td>
  2257  </tr>
  2258  <tr>
  2259  <td style="white-space:nowrap">
  2260  <code>conditions</code>
  2261  <br>
  2262  <em>
  2263  <a href="#projectcontour.io/v1.MatchCondition">
  2264  []MatchCondition
  2265  </a>
  2266  </em>
  2267  </td>
  2268  <td>
  2269  <em>(Optional)</em>
  2270  <p>Conditions are a set of rules that are applied to included HTTPProxies.
  2271  In effect, they are added onto the Conditions of included HTTPProxy Route
  2272  structs.
  2273  When applied, they are merged using AND, with one exception:
  2274  There can be only one Prefix MatchCondition per Conditions slice.
  2275  More than one Prefix, or contradictory Conditions, will make the
  2276  include invalid. Exact and Regex match conditions are not allowed
  2277  on includes.</p>
  2278  </td>
  2279  </tr>
  2280  </tbody>
  2281  </table>
  2282  <h3 id="projectcontour.io/v1.JWTProvider">JWTProvider
  2283  </h3>
  2284  <p>
  2285  (<em>Appears on:</em>
  2286  <a href="#projectcontour.io/v1.VirtualHost">VirtualHost</a>)
  2287  </p>
  2288  <p>
  2289  <p>JWTProvider defines how to verify JWTs on requests.</p>
  2290  </p>
  2291  <table>
  2292  <thead>
  2293  <tr>
  2294  <th>Field</th>
  2295  <th>Description</th>
  2296  </tr>
  2297  </thead>
  2298  <tbody>
  2299  <tr>
  2300  <td style="white-space:nowrap">
  2301  <code>name</code>
  2302  <br>
  2303  <em>
  2304  string
  2305  </em>
  2306  </td>
  2307  <td>
  2308  <p>Unique name for the provider.</p>
  2309  </td>
  2310  </tr>
  2311  <tr>
  2312  <td style="white-space:nowrap">
  2313  <code>default</code>
  2314  <br>
  2315  <em>
  2316  bool
  2317  </em>
  2318  </td>
  2319  <td>
  2320  <em>(Optional)</em>
  2321  <p>Whether the provider should apply to all
  2322  routes in the HTTPProxy/its includes by
  2323  default. At most one provider can be marked
  2324  as the default. If no provider is marked
  2325  as the default, individual routes must explicitly
  2326  identify the provider they require.</p>
  2327  </td>
  2328  </tr>
  2329  <tr>
  2330  <td style="white-space:nowrap">
  2331  <code>issuer</code>
  2332  <br>
  2333  <em>
  2334  string
  2335  </em>
  2336  </td>
  2337  <td>
  2338  <em>(Optional)</em>
  2339  <p>Issuer that JWTs are required to have in the &ldquo;iss&rdquo; field.
  2340  If not provided, JWT issuers are not checked.</p>
  2341  </td>
  2342  </tr>
  2343  <tr>
  2344  <td style="white-space:nowrap">
  2345  <code>audiences</code>
  2346  <br>
  2347  <em>
  2348  []string
  2349  </em>
  2350  </td>
  2351  <td>
  2352  <em>(Optional)</em>
  2353  <p>Audiences that JWTs are allowed to have in the &ldquo;aud&rdquo; field.
  2354  If not provided, JWT audiences are not checked.</p>
  2355  </td>
  2356  </tr>
  2357  <tr>
  2358  <td style="white-space:nowrap">
  2359  <code>remoteJWKS</code>
  2360  <br>
  2361  <em>
  2362  <a href="#projectcontour.io/v1.RemoteJWKS">
  2363  RemoteJWKS
  2364  </a>
  2365  </em>
  2366  </td>
  2367  <td>
  2368  <p>Remote JWKS to use for verifying JWT signatures.</p>
  2369  </td>
  2370  </tr>
  2371  <tr>
  2372  <td style="white-space:nowrap">
  2373  <code>forwardJWT</code>
  2374  <br>
  2375  <em>
  2376  bool
  2377  </em>
  2378  </td>
  2379  <td>
  2380  <em>(Optional)</em>
  2381  <p>Whether the JWT should be forwarded to the backend
  2382  service after successful verification. By default,
  2383  the JWT is not forwarded.</p>
  2384  </td>
  2385  </tr>
  2386  </tbody>
  2387  </table>
  2388  <h3 id="projectcontour.io/v1.JWTVerificationPolicy">JWTVerificationPolicy
  2389  </h3>
  2390  <p>
  2391  (<em>Appears on:</em>
  2392  <a href="#projectcontour.io/v1.Route">Route</a>)
  2393  </p>
  2394  <p>
  2395  </p>
  2396  <table>
  2397  <thead>
  2398  <tr>
  2399  <th>Field</th>
  2400  <th>Description</th>
  2401  </tr>
  2402  </thead>
  2403  <tbody>
  2404  <tr>
  2405  <td style="white-space:nowrap">
  2406  <code>require</code>
  2407  <br>
  2408  <em>
  2409  string
  2410  </em>
  2411  </td>
  2412  <td>
  2413  <em>(Optional)</em>
  2414  <p>Require names a specific JWT provider (defined in the virtual host)
  2415  to require for the route. If specified, this field overrides the
  2416  default provider if one exists. If this field is not specified,
  2417  the default provider will be required if one exists. At most one of
  2418  this field or the &ldquo;disabled&rdquo; field can be specified.</p>
  2419  </td>
  2420  </tr>
  2421  <tr>
  2422  <td style="white-space:nowrap">
  2423  <code>disabled</code>
  2424  <br>
  2425  <em>
  2426  bool
  2427  </em>
  2428  </td>
  2429  <td>
  2430  <em>(Optional)</em>
  2431  <p>Disabled defines whether to disable all JWT verification for this
  2432  route. This can be used to opt specific routes out of the default
  2433  JWT provider for the HTTPProxy. At most one of this field or the
  2434  &ldquo;require&rdquo; field can be specified.</p>
  2435  </td>
  2436  </tr>
  2437  </tbody>
  2438  </table>
  2439  <h3 id="projectcontour.io/v1.LoadBalancerPolicy">LoadBalancerPolicy
  2440  </h3>
  2441  <p>
  2442  (<em>Appears on:</em>
  2443  <a href="#projectcontour.io/v1.Route">Route</a>, 
  2444  <a href="#projectcontour.io/v1.TCPProxy">TCPProxy</a>, 
  2445  <a href="#projectcontour.io/v1alpha1.ExtensionServiceSpec">ExtensionServiceSpec</a>)
  2446  </p>
  2447  <p>
  2448  <p>LoadBalancerPolicy defines the load balancing policy.</p>
  2449  </p>
  2450  <table>
  2451  <thead>
  2452  <tr>
  2453  <th>Field</th>
  2454  <th>Description</th>
  2455  </tr>
  2456  </thead>
  2457  <tbody>
  2458  <tr>
  2459  <td style="white-space:nowrap">
  2460  <code>strategy</code>
  2461  <br>
  2462  <em>
  2463  string
  2464  </em>
  2465  </td>
  2466  <td>
  2467  <p>Strategy specifies the policy used to balance requests
  2468  across the pool of backend pods. Valid policy names are
  2469  <code>Random</code>, <code>RoundRobin</code>, <code>WeightedLeastRequest</code>, <code>Cookie</code>,
  2470  and <code>RequestHash</code>. If an unknown strategy name is specified
  2471  or no policy is supplied, the default <code>RoundRobin</code> policy
  2472  is used.</p>
  2473  </td>
  2474  </tr>
  2475  <tr>
  2476  <td style="white-space:nowrap">
  2477  <code>requestHashPolicies</code>
  2478  <br>
  2479  <em>
  2480  <a href="#projectcontour.io/v1.RequestHashPolicy">
  2481  []RequestHashPolicy
  2482  </a>
  2483  </em>
  2484  </td>
  2485  <td>
  2486  <p>RequestHashPolicies contains a list of hash policies to apply when the
  2487  <code>RequestHash</code> load balancing strategy is chosen. If an element of the
  2488  supplied list of hash policies is invalid, it will be ignored. If the
  2489  list of hash policies is empty after validation, the load balancing
  2490  strategy will fall back to the default <code>RoundRobin</code>.</p>
  2491  </td>
  2492  </tr>
  2493  </tbody>
  2494  </table>
  2495  <h3 id="projectcontour.io/v1.LocalRateLimitPolicy">LocalRateLimitPolicy
  2496  </h3>
  2497  <p>
  2498  (<em>Appears on:</em>
  2499  <a href="#projectcontour.io/v1.RateLimitPolicy">RateLimitPolicy</a>)
  2500  </p>
  2501  <p>
  2502  <p>LocalRateLimitPolicy defines local rate limiting parameters.</p>
  2503  </p>
  2504  <table>
  2505  <thead>
  2506  <tr>
  2507  <th>Field</th>
  2508  <th>Description</th>
  2509  </tr>
  2510  </thead>
  2511  <tbody>
  2512  <tr>
  2513  <td style="white-space:nowrap">
  2514  <code>requests</code>
  2515  <br>
  2516  <em>
  2517  uint32
  2518  </em>
  2519  </td>
  2520  <td>
  2521  <p>Requests defines how many requests per unit of time should
  2522  be allowed before rate limiting occurs.</p>
  2523  </td>
  2524  </tr>
  2525  <tr>
  2526  <td style="white-space:nowrap">
  2527  <code>unit</code>
  2528  <br>
  2529  <em>
  2530  string
  2531  </em>
  2532  </td>
  2533  <td>
  2534  <p>Unit defines the period of time within which requests
  2535  over the limit will be rate limited. Valid values are
  2536  &ldquo;second&rdquo;, &ldquo;minute&rdquo; and &ldquo;hour&rdquo;.</p>
  2537  </td>
  2538  </tr>
  2539  <tr>
  2540  <td style="white-space:nowrap">
  2541  <code>burst</code>
  2542  <br>
  2543  <em>
  2544  uint32
  2545  </em>
  2546  </td>
  2547  <td>
  2548  <em>(Optional)</em>
  2549  <p>Burst defines the number of requests above the requests per
  2550  unit that should be allowed within a short period of time.</p>
  2551  </td>
  2552  </tr>
  2553  <tr>
  2554  <td style="white-space:nowrap">
  2555  <code>responseStatusCode</code>
  2556  <br>
  2557  <em>
  2558  uint32
  2559  </em>
  2560  </td>
  2561  <td>
  2562  <em>(Optional)</em>
  2563  <p>ResponseStatusCode is the HTTP status code to use for responses
  2564  to rate-limited requests. Codes must be in the 400-599 range
  2565  (inclusive). If not specified, the Envoy default of 429 (Too
  2566  Many Requests) is used.</p>
  2567  </td>
  2568  </tr>
  2569  <tr>
  2570  <td style="white-space:nowrap">
  2571  <code>responseHeadersToAdd</code>
  2572  <br>
  2573  <em>
  2574  <a href="#projectcontour.io/v1.HeaderValue">
  2575  []HeaderValue
  2576  </a>
  2577  </em>
  2578  </td>
  2579  <td>
  2580  <em>(Optional)</em>
  2581  <p>ResponseHeadersToAdd is an optional list of response headers to
  2582  set when a request is rate-limited.</p>
  2583  </td>
  2584  </tr>
  2585  </tbody>
  2586  </table>
  2587  <h3 id="projectcontour.io/v1.MatchCondition">MatchCondition
  2588  </h3>
  2589  <p>
  2590  (<em>Appears on:</em>
  2591  <a href="#projectcontour.io/v1.Include">Include</a>, 
  2592  <a href="#projectcontour.io/v1.Route">Route</a>)
  2593  </p>
  2594  <p>
  2595  <p>MatchCondition are a general holder for matching rules for HTTPProxies.
  2596  One of Prefix, Exact, Regex, Header or QueryParameter must be provided.</p>
  2597  </p>
  2598  <table>
  2599  <thead>
  2600  <tr>
  2601  <th>Field</th>
  2602  <th>Description</th>
  2603  </tr>
  2604  </thead>
  2605  <tbody>
  2606  <tr>
  2607  <td style="white-space:nowrap">
  2608  <code>prefix</code>
  2609  <br>
  2610  <em>
  2611  string
  2612  </em>
  2613  </td>
  2614  <td>
  2615  <em>(Optional)</em>
  2616  <p>Prefix defines a prefix match for a request.</p>
  2617  </td>
  2618  </tr>
  2619  <tr>
  2620  <td style="white-space:nowrap">
  2621  <code>exact</code>
  2622  <br>
  2623  <em>
  2624  string
  2625  </em>
  2626  </td>
  2627  <td>
  2628  <em>(Optional)</em>
  2629  <p>Exact defines a exact match for a request.
  2630  This field is not allowed in include match conditions.</p>
  2631  </td>
  2632  </tr>
  2633  <tr>
  2634  <td style="white-space:nowrap">
  2635  <code>regex</code>
  2636  <br>
  2637  <em>
  2638  string
  2639  </em>
  2640  </td>
  2641  <td>
  2642  <em>(Optional)</em>
  2643  <p>Regex defines a regex match for a request.
  2644  This field is not allowed in include match conditions.</p>
  2645  </td>
  2646  </tr>
  2647  <tr>
  2648  <td style="white-space:nowrap">
  2649  <code>header</code>
  2650  <br>
  2651  <em>
  2652  <a href="#projectcontour.io/v1.HeaderMatchCondition">
  2653  HeaderMatchCondition
  2654  </a>
  2655  </em>
  2656  </td>
  2657  <td>
  2658  <em>(Optional)</em>
  2659  <p>Header specifies the header condition to match.</p>
  2660  </td>
  2661  </tr>
  2662  <tr>
  2663  <td style="white-space:nowrap">
  2664  <code>queryParameter</code>
  2665  <br>
  2666  <em>
  2667  <a href="#projectcontour.io/v1.QueryParameterMatchCondition">
  2668  QueryParameterMatchCondition
  2669  </a>
  2670  </em>
  2671  </td>
  2672  <td>
  2673  <em>(Optional)</em>
  2674  <p>QueryParameter specifies the query parameter condition to match.</p>
  2675  </td>
  2676  </tr>
  2677  </tbody>
  2678  </table>
  2679  <h3 id="projectcontour.io/v1.PathRewritePolicy">PathRewritePolicy
  2680  </h3>
  2681  <p>
  2682  (<em>Appears on:</em>
  2683  <a href="#projectcontour.io/v1.Route">Route</a>)
  2684  </p>
  2685  <p>
  2686  <p>PathRewritePolicy specifies how a request URL path should be
  2687  rewritten. This rewriting takes place after a request is routed
  2688  and has no subsequent effects on the proxy&rsquo;s routing decision.
  2689  No HTTP headers or body content is rewritten.</p>
  2690  <p>Exactly one field in this struct may be specified.</p>
  2691  </p>
  2692  <table>
  2693  <thead>
  2694  <tr>
  2695  <th>Field</th>
  2696  <th>Description</th>
  2697  </tr>
  2698  </thead>
  2699  <tbody>
  2700  <tr>
  2701  <td style="white-space:nowrap">
  2702  <code>replacePrefix</code>
  2703  <br>
  2704  <em>
  2705  <a href="#projectcontour.io/v1.ReplacePrefix">
  2706  []ReplacePrefix
  2707  </a>
  2708  </em>
  2709  </td>
  2710  <td>
  2711  <em>(Optional)</em>
  2712  <p>ReplacePrefix describes how the path prefix should be replaced.</p>
  2713  </td>
  2714  </tr>
  2715  </tbody>
  2716  </table>
  2717  <h3 id="projectcontour.io/v1.QueryParameterHashOptions">QueryParameterHashOptions
  2718  </h3>
  2719  <p>
  2720  (<em>Appears on:</em>
  2721  <a href="#projectcontour.io/v1.RequestHashPolicy">RequestHashPolicy</a>)
  2722  </p>
  2723  <p>
  2724  <p>QueryParameterHashOptions contains options to configure a query parameter based hash
  2725  policy, used in request attribute hash based load balancing.</p>
  2726  </p>
  2727  <table>
  2728  <thead>
  2729  <tr>
  2730  <th>Field</th>
  2731  <th>Description</th>
  2732  </tr>
  2733  </thead>
  2734  <tbody>
  2735  <tr>
  2736  <td style="white-space:nowrap">
  2737  <code>parameterName</code>
  2738  <br>
  2739  <em>
  2740  string
  2741  </em>
  2742  </td>
  2743  <td>
  2744  <p>ParameterName is the name of the HTTP request query parameter that will be used to
  2745  calculate the hash key. If the query parameter specified is not present on a
  2746  request, no hash will be produced.</p>
  2747  </td>
  2748  </tr>
  2749  </tbody>
  2750  </table>
  2751  <h3 id="projectcontour.io/v1.QueryParameterMatchCondition">QueryParameterMatchCondition
  2752  </h3>
  2753  <p>
  2754  (<em>Appears on:</em>
  2755  <a href="#projectcontour.io/v1.MatchCondition">MatchCondition</a>)
  2756  </p>
  2757  <p>
  2758  <p>QueryParameterMatchCondition specifies how to conditionally match against HTTP
  2759  query parameters. The Name field is required, only one of Exact, Prefix,
  2760  Suffix, Regex, Contains and Present can be set. IgnoreCase has no effect
  2761  for Regex.</p>
  2762  </p>
  2763  <table>
  2764  <thead>
  2765  <tr>
  2766  <th>Field</th>
  2767  <th>Description</th>
  2768  </tr>
  2769  </thead>
  2770  <tbody>
  2771  <tr>
  2772  <td style="white-space:nowrap">
  2773  <code>name</code>
  2774  <br>
  2775  <em>
  2776  string
  2777  </em>
  2778  </td>
  2779  <td>
  2780  <p>Name is the name of the query parameter to match against. Name is required.
  2781  Query parameter names are case insensitive.</p>
  2782  </td>
  2783  </tr>
  2784  <tr>
  2785  <td style="white-space:nowrap">
  2786  <code>exact</code>
  2787  <br>
  2788  <em>
  2789  string
  2790  </em>
  2791  </td>
  2792  <td>
  2793  <em>(Optional)</em>
  2794  <p>Exact specifies a string that the query parameter value must be equal to.</p>
  2795  </td>
  2796  </tr>
  2797  <tr>
  2798  <td style="white-space:nowrap">
  2799  <code>prefix</code>
  2800  <br>
  2801  <em>
  2802  string
  2803  </em>
  2804  </td>
  2805  <td>
  2806  <em>(Optional)</em>
  2807  <p>Prefix defines a prefix match for the query parameter value.</p>
  2808  </td>
  2809  </tr>
  2810  <tr>
  2811  <td style="white-space:nowrap">
  2812  <code>suffix</code>
  2813  <br>
  2814  <em>
  2815  string
  2816  </em>
  2817  </td>
  2818  <td>
  2819  <em>(Optional)</em>
  2820  <p>Suffix defines a suffix match for a query parameter value.</p>
  2821  </td>
  2822  </tr>
  2823  <tr>
  2824  <td style="white-space:nowrap">
  2825  <code>regex</code>
  2826  <br>
  2827  <em>
  2828  string
  2829  </em>
  2830  </td>
  2831  <td>
  2832  <em>(Optional)</em>
  2833  <p>Regex specifies a regular expression pattern that must match the query
  2834  parameter value.</p>
  2835  </td>
  2836  </tr>
  2837  <tr>
  2838  <td style="white-space:nowrap">
  2839  <code>contains</code>
  2840  <br>
  2841  <em>
  2842  string
  2843  </em>
  2844  </td>
  2845  <td>
  2846  <em>(Optional)</em>
  2847  <p>Contains specifies a substring that must be present in
  2848  the query parameter value.</p>
  2849  </td>
  2850  </tr>
  2851  <tr>
  2852  <td style="white-space:nowrap">
  2853  <code>ignoreCase</code>
  2854  <br>
  2855  <em>
  2856  bool
  2857  </em>
  2858  </td>
  2859  <td>
  2860  <em>(Optional)</em>
  2861  <p>IgnoreCase specifies that string matching should be case insensitive.
  2862  Note that this has no effect on the Regex parameter.</p>
  2863  </td>
  2864  </tr>
  2865  <tr>
  2866  <td style="white-space:nowrap">
  2867  <code>present</code>
  2868  <br>
  2869  <em>
  2870  bool
  2871  </em>
  2872  </td>
  2873  <td>
  2874  <em>(Optional)</em>
  2875  <p>Present specifies that condition is true when the named query parameter
  2876  is present, regardless of its value. Note that setting Present
  2877  to false does not make the condition true if the named query parameter
  2878  is absent.</p>
  2879  </td>
  2880  </tr>
  2881  </tbody>
  2882  </table>
  2883  <h3 id="projectcontour.io/v1.RateLimitDescriptor">RateLimitDescriptor
  2884  </h3>
  2885  <p>
  2886  (<em>Appears on:</em>
  2887  <a href="#projectcontour.io/v1.GlobalRateLimitPolicy">GlobalRateLimitPolicy</a>)
  2888  </p>
  2889  <p>
  2890  <p>RateLimitDescriptor defines a list of key-value pair generators.</p>
  2891  </p>
  2892  <table>
  2893  <thead>
  2894  <tr>
  2895  <th>Field</th>
  2896  <th>Description</th>
  2897  </tr>
  2898  </thead>
  2899  <tbody>
  2900  <tr>
  2901  <td style="white-space:nowrap">
  2902  <code>entries</code>
  2903  <br>
  2904  <em>
  2905  <a href="#projectcontour.io/v1.RateLimitDescriptorEntry">
  2906  []RateLimitDescriptorEntry
  2907  </a>
  2908  </em>
  2909  </td>
  2910  <td>
  2911  <p>Entries is the list of key-value pair generators.</p>
  2912  </td>
  2913  </tr>
  2914  </tbody>
  2915  </table>
  2916  <h3 id="projectcontour.io/v1.RateLimitDescriptorEntry">RateLimitDescriptorEntry
  2917  </h3>
  2918  <p>
  2919  (<em>Appears on:</em>
  2920  <a href="#projectcontour.io/v1.RateLimitDescriptor">RateLimitDescriptor</a>)
  2921  </p>
  2922  <p>
  2923  <p>RateLimitDescriptorEntry is a key-value pair generator. Exactly
  2924  one field on this struct must be non-nil.</p>
  2925  </p>
  2926  <table>
  2927  <thead>
  2928  <tr>
  2929  <th>Field</th>
  2930  <th>Description</th>
  2931  </tr>
  2932  </thead>
  2933  <tbody>
  2934  <tr>
  2935  <td style="white-space:nowrap">
  2936  <code>genericKey</code>
  2937  <br>
  2938  <em>
  2939  <a href="#projectcontour.io/v1.GenericKeyDescriptor">
  2940  GenericKeyDescriptor
  2941  </a>
  2942  </em>
  2943  </td>
  2944  <td>
  2945  <em>(Optional)</em>
  2946  <p>GenericKey defines a descriptor entry with a static key and value.</p>
  2947  </td>
  2948  </tr>
  2949  <tr>
  2950  <td style="white-space:nowrap">
  2951  <code>requestHeader</code>
  2952  <br>
  2953  <em>
  2954  <a href="#projectcontour.io/v1.RequestHeaderDescriptor">
  2955  RequestHeaderDescriptor
  2956  </a>
  2957  </em>
  2958  </td>
  2959  <td>
  2960  <em>(Optional)</em>
  2961  <p>RequestHeader defines a descriptor entry that&rsquo;s populated only if
  2962  a given header is present on the request. The descriptor key is static,
  2963  and the descriptor value is equal to the value of the header.</p>
  2964  </td>
  2965  </tr>
  2966  <tr>
  2967  <td style="white-space:nowrap">
  2968  <code>requestHeaderValueMatch</code>
  2969  <br>
  2970  <em>
  2971  <a href="#projectcontour.io/v1.RequestHeaderValueMatchDescriptor">
  2972  RequestHeaderValueMatchDescriptor
  2973  </a>
  2974  </em>
  2975  </td>
  2976  <td>
  2977  <em>(Optional)</em>
  2978  <p>RequestHeaderValueMatch defines a descriptor entry that&rsquo;s populated
  2979  if the request&rsquo;s headers match a set of 1+ match criteria. The
  2980  descriptor key is &ldquo;header_match&rdquo;, and the descriptor value is static.</p>
  2981  </td>
  2982  </tr>
  2983  <tr>
  2984  <td style="white-space:nowrap">
  2985  <code>remoteAddress</code>
  2986  <br>
  2987  <em>
  2988  <a href="#projectcontour.io/v1.RemoteAddressDescriptor">
  2989  RemoteAddressDescriptor
  2990  </a>
  2991  </em>
  2992  </td>
  2993  <td>
  2994  <em>(Optional)</em>
  2995  <p>RemoteAddress defines a descriptor entry with a key of &ldquo;remote_address&rdquo;
  2996  and a value equal to the client&rsquo;s IP address (from x-forwarded-for).</p>
  2997  </td>
  2998  </tr>
  2999  </tbody>
  3000  </table>
  3001  <h3 id="projectcontour.io/v1.RateLimitPolicy">RateLimitPolicy
  3002  </h3>
  3003  <p>
  3004  (<em>Appears on:</em>
  3005  <a href="#projectcontour.io/v1.Route">Route</a>, 
  3006  <a href="#projectcontour.io/v1.VirtualHost">VirtualHost</a>)
  3007  </p>
  3008  <p>
  3009  <p>RateLimitPolicy defines rate limiting parameters.</p>
  3010  </p>
  3011  <table>
  3012  <thead>
  3013  <tr>
  3014  <th>Field</th>
  3015  <th>Description</th>
  3016  </tr>
  3017  </thead>
  3018  <tbody>
  3019  <tr>
  3020  <td style="white-space:nowrap">
  3021  <code>local</code>
  3022  <br>
  3023  <em>
  3024  <a href="#projectcontour.io/v1.LocalRateLimitPolicy">
  3025  LocalRateLimitPolicy
  3026  </a>
  3027  </em>
  3028  </td>
  3029  <td>
  3030  <em>(Optional)</em>
  3031  <p>Local defines local rate limiting parameters, i.e. parameters
  3032  for rate limiting that occurs within each Envoy pod as requests
  3033  are handled.</p>
  3034  </td>
  3035  </tr>
  3036  <tr>
  3037  <td style="white-space:nowrap">
  3038  <code>global</code>
  3039  <br>
  3040  <em>
  3041  <a href="#projectcontour.io/v1.GlobalRateLimitPolicy">
  3042  GlobalRateLimitPolicy
  3043  </a>
  3044  </em>
  3045  </td>
  3046  <td>
  3047  <em>(Optional)</em>
  3048  <p>Global defines global rate limiting parameters, i.e. parameters
  3049  defining descriptors that are sent to an external rate limit
  3050  service (RLS) for a rate limit decision on each request.</p>
  3051  </td>
  3052  </tr>
  3053  </tbody>
  3054  </table>
  3055  <h3 id="projectcontour.io/v1.RedirectResponseCode">RedirectResponseCode
  3056  (<code>uint32</code> alias)</p></h3>
  3057  <p>
  3058  (<em>Appears on:</em>
  3059  <a href="#projectcontour.io/v1.HTTPInternalRedirectPolicy">HTTPInternalRedirectPolicy</a>)
  3060  </p>
  3061  <p>
  3062  <p>RedirectResponseCode is a uint32 type alias with validation to ensure that the value is valid.</p>
  3063  </p>
  3064  <h3 id="projectcontour.io/v1.RemoteAddressDescriptor">RemoteAddressDescriptor
  3065  </h3>
  3066  <p>
  3067  (<em>Appears on:</em>
  3068  <a href="#projectcontour.io/v1.RateLimitDescriptorEntry">RateLimitDescriptorEntry</a>)
  3069  </p>
  3070  <p>
  3071  <p>RemoteAddressDescriptor defines a descriptor entry with a key of
  3072  &ldquo;remote_address&rdquo; and a value equal to the client&rsquo;s IP address
  3073  (from x-forwarded-for).</p>
  3074  </p>
  3075  <h3 id="projectcontour.io/v1.RemoteJWKS">RemoteJWKS
  3076  </h3>
  3077  <p>
  3078  (<em>Appears on:</em>
  3079  <a href="#projectcontour.io/v1.JWTProvider">JWTProvider</a>)
  3080  </p>
  3081  <p>
  3082  <p>RemoteJWKS defines how to fetch a JWKS from an HTTP endpoint.</p>
  3083  </p>
  3084  <table>
  3085  <thead>
  3086  <tr>
  3087  <th>Field</th>
  3088  <th>Description</th>
  3089  </tr>
  3090  </thead>
  3091  <tbody>
  3092  <tr>
  3093  <td style="white-space:nowrap">
  3094  <code>uri</code>
  3095  <br>
  3096  <em>
  3097  string
  3098  </em>
  3099  </td>
  3100  <td>
  3101  <p>The URI for the JWKS.</p>
  3102  </td>
  3103  </tr>
  3104  <tr>
  3105  <td style="white-space:nowrap">
  3106  <code>validation</code>
  3107  <br>
  3108  <em>
  3109  <a href="#projectcontour.io/v1.UpstreamValidation">
  3110  UpstreamValidation
  3111  </a>
  3112  </em>
  3113  </td>
  3114  <td>
  3115  <em>(Optional)</em>
  3116  <p>UpstreamValidation defines how to verify the JWKS&rsquo;s TLS certificate.</p>
  3117  </td>
  3118  </tr>
  3119  <tr>
  3120  <td style="white-space:nowrap">
  3121  <code>timeout</code>
  3122  <br>
  3123  <em>
  3124  string
  3125  </em>
  3126  </td>
  3127  <td>
  3128  <em>(Optional)</em>
  3129  <p>How long to wait for a response from the URI.
  3130  If not specified, a default of 1s applies.</p>
  3131  </td>
  3132  </tr>
  3133  <tr>
  3134  <td style="white-space:nowrap">
  3135  <code>cacheDuration</code>
  3136  <br>
  3137  <em>
  3138  string
  3139  </em>
  3140  </td>
  3141  <td>
  3142  <em>(Optional)</em>
  3143  <p>How long to cache the JWKS locally. If not specified,
  3144  Envoy&rsquo;s default of 5m applies.</p>
  3145  </td>
  3146  </tr>
  3147  <tr>
  3148  <td style="white-space:nowrap">
  3149  <code>dnsLookupFamily</code>
  3150  <br>
  3151  <em>
  3152  string
  3153  </em>
  3154  </td>
  3155  <td>
  3156  <em>(Optional)</em>
  3157  <p>The DNS IP address resolution policy for the JWKS URI.
  3158  When configured as &ldquo;v4&rdquo;, the DNS resolver will only perform a lookup
  3159  for addresses in the IPv4 family. If &ldquo;v6&rdquo; is configured, the DNS resolver
  3160  will only perform a lookup for addresses in the IPv6 family.
  3161  If &ldquo;all&rdquo; is configured, the DNS resolver
  3162  will perform a lookup for addresses in both the IPv4 and IPv6 family.
  3163  If &ldquo;auto&rdquo; is configured, the DNS resolver will first perform a lookup
  3164  for addresses in the IPv6 family and fallback to a lookup for addresses
  3165  in the IPv4 family. If not specified, the Contour-wide setting defined
  3166  in the config file or ContourConfiguration applies (defaults to &ldquo;auto&rdquo;).</p>
  3167  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily</a>
  3168  for more information.</p>
  3169  </td>
  3170  </tr>
  3171  </tbody>
  3172  </table>
  3173  <h3 id="projectcontour.io/v1.ReplacePrefix">ReplacePrefix
  3174  </h3>
  3175  <p>
  3176  (<em>Appears on:</em>
  3177  <a href="#projectcontour.io/v1.PathRewritePolicy">PathRewritePolicy</a>)
  3178  </p>
  3179  <p>
  3180  <p>ReplacePrefix describes a path prefix replacement.</p>
  3181  </p>
  3182  <table>
  3183  <thead>
  3184  <tr>
  3185  <th>Field</th>
  3186  <th>Description</th>
  3187  </tr>
  3188  </thead>
  3189  <tbody>
  3190  <tr>
  3191  <td style="white-space:nowrap">
  3192  <code>prefix</code>
  3193  <br>
  3194  <em>
  3195  string
  3196  </em>
  3197  </td>
  3198  <td>
  3199  <em>(Optional)</em>
  3200  <p>Prefix specifies the URL path prefix to be replaced.</p>
  3201  <p>If Prefix is specified, it must exactly match the MatchCondition
  3202  prefix that is rendered by the chain of including HTTPProxies
  3203  and only that path prefix will be replaced by Replacement.
  3204  This allows HTTPProxies that are included through multiple
  3205  roots to only replace specific path prefixes, leaving others
  3206  unmodified.</p>
  3207  <p>If Prefix is not specified, all routing prefixes rendered
  3208  by the include chain will be replaced.</p>
  3209  </td>
  3210  </tr>
  3211  <tr>
  3212  <td style="white-space:nowrap">
  3213  <code>replacement</code>
  3214  <br>
  3215  <em>
  3216  string
  3217  </em>
  3218  </td>
  3219  <td>
  3220  <p>Replacement is the string that the routing path prefix
  3221  will be replaced with. This must not be empty.</p>
  3222  </td>
  3223  </tr>
  3224  </tbody>
  3225  </table>
  3226  <h3 id="projectcontour.io/v1.RequestHashPolicy">RequestHashPolicy
  3227  </h3>
  3228  <p>
  3229  (<em>Appears on:</em>
  3230  <a href="#projectcontour.io/v1.LoadBalancerPolicy">LoadBalancerPolicy</a>)
  3231  </p>
  3232  <p>
  3233  <p>RequestHashPolicy contains configuration for an individual hash policy
  3234  on a request attribute.</p>
  3235  </p>
  3236  <table>
  3237  <thead>
  3238  <tr>
  3239  <th>Field</th>
  3240  <th>Description</th>
  3241  </tr>
  3242  </thead>
  3243  <tbody>
  3244  <tr>
  3245  <td style="white-space:nowrap">
  3246  <code>terminal</code>
  3247  <br>
  3248  <em>
  3249  bool
  3250  </em>
  3251  </td>
  3252  <td>
  3253  <p>Terminal is a flag that allows for short-circuiting computing of a hash
  3254  for a given request. If set to true, and the request attribute specified
  3255  in the attribute hash options is present, no further hash policies will
  3256  be used to calculate a hash for the request.</p>
  3257  </td>
  3258  </tr>
  3259  <tr>
  3260  <td style="white-space:nowrap">
  3261  <code>headerHashOptions</code>
  3262  <br>
  3263  <em>
  3264  <a href="#projectcontour.io/v1.HeaderHashOptions">
  3265  HeaderHashOptions
  3266  </a>
  3267  </em>
  3268  </td>
  3269  <td>
  3270  <em>(Optional)</em>
  3271  <p>HeaderHashOptions should be set when request header hash based load
  3272  balancing is desired. It must be the only hash option field set,
  3273  otherwise this request hash policy object will be ignored.</p>
  3274  </td>
  3275  </tr>
  3276  <tr>
  3277  <td style="white-space:nowrap">
  3278  <code>queryParameterHashOptions</code>
  3279  <br>
  3280  <em>
  3281  <a href="#projectcontour.io/v1.QueryParameterHashOptions">
  3282  QueryParameterHashOptions
  3283  </a>
  3284  </em>
  3285  </td>
  3286  <td>
  3287  <em>(Optional)</em>
  3288  <p>QueryParameterHashOptions should be set when request query parameter hash based load
  3289  balancing is desired. It must be the only hash option field set,
  3290  otherwise this request hash policy object will be ignored.</p>
  3291  </td>
  3292  </tr>
  3293  <tr>
  3294  <td style="white-space:nowrap">
  3295  <code>hashSourceIP</code>
  3296  <br>
  3297  <em>
  3298  bool
  3299  </em>
  3300  </td>
  3301  <td>
  3302  <em>(Optional)</em>
  3303  <p>HashSourceIP should be set to true when request source IP hash based
  3304  load balancing is desired. It must be the only hash option field set,
  3305  otherwise this request hash policy object will be ignored.</p>
  3306  </td>
  3307  </tr>
  3308  </tbody>
  3309  </table>
  3310  <h3 id="projectcontour.io/v1.RequestHeaderDescriptor">RequestHeaderDescriptor
  3311  </h3>
  3312  <p>
  3313  (<em>Appears on:</em>
  3314  <a href="#projectcontour.io/v1.RateLimitDescriptorEntry">RateLimitDescriptorEntry</a>)
  3315  </p>
  3316  <p>
  3317  <p>RequestHeaderDescriptor defines a descriptor entry that&rsquo;s populated only
  3318  if a given header is present on the request. The value of the descriptor
  3319  entry is equal to the value of the header (if present).</p>
  3320  </p>
  3321  <table>
  3322  <thead>
  3323  <tr>
  3324  <th>Field</th>
  3325  <th>Description</th>
  3326  </tr>
  3327  </thead>
  3328  <tbody>
  3329  <tr>
  3330  <td style="white-space:nowrap">
  3331  <code>headerName</code>
  3332  <br>
  3333  <em>
  3334  string
  3335  </em>
  3336  </td>
  3337  <td>
  3338  <p>HeaderName defines the name of the header to look for on the request.</p>
  3339  </td>
  3340  </tr>
  3341  <tr>
  3342  <td style="white-space:nowrap">
  3343  <code>descriptorKey</code>
  3344  <br>
  3345  <em>
  3346  string
  3347  </em>
  3348  </td>
  3349  <td>
  3350  <p>DescriptorKey defines the key to use on the descriptor entry.</p>
  3351  </td>
  3352  </tr>
  3353  </tbody>
  3354  </table>
  3355  <h3 id="projectcontour.io/v1.RequestHeaderValueMatchDescriptor">RequestHeaderValueMatchDescriptor
  3356  </h3>
  3357  <p>
  3358  (<em>Appears on:</em>
  3359  <a href="#projectcontour.io/v1.RateLimitDescriptorEntry">RateLimitDescriptorEntry</a>)
  3360  </p>
  3361  <p>
  3362  <p>RequestHeaderValueMatchDescriptor defines a descriptor entry that&rsquo;s populated
  3363  if the request&rsquo;s headers match a set of 1+ match criteria. The descriptor key
  3364  is &ldquo;header_match&rdquo;, and the descriptor value is statically defined.</p>
  3365  </p>
  3366  <table>
  3367  <thead>
  3368  <tr>
  3369  <th>Field</th>
  3370  <th>Description</th>
  3371  </tr>
  3372  </thead>
  3373  <tbody>
  3374  <tr>
  3375  <td style="white-space:nowrap">
  3376  <code>headers</code>
  3377  <br>
  3378  <em>
  3379  <a href="#projectcontour.io/v1.HeaderMatchCondition">
  3380  []HeaderMatchCondition
  3381  </a>
  3382  </em>
  3383  </td>
  3384  <td>
  3385  <p>Headers is a list of 1+ match criteria to apply against the request
  3386  to determine whether to populate the descriptor entry or not.</p>
  3387  </td>
  3388  </tr>
  3389  <tr>
  3390  <td style="white-space:nowrap">
  3391  <code>expectMatch</code>
  3392  <br>
  3393  <em>
  3394  bool
  3395  </em>
  3396  </td>
  3397  <td>
  3398  <p>ExpectMatch defines whether the request must positively match the match
  3399  criteria in order to generate a descriptor entry (i.e. true), or not
  3400  match the match criteria in order to generate a descriptor entry (i.e. false).
  3401  The default is true.</p>
  3402  </td>
  3403  </tr>
  3404  <tr>
  3405  <td style="white-space:nowrap">
  3406  <code>value</code>
  3407  <br>
  3408  <em>
  3409  string
  3410  </em>
  3411  </td>
  3412  <td>
  3413  <p>Value defines the value of the descriptor entry.</p>
  3414  </td>
  3415  </tr>
  3416  </tbody>
  3417  </table>
  3418  <h3 id="projectcontour.io/v1.RetryOn">RetryOn
  3419  (<code>string</code> alias)</p></h3>
  3420  <p>
  3421  (<em>Appears on:</em>
  3422  <a href="#projectcontour.io/v1.RetryPolicy">RetryPolicy</a>)
  3423  </p>
  3424  <p>
  3425  <p>RetryOn is a string type alias with validation to ensure that the value is valid.</p>
  3426  </p>
  3427  <h3 id="projectcontour.io/v1.RetryPolicy">RetryPolicy
  3428  </h3>
  3429  <p>
  3430  (<em>Appears on:</em>
  3431  <a href="#projectcontour.io/v1.Route">Route</a>)
  3432  </p>
  3433  <p>
  3434  <p>RetryPolicy defines the attributes associated with retrying policy.</p>
  3435  </p>
  3436  <table>
  3437  <thead>
  3438  <tr>
  3439  <th>Field</th>
  3440  <th>Description</th>
  3441  </tr>
  3442  </thead>
  3443  <tbody>
  3444  <tr>
  3445  <td style="white-space:nowrap">
  3446  <code>count</code>
  3447  <br>
  3448  <em>
  3449  int64
  3450  </em>
  3451  </td>
  3452  <td>
  3453  <em>(Optional)</em>
  3454  <p>NumRetries is maximum allowed number of retries.
  3455  If set to -1, then retries are disabled.
  3456  If set to 0 or not supplied, the value is set
  3457  to the Envoy default of 1.</p>
  3458  </td>
  3459  </tr>
  3460  <tr>
  3461  <td style="white-space:nowrap">
  3462  <code>perTryTimeout</code>
  3463  <br>
  3464  <em>
  3465  string
  3466  </em>
  3467  </td>
  3468  <td>
  3469  <em>(Optional)</em>
  3470  <p>PerTryTimeout specifies the timeout per retry attempt.
  3471  Ignored if NumRetries is not supplied.</p>
  3472  </td>
  3473  </tr>
  3474  <tr>
  3475  <td style="white-space:nowrap">
  3476  <code>retryOn</code>
  3477  <br>
  3478  <em>
  3479  <a href="#projectcontour.io/v1.RetryOn">
  3480  []RetryOn
  3481  </a>
  3482  </em>
  3483  </td>
  3484  <td>
  3485  <em>(Optional)</em>
  3486  <p>RetryOn specifies the conditions on which to retry a request.</p>
  3487  <p>Supported <a href="https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on">HTTP conditions</a>:</p>
  3488  <ul>
  3489  <li><code>5xx</code></li>
  3490  <li><code>gateway-error</code></li>
  3491  <li><code>reset</code></li>
  3492  <li><code>connect-failure</code></li>
  3493  <li><code>retriable-4xx</code></li>
  3494  <li><code>refused-stream</code></li>
  3495  <li><code>retriable-status-codes</code></li>
  3496  <li><code>retriable-headers</code></li>
  3497  </ul>
  3498  <p>Supported <a href="https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on">gRPC conditions</a>:</p>
  3499  <ul>
  3500  <li><code>cancelled</code></li>
  3501  <li><code>deadline-exceeded</code></li>
  3502  <li><code>internal</code></li>
  3503  <li><code>resource-exhausted</code></li>
  3504  <li><code>unavailable</code></li>
  3505  </ul>
  3506  </td>
  3507  </tr>
  3508  <tr>
  3509  <td style="white-space:nowrap">
  3510  <code>retriableStatusCodes</code>
  3511  <br>
  3512  <em>
  3513  []uint32
  3514  </em>
  3515  </td>
  3516  <td>
  3517  <em>(Optional)</em>
  3518  <p>RetriableStatusCodes specifies the HTTP status codes that should be retried.</p>
  3519  <p>This field is only respected when you include <code>retriable-status-codes</code> in the <code>RetryOn</code> field.</p>
  3520  </td>
  3521  </tr>
  3522  </tbody>
  3523  </table>
  3524  <h3 id="projectcontour.io/v1.Route">Route
  3525  </h3>
  3526  <p>
  3527  (<em>Appears on:</em>
  3528  <a href="#projectcontour.io/v1.HTTPProxySpec">HTTPProxySpec</a>)
  3529  </p>
  3530  <p>
  3531  <p>Route contains the set of routes for a virtual host.</p>
  3532  </p>
  3533  <table>
  3534  <thead>
  3535  <tr>
  3536  <th>Field</th>
  3537  <th>Description</th>
  3538  </tr>
  3539  </thead>
  3540  <tbody>
  3541  <tr>
  3542  <td style="white-space:nowrap">
  3543  <code>conditions</code>
  3544  <br>
  3545  <em>
  3546  <a href="#projectcontour.io/v1.MatchCondition">
  3547  []MatchCondition
  3548  </a>
  3549  </em>
  3550  </td>
  3551  <td>
  3552  <em>(Optional)</em>
  3553  <p>Conditions are a set of rules that are applied to a Route.
  3554  When applied, they are merged using AND, with one exception:
  3555  There can be only one Prefix, Exact or Regex MatchCondition
  3556  per Conditions slice. More than one of these condition types,
  3557  or contradictory Conditions, will make the route invalid.</p>
  3558  </td>
  3559  </tr>
  3560  <tr>
  3561  <td style="white-space:nowrap">
  3562  <code>services</code>
  3563  <br>
  3564  <em>
  3565  <a href="#projectcontour.io/v1.Service">
  3566  []Service
  3567  </a>
  3568  </em>
  3569  </td>
  3570  <td>
  3571  <em>(Optional)</em>
  3572  <p>Services are the services to proxy traffic.</p>
  3573  </td>
  3574  </tr>
  3575  <tr>
  3576  <td style="white-space:nowrap">
  3577  <code>enableWebsockets</code>
  3578  <br>
  3579  <em>
  3580  bool
  3581  </em>
  3582  </td>
  3583  <td>
  3584  <em>(Optional)</em>
  3585  <p>Enables websocket support for the route.</p>
  3586  </td>
  3587  </tr>
  3588  <tr>
  3589  <td style="white-space:nowrap">
  3590  <code>permitInsecure</code>
  3591  <br>
  3592  <em>
  3593  bool
  3594  </em>
  3595  </td>
  3596  <td>
  3597  <em>(Optional)</em>
  3598  <p>Allow this path to respond to insecure requests over HTTP which are normally
  3599  not permitted when a <code>virtualhost.tls</code> block is present.</p>
  3600  </td>
  3601  </tr>
  3602  <tr>
  3603  <td style="white-space:nowrap">
  3604  <code>authPolicy</code>
  3605  <br>
  3606  <em>
  3607  <a href="#projectcontour.io/v1.AuthorizationPolicy">
  3608  AuthorizationPolicy
  3609  </a>
  3610  </em>
  3611  </td>
  3612  <td>
  3613  <em>(Optional)</em>
  3614  <p>AuthPolicy updates the authorization policy that was set
  3615  on the root HTTPProxy object for client requests that
  3616  match this route.</p>
  3617  </td>
  3618  </tr>
  3619  <tr>
  3620  <td style="white-space:nowrap">
  3621  <code>timeoutPolicy</code>
  3622  <br>
  3623  <em>
  3624  <a href="#projectcontour.io/v1.TimeoutPolicy">
  3625  TimeoutPolicy
  3626  </a>
  3627  </em>
  3628  </td>
  3629  <td>
  3630  <em>(Optional)</em>
  3631  <p>The timeout policy for this route.</p>
  3632  </td>
  3633  </tr>
  3634  <tr>
  3635  <td style="white-space:nowrap">
  3636  <code>retryPolicy</code>
  3637  <br>
  3638  <em>
  3639  <a href="#projectcontour.io/v1.RetryPolicy">
  3640  RetryPolicy
  3641  </a>
  3642  </em>
  3643  </td>
  3644  <td>
  3645  <em>(Optional)</em>
  3646  <p>The retry policy for this route.</p>
  3647  </td>
  3648  </tr>
  3649  <tr>
  3650  <td style="white-space:nowrap">
  3651  <code>healthCheckPolicy</code>
  3652  <br>
  3653  <em>
  3654  <a href="#projectcontour.io/v1.HTTPHealthCheckPolicy">
  3655  HTTPHealthCheckPolicy
  3656  </a>
  3657  </em>
  3658  </td>
  3659  <td>
  3660  <em>(Optional)</em>
  3661  <p>The health check policy for this route.</p>
  3662  </td>
  3663  </tr>
  3664  <tr>
  3665  <td style="white-space:nowrap">
  3666  <code>loadBalancerPolicy</code>
  3667  <br>
  3668  <em>
  3669  <a href="#projectcontour.io/v1.LoadBalancerPolicy">
  3670  LoadBalancerPolicy
  3671  </a>
  3672  </em>
  3673  </td>
  3674  <td>
  3675  <em>(Optional)</em>
  3676  <p>The load balancing policy for this route.</p>
  3677  </td>
  3678  </tr>
  3679  <tr>
  3680  <td style="white-space:nowrap">
  3681  <code>pathRewritePolicy</code>
  3682  <br>
  3683  <em>
  3684  <a href="#projectcontour.io/v1.PathRewritePolicy">
  3685  PathRewritePolicy
  3686  </a>
  3687  </em>
  3688  </td>
  3689  <td>
  3690  <em>(Optional)</em>
  3691  <p>The policy for rewriting the path of the request URL
  3692  after the request has been routed to a Service.</p>
  3693  </td>
  3694  </tr>
  3695  <tr>
  3696  <td style="white-space:nowrap">
  3697  <code>requestHeadersPolicy</code>
  3698  <br>
  3699  <em>
  3700  <a href="#projectcontour.io/v1.HeadersPolicy">
  3701  HeadersPolicy
  3702  </a>
  3703  </em>
  3704  </td>
  3705  <td>
  3706  <em>(Optional)</em>
  3707  <p>The policy for managing request headers during proxying.</p>
  3708  </td>
  3709  </tr>
  3710  <tr>
  3711  <td style="white-space:nowrap">
  3712  <code>responseHeadersPolicy</code>
  3713  <br>
  3714  <em>
  3715  <a href="#projectcontour.io/v1.HeadersPolicy">
  3716  HeadersPolicy
  3717  </a>
  3718  </em>
  3719  </td>
  3720  <td>
  3721  <em>(Optional)</em>
  3722  <p>The policy for managing response headers during proxying.
  3723  Rewriting the &lsquo;Host&rsquo; header is not supported.</p>
  3724  </td>
  3725  </tr>
  3726  <tr>
  3727  <td style="white-space:nowrap">
  3728  <code>cookieRewritePolicies</code>
  3729  <br>
  3730  <em>
  3731  <a href="#projectcontour.io/v1.CookieRewritePolicy">
  3732  []CookieRewritePolicy
  3733  </a>
  3734  </em>
  3735  </td>
  3736  <td>
  3737  <em>(Optional)</em>
  3738  <p>The policies for rewriting Set-Cookie header attributes. Note that
  3739  rewritten cookie names must be unique in this list. Order rewrite
  3740  policies are specified in does not matter.</p>
  3741  </td>
  3742  </tr>
  3743  <tr>
  3744  <td style="white-space:nowrap">
  3745  <code>rateLimitPolicy</code>
  3746  <br>
  3747  <em>
  3748  <a href="#projectcontour.io/v1.RateLimitPolicy">
  3749  RateLimitPolicy
  3750  </a>
  3751  </em>
  3752  </td>
  3753  <td>
  3754  <em>(Optional)</em>
  3755  <p>The policy for rate limiting on the route.</p>
  3756  </td>
  3757  </tr>
  3758  <tr>
  3759  <td style="white-space:nowrap">
  3760  <code>requestRedirectPolicy</code>
  3761  <br>
  3762  <em>
  3763  <a href="#projectcontour.io/v1.HTTPRequestRedirectPolicy">
  3764  HTTPRequestRedirectPolicy
  3765  </a>
  3766  </em>
  3767  </td>
  3768  <td>
  3769  <em>(Optional)</em>
  3770  <p>RequestRedirectPolicy defines an HTTP redirection.</p>
  3771  </td>
  3772  </tr>
  3773  <tr>
  3774  <td style="white-space:nowrap">
  3775  <code>directResponsePolicy</code>
  3776  <br>
  3777  <em>
  3778  <a href="#projectcontour.io/v1.HTTPDirectResponsePolicy">
  3779  HTTPDirectResponsePolicy
  3780  </a>
  3781  </em>
  3782  </td>
  3783  <td>
  3784  <em>(Optional)</em>
  3785  <p>DirectResponsePolicy returns an arbitrary HTTP response directly.</p>
  3786  </td>
  3787  </tr>
  3788  <tr>
  3789  <td style="white-space:nowrap">
  3790  <code>internalRedirectPolicy</code>
  3791  <br>
  3792  <em>
  3793  <a href="#projectcontour.io/v1.HTTPInternalRedirectPolicy">
  3794  HTTPInternalRedirectPolicy
  3795  </a>
  3796  </em>
  3797  </td>
  3798  <td>
  3799  <em>(Optional)</em>
  3800  <p>The policy to define when to handle redirects responses internally.</p>
  3801  </td>
  3802  </tr>
  3803  <tr>
  3804  <td style="white-space:nowrap">
  3805  <code>jwtVerificationPolicy</code>
  3806  <br>
  3807  <em>
  3808  <a href="#projectcontour.io/v1.JWTVerificationPolicy">
  3809  JWTVerificationPolicy
  3810  </a>
  3811  </em>
  3812  </td>
  3813  <td>
  3814  <em>(Optional)</em>
  3815  <p>The policy for verifying JWTs for requests to this route.</p>
  3816  </td>
  3817  </tr>
  3818  <tr>
  3819  <td style="white-space:nowrap">
  3820  <code>ipAllowPolicy</code>
  3821  <br>
  3822  <em>
  3823  <a href="#projectcontour.io/v1.IPFilterPolicy">
  3824  []IPFilterPolicy
  3825  </a>
  3826  </em>
  3827  </td>
  3828  <td>
  3829  <p>IPAllowFilterPolicy is a list of ipv4/6 filter rules for which matching
  3830  requests should be allowed. All other requests will be denied.
  3831  Only one of IPAllowFilterPolicy and IPDenyFilterPolicy can be defined.
  3832  The rules defined here override any rules set on the root HTTPProxy.</p>
  3833  </td>
  3834  </tr>
  3835  <tr>
  3836  <td style="white-space:nowrap">
  3837  <code>ipDenyPolicy</code>
  3838  <br>
  3839  <em>
  3840  <a href="#projectcontour.io/v1.IPFilterPolicy">
  3841  []IPFilterPolicy
  3842  </a>
  3843  </em>
  3844  </td>
  3845  <td>
  3846  <p>IPDenyFilterPolicy is a list of ipv4/6 filter rules for which matching
  3847  requests should be denied. All other requests will be allowed.
  3848  Only one of IPAllowFilterPolicy and IPDenyFilterPolicy can be defined.
  3849  The rules defined here override any rules set on the root HTTPProxy.</p>
  3850  </td>
  3851  </tr>
  3852  </tbody>
  3853  </table>
  3854  <h3 id="projectcontour.io/v1.Service">Service
  3855  </h3>
  3856  <p>
  3857  (<em>Appears on:</em>
  3858  <a href="#projectcontour.io/v1.Route">Route</a>, 
  3859  <a href="#projectcontour.io/v1.TCPProxy">TCPProxy</a>)
  3860  </p>
  3861  <p>
  3862  <p>Service defines an Kubernetes Service to proxy traffic.</p>
  3863  </p>
  3864  <table>
  3865  <thead>
  3866  <tr>
  3867  <th>Field</th>
  3868  <th>Description</th>
  3869  </tr>
  3870  </thead>
  3871  <tbody>
  3872  <tr>
  3873  <td style="white-space:nowrap">
  3874  <code>name</code>
  3875  <br>
  3876  <em>
  3877  string
  3878  </em>
  3879  </td>
  3880  <td>
  3881  <p>Name is the name of Kubernetes service to proxy traffic.
  3882  Names defined here will be used to look up corresponding endpoints which contain the ips to route.</p>
  3883  </td>
  3884  </tr>
  3885  <tr>
  3886  <td style="white-space:nowrap">
  3887  <code>port</code>
  3888  <br>
  3889  <em>
  3890  int
  3891  </em>
  3892  </td>
  3893  <td>
  3894  <p>Port (defined as Integer) to proxy traffic to since a service can have multiple defined.</p>
  3895  </td>
  3896  </tr>
  3897  <tr>
  3898  <td style="white-space:nowrap">
  3899  <code>healthPort</code>
  3900  <br>
  3901  <em>
  3902  int
  3903  </em>
  3904  </td>
  3905  <td>
  3906  <em>(Optional)</em>
  3907  <p>HealthPort is the port for this service healthcheck.
  3908  If not specified, Port is used for service healthchecks.</p>
  3909  </td>
  3910  </tr>
  3911  <tr>
  3912  <td style="white-space:nowrap">
  3913  <code>protocol</code>
  3914  <br>
  3915  <em>
  3916  string
  3917  </em>
  3918  </td>
  3919  <td>
  3920  <em>(Optional)</em>
  3921  <p>Protocol may be used to specify (or override) the protocol used to reach this Service.
  3922  Values may be tls, h2, h2c. If omitted, protocol-selection falls back on Service annotations.</p>
  3923  </td>
  3924  </tr>
  3925  <tr>
  3926  <td style="white-space:nowrap">
  3927  <code>weight</code>
  3928  <br>
  3929  <em>
  3930  int64
  3931  </em>
  3932  </td>
  3933  <td>
  3934  <em>(Optional)</em>
  3935  <p>Weight defines percentage of traffic to balance traffic</p>
  3936  </td>
  3937  </tr>
  3938  <tr>
  3939  <td style="white-space:nowrap">
  3940  <code>validation</code>
  3941  <br>
  3942  <em>
  3943  <a href="#projectcontour.io/v1.UpstreamValidation">
  3944  UpstreamValidation
  3945  </a>
  3946  </em>
  3947  </td>
  3948  <td>
  3949  <em>(Optional)</em>
  3950  <p>UpstreamValidation defines how to verify the backend service&rsquo;s certificate</p>
  3951  </td>
  3952  </tr>
  3953  <tr>
  3954  <td style="white-space:nowrap">
  3955  <code>mirror</code>
  3956  <br>
  3957  <em>
  3958  bool
  3959  </em>
  3960  </td>
  3961  <td>
  3962  <p>If Mirror is true the Service will receive a read only mirror of the traffic for this route.
  3963  If Mirror is true, then fractional mirroring can be enabled by optionally setting the Weight
  3964  field. Legal values for Weight are 1-100. Omitting the Weight field will result in 100% mirroring.
  3965  NOTE: Setting Weight explicitly to 0 will unexpectedly result in 100% traffic mirroring. This
  3966  occurs since we cannot distinguish omitted fields from those explicitly set to their default
  3967  values</p>
  3968  </td>
  3969  </tr>
  3970  <tr>
  3971  <td style="white-space:nowrap">
  3972  <code>requestHeadersPolicy</code>
  3973  <br>
  3974  <em>
  3975  <a href="#projectcontour.io/v1.HeadersPolicy">
  3976  HeadersPolicy
  3977  </a>
  3978  </em>
  3979  </td>
  3980  <td>
  3981  <em>(Optional)</em>
  3982  <p>The policy for managing request headers during proxying.</p>
  3983  </td>
  3984  </tr>
  3985  <tr>
  3986  <td style="white-space:nowrap">
  3987  <code>responseHeadersPolicy</code>
  3988  <br>
  3989  <em>
  3990  <a href="#projectcontour.io/v1.HeadersPolicy">
  3991  HeadersPolicy
  3992  </a>
  3993  </em>
  3994  </td>
  3995  <td>
  3996  <em>(Optional)</em>
  3997  <p>The policy for managing response headers during proxying.
  3998  Rewriting the &lsquo;Host&rsquo; header is not supported.</p>
  3999  </td>
  4000  </tr>
  4001  <tr>
  4002  <td style="white-space:nowrap">
  4003  <code>cookieRewritePolicies</code>
  4004  <br>
  4005  <em>
  4006  <a href="#projectcontour.io/v1.CookieRewritePolicy">
  4007  []CookieRewritePolicy
  4008  </a>
  4009  </em>
  4010  </td>
  4011  <td>
  4012  <em>(Optional)</em>
  4013  <p>The policies for rewriting Set-Cookie header attributes.</p>
  4014  </td>
  4015  </tr>
  4016  <tr>
  4017  <td style="white-space:nowrap">
  4018  <code>slowStartPolicy</code>
  4019  <br>
  4020  <em>
  4021  <a href="#projectcontour.io/v1.SlowStartPolicy">
  4022  SlowStartPolicy
  4023  </a>
  4024  </em>
  4025  </td>
  4026  <td>
  4027  <em>(Optional)</em>
  4028  <p>Slow start will gradually increase amount of traffic to a newly added endpoint.</p>
  4029  </td>
  4030  </tr>
  4031  </tbody>
  4032  </table>
  4033  <h3 id="projectcontour.io/v1.SlowStartPolicy">SlowStartPolicy
  4034  </h3>
  4035  <p>
  4036  (<em>Appears on:</em>
  4037  <a href="#projectcontour.io/v1.Service">Service</a>)
  4038  </p>
  4039  <p>
  4040  <p>SlowStartPolicy will gradually increase amount of traffic to a newly added endpoint.
  4041  It can be used only with RoundRobin and WeightedLeastRequest load balancing strategies.</p>
  4042  </p>
  4043  <table>
  4044  <thead>
  4045  <tr>
  4046  <th>Field</th>
  4047  <th>Description</th>
  4048  </tr>
  4049  </thead>
  4050  <tbody>
  4051  <tr>
  4052  <td style="white-space:nowrap">
  4053  <code>window</code>
  4054  <br>
  4055  <em>
  4056  string
  4057  </em>
  4058  </td>
  4059  <td>
  4060  <p>The duration of slow start window.
  4061  Duration is expressed in the Go <a href="https://godoc.org/time#ParseDuration">Duration format</a>.
  4062  Valid time units are &ldquo;ns&rdquo;, &ldquo;us&rdquo; (or &ldquo;µs&rdquo;), &ldquo;ms&rdquo;, &ldquo;s&rdquo;, &ldquo;m&rdquo;, &ldquo;h&rdquo;.</p>
  4063  </td>
  4064  </tr>
  4065  <tr>
  4066  <td style="white-space:nowrap">
  4067  <code>aggression</code>
  4068  <br>
  4069  <em>
  4070  string
  4071  </em>
  4072  </td>
  4073  <td>
  4074  <em>(Optional)</em>
  4075  <p>The speed of traffic increase over the slow start window.
  4076  Defaults to 1.0, so that endpoint would get linearly increasing amount of traffic.
  4077  When increasing the value for this parameter, the speed of traffic ramp-up increases non-linearly.
  4078  The value of aggression parameter should be greater than 0.0.</p>
  4079  <p>More info: <a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start">https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start</a></p>
  4080  </td>
  4081  </tr>
  4082  <tr>
  4083  <td style="white-space:nowrap">
  4084  <code>minWeightPercent</code>
  4085  <br>
  4086  <em>
  4087  uint32
  4088  </em>
  4089  </td>
  4090  <td>
  4091  <em>(Optional)</em>
  4092  <p>The minimum or starting percentage of traffic to send to new endpoints.
  4093  A non-zero value helps avoid a too small initial weight, which may cause endpoints in slow start mode to receive no traffic in the beginning of the slow start window.
  4094  If not specified, the default is 10%.</p>
  4095  </td>
  4096  </tr>
  4097  </tbody>
  4098  </table>
  4099  <h3 id="projectcontour.io/v1.SubCondition">SubCondition
  4100  </h3>
  4101  <p>
  4102  (<em>Appears on:</em>
  4103  <a href="#projectcontour.io/v1.DetailedCondition">DetailedCondition</a>)
  4104  </p>
  4105  <p>
  4106  <p>SubCondition is a Condition-like type intended for use as a subcondition inside a DetailedCondition.</p>
  4107  <p>It contains a subset of the Condition fields.</p>
  4108  <p>It is intended for warnings and errors, so <code>type</code> names should use abnormal-true polarity,
  4109  that is, they should be of the form &ldquo;ErrorPresent: true&rdquo;.</p>
  4110  <p>The expected lifecycle for these errors is that they should only be present when the error or warning is,
  4111  and should be removed when they are not relevant.</p>
  4112  </p>
  4113  <table>
  4114  <thead>
  4115  <tr>
  4116  <th>Field</th>
  4117  <th>Description</th>
  4118  </tr>
  4119  </thead>
  4120  <tbody>
  4121  <tr>
  4122  <td style="white-space:nowrap">
  4123  <code>type</code>
  4124  <br>
  4125  <em>
  4126  string
  4127  </em>
  4128  </td>
  4129  <td>
  4130  <p>Type of condition in <code>CamelCase</code> or in <code>foo.example.com/CamelCase</code>.</p>
  4131  <p>This must be in abnormal-true polarity, that is, <code>ErrorFound</code> or <code>controller.io/ErrorFound</code>.</p>
  4132  <p>The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)</p>
  4133  </td>
  4134  </tr>
  4135  <tr>
  4136  <td style="white-space:nowrap">
  4137  <code>status</code>
  4138  <br>
  4139  <em>
  4140  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#conditionstatus-v1-meta">
  4141  Kubernetes meta/v1.ConditionStatus
  4142  </a>
  4143  </em>
  4144  </td>
  4145  <td>
  4146  <p>Status of the condition, one of True, False, Unknown.</p>
  4147  </td>
  4148  </tr>
  4149  <tr>
  4150  <td style="white-space:nowrap">
  4151  <code>reason</code>
  4152  <br>
  4153  <em>
  4154  string
  4155  </em>
  4156  </td>
  4157  <td>
  4158  <p>Reason contains a programmatic identifier indicating the reason for the condition&rsquo;s last transition.
  4159  Producers of specific condition types may define expected values and meanings for this field,
  4160  and whether the values are considered a guaranteed API.</p>
  4161  <p>The value should be a CamelCase string.</p>
  4162  <p>This field may not be empty.</p>
  4163  </td>
  4164  </tr>
  4165  <tr>
  4166  <td style="white-space:nowrap">
  4167  <code>message</code>
  4168  <br>
  4169  <em>
  4170  string
  4171  </em>
  4172  </td>
  4173  <td>
  4174  <p>Message is a human readable message indicating details about the transition.</p>
  4175  <p>This may be an empty string.</p>
  4176  </td>
  4177  </tr>
  4178  </tbody>
  4179  </table>
  4180  <h3 id="projectcontour.io/v1.TCPHealthCheckPolicy">TCPHealthCheckPolicy
  4181  </h3>
  4182  <p>
  4183  (<em>Appears on:</em>
  4184  <a href="#projectcontour.io/v1.TCPProxy">TCPProxy</a>)
  4185  </p>
  4186  <p>
  4187  <p>TCPHealthCheckPolicy defines health checks on the upstream service.</p>
  4188  </p>
  4189  <table>
  4190  <thead>
  4191  <tr>
  4192  <th>Field</th>
  4193  <th>Description</th>
  4194  </tr>
  4195  </thead>
  4196  <tbody>
  4197  <tr>
  4198  <td style="white-space:nowrap">
  4199  <code>intervalSeconds</code>
  4200  <br>
  4201  <em>
  4202  int64
  4203  </em>
  4204  </td>
  4205  <td>
  4206  <em>(Optional)</em>
  4207  <p>The interval (seconds) between health checks</p>
  4208  </td>
  4209  </tr>
  4210  <tr>
  4211  <td style="white-space:nowrap">
  4212  <code>timeoutSeconds</code>
  4213  <br>
  4214  <em>
  4215  int64
  4216  </em>
  4217  </td>
  4218  <td>
  4219  <em>(Optional)</em>
  4220  <p>The time to wait (seconds) for a health check response</p>
  4221  </td>
  4222  </tr>
  4223  <tr>
  4224  <td style="white-space:nowrap">
  4225  <code>unhealthyThresholdCount</code>
  4226  <br>
  4227  <em>
  4228  uint32
  4229  </em>
  4230  </td>
  4231  <td>
  4232  <em>(Optional)</em>
  4233  <p>The number of unhealthy health checks required before a host is marked unhealthy</p>
  4234  </td>
  4235  </tr>
  4236  <tr>
  4237  <td style="white-space:nowrap">
  4238  <code>healthyThresholdCount</code>
  4239  <br>
  4240  <em>
  4241  uint32
  4242  </em>
  4243  </td>
  4244  <td>
  4245  <em>(Optional)</em>
  4246  <p>The number of healthy health checks required before a host is marked healthy</p>
  4247  </td>
  4248  </tr>
  4249  </tbody>
  4250  </table>
  4251  <h3 id="projectcontour.io/v1.TCPProxy">TCPProxy
  4252  </h3>
  4253  <p>
  4254  (<em>Appears on:</em>
  4255  <a href="#projectcontour.io/v1.HTTPProxySpec">HTTPProxySpec</a>)
  4256  </p>
  4257  <p>
  4258  <p>TCPProxy contains the set of services to proxy TCP connections.</p>
  4259  </p>
  4260  <table>
  4261  <thead>
  4262  <tr>
  4263  <th>Field</th>
  4264  <th>Description</th>
  4265  </tr>
  4266  </thead>
  4267  <tbody>
  4268  <tr>
  4269  <td style="white-space:nowrap">
  4270  <code>loadBalancerPolicy</code>
  4271  <br>
  4272  <em>
  4273  <a href="#projectcontour.io/v1.LoadBalancerPolicy">
  4274  LoadBalancerPolicy
  4275  </a>
  4276  </em>
  4277  </td>
  4278  <td>
  4279  <em>(Optional)</em>
  4280  <p>The load balancing policy for the backend services. Note that the
  4281  <code>Cookie</code> and <code>RequestHash</code> load balancing strategies cannot be used
  4282  here.</p>
  4283  </td>
  4284  </tr>
  4285  <tr>
  4286  <td style="white-space:nowrap">
  4287  <code>services</code>
  4288  <br>
  4289  <em>
  4290  <a href="#projectcontour.io/v1.Service">
  4291  []Service
  4292  </a>
  4293  </em>
  4294  </td>
  4295  <td>
  4296  <em>(Optional)</em>
  4297  <p>Services are the services to proxy traffic</p>
  4298  </td>
  4299  </tr>
  4300  <tr>
  4301  <td style="white-space:nowrap">
  4302  <code>include</code>
  4303  <br>
  4304  <em>
  4305  <a href="#projectcontour.io/v1.TCPProxyInclude">
  4306  TCPProxyInclude
  4307  </a>
  4308  </em>
  4309  </td>
  4310  <td>
  4311  <em>(Optional)</em>
  4312  <p>Include specifies that this tcpproxy should be delegated to another HTTPProxy.</p>
  4313  </td>
  4314  </tr>
  4315  <tr>
  4316  <td style="white-space:nowrap">
  4317  <code>includes</code>
  4318  <br>
  4319  <em>
  4320  <a href="#projectcontour.io/v1.TCPProxyInclude">
  4321  TCPProxyInclude
  4322  </a>
  4323  </em>
  4324  </td>
  4325  <td>
  4326  <em>(Optional)</em>
  4327  <p>IncludesDeprecated allow for specific routing configuration to be appended to another HTTPProxy in another namespace.</p>
  4328  <p>Exists due to a mistake when developing HTTPProxy and the field was marked plural
  4329  when it should have been singular. This field should stay to not break backwards compatibility to v1 users.</p>
  4330  </td>
  4331  </tr>
  4332  <tr>
  4333  <td style="white-space:nowrap">
  4334  <code>healthCheckPolicy</code>
  4335  <br>
  4336  <em>
  4337  <a href="#projectcontour.io/v1.TCPHealthCheckPolicy">
  4338  TCPHealthCheckPolicy
  4339  </a>
  4340  </em>
  4341  </td>
  4342  <td>
  4343  <em>(Optional)</em>
  4344  <p>The health check policy for this tcp proxy</p>
  4345  </td>
  4346  </tr>
  4347  </tbody>
  4348  </table>
  4349  <h3 id="projectcontour.io/v1.TCPProxyInclude">TCPProxyInclude
  4350  </h3>
  4351  <p>
  4352  (<em>Appears on:</em>
  4353  <a href="#projectcontour.io/v1.TCPProxy">TCPProxy</a>)
  4354  </p>
  4355  <p>
  4356  <p>TCPProxyInclude describes a target HTTPProxy document which contains the TCPProxy details.</p>
  4357  </p>
  4358  <table>
  4359  <thead>
  4360  <tr>
  4361  <th>Field</th>
  4362  <th>Description</th>
  4363  </tr>
  4364  </thead>
  4365  <tbody>
  4366  <tr>
  4367  <td style="white-space:nowrap">
  4368  <code>name</code>
  4369  <br>
  4370  <em>
  4371  string
  4372  </em>
  4373  </td>
  4374  <td>
  4375  <p>Name of the child HTTPProxy</p>
  4376  </td>
  4377  </tr>
  4378  <tr>
  4379  <td style="white-space:nowrap">
  4380  <code>namespace</code>
  4381  <br>
  4382  <em>
  4383  string
  4384  </em>
  4385  </td>
  4386  <td>
  4387  <em>(Optional)</em>
  4388  <p>Namespace of the HTTPProxy to include. Defaults to the current namespace if not supplied.</p>
  4389  </td>
  4390  </tr>
  4391  </tbody>
  4392  </table>
  4393  <h3 id="projectcontour.io/v1.TLS">TLS
  4394  </h3>
  4395  <p>
  4396  (<em>Appears on:</em>
  4397  <a href="#projectcontour.io/v1.VirtualHost">VirtualHost</a>)
  4398  </p>
  4399  <p>
  4400  <p>TLS describes tls properties. The SNI names that will be matched on
  4401  are described in the HTTPProxy&rsquo;s Spec.VirtualHost.Fqdn field.</p>
  4402  </p>
  4403  <table>
  4404  <thead>
  4405  <tr>
  4406  <th>Field</th>
  4407  <th>Description</th>
  4408  </tr>
  4409  </thead>
  4410  <tbody>
  4411  <tr>
  4412  <td style="white-space:nowrap">
  4413  <code>secretName</code>
  4414  <br>
  4415  <em>
  4416  string
  4417  </em>
  4418  </td>
  4419  <td>
  4420  <p>SecretName is the name of a TLS secret.
  4421  Either SecretName or Passthrough must be specified, but not both.
  4422  If specified, the named secret must contain a matching certificate
  4423  for the virtual host&rsquo;s FQDN.
  4424  The name can be optionally prefixed with namespace &ldquo;namespace/name&rdquo;.
  4425  When cross-namespace reference is used, TLSCertificateDelegation resource must exist in the namespace to grant access to the secret.</p>
  4426  </td>
  4427  </tr>
  4428  <tr>
  4429  <td style="white-space:nowrap">
  4430  <code>minimumProtocolVersion</code>
  4431  <br>
  4432  <em>
  4433  string
  4434  </em>
  4435  </td>
  4436  <td>
  4437  <em>(Optional)</em>
  4438  <p>MinimumProtocolVersion is the minimum TLS version this vhost should
  4439  negotiate. Valid options are <code>1.2</code> (default) and <code>1.3</code>. Any other value
  4440  defaults to TLS 1.2.</p>
  4441  </td>
  4442  </tr>
  4443  <tr>
  4444  <td style="white-space:nowrap">
  4445  <code>maximumProtocolVersion</code>
  4446  <br>
  4447  <em>
  4448  string
  4449  </em>
  4450  </td>
  4451  <td>
  4452  <em>(Optional)</em>
  4453  <p>MaximumProtocolVersion is the maximum TLS version this vhost should
  4454  negotiate. Valid options are <code>1.2</code> and <code>1.3</code> (default). Any other value
  4455  defaults to TLS 1.3.</p>
  4456  </td>
  4457  </tr>
  4458  <tr>
  4459  <td style="white-space:nowrap">
  4460  <code>passthrough</code>
  4461  <br>
  4462  <em>
  4463  bool
  4464  </em>
  4465  </td>
  4466  <td>
  4467  <em>(Optional)</em>
  4468  <p>Passthrough defines whether the encrypted TLS handshake will be
  4469  passed through to the backing cluster. Either Passthrough or
  4470  SecretName must be specified, but not both.</p>
  4471  </td>
  4472  </tr>
  4473  <tr>
  4474  <td style="white-space:nowrap">
  4475  <code>clientValidation</code>
  4476  <br>
  4477  <em>
  4478  <a href="#projectcontour.io/v1.DownstreamValidation">
  4479  DownstreamValidation
  4480  </a>
  4481  </em>
  4482  </td>
  4483  <td>
  4484  <em>(Optional)</em>
  4485  <p>ClientValidation defines how to verify the client certificate
  4486  when an external client establishes a TLS connection to Envoy.</p>
  4487  <p>This setting:</p>
  4488  <ol>
  4489  <li>Enables TLS client certificate validation.</li>
  4490  <li>Specifies how the client certificate will be validated (i.e.
  4491  validation required or skipped).</li>
  4492  </ol>
  4493  <p>Note: Setting client certificate validation to be skipped should
  4494  be only used in conjunction with an external authorization server that
  4495  performs client validation as Contour will ensure client certificates
  4496  are passed along.</p>
  4497  </td>
  4498  </tr>
  4499  <tr>
  4500  <td style="white-space:nowrap">
  4501  <code>enableFallbackCertificate</code>
  4502  <br>
  4503  <em>
  4504  bool
  4505  </em>
  4506  </td>
  4507  <td>
  4508  <p>EnableFallbackCertificate defines if the vhost should allow a default certificate to
  4509  be applied which handles all requests which don&rsquo;t match the SNI defined in this vhost.</p>
  4510  </td>
  4511  </tr>
  4512  </tbody>
  4513  </table>
  4514  <h3 id="projectcontour.io/v1.TLSCertificateDelegationSpec">TLSCertificateDelegationSpec
  4515  </h3>
  4516  <p>
  4517  (<em>Appears on:</em>
  4518  <a href="#projectcontour.io/v1.TLSCertificateDelegation">TLSCertificateDelegation</a>)
  4519  </p>
  4520  <p>
  4521  <p>TLSCertificateDelegationSpec defines the spec of the CRD</p>
  4522  </p>
  4523  <table>
  4524  <thead>
  4525  <tr>
  4526  <th>Field</th>
  4527  <th>Description</th>
  4528  </tr>
  4529  </thead>
  4530  <tbody>
  4531  <tr>
  4532  <td style="white-space:nowrap">
  4533  <code>delegations</code>
  4534  <br>
  4535  <em>
  4536  <a href="#projectcontour.io/v1.CertificateDelegation">
  4537  []CertificateDelegation
  4538  </a>
  4539  </em>
  4540  </td>
  4541  <td>
  4542  </td>
  4543  </tr>
  4544  </tbody>
  4545  </table>
  4546  <h3 id="projectcontour.io/v1.TLSCertificateDelegationStatus">TLSCertificateDelegationStatus
  4547  </h3>
  4548  <p>
  4549  (<em>Appears on:</em>
  4550  <a href="#projectcontour.io/v1.TLSCertificateDelegation">TLSCertificateDelegation</a>)
  4551  </p>
  4552  <p>
  4553  <p>TLSCertificateDelegationStatus allows for the status of the delegation
  4554  to be presented to the user.</p>
  4555  </p>
  4556  <table>
  4557  <thead>
  4558  <tr>
  4559  <th>Field</th>
  4560  <th>Description</th>
  4561  </tr>
  4562  </thead>
  4563  <tbody>
  4564  <tr>
  4565  <td style="white-space:nowrap">
  4566  <code>conditions</code>
  4567  <br>
  4568  <em>
  4569  <a href="#projectcontour.io/v1.DetailedCondition">
  4570  []DetailedCondition
  4571  </a>
  4572  </em>
  4573  </td>
  4574  <td>
  4575  <em>(Optional)</em>
  4576  <p>Conditions contains information about the current status of the HTTPProxy,
  4577  in an upstream-friendly container.</p>
  4578  <p>Contour will update a single condition, <code>Valid</code>, that is in normal-true polarity.
  4579  That is, when <code>currentStatus</code> is <code>valid</code>, the <code>Valid</code> condition will be <code>status: true</code>,
  4580  and vice versa.</p>
  4581  <p>Contour will leave untouched any other Conditions set in this block,
  4582  in case some other controller wants to add a Condition.</p>
  4583  <p>If you are another controller owner and wish to add a condition, you <em>should</em>
  4584  namespace your condition with a label, like <code>controller.domain.com\ConditionName</code>.</p>
  4585  </td>
  4586  </tr>
  4587  </tbody>
  4588  </table>
  4589  <h3 id="projectcontour.io/v1.TimeoutPolicy">TimeoutPolicy
  4590  </h3>
  4591  <p>
  4592  (<em>Appears on:</em>
  4593  <a href="#projectcontour.io/v1.Route">Route</a>, 
  4594  <a href="#projectcontour.io/v1alpha1.ExtensionServiceSpec">ExtensionServiceSpec</a>)
  4595  </p>
  4596  <p>
  4597  <p>TimeoutPolicy configures timeouts that are used for handling network requests.</p>
  4598  <p>TimeoutPolicy durations are expressed in the Go <a href="https://godoc.org/time#ParseDuration">Duration format</a>.
  4599  Valid time units are &ldquo;ns&rdquo;, &ldquo;us&rdquo; (or &ldquo;µs&rdquo;), &ldquo;ms&rdquo;, &ldquo;s&rdquo;, &ldquo;m&rdquo;, &ldquo;h&rdquo;.
  4600  The string &ldquo;infinity&rdquo; is also a valid input and specifies no timeout.
  4601  A value of &ldquo;0s&rdquo; will be treated as if the field were not set, i.e. by using Envoy&rsquo;s default behavior.</p>
  4602  <p>Example input values: &ldquo;300ms&rdquo;, &ldquo;5s&rdquo;, &ldquo;1m&rdquo;.</p>
  4603  </p>
  4604  <table>
  4605  <thead>
  4606  <tr>
  4607  <th>Field</th>
  4608  <th>Description</th>
  4609  </tr>
  4610  </thead>
  4611  <tbody>
  4612  <tr>
  4613  <td style="white-space:nowrap">
  4614  <code>response</code>
  4615  <br>
  4616  <em>
  4617  string
  4618  </em>
  4619  </td>
  4620  <td>
  4621  <em>(Optional)</em>
  4622  <p>Timeout for receiving a response from the server after processing a request from client.
  4623  If not supplied, Envoy&rsquo;s default value of 15s applies.</p>
  4624  </td>
  4625  </tr>
  4626  <tr>
  4627  <td style="white-space:nowrap">
  4628  <code>idle</code>
  4629  <br>
  4630  <em>
  4631  string
  4632  </em>
  4633  </td>
  4634  <td>
  4635  <em>(Optional)</em>
  4636  <p>Timeout for how long the proxy should wait while there is no activity during single request/response (for HTTP/1.1) or stream (for HTTP/2).
  4637  Timeout will not trigger while HTTP/1.1 connection is idle between two consecutive requests.
  4638  If not specified, there is no per-route idle timeout, though a connection manager-wide
  4639  stream_idle_timeout default of 5m still applies.</p>
  4640  </td>
  4641  </tr>
  4642  <tr>
  4643  <td style="white-space:nowrap">
  4644  <code>idleConnection</code>
  4645  <br>
  4646  <em>
  4647  string
  4648  </em>
  4649  </td>
  4650  <td>
  4651  <em>(Optional)</em>
  4652  <p>Timeout for how long connection from the proxy to the upstream service is kept when there are no active requests.
  4653  If not supplied, Envoy&rsquo;s default value of 1h applies.</p>
  4654  </td>
  4655  </tr>
  4656  </tbody>
  4657  </table>
  4658  <h3 id="projectcontour.io/v1.UpstreamValidation">UpstreamValidation
  4659  </h3>
  4660  <p>
  4661  (<em>Appears on:</em>
  4662  <a href="#projectcontour.io/v1.RemoteJWKS">RemoteJWKS</a>, 
  4663  <a href="#projectcontour.io/v1.Service">Service</a>, 
  4664  <a href="#projectcontour.io/v1alpha1.ExtensionServiceSpec">ExtensionServiceSpec</a>)
  4665  </p>
  4666  <p>
  4667  <p>UpstreamValidation defines how to verify the backend service&rsquo;s certificate</p>
  4668  </p>
  4669  <table>
  4670  <thead>
  4671  <tr>
  4672  <th>Field</th>
  4673  <th>Description</th>
  4674  </tr>
  4675  </thead>
  4676  <tbody>
  4677  <tr>
  4678  <td style="white-space:nowrap">
  4679  <code>caSecret</code>
  4680  <br>
  4681  <em>
  4682  string
  4683  </em>
  4684  </td>
  4685  <td>
  4686  <p>Name or namespaced name of the Kubernetes secret used to validate the certificate presented by the backend.
  4687  The secret must contain key named ca.crt.
  4688  The name can be optionally prefixed with namespace &ldquo;namespace/name&rdquo;.
  4689  When cross-namespace reference is used, TLSCertificateDelegation resource must exist in the namespace to grant access to the secret.</p>
  4690  </td>
  4691  </tr>
  4692  <tr>
  4693  <td style="white-space:nowrap">
  4694  <code>subjectName</code>
  4695  <br>
  4696  <em>
  4697  string
  4698  </em>
  4699  </td>
  4700  <td>
  4701  <p>Key which is expected to be present in the &lsquo;subjectAltName&rsquo; of the presented certificate.</p>
  4702  </td>
  4703  </tr>
  4704  </tbody>
  4705  </table>
  4706  <h3 id="projectcontour.io/v1.VirtualHost">VirtualHost
  4707  </h3>
  4708  <p>
  4709  (<em>Appears on:</em>
  4710  <a href="#projectcontour.io/v1.HTTPProxySpec">HTTPProxySpec</a>)
  4711  </p>
  4712  <p>
  4713  <p>VirtualHost appears at most once. If it is present, the object is considered
  4714  to be a &ldquo;root&rdquo;.</p>
  4715  </p>
  4716  <table>
  4717  <thead>
  4718  <tr>
  4719  <th>Field</th>
  4720  <th>Description</th>
  4721  </tr>
  4722  </thead>
  4723  <tbody>
  4724  <tr>
  4725  <td style="white-space:nowrap">
  4726  <code>fqdn</code>
  4727  <br>
  4728  <em>
  4729  string
  4730  </em>
  4731  </td>
  4732  <td>
  4733  <p>The fully qualified domain name of the root of the ingress tree
  4734  all leaves of the DAG rooted at this object relate to the fqdn.</p>
  4735  </td>
  4736  </tr>
  4737  <tr>
  4738  <td style="white-space:nowrap">
  4739  <code>tls</code>
  4740  <br>
  4741  <em>
  4742  <a href="#projectcontour.io/v1.TLS">
  4743  TLS
  4744  </a>
  4745  </em>
  4746  </td>
  4747  <td>
  4748  <em>(Optional)</em>
  4749  <p>If present the fields describes TLS properties of the virtual
  4750  host. The SNI names that will be matched on are described in fqdn,
  4751  the tls.secretName secret must contain a certificate that itself
  4752  contains a name that matches the FQDN.</p>
  4753  </td>
  4754  </tr>
  4755  <tr>
  4756  <td style="white-space:nowrap">
  4757  <code>authorization</code>
  4758  <br>
  4759  <em>
  4760  <a href="#projectcontour.io/v1.AuthorizationServer">
  4761  AuthorizationServer
  4762  </a>
  4763  </em>
  4764  </td>
  4765  <td>
  4766  <em>(Optional)</em>
  4767  <p>This field configures an extension service to perform
  4768  authorization for this virtual host. Authorization can
  4769  only be configured on virtual hosts that have TLS enabled.
  4770  If the TLS configuration requires client certificate
  4771  validation, the client certificate is always included in the
  4772  authentication check request.</p>
  4773  </td>
  4774  </tr>
  4775  <tr>
  4776  <td style="white-space:nowrap">
  4777  <code>corsPolicy</code>
  4778  <br>
  4779  <em>
  4780  <a href="#projectcontour.io/v1.CORSPolicy">
  4781  CORSPolicy
  4782  </a>
  4783  </em>
  4784  </td>
  4785  <td>
  4786  <em>(Optional)</em>
  4787  <p>Specifies the cross-origin policy to apply to the VirtualHost.</p>
  4788  </td>
  4789  </tr>
  4790  <tr>
  4791  <td style="white-space:nowrap">
  4792  <code>rateLimitPolicy</code>
  4793  <br>
  4794  <em>
  4795  <a href="#projectcontour.io/v1.RateLimitPolicy">
  4796  RateLimitPolicy
  4797  </a>
  4798  </em>
  4799  </td>
  4800  <td>
  4801  <em>(Optional)</em>
  4802  <p>The policy for rate limiting on the virtual host.</p>
  4803  </td>
  4804  </tr>
  4805  <tr>
  4806  <td style="white-space:nowrap">
  4807  <code>jwtProviders</code>
  4808  <br>
  4809  <em>
  4810  <a href="#projectcontour.io/v1.JWTProvider">
  4811  []JWTProvider
  4812  </a>
  4813  </em>
  4814  </td>
  4815  <td>
  4816  <em>(Optional)</em>
  4817  <p>Providers to use for verifying JSON Web Tokens (JWTs) on the virtual host.</p>
  4818  </td>
  4819  </tr>
  4820  <tr>
  4821  <td style="white-space:nowrap">
  4822  <code>ipAllowPolicy</code>
  4823  <br>
  4824  <em>
  4825  <a href="#projectcontour.io/v1.IPFilterPolicy">
  4826  []IPFilterPolicy
  4827  </a>
  4828  </em>
  4829  </td>
  4830  <td>
  4831  <p>IPAllowFilterPolicy is a list of ipv4/6 filter rules for which matching
  4832  requests should be allowed. All other requests will be denied.
  4833  Only one of IPAllowFilterPolicy and IPDenyFilterPolicy can be defined.
  4834  The rules defined here may be overridden in a Route.</p>
  4835  </td>
  4836  </tr>
  4837  <tr>
  4838  <td style="white-space:nowrap">
  4839  <code>ipDenyPolicy</code>
  4840  <br>
  4841  <em>
  4842  <a href="#projectcontour.io/v1.IPFilterPolicy">
  4843  []IPFilterPolicy
  4844  </a>
  4845  </em>
  4846  </td>
  4847  <td>
  4848  <p>IPDenyFilterPolicy is a list of ipv4/6 filter rules for which matching
  4849  requests should be denied. All other requests will be allowed.
  4850  Only one of IPAllowFilterPolicy and IPDenyFilterPolicy can be defined.
  4851  The rules defined here may be overridden in a Route.</p>
  4852  </td>
  4853  </tr>
  4854  </tbody>
  4855  </table>
  4856  <hr/>
  4857  <h2 id="projectcontour.io/v1alpha1">projectcontour.io/v1alpha1</h2>
  4858  <p>
  4859  <p>Package v1alpha1 contains API Schema definitions for the projectcontour.io v1alpha1 API group</p>
  4860  </p>
  4861  Resource Types:
  4862  <ul><li>
  4863  <a href="#projectcontour.io/v1alpha1.ContourConfiguration">ContourConfiguration</a>
  4864  </li><li>
  4865  <a href="#projectcontour.io/v1alpha1.ContourDeployment">ContourDeployment</a>
  4866  </li><li>
  4867  <a href="#projectcontour.io/v1alpha1.ExtensionService">ExtensionService</a>
  4868  </li></ul>
  4869  <h3 id="projectcontour.io/v1alpha1.ContourConfiguration">ContourConfiguration
  4870  </h3>
  4871  <p>
  4872  <p>ContourConfiguration is the schema for a Contour instance.</p>
  4873  </p>
  4874  <table>
  4875  <thead>
  4876  <tr>
  4877  <th>Field</th>
  4878  <th>Description</th>
  4879  </tr>
  4880  </thead>
  4881  <tbody>
  4882  <tr>
  4883  <td>
  4884  <code>apiVersion</code></br>
  4885  string</td>
  4886  <td>
  4887  <code>
  4888  projectcontour.io/v1alpha1
  4889  </code>
  4890  </td>
  4891  </tr>
  4892  <tr>
  4893  <td>
  4894  <code>kind</code></br>
  4895  string
  4896  </td>
  4897  <td><code>ContourConfiguration</code></td>
  4898  </tr>
  4899  <tr>
  4900  <td style="white-space:nowrap">
  4901  <code>metadata</code>
  4902  <br>
  4903  <em>
  4904  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta">
  4905  Kubernetes meta/v1.ObjectMeta
  4906  </a>
  4907  </em>
  4908  </td>
  4909  <td>
  4910  Refer to the Kubernetes API documentation for the fields of the
  4911  <code>metadata</code> field.
  4912  </td>
  4913  </tr>
  4914  <tr>
  4915  <td style="white-space:nowrap">
  4916  <code>spec</code>
  4917  <br>
  4918  <em>
  4919  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">
  4920  ContourConfigurationSpec
  4921  </a>
  4922  </em>
  4923  </td>
  4924  <td>
  4925  <br>
  4926  <br>
  4927  <table style="border:none">
  4928  <tr>
  4929  <td style="white-space:nowrap">
  4930  <code>xdsServer</code>
  4931  <br>
  4932  <em>
  4933  <a href="#projectcontour.io/v1alpha1.XDSServerConfig">
  4934  XDSServerConfig
  4935  </a>
  4936  </em>
  4937  </td>
  4938  <td>
  4939  <em>(Optional)</em>
  4940  <p>XDSServer contains parameters for the xDS server.</p>
  4941  </td>
  4942  </tr>
  4943  <tr>
  4944  <td style="white-space:nowrap">
  4945  <code>ingress</code>
  4946  <br>
  4947  <em>
  4948  <a href="#projectcontour.io/v1alpha1.IngressConfig">
  4949  IngressConfig
  4950  </a>
  4951  </em>
  4952  </td>
  4953  <td>
  4954  <em>(Optional)</em>
  4955  <p>Ingress contains parameters for ingress options.</p>
  4956  </td>
  4957  </tr>
  4958  <tr>
  4959  <td style="white-space:nowrap">
  4960  <code>debug</code>
  4961  <br>
  4962  <em>
  4963  <a href="#projectcontour.io/v1alpha1.DebugConfig">
  4964  DebugConfig
  4965  </a>
  4966  </em>
  4967  </td>
  4968  <td>
  4969  <em>(Optional)</em>
  4970  <p>Debug contains parameters to enable debug logging
  4971  and debug interfaces inside Contour.</p>
  4972  </td>
  4973  </tr>
  4974  <tr>
  4975  <td style="white-space:nowrap">
  4976  <code>health</code>
  4977  <br>
  4978  <em>
  4979  <a href="#projectcontour.io/v1alpha1.HealthConfig">
  4980  HealthConfig
  4981  </a>
  4982  </em>
  4983  </td>
  4984  <td>
  4985  <em>(Optional)</em>
  4986  <p>Health defines the endpoints Contour uses to serve health checks.</p>
  4987  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8000 }.</p>
  4988  </td>
  4989  </tr>
  4990  <tr>
  4991  <td style="white-space:nowrap">
  4992  <code>envoy</code>
  4993  <br>
  4994  <em>
  4995  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">
  4996  EnvoyConfig
  4997  </a>
  4998  </em>
  4999  </td>
  5000  <td>
  5001  <em>(Optional)</em>
  5002  <p>Envoy contains parameters for Envoy as well
  5003  as how to optionally configure a managed Envoy fleet.</p>
  5004  </td>
  5005  </tr>
  5006  <tr>
  5007  <td style="white-space:nowrap">
  5008  <code>gateway</code>
  5009  <br>
  5010  <em>
  5011  <a href="#projectcontour.io/v1alpha1.GatewayConfig">
  5012  GatewayConfig
  5013  </a>
  5014  </em>
  5015  </td>
  5016  <td>
  5017  <em>(Optional)</em>
  5018  <p>Gateway contains parameters for the gateway-api Gateway that Contour
  5019  is configured to serve traffic.</p>
  5020  </td>
  5021  </tr>
  5022  <tr>
  5023  <td style="white-space:nowrap">
  5024  <code>httpproxy</code>
  5025  <br>
  5026  <em>
  5027  <a href="#projectcontour.io/v1alpha1.HTTPProxyConfig">
  5028  HTTPProxyConfig
  5029  </a>
  5030  </em>
  5031  </td>
  5032  <td>
  5033  <em>(Optional)</em>
  5034  <p>HTTPProxy defines parameters on HTTPProxy.</p>
  5035  </td>
  5036  </tr>
  5037  <tr>
  5038  <td style="white-space:nowrap">
  5039  <code>enableExternalNameService</code>
  5040  <br>
  5041  <em>
  5042  bool
  5043  </em>
  5044  </td>
  5045  <td>
  5046  <em>(Optional)</em>
  5047  <p>EnableExternalNameService allows processing of ExternalNameServices</p>
  5048  <p>Contour&rsquo;s default is false for security reasons.</p>
  5049  </td>
  5050  </tr>
  5051  <tr>
  5052  <td style="white-space:nowrap">
  5053  <code>globalExtAuth</code>
  5054  <br>
  5055  <em>
  5056  <a href="#projectcontour.io/v1.AuthorizationServer">
  5057  AuthorizationServer
  5058  </a>
  5059  </em>
  5060  </td>
  5061  <td>
  5062  <em>(Optional)</em>
  5063  <p>GlobalExternalAuthorization allows envoys external authorization filter
  5064  to be enabled for all virtual hosts.</p>
  5065  </td>
  5066  </tr>
  5067  <tr>
  5068  <td style="white-space:nowrap">
  5069  <code>rateLimitService</code>
  5070  <br>
  5071  <em>
  5072  <a href="#projectcontour.io/v1alpha1.RateLimitServiceConfig">
  5073  RateLimitServiceConfig
  5074  </a>
  5075  </em>
  5076  </td>
  5077  <td>
  5078  <em>(Optional)</em>
  5079  <p>RateLimitService optionally holds properties of the Rate Limit Service
  5080  to be used for global rate limiting.</p>
  5081  </td>
  5082  </tr>
  5083  <tr>
  5084  <td style="white-space:nowrap">
  5085  <code>policy</code>
  5086  <br>
  5087  <em>
  5088  <a href="#projectcontour.io/v1alpha1.PolicyConfig">
  5089  PolicyConfig
  5090  </a>
  5091  </em>
  5092  </td>
  5093  <td>
  5094  <em>(Optional)</em>
  5095  <p>Policy specifies default policy applied if not overridden by the user</p>
  5096  </td>
  5097  </tr>
  5098  <tr>
  5099  <td style="white-space:nowrap">
  5100  <code>metrics</code>
  5101  <br>
  5102  <em>
  5103  <a href="#projectcontour.io/v1alpha1.MetricsConfig">
  5104  MetricsConfig
  5105  </a>
  5106  </em>
  5107  </td>
  5108  <td>
  5109  <em>(Optional)</em>
  5110  <p>Metrics defines the endpoint Contour uses to serve metrics.</p>
  5111  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8000 }.</p>
  5112  </td>
  5113  </tr>
  5114  <tr>
  5115  <td style="white-space:nowrap">
  5116  <code>tracing</code>
  5117  <br>
  5118  <em>
  5119  <a href="#projectcontour.io/v1alpha1.TracingConfig">
  5120  TracingConfig
  5121  </a>
  5122  </em>
  5123  </td>
  5124  <td>
  5125  <p>Tracing defines properties for exporting trace data to OpenTelemetry.</p>
  5126  </td>
  5127  </tr>
  5128  </table>
  5129  </td>
  5130  </tr>
  5131  <tr>
  5132  <td style="white-space:nowrap">
  5133  <code>status</code>
  5134  <br>
  5135  <em>
  5136  <a href="#projectcontour.io/v1alpha1.ContourConfigurationStatus">
  5137  ContourConfigurationStatus
  5138  </a>
  5139  </em>
  5140  </td>
  5141  <td>
  5142  <em>(Optional)</em>
  5143  </td>
  5144  </tr>
  5145  </tbody>
  5146  </table>
  5147  <h3 id="projectcontour.io/v1alpha1.ContourDeployment">ContourDeployment
  5148  </h3>
  5149  <p>
  5150  <p>ContourDeployment is the schema for a Contour Deployment.</p>
  5151  </p>
  5152  <table>
  5153  <thead>
  5154  <tr>
  5155  <th>Field</th>
  5156  <th>Description</th>
  5157  </tr>
  5158  </thead>
  5159  <tbody>
  5160  <tr>
  5161  <td>
  5162  <code>apiVersion</code></br>
  5163  string</td>
  5164  <td>
  5165  <code>
  5166  projectcontour.io/v1alpha1
  5167  </code>
  5168  </td>
  5169  </tr>
  5170  <tr>
  5171  <td>
  5172  <code>kind</code></br>
  5173  string
  5174  </td>
  5175  <td><code>ContourDeployment</code></td>
  5176  </tr>
  5177  <tr>
  5178  <td style="white-space:nowrap">
  5179  <code>metadata</code>
  5180  <br>
  5181  <em>
  5182  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta">
  5183  Kubernetes meta/v1.ObjectMeta
  5184  </a>
  5185  </em>
  5186  </td>
  5187  <td>
  5188  Refer to the Kubernetes API documentation for the fields of the
  5189  <code>metadata</code> field.
  5190  </td>
  5191  </tr>
  5192  <tr>
  5193  <td style="white-space:nowrap">
  5194  <code>spec</code>
  5195  <br>
  5196  <em>
  5197  <a href="#projectcontour.io/v1alpha1.ContourDeploymentSpec">
  5198  ContourDeploymentSpec
  5199  </a>
  5200  </em>
  5201  </td>
  5202  <td>
  5203  <br>
  5204  <br>
  5205  <table style="border:none">
  5206  <tr>
  5207  <td style="white-space:nowrap">
  5208  <code>contour</code>
  5209  <br>
  5210  <em>
  5211  <a href="#projectcontour.io/v1alpha1.ContourSettings">
  5212  ContourSettings
  5213  </a>
  5214  </em>
  5215  </td>
  5216  <td>
  5217  <em>(Optional)</em>
  5218  <p>Contour specifies deployment-time settings for the Contour
  5219  part of the installation, i.e. the xDS server/control plane
  5220  and associated resources, including things like replica count
  5221  for the Deployment, and node placement constraints for the pods.</p>
  5222  </td>
  5223  </tr>
  5224  <tr>
  5225  <td style="white-space:nowrap">
  5226  <code>envoy</code>
  5227  <br>
  5228  <em>
  5229  <a href="#projectcontour.io/v1alpha1.EnvoySettings">
  5230  EnvoySettings
  5231  </a>
  5232  </em>
  5233  </td>
  5234  <td>
  5235  <em>(Optional)</em>
  5236  <p>Envoy specifies deployment-time settings for the Envoy
  5237  part of the installation, i.e. the xDS client/data plane
  5238  and associated resources, including things like the workload
  5239  type to use (DaemonSet or Deployment), node placement constraints
  5240  for the pods, and various options for the Envoy service.</p>
  5241  </td>
  5242  </tr>
  5243  <tr>
  5244  <td style="white-space:nowrap">
  5245  <code>runtimeSettings</code>
  5246  <br>
  5247  <em>
  5248  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">
  5249  ContourConfigurationSpec
  5250  </a>
  5251  </em>
  5252  </td>
  5253  <td>
  5254  <em>(Optional)</em>
  5255  <p>RuntimeSettings is a ContourConfiguration spec to be used when
  5256  provisioning a Contour instance that will influence aspects of
  5257  the Contour instance&rsquo;s runtime behavior.</p>
  5258  </td>
  5259  </tr>
  5260  <tr>
  5261  <td style="white-space:nowrap">
  5262  <code>resourceLabels</code>
  5263  <br>
  5264  <em>
  5265  map[string]string
  5266  </em>
  5267  </td>
  5268  <td>
  5269  <em>(Optional)</em>
  5270  <p>ResourceLabels is a set of labels to add to the provisioned Contour resources.</p>
  5271  </td>
  5272  </tr>
  5273  </table>
  5274  </td>
  5275  </tr>
  5276  <tr>
  5277  <td style="white-space:nowrap">
  5278  <code>status</code>
  5279  <br>
  5280  <em>
  5281  <a href="#projectcontour.io/v1alpha1.ContourDeploymentStatus">
  5282  ContourDeploymentStatus
  5283  </a>
  5284  </em>
  5285  </td>
  5286  <td>
  5287  </td>
  5288  </tr>
  5289  </tbody>
  5290  </table>
  5291  <h3 id="projectcontour.io/v1alpha1.ExtensionService">ExtensionService
  5292  </h3>
  5293  <p>
  5294  <p>ExtensionService is the schema for the Contour extension services API.
  5295  An ExtensionService resource binds a network service to the Contour
  5296  API so that Contour API features can be implemented by collaborating
  5297  components.</p>
  5298  </p>
  5299  <table>
  5300  <thead>
  5301  <tr>
  5302  <th>Field</th>
  5303  <th>Description</th>
  5304  </tr>
  5305  </thead>
  5306  <tbody>
  5307  <tr>
  5308  <td>
  5309  <code>apiVersion</code></br>
  5310  string</td>
  5311  <td>
  5312  <code>
  5313  projectcontour.io/v1alpha1
  5314  </code>
  5315  </td>
  5316  </tr>
  5317  <tr>
  5318  <td>
  5319  <code>kind</code></br>
  5320  string
  5321  </td>
  5322  <td><code>ExtensionService</code></td>
  5323  </tr>
  5324  <tr>
  5325  <td style="white-space:nowrap">
  5326  <code>metadata</code>
  5327  <br>
  5328  <em>
  5329  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta">
  5330  Kubernetes meta/v1.ObjectMeta
  5331  </a>
  5332  </em>
  5333  </td>
  5334  <td>
  5335  Refer to the Kubernetes API documentation for the fields of the
  5336  <code>metadata</code> field.
  5337  </td>
  5338  </tr>
  5339  <tr>
  5340  <td style="white-space:nowrap">
  5341  <code>spec</code>
  5342  <br>
  5343  <em>
  5344  <a href="#projectcontour.io/v1alpha1.ExtensionServiceSpec">
  5345  ExtensionServiceSpec
  5346  </a>
  5347  </em>
  5348  </td>
  5349  <td>
  5350  <br>
  5351  <br>
  5352  <table style="border:none">
  5353  <tr>
  5354  <td style="white-space:nowrap">
  5355  <code>services</code>
  5356  <br>
  5357  <em>
  5358  <a href="#projectcontour.io/v1alpha1.ExtensionServiceTarget">
  5359  []ExtensionServiceTarget
  5360  </a>
  5361  </em>
  5362  </td>
  5363  <td>
  5364  <p>Services specifies the set of Kubernetes Service resources that
  5365  receive GRPC extension API requests.
  5366  If no weights are specified for any of the entries in
  5367  this array, traffic will be spread evenly across all the
  5368  services.
  5369  Otherwise, traffic is balanced proportionally to the
  5370  Weight field in each entry.</p>
  5371  </td>
  5372  </tr>
  5373  <tr>
  5374  <td style="white-space:nowrap">
  5375  <code>validation</code>
  5376  <br>
  5377  <em>
  5378  <a href="#projectcontour.io/v1.UpstreamValidation">
  5379  UpstreamValidation
  5380  </a>
  5381  </em>
  5382  </td>
  5383  <td>
  5384  <em>(Optional)</em>
  5385  <p>UpstreamValidation defines how to verify the backend service&rsquo;s certificate</p>
  5386  </td>
  5387  </tr>
  5388  <tr>
  5389  <td style="white-space:nowrap">
  5390  <code>protocol</code>
  5391  <br>
  5392  <em>
  5393  string
  5394  </em>
  5395  </td>
  5396  <td>
  5397  <em>(Optional)</em>
  5398  <p>Protocol may be used to specify (or override) the protocol used to reach this Service.
  5399  Values may be h2 or h2c. If omitted, protocol-selection falls back on Service annotations.</p>
  5400  </td>
  5401  </tr>
  5402  <tr>
  5403  <td style="white-space:nowrap">
  5404  <code>loadBalancerPolicy</code>
  5405  <br>
  5406  <em>
  5407  <a href="#projectcontour.io/v1.LoadBalancerPolicy">
  5408  LoadBalancerPolicy
  5409  </a>
  5410  </em>
  5411  </td>
  5412  <td>
  5413  <em>(Optional)</em>
  5414  <p>The policy for load balancing GRPC service requests. Note that the
  5415  <code>Cookie</code> and <code>RequestHash</code> load balancing strategies cannot be used
  5416  here.</p>
  5417  </td>
  5418  </tr>
  5419  <tr>
  5420  <td style="white-space:nowrap">
  5421  <code>timeoutPolicy</code>
  5422  <br>
  5423  <em>
  5424  <a href="#projectcontour.io/v1.TimeoutPolicy">
  5425  TimeoutPolicy
  5426  </a>
  5427  </em>
  5428  </td>
  5429  <td>
  5430  <em>(Optional)</em>
  5431  <p>The timeout policy for requests to the services.</p>
  5432  </td>
  5433  </tr>
  5434  <tr>
  5435  <td style="white-space:nowrap">
  5436  <code>protocolVersion</code>
  5437  <br>
  5438  <em>
  5439  <a href="#projectcontour.io/v1alpha1.ExtensionProtocolVersion">
  5440  ExtensionProtocolVersion
  5441  </a>
  5442  </em>
  5443  </td>
  5444  <td>
  5445  <em>(Optional)</em>
  5446  <p>This field sets the version of the GRPC protocol that Envoy uses to
  5447  send requests to the extension service. Since Contour always uses the
  5448  v3 Envoy API, this is currently fixed at &ldquo;v3&rdquo;. However, other
  5449  protocol options will be available in future.</p>
  5450  </td>
  5451  </tr>
  5452  </table>
  5453  </td>
  5454  </tr>
  5455  <tr>
  5456  <td style="white-space:nowrap">
  5457  <code>status</code>
  5458  <br>
  5459  <em>
  5460  <a href="#projectcontour.io/v1alpha1.ExtensionServiceStatus">
  5461  ExtensionServiceStatus
  5462  </a>
  5463  </em>
  5464  </td>
  5465  <td>
  5466  </td>
  5467  </tr>
  5468  </tbody>
  5469  </table>
  5470  <h3 id="projectcontour.io/v1alpha1.AccessLogFormatString">AccessLogFormatString
  5471  (<code>string</code> alias)</p></h3>
  5472  <p>
  5473  </p>
  5474  <h3 id="projectcontour.io/v1alpha1.AccessLogJSONFields">AccessLogJSONFields
  5475  (<code>[]string</code> alias)</p></h3>
  5476  <p>
  5477  (<em>Appears on:</em>
  5478  <a href="#projectcontour.io/v1alpha1.EnvoyLogging">EnvoyLogging</a>)
  5479  </p>
  5480  <p>
  5481  </p>
  5482  <h3 id="projectcontour.io/v1alpha1.AccessLogLevel">AccessLogLevel
  5483  (<code>string</code> alias)</p></h3>
  5484  <p>
  5485  (<em>Appears on:</em>
  5486  <a href="#projectcontour.io/v1alpha1.EnvoyLogging">EnvoyLogging</a>)
  5487  </p>
  5488  <p>
  5489  </p>
  5490  <table>
  5491  <thead>
  5492  <tr>
  5493  <th>Value</th>
  5494  <th>Description</th>
  5495  </tr>
  5496  </thead>
  5497  <tbody><tr><td><p>&#34;critical&#34;</p></td>
  5498  <td><p>Log only requests that result in an server error (i.e. 500+) response code.</p>
  5499  </td>
  5500  </tr><tr><td><p>&#34;disabled&#34;</p></td>
  5501  <td><p>Disable the access log.</p>
  5502  </td>
  5503  </tr><tr><td><p>&#34;error&#34;</p></td>
  5504  <td><p>Log only requests that result in a non-success (i.e. 300+) response code</p>
  5505  </td>
  5506  </tr><tr><td><p>&#34;info&#34;</p></td>
  5507  <td><p>Log all requests. This is the default.</p>
  5508  </td>
  5509  </tr></tbody>
  5510  </table>
  5511  <h3 id="projectcontour.io/v1alpha1.AccessLogType">AccessLogType
  5512  (<code>string</code> alias)</p></h3>
  5513  <p>
  5514  (<em>Appears on:</em>
  5515  <a href="#projectcontour.io/v1alpha1.EnvoyLogging">EnvoyLogging</a>)
  5516  </p>
  5517  <p>
  5518  <p>AccessLogType is the name of a supported access logging mechanism.</p>
  5519  </p>
  5520  <table>
  5521  <thead>
  5522  <tr>
  5523  <th>Value</th>
  5524  <th>Description</th>
  5525  </tr>
  5526  </thead>
  5527  <tbody><tr><td><p>&#34;envoy&#34;</p></td>
  5528  <td><p>DefaultAccessLogType is the default access log format.</p>
  5529  </td>
  5530  </tr><tr><td><p>&#34;envoy&#34;</p></td>
  5531  <td><p>Set the Envoy access logging to Envoy&rsquo;s standard format.
  5532  Can be customized using <code>accessLogFormatString</code>.</p>
  5533  </td>
  5534  </tr><tr><td><p>&#34;json&#34;</p></td>
  5535  <td><p>Set the Envoy access logging to a JSON format.
  5536  Can be customized using <code>jsonFields</code>.</p>
  5537  </td>
  5538  </tr></tbody>
  5539  </table>
  5540  <h3 id="projectcontour.io/v1alpha1.ClusterDNSFamilyType">ClusterDNSFamilyType
  5541  (<code>string</code> alias)</p></h3>
  5542  <p>
  5543  (<em>Appears on:</em>
  5544  <a href="#projectcontour.io/v1alpha1.ClusterParameters">ClusterParameters</a>)
  5545  </p>
  5546  <p>
  5547  <p>ClusterDNSFamilyType is the Ip family to use for resolving DNS
  5548  names in an Envoy cluster config.</p>
  5549  </p>
  5550  <table>
  5551  <thead>
  5552  <tr>
  5553  <th>Value</th>
  5554  <th>Description</th>
  5555  </tr>
  5556  </thead>
  5557  <tbody><tr><td><p>&#34;all&#34;</p></td>
  5558  <td><p>DNS lookups will attempt both v4 and v6 queries.</p>
  5559  </td>
  5560  </tr><tr><td><p>&#34;auto&#34;</p></td>
  5561  <td><p>DNS lookups will do a v6 lookup first, followed by a v4 if that fails.</p>
  5562  </td>
  5563  </tr><tr><td><p>&#34;v4&#34;</p></td>
  5564  <td><p>DNS lookups will only attempt v4 queries.</p>
  5565  </td>
  5566  </tr><tr><td><p>&#34;v6&#34;</p></td>
  5567  <td><p>DNS lookups will only attempt v6 queries.</p>
  5568  </td>
  5569  </tr></tbody>
  5570  </table>
  5571  <h3 id="projectcontour.io/v1alpha1.ClusterParameters">ClusterParameters
  5572  </h3>
  5573  <p>
  5574  (<em>Appears on:</em>
  5575  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  5576  </p>
  5577  <p>
  5578  <p>ClusterParameters holds various configurable cluster values.</p>
  5579  </p>
  5580  <table>
  5581  <thead>
  5582  <tr>
  5583  <th>Field</th>
  5584  <th>Description</th>
  5585  </tr>
  5586  </thead>
  5587  <tbody>
  5588  <tr>
  5589  <td style="white-space:nowrap">
  5590  <code>dnsLookupFamily</code>
  5591  <br>
  5592  <em>
  5593  <a href="#projectcontour.io/v1alpha1.ClusterDNSFamilyType">
  5594  ClusterDNSFamilyType
  5595  </a>
  5596  </em>
  5597  </td>
  5598  <td>
  5599  <em>(Optional)</em>
  5600  <p>DNSLookupFamily defines how external names are looked up
  5601  When configured as V4, the DNS resolver will only perform a lookup
  5602  for addresses in the IPv4 family. If V6 is configured, the DNS resolver
  5603  will only perform a lookup for addresses in the IPv6 family.
  5604  If AUTO is configured, the DNS resolver will first perform a lookup
  5605  for addresses in the IPv6 family and fallback to a lookup for addresses
  5606  in the IPv4 family. If ALL is specified, the DNS resolver will perform a lookup for
  5607  both IPv4 and IPv6 families, and return all resolved addresses.
  5608  When this is used, Happy Eyeballs will be enabled for upstream connections.
  5609  Refer to Happy Eyeballs Support for more information.
  5610  Note: This only applies to externalName clusters.</p>
  5611  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily</a>
  5612  for more information.</p>
  5613  <p>Values: <code>auto</code> (default), <code>v4</code>, <code>v6</code>, <code>all</code>.</p>
  5614  <p>Other values will produce an error.</p>
  5615  </td>
  5616  </tr>
  5617  <tr>
  5618  <td style="white-space:nowrap">
  5619  <code>maxRequestsPerConnection</code>
  5620  <br>
  5621  <em>
  5622  uint32
  5623  </em>
  5624  </td>
  5625  <td>
  5626  <em>(Optional)</em>
  5627  <p>Defines the maximum requests for upstream connections. If not specified, there is no limit.
  5628  see <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-msg-config-core-v3-httpprotocoloptions">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-msg-config-core-v3-httpprotocoloptions</a>
  5629  for more information.</p>
  5630  </td>
  5631  </tr>
  5632  <tr>
  5633  <td style="white-space:nowrap">
  5634  <code>per-connection-buffer-limit-bytes</code>
  5635  <br>
  5636  <em>
  5637  uint32
  5638  </em>
  5639  </td>
  5640  <td>
  5641  <em>(Optional)</em>
  5642  <p>Defines the soft limit on size of the cluster’s new connection read and write buffers in bytes.
  5643  If unspecified, an implementation defined default is applied (1MiB).
  5644  see <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes</a>
  5645  for more information.</p>
  5646  </td>
  5647  </tr>
  5648  </tbody>
  5649  </table>
  5650  <h3 id="projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec
  5651  </h3>
  5652  <p>
  5653  (<em>Appears on:</em>
  5654  <a href="#projectcontour.io/v1alpha1.ContourConfiguration">ContourConfiguration</a>, 
  5655  <a href="#projectcontour.io/v1alpha1.ContourDeploymentSpec">ContourDeploymentSpec</a>)
  5656  </p>
  5657  <p>
  5658  <p>ContourConfigurationSpec represents a configuration of a Contour controller.
  5659  It contains most of all the options that can be customized, the
  5660  other remaining options being command line flags.</p>
  5661  </p>
  5662  <table>
  5663  <thead>
  5664  <tr>
  5665  <th>Field</th>
  5666  <th>Description</th>
  5667  </tr>
  5668  </thead>
  5669  <tbody>
  5670  <tr>
  5671  <td style="white-space:nowrap">
  5672  <code>xdsServer</code>
  5673  <br>
  5674  <em>
  5675  <a href="#projectcontour.io/v1alpha1.XDSServerConfig">
  5676  XDSServerConfig
  5677  </a>
  5678  </em>
  5679  </td>
  5680  <td>
  5681  <em>(Optional)</em>
  5682  <p>XDSServer contains parameters for the xDS server.</p>
  5683  </td>
  5684  </tr>
  5685  <tr>
  5686  <td style="white-space:nowrap">
  5687  <code>ingress</code>
  5688  <br>
  5689  <em>
  5690  <a href="#projectcontour.io/v1alpha1.IngressConfig">
  5691  IngressConfig
  5692  </a>
  5693  </em>
  5694  </td>
  5695  <td>
  5696  <em>(Optional)</em>
  5697  <p>Ingress contains parameters for ingress options.</p>
  5698  </td>
  5699  </tr>
  5700  <tr>
  5701  <td style="white-space:nowrap">
  5702  <code>debug</code>
  5703  <br>
  5704  <em>
  5705  <a href="#projectcontour.io/v1alpha1.DebugConfig">
  5706  DebugConfig
  5707  </a>
  5708  </em>
  5709  </td>
  5710  <td>
  5711  <em>(Optional)</em>
  5712  <p>Debug contains parameters to enable debug logging
  5713  and debug interfaces inside Contour.</p>
  5714  </td>
  5715  </tr>
  5716  <tr>
  5717  <td style="white-space:nowrap">
  5718  <code>health</code>
  5719  <br>
  5720  <em>
  5721  <a href="#projectcontour.io/v1alpha1.HealthConfig">
  5722  HealthConfig
  5723  </a>
  5724  </em>
  5725  </td>
  5726  <td>
  5727  <em>(Optional)</em>
  5728  <p>Health defines the endpoints Contour uses to serve health checks.</p>
  5729  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8000 }.</p>
  5730  </td>
  5731  </tr>
  5732  <tr>
  5733  <td style="white-space:nowrap">
  5734  <code>envoy</code>
  5735  <br>
  5736  <em>
  5737  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">
  5738  EnvoyConfig
  5739  </a>
  5740  </em>
  5741  </td>
  5742  <td>
  5743  <em>(Optional)</em>
  5744  <p>Envoy contains parameters for Envoy as well
  5745  as how to optionally configure a managed Envoy fleet.</p>
  5746  </td>
  5747  </tr>
  5748  <tr>
  5749  <td style="white-space:nowrap">
  5750  <code>gateway</code>
  5751  <br>
  5752  <em>
  5753  <a href="#projectcontour.io/v1alpha1.GatewayConfig">
  5754  GatewayConfig
  5755  </a>
  5756  </em>
  5757  </td>
  5758  <td>
  5759  <em>(Optional)</em>
  5760  <p>Gateway contains parameters for the gateway-api Gateway that Contour
  5761  is configured to serve traffic.</p>
  5762  </td>
  5763  </tr>
  5764  <tr>
  5765  <td style="white-space:nowrap">
  5766  <code>httpproxy</code>
  5767  <br>
  5768  <em>
  5769  <a href="#projectcontour.io/v1alpha1.HTTPProxyConfig">
  5770  HTTPProxyConfig
  5771  </a>
  5772  </em>
  5773  </td>
  5774  <td>
  5775  <em>(Optional)</em>
  5776  <p>HTTPProxy defines parameters on HTTPProxy.</p>
  5777  </td>
  5778  </tr>
  5779  <tr>
  5780  <td style="white-space:nowrap">
  5781  <code>enableExternalNameService</code>
  5782  <br>
  5783  <em>
  5784  bool
  5785  </em>
  5786  </td>
  5787  <td>
  5788  <em>(Optional)</em>
  5789  <p>EnableExternalNameService allows processing of ExternalNameServices</p>
  5790  <p>Contour&rsquo;s default is false for security reasons.</p>
  5791  </td>
  5792  </tr>
  5793  <tr>
  5794  <td style="white-space:nowrap">
  5795  <code>globalExtAuth</code>
  5796  <br>
  5797  <em>
  5798  <a href="#projectcontour.io/v1.AuthorizationServer">
  5799  AuthorizationServer
  5800  </a>
  5801  </em>
  5802  </td>
  5803  <td>
  5804  <em>(Optional)</em>
  5805  <p>GlobalExternalAuthorization allows envoys external authorization filter
  5806  to be enabled for all virtual hosts.</p>
  5807  </td>
  5808  </tr>
  5809  <tr>
  5810  <td style="white-space:nowrap">
  5811  <code>rateLimitService</code>
  5812  <br>
  5813  <em>
  5814  <a href="#projectcontour.io/v1alpha1.RateLimitServiceConfig">
  5815  RateLimitServiceConfig
  5816  </a>
  5817  </em>
  5818  </td>
  5819  <td>
  5820  <em>(Optional)</em>
  5821  <p>RateLimitService optionally holds properties of the Rate Limit Service
  5822  to be used for global rate limiting.</p>
  5823  </td>
  5824  </tr>
  5825  <tr>
  5826  <td style="white-space:nowrap">
  5827  <code>policy</code>
  5828  <br>
  5829  <em>
  5830  <a href="#projectcontour.io/v1alpha1.PolicyConfig">
  5831  PolicyConfig
  5832  </a>
  5833  </em>
  5834  </td>
  5835  <td>
  5836  <em>(Optional)</em>
  5837  <p>Policy specifies default policy applied if not overridden by the user</p>
  5838  </td>
  5839  </tr>
  5840  <tr>
  5841  <td style="white-space:nowrap">
  5842  <code>metrics</code>
  5843  <br>
  5844  <em>
  5845  <a href="#projectcontour.io/v1alpha1.MetricsConfig">
  5846  MetricsConfig
  5847  </a>
  5848  </em>
  5849  </td>
  5850  <td>
  5851  <em>(Optional)</em>
  5852  <p>Metrics defines the endpoint Contour uses to serve metrics.</p>
  5853  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8000 }.</p>
  5854  </td>
  5855  </tr>
  5856  <tr>
  5857  <td style="white-space:nowrap">
  5858  <code>tracing</code>
  5859  <br>
  5860  <em>
  5861  <a href="#projectcontour.io/v1alpha1.TracingConfig">
  5862  TracingConfig
  5863  </a>
  5864  </em>
  5865  </td>
  5866  <td>
  5867  <p>Tracing defines properties for exporting trace data to OpenTelemetry.</p>
  5868  </td>
  5869  </tr>
  5870  </tbody>
  5871  </table>
  5872  <h3 id="projectcontour.io/v1alpha1.ContourConfigurationStatus">ContourConfigurationStatus
  5873  </h3>
  5874  <p>
  5875  (<em>Appears on:</em>
  5876  <a href="#projectcontour.io/v1alpha1.ContourConfiguration">ContourConfiguration</a>)
  5877  </p>
  5878  <p>
  5879  <p>ContourConfigurationStatus defines the observed state of a ContourConfiguration resource.</p>
  5880  </p>
  5881  <table>
  5882  <thead>
  5883  <tr>
  5884  <th>Field</th>
  5885  <th>Description</th>
  5886  </tr>
  5887  </thead>
  5888  <tbody>
  5889  <tr>
  5890  <td style="white-space:nowrap">
  5891  <code>conditions</code>
  5892  <br>
  5893  <em>
  5894  <a href="#projectcontour.io/v1.DetailedCondition">
  5895  []DetailedCondition
  5896  </a>
  5897  </em>
  5898  </td>
  5899  <td>
  5900  <em>(Optional)</em>
  5901  <p>Conditions contains the current status of the Contour resource.</p>
  5902  <p>Contour will update a single condition, <code>Valid</code>, that is in normal-true polarity.</p>
  5903  <p>Contour will not modify any other Conditions set in this block,
  5904  in case some other controller wants to add a Condition.</p>
  5905  </td>
  5906  </tr>
  5907  </tbody>
  5908  </table>
  5909  <h3 id="projectcontour.io/v1alpha1.ContourDeploymentSpec">ContourDeploymentSpec
  5910  </h3>
  5911  <p>
  5912  (<em>Appears on:</em>
  5913  <a href="#projectcontour.io/v1alpha1.ContourDeployment">ContourDeployment</a>)
  5914  </p>
  5915  <p>
  5916  <p>ContourDeploymentSpec specifies options for how a Contour
  5917  instance should be provisioned.</p>
  5918  </p>
  5919  <table>
  5920  <thead>
  5921  <tr>
  5922  <th>Field</th>
  5923  <th>Description</th>
  5924  </tr>
  5925  </thead>
  5926  <tbody>
  5927  <tr>
  5928  <td style="white-space:nowrap">
  5929  <code>contour</code>
  5930  <br>
  5931  <em>
  5932  <a href="#projectcontour.io/v1alpha1.ContourSettings">
  5933  ContourSettings
  5934  </a>
  5935  </em>
  5936  </td>
  5937  <td>
  5938  <em>(Optional)</em>
  5939  <p>Contour specifies deployment-time settings for the Contour
  5940  part of the installation, i.e. the xDS server/control plane
  5941  and associated resources, including things like replica count
  5942  for the Deployment, and node placement constraints for the pods.</p>
  5943  </td>
  5944  </tr>
  5945  <tr>
  5946  <td style="white-space:nowrap">
  5947  <code>envoy</code>
  5948  <br>
  5949  <em>
  5950  <a href="#projectcontour.io/v1alpha1.EnvoySettings">
  5951  EnvoySettings
  5952  </a>
  5953  </em>
  5954  </td>
  5955  <td>
  5956  <em>(Optional)</em>
  5957  <p>Envoy specifies deployment-time settings for the Envoy
  5958  part of the installation, i.e. the xDS client/data plane
  5959  and associated resources, including things like the workload
  5960  type to use (DaemonSet or Deployment), node placement constraints
  5961  for the pods, and various options for the Envoy service.</p>
  5962  </td>
  5963  </tr>
  5964  <tr>
  5965  <td style="white-space:nowrap">
  5966  <code>runtimeSettings</code>
  5967  <br>
  5968  <em>
  5969  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">
  5970  ContourConfigurationSpec
  5971  </a>
  5972  </em>
  5973  </td>
  5974  <td>
  5975  <em>(Optional)</em>
  5976  <p>RuntimeSettings is a ContourConfiguration spec to be used when
  5977  provisioning a Contour instance that will influence aspects of
  5978  the Contour instance&rsquo;s runtime behavior.</p>
  5979  </td>
  5980  </tr>
  5981  <tr>
  5982  <td style="white-space:nowrap">
  5983  <code>resourceLabels</code>
  5984  <br>
  5985  <em>
  5986  map[string]string
  5987  </em>
  5988  </td>
  5989  <td>
  5990  <em>(Optional)</em>
  5991  <p>ResourceLabels is a set of labels to add to the provisioned Contour resources.</p>
  5992  </td>
  5993  </tr>
  5994  </tbody>
  5995  </table>
  5996  <h3 id="projectcontour.io/v1alpha1.ContourDeploymentStatus">ContourDeploymentStatus
  5997  </h3>
  5998  <p>
  5999  (<em>Appears on:</em>
  6000  <a href="#projectcontour.io/v1alpha1.ContourDeployment">ContourDeployment</a>)
  6001  </p>
  6002  <p>
  6003  <p>ContourDeploymentStatus defines the observed state of a ContourDeployment resource.</p>
  6004  </p>
  6005  <table>
  6006  <thead>
  6007  <tr>
  6008  <th>Field</th>
  6009  <th>Description</th>
  6010  </tr>
  6011  </thead>
  6012  <tbody>
  6013  <tr>
  6014  <td style="white-space:nowrap">
  6015  <code>conditions</code>
  6016  <br>
  6017  <em>
  6018  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#condition-v1-meta">
  6019  []Kubernetes meta/v1.Condition
  6020  </a>
  6021  </em>
  6022  </td>
  6023  <td>
  6024  <em>(Optional)</em>
  6025  <p>Conditions describe the current conditions of the ContourDeployment resource.</p>
  6026  </td>
  6027  </tr>
  6028  </tbody>
  6029  </table>
  6030  <h3 id="projectcontour.io/v1alpha1.ContourSettings">ContourSettings
  6031  </h3>
  6032  <p>
  6033  (<em>Appears on:</em>
  6034  <a href="#projectcontour.io/v1alpha1.ContourDeploymentSpec">ContourDeploymentSpec</a>)
  6035  </p>
  6036  <p>
  6037  <p>ContourSettings contains settings for the Contour part of the installation,
  6038  i.e. the xDS server/control plane and associated resources.</p>
  6039  </p>
  6040  <table>
  6041  <thead>
  6042  <tr>
  6043  <th>Field</th>
  6044  <th>Description</th>
  6045  </tr>
  6046  </thead>
  6047  <tbody>
  6048  <tr>
  6049  <td style="white-space:nowrap">
  6050  <code>replicas</code>
  6051  <br>
  6052  <em>
  6053  int32
  6054  </em>
  6055  </td>
  6056  <td>
  6057  <em>(Optional)</em>
  6058  <p>Deprecated: Use <code>DeploymentSettings.Replicas</code> instead.</p>
  6059  <p>Replicas is the desired number of Contour replicas. If if unset,
  6060  defaults to 2.</p>
  6061  <p>if both <code>DeploymentSettings.Replicas</code> and this one is set, use <code>DeploymentSettings.Replicas</code>.</p>
  6062  </td>
  6063  </tr>
  6064  <tr>
  6065  <td style="white-space:nowrap">
  6066  <code>nodePlacement</code>
  6067  <br>
  6068  <em>
  6069  <a href="#projectcontour.io/v1alpha1.NodePlacement">
  6070  NodePlacement
  6071  </a>
  6072  </em>
  6073  </td>
  6074  <td>
  6075  <em>(Optional)</em>
  6076  <p>NodePlacement describes node scheduling configuration of Contour pods.</p>
  6077  </td>
  6078  </tr>
  6079  <tr>
  6080  <td style="white-space:nowrap">
  6081  <code>kubernetesLogLevel</code>
  6082  <br>
  6083  <em>
  6084  byte
  6085  </em>
  6086  </td>
  6087  <td>
  6088  <em>(Optional)</em>
  6089  <p>KubernetesLogLevel Enable Kubernetes client debug logging with log level. If unset,
  6090  defaults to 0.</p>
  6091  </td>
  6092  </tr>
  6093  <tr>
  6094  <td style="white-space:nowrap">
  6095  <code>logLevel</code>
  6096  <br>
  6097  <em>
  6098  <a href="#projectcontour.io/v1alpha1.LogLevel">
  6099  LogLevel
  6100  </a>
  6101  </em>
  6102  </td>
  6103  <td>
  6104  <em>(Optional)</em>
  6105  <p>LogLevel sets the log level for Contour
  6106  Allowed values are &ldquo;info&rdquo;, &ldquo;debug&rdquo;.</p>
  6107  </td>
  6108  </tr>
  6109  <tr>
  6110  <td style="white-space:nowrap">
  6111  <code>resources</code>
  6112  <br>
  6113  <em>
  6114  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#resourcerequirements-v1-core">
  6115  Kubernetes core/v1.ResourceRequirements
  6116  </a>
  6117  </em>
  6118  </td>
  6119  <td>
  6120  <em>(Optional)</em>
  6121  <p>Compute Resources required by contour container.
  6122  Cannot be updated.
  6123  More info: <a href="https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/">https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/</a></p>
  6124  </td>
  6125  </tr>
  6126  <tr>
  6127  <td style="white-space:nowrap">
  6128  <code>deployment</code>
  6129  <br>
  6130  <em>
  6131  <a href="#projectcontour.io/v1alpha1.DeploymentSettings">
  6132  DeploymentSettings
  6133  </a>
  6134  </em>
  6135  </td>
  6136  <td>
  6137  <em>(Optional)</em>
  6138  <p>Deployment describes the settings for running contour as a <code>Deployment</code>.</p>
  6139  </td>
  6140  </tr>
  6141  <tr>
  6142  <td style="white-space:nowrap">
  6143  <code>podAnnotations</code>
  6144  <br>
  6145  <em>
  6146  map[string]string
  6147  </em>
  6148  </td>
  6149  <td>
  6150  <em>(Optional)</em>
  6151  <p>PodAnnotations defines annotations to add to the Contour pods.
  6152  the annotations for Prometheus will be appended or overwritten with predefined value.</p>
  6153  </td>
  6154  </tr>
  6155  </tbody>
  6156  </table>
  6157  <h3 id="projectcontour.io/v1alpha1.CustomTag">CustomTag
  6158  </h3>
  6159  <p>
  6160  <p>CustomTag defines custom tags with unique tag name
  6161  to create tags for the active span.</p>
  6162  </p>
  6163  <table>
  6164  <thead>
  6165  <tr>
  6166  <th>Field</th>
  6167  <th>Description</th>
  6168  </tr>
  6169  </thead>
  6170  <tbody>
  6171  <tr>
  6172  <td style="white-space:nowrap">
  6173  <code>tagName</code>
  6174  <br>
  6175  <em>
  6176  string
  6177  </em>
  6178  </td>
  6179  <td>
  6180  <p>TagName is the unique name of the custom tag.</p>
  6181  </td>
  6182  </tr>
  6183  <tr>
  6184  <td style="white-space:nowrap">
  6185  <code>literal</code>
  6186  <br>
  6187  <em>
  6188  string
  6189  </em>
  6190  </td>
  6191  <td>
  6192  <em>(Optional)</em>
  6193  <p>Literal is a static custom tag value.
  6194  Precisely one of Literal, RequestHeaderName must be set.</p>
  6195  </td>
  6196  </tr>
  6197  <tr>
  6198  <td style="white-space:nowrap">
  6199  <code>requestHeaderName</code>
  6200  <br>
  6201  <em>
  6202  string
  6203  </em>
  6204  </td>
  6205  <td>
  6206  <em>(Optional)</em>
  6207  <p>RequestHeaderName indicates which request header
  6208  the label value is obtained from.
  6209  Precisely one of Literal, RequestHeaderName must be set.</p>
  6210  </td>
  6211  </tr>
  6212  </tbody>
  6213  </table>
  6214  <h3 id="projectcontour.io/v1alpha1.DaemonSetSettings">DaemonSetSettings
  6215  </h3>
  6216  <p>
  6217  (<em>Appears on:</em>
  6218  <a href="#projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings</a>)
  6219  </p>
  6220  <p>
  6221  <p>DaemonSetSettings contains settings for DaemonSet resources.</p>
  6222  </p>
  6223  <table>
  6224  <thead>
  6225  <tr>
  6226  <th>Field</th>
  6227  <th>Description</th>
  6228  </tr>
  6229  </thead>
  6230  <tbody>
  6231  <tr>
  6232  <td style="white-space:nowrap">
  6233  <code>updateStrategy</code>
  6234  <br>
  6235  <em>
  6236  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#daemonsetupdatestrategy-v1-apps">
  6237  Kubernetes apps/v1.DaemonSetUpdateStrategy
  6238  </a>
  6239  </em>
  6240  </td>
  6241  <td>
  6242  <em>(Optional)</em>
  6243  <p>Strategy describes the deployment strategy to use to replace existing DaemonSet pods with new pods.</p>
  6244  </td>
  6245  </tr>
  6246  </tbody>
  6247  </table>
  6248  <h3 id="projectcontour.io/v1alpha1.DebugConfig">DebugConfig
  6249  </h3>
  6250  <p>
  6251  (<em>Appears on:</em>
  6252  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  6253  </p>
  6254  <p>
  6255  <p>DebugConfig contains Contour specific troubleshooting options.</p>
  6256  </p>
  6257  <table>
  6258  <thead>
  6259  <tr>
  6260  <th>Field</th>
  6261  <th>Description</th>
  6262  </tr>
  6263  </thead>
  6264  <tbody>
  6265  <tr>
  6266  <td style="white-space:nowrap">
  6267  <code>address</code>
  6268  <br>
  6269  <em>
  6270  string
  6271  </em>
  6272  </td>
  6273  <td>
  6274  <em>(Optional)</em>
  6275  <p>Defines the Contour debug address interface.</p>
  6276  <p>Contour&rsquo;s default is &ldquo;127.0.0.1&rdquo;.</p>
  6277  </td>
  6278  </tr>
  6279  <tr>
  6280  <td style="white-space:nowrap">
  6281  <code>port</code>
  6282  <br>
  6283  <em>
  6284  int
  6285  </em>
  6286  </td>
  6287  <td>
  6288  <em>(Optional)</em>
  6289  <p>Defines the Contour debug address port.</p>
  6290  <p>Contour&rsquo;s default is 6060.</p>
  6291  </td>
  6292  </tr>
  6293  </tbody>
  6294  </table>
  6295  <h3 id="projectcontour.io/v1alpha1.DeploymentSettings">DeploymentSettings
  6296  </h3>
  6297  <p>
  6298  (<em>Appears on:</em>
  6299  <a href="#projectcontour.io/v1alpha1.ContourSettings">ContourSettings</a>, 
  6300  <a href="#projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings</a>)
  6301  </p>
  6302  <p>
  6303  <p>DeploymentSettings contains settings for Deployment resources.</p>
  6304  </p>
  6305  <table>
  6306  <thead>
  6307  <tr>
  6308  <th>Field</th>
  6309  <th>Description</th>
  6310  </tr>
  6311  </thead>
  6312  <tbody>
  6313  <tr>
  6314  <td style="white-space:nowrap">
  6315  <code>replicas</code>
  6316  <br>
  6317  <em>
  6318  int32
  6319  </em>
  6320  </td>
  6321  <td>
  6322  <p>Replicas is the desired number of replicas.</p>
  6323  </td>
  6324  </tr>
  6325  <tr>
  6326  <td style="white-space:nowrap">
  6327  <code>strategy</code>
  6328  <br>
  6329  <em>
  6330  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#deploymentstrategy-v1-apps">
  6331  Kubernetes apps/v1.DeploymentStrategy
  6332  </a>
  6333  </em>
  6334  </td>
  6335  <td>
  6336  <em>(Optional)</em>
  6337  <p>Strategy describes the deployment strategy to use to replace existing pods with new pods.</p>
  6338  </td>
  6339  </tr>
  6340  </tbody>
  6341  </table>
  6342  <h3 id="projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig
  6343  </h3>
  6344  <p>
  6345  (<em>Appears on:</em>
  6346  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  6347  </p>
  6348  <p>
  6349  <p>EnvoyConfig defines how Envoy is to be Configured from Contour.</p>
  6350  </p>
  6351  <table>
  6352  <thead>
  6353  <tr>
  6354  <th>Field</th>
  6355  <th>Description</th>
  6356  </tr>
  6357  </thead>
  6358  <tbody>
  6359  <tr>
  6360  <td style="white-space:nowrap">
  6361  <code>listener</code>
  6362  <br>
  6363  <em>
  6364  <a href="#projectcontour.io/v1alpha1.EnvoyListenerConfig">
  6365  EnvoyListenerConfig
  6366  </a>
  6367  </em>
  6368  </td>
  6369  <td>
  6370  <em>(Optional)</em>
  6371  <p>Listener hold various configurable Envoy listener values.</p>
  6372  </td>
  6373  </tr>
  6374  <tr>
  6375  <td style="white-space:nowrap">
  6376  <code>service</code>
  6377  <br>
  6378  <em>
  6379  <a href="#projectcontour.io/v1alpha1.NamespacedName">
  6380  NamespacedName
  6381  </a>
  6382  </em>
  6383  </td>
  6384  <td>
  6385  <em>(Optional)</em>
  6386  <p>Service holds Envoy service parameters for setting Ingress status.</p>
  6387  <p>Contour&rsquo;s default is { namespace: &ldquo;projectcontour&rdquo;, name: &ldquo;envoy&rdquo; }.</p>
  6388  </td>
  6389  </tr>
  6390  <tr>
  6391  <td style="white-space:nowrap">
  6392  <code>http</code>
  6393  <br>
  6394  <em>
  6395  <a href="#projectcontour.io/v1alpha1.EnvoyListener">
  6396  EnvoyListener
  6397  </a>
  6398  </em>
  6399  </td>
  6400  <td>
  6401  <em>(Optional)</em>
  6402  <p>Defines the HTTP Listener for Envoy.</p>
  6403  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8080, accessLog: &ldquo;/dev/stdout&rdquo; }.</p>
  6404  </td>
  6405  </tr>
  6406  <tr>
  6407  <td style="white-space:nowrap">
  6408  <code>https</code>
  6409  <br>
  6410  <em>
  6411  <a href="#projectcontour.io/v1alpha1.EnvoyListener">
  6412  EnvoyListener
  6413  </a>
  6414  </em>
  6415  </td>
  6416  <td>
  6417  <em>(Optional)</em>
  6418  <p>Defines the HTTPS Listener for Envoy.</p>
  6419  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8443, accessLog: &ldquo;/dev/stdout&rdquo; }.</p>
  6420  </td>
  6421  </tr>
  6422  <tr>
  6423  <td style="white-space:nowrap">
  6424  <code>health</code>
  6425  <br>
  6426  <em>
  6427  <a href="#projectcontour.io/v1alpha1.HealthConfig">
  6428  HealthConfig
  6429  </a>
  6430  </em>
  6431  </td>
  6432  <td>
  6433  <em>(Optional)</em>
  6434  <p>Health defines the endpoint Envoy uses to serve health checks.</p>
  6435  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8002 }.</p>
  6436  </td>
  6437  </tr>
  6438  <tr>
  6439  <td style="white-space:nowrap">
  6440  <code>metrics</code>
  6441  <br>
  6442  <em>
  6443  <a href="#projectcontour.io/v1alpha1.MetricsConfig">
  6444  MetricsConfig
  6445  </a>
  6446  </em>
  6447  </td>
  6448  <td>
  6449  <em>(Optional)</em>
  6450  <p>Metrics defines the endpoint Envoy uses to serve metrics.</p>
  6451  <p>Contour&rsquo;s default is { address: &ldquo;0.0.0.0&rdquo;, port: 8002 }.</p>
  6452  </td>
  6453  </tr>
  6454  <tr>
  6455  <td style="white-space:nowrap">
  6456  <code>clientCertificate</code>
  6457  <br>
  6458  <em>
  6459  <a href="#projectcontour.io/v1alpha1.NamespacedName">
  6460  NamespacedName
  6461  </a>
  6462  </em>
  6463  </td>
  6464  <td>
  6465  <em>(Optional)</em>
  6466  <p>ClientCertificate defines the namespace/name of the Kubernetes
  6467  secret containing the client certificate and private key
  6468  to be used when establishing TLS connection to upstream
  6469  cluster.</p>
  6470  </td>
  6471  </tr>
  6472  <tr>
  6473  <td style="white-space:nowrap">
  6474  <code>logging</code>
  6475  <br>
  6476  <em>
  6477  <a href="#projectcontour.io/v1alpha1.EnvoyLogging">
  6478  EnvoyLogging
  6479  </a>
  6480  </em>
  6481  </td>
  6482  <td>
  6483  <em>(Optional)</em>
  6484  <p>Logging defines how Envoy&rsquo;s logs can be configured.</p>
  6485  </td>
  6486  </tr>
  6487  <tr>
  6488  <td style="white-space:nowrap">
  6489  <code>defaultHTTPVersions</code>
  6490  <br>
  6491  <em>
  6492  <a href="#projectcontour.io/v1alpha1.HTTPVersionType">
  6493  []HTTPVersionType
  6494  </a>
  6495  </em>
  6496  </td>
  6497  <td>
  6498  <em>(Optional)</em>
  6499  <p>DefaultHTTPVersions defines the default set of HTTPS
  6500  versions the proxy should accept. HTTP versions are
  6501  strings of the form &ldquo;HTTP/xx&rdquo;. Supported versions are
  6502  &ldquo;HTTP/1.1&rdquo; and &ldquo;HTTP/2&rdquo;.</p>
  6503  <p>Values: <code>HTTP/1.1</code>, <code>HTTP/2</code> (default: both).</p>
  6504  <p>Other values will produce an error.</p>
  6505  </td>
  6506  </tr>
  6507  <tr>
  6508  <td style="white-space:nowrap">
  6509  <code>timeouts</code>
  6510  <br>
  6511  <em>
  6512  <a href="#projectcontour.io/v1alpha1.TimeoutParameters">
  6513  TimeoutParameters
  6514  </a>
  6515  </em>
  6516  </td>
  6517  <td>
  6518  <em>(Optional)</em>
  6519  <p>Timeouts holds various configurable timeouts that can
  6520  be set in the config file.</p>
  6521  </td>
  6522  </tr>
  6523  <tr>
  6524  <td style="white-space:nowrap">
  6525  <code>cluster</code>
  6526  <br>
  6527  <em>
  6528  <a href="#projectcontour.io/v1alpha1.ClusterParameters">
  6529  ClusterParameters
  6530  </a>
  6531  </em>
  6532  </td>
  6533  <td>
  6534  <em>(Optional)</em>
  6535  <p>Cluster holds various configurable Envoy cluster values that can
  6536  be set in the config file.</p>
  6537  </td>
  6538  </tr>
  6539  <tr>
  6540  <td style="white-space:nowrap">
  6541  <code>network</code>
  6542  <br>
  6543  <em>
  6544  <a href="#projectcontour.io/v1alpha1.NetworkParameters">
  6545  NetworkParameters
  6546  </a>
  6547  </em>
  6548  </td>
  6549  <td>
  6550  <em>(Optional)</em>
  6551  <p>Network holds various configurable Envoy network values.</p>
  6552  </td>
  6553  </tr>
  6554  </tbody>
  6555  </table>
  6556  <h3 id="projectcontour.io/v1alpha1.EnvoyListener">EnvoyListener
  6557  </h3>
  6558  <p>
  6559  (<em>Appears on:</em>
  6560  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  6561  </p>
  6562  <p>
  6563  <p>EnvoyListener defines parameters for an Envoy Listener.</p>
  6564  </p>
  6565  <table>
  6566  <thead>
  6567  <tr>
  6568  <th>Field</th>
  6569  <th>Description</th>
  6570  </tr>
  6571  </thead>
  6572  <tbody>
  6573  <tr>
  6574  <td style="white-space:nowrap">
  6575  <code>address</code>
  6576  <br>
  6577  <em>
  6578  string
  6579  </em>
  6580  </td>
  6581  <td>
  6582  <em>(Optional)</em>
  6583  <p>Defines an Envoy Listener Address.</p>
  6584  </td>
  6585  </tr>
  6586  <tr>
  6587  <td style="white-space:nowrap">
  6588  <code>port</code>
  6589  <br>
  6590  <em>
  6591  int
  6592  </em>
  6593  </td>
  6594  <td>
  6595  <em>(Optional)</em>
  6596  <p>Defines an Envoy listener Port.</p>
  6597  </td>
  6598  </tr>
  6599  <tr>
  6600  <td style="white-space:nowrap">
  6601  <code>accessLog</code>
  6602  <br>
  6603  <em>
  6604  string
  6605  </em>
  6606  </td>
  6607  <td>
  6608  <em>(Optional)</em>
  6609  <p>AccessLog defines where Envoy logs are outputted for this listener.</p>
  6610  </td>
  6611  </tr>
  6612  </tbody>
  6613  </table>
  6614  <h3 id="projectcontour.io/v1alpha1.EnvoyListenerConfig">EnvoyListenerConfig
  6615  </h3>
  6616  <p>
  6617  (<em>Appears on:</em>
  6618  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  6619  </p>
  6620  <p>
  6621  <p>EnvoyListenerConfig hold various configurable Envoy listener values.</p>
  6622  </p>
  6623  <table>
  6624  <thead>
  6625  <tr>
  6626  <th>Field</th>
  6627  <th>Description</th>
  6628  </tr>
  6629  </thead>
  6630  <tbody>
  6631  <tr>
  6632  <td style="white-space:nowrap">
  6633  <code>useProxyProtocol</code>
  6634  <br>
  6635  <em>
  6636  bool
  6637  </em>
  6638  </td>
  6639  <td>
  6640  <em>(Optional)</em>
  6641  <p>Use PROXY protocol for all listeners.</p>
  6642  <p>Contour&rsquo;s default is false.</p>
  6643  </td>
  6644  </tr>
  6645  <tr>
  6646  <td style="white-space:nowrap">
  6647  <code>disableAllowChunkedLength</code>
  6648  <br>
  6649  <em>
  6650  bool
  6651  </em>
  6652  </td>
  6653  <td>
  6654  <em>(Optional)</em>
  6655  <p>DisableAllowChunkedLength disables the RFC-compliant Envoy behavior to
  6656  strip the &ldquo;Content-Length&rdquo; header if &ldquo;Transfer-Encoding: chunked&rdquo; is
  6657  also set. This is an emergency off-switch to revert back to Envoy&rsquo;s
  6658  default behavior in case of failures. Please file an issue if failures
  6659  are encountered.
  6660  See: <a href="https://github.com/projectcontour/contour/issues/3221">https://github.com/projectcontour/contour/issues/3221</a></p>
  6661  <p>Contour&rsquo;s default is false.</p>
  6662  </td>
  6663  </tr>
  6664  <tr>
  6665  <td style="white-space:nowrap">
  6666  <code>disableMergeSlashes</code>
  6667  <br>
  6668  <em>
  6669  bool
  6670  </em>
  6671  </td>
  6672  <td>
  6673  <em>(Optional)</em>
  6674  <p>DisableMergeSlashes disables Envoy&rsquo;s non-standard merge_slashes path transformation option
  6675  which strips duplicate slashes from request URL paths.</p>
  6676  <p>Contour&rsquo;s default is false.</p>
  6677  </td>
  6678  </tr>
  6679  <tr>
  6680  <td style="white-space:nowrap">
  6681  <code>serverHeaderTransformation</code>
  6682  <br>
  6683  <em>
  6684  <a href="#projectcontour.io/v1alpha1.ServerHeaderTransformationType">
  6685  ServerHeaderTransformationType
  6686  </a>
  6687  </em>
  6688  </td>
  6689  <td>
  6690  <em>(Optional)</em>
  6691  <p>Defines the action to be applied to the Server header on the response path.
  6692  When configured as overwrite, overwrites any Server header with &ldquo;envoy&rdquo;.
  6693  When configured as append_if_absent, if a Server header is present, pass it through, otherwise set it to &ldquo;envoy&rdquo;.
  6694  When configured as pass_through, pass through the value of the Server header, and do not append a header if none is present.</p>
  6695  <p>Values: <code>overwrite</code> (default), <code>append_if_absent</code>, <code>pass_through</code></p>
  6696  <p>Other values will produce an error.
  6697  Contour&rsquo;s default is overwrite.</p>
  6698  </td>
  6699  </tr>
  6700  <tr>
  6701  <td style="white-space:nowrap">
  6702  <code>connectionBalancer</code>
  6703  <br>
  6704  <em>
  6705  string
  6706  </em>
  6707  </td>
  6708  <td>
  6709  <em>(Optional)</em>
  6710  <p>ConnectionBalancer. If the value is exact, the listener will use the exact connection balancer
  6711  See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/listener.proto#envoy-api-msg-listener-connectionbalanceconfig">https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/listener.proto#envoy-api-msg-listener-connectionbalanceconfig</a>
  6712  for more information.</p>
  6713  <p>Values: (empty string): use the default ConnectionBalancer, <code>exact</code>: use the Exact ConnectionBalancer.</p>
  6714  <p>Other values will produce an error.</p>
  6715  </td>
  6716  </tr>
  6717  <tr>
  6718  <td style="white-space:nowrap">
  6719  <code>maxRequestsPerConnection</code>
  6720  <br>
  6721  <em>
  6722  uint32
  6723  </em>
  6724  </td>
  6725  <td>
  6726  <em>(Optional)</em>
  6727  <p>Defines the maximum requests for downstream connections. If not specified, there is no limit.
  6728  see <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-msg-config-core-v3-httpprotocoloptions">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-msg-config-core-v3-httpprotocoloptions</a>
  6729  for more information.</p>
  6730  </td>
  6731  </tr>
  6732  <tr>
  6733  <td style="white-space:nowrap">
  6734  <code>per-connection-buffer-limit-bytes</code>
  6735  <br>
  6736  <em>
  6737  uint32
  6738  </em>
  6739  </td>
  6740  <td>
  6741  <em>(Optional)</em>
  6742  <p>Defines the soft limit on size of the listener’s new connection read and write buffers in bytes.
  6743  If unspecified, an implementation defined default is applied (1MiB).
  6744  see <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener.proto#envoy-v3-api-field-config-listener-v3-listener-per-connection-buffer-limit-bytes">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener.proto#envoy-v3-api-field-config-listener-v3-listener-per-connection-buffer-limit-bytes</a>
  6745  for more information.</p>
  6746  </td>
  6747  </tr>
  6748  <tr>
  6749  <td style="white-space:nowrap">
  6750  <code>tls</code>
  6751  <br>
  6752  <em>
  6753  <a href="#projectcontour.io/v1alpha1.EnvoyTLS">
  6754  EnvoyTLS
  6755  </a>
  6756  </em>
  6757  </td>
  6758  <td>
  6759  <em>(Optional)</em>
  6760  <p>TLS holds various configurable Envoy TLS listener values.</p>
  6761  </td>
  6762  </tr>
  6763  <tr>
  6764  <td style="white-space:nowrap">
  6765  <code>socketOptions</code>
  6766  <br>
  6767  <em>
  6768  <a href="#projectcontour.io/v1alpha1.SocketOptions">
  6769  SocketOptions
  6770  </a>
  6771  </em>
  6772  </td>
  6773  <td>
  6774  <em>(Optional)</em>
  6775  <p>SocketOptions defines configurable socket options for the listeners.
  6776  Single set of options are applied to all listeners.</p>
  6777  </td>
  6778  </tr>
  6779  </tbody>
  6780  </table>
  6781  <h3 id="projectcontour.io/v1alpha1.EnvoyLogging">EnvoyLogging
  6782  </h3>
  6783  <p>
  6784  (<em>Appears on:</em>
  6785  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  6786  </p>
  6787  <p>
  6788  <p>EnvoyLogging defines how Envoy&rsquo;s logs can be configured.</p>
  6789  </p>
  6790  <table>
  6791  <thead>
  6792  <tr>
  6793  <th>Field</th>
  6794  <th>Description</th>
  6795  </tr>
  6796  </thead>
  6797  <tbody>
  6798  <tr>
  6799  <td style="white-space:nowrap">
  6800  <code>accessLogFormat</code>
  6801  <br>
  6802  <em>
  6803  <a href="#projectcontour.io/v1alpha1.AccessLogType">
  6804  AccessLogType
  6805  </a>
  6806  </em>
  6807  </td>
  6808  <td>
  6809  <em>(Optional)</em>
  6810  <p>AccessLogFormat sets the global access log format.</p>
  6811  <p>Values: <code>envoy</code> (default), <code>json</code>.</p>
  6812  <p>Other values will produce an error.</p>
  6813  </td>
  6814  </tr>
  6815  <tr>
  6816  <td style="white-space:nowrap">
  6817  <code>accessLogFormatString</code>
  6818  <br>
  6819  <em>
  6820  string
  6821  </em>
  6822  </td>
  6823  <td>
  6824  <em>(Optional)</em>
  6825  <p>AccessLogFormatString sets the access log format when format is set to <code>envoy</code>.
  6826  When empty, Envoy&rsquo;s default format is used.</p>
  6827  </td>
  6828  </tr>
  6829  <tr>
  6830  <td style="white-space:nowrap">
  6831  <code>accessLogJSONFields</code>
  6832  <br>
  6833  <em>
  6834  <a href="#projectcontour.io/v1alpha1.AccessLogJSONFields">
  6835  AccessLogJSONFields
  6836  </a>
  6837  </em>
  6838  </td>
  6839  <td>
  6840  <em>(Optional)</em>
  6841  <p>AccessLogJSONFields sets the fields that JSON logging will
  6842  output when AccessLogFormat is json.</p>
  6843  </td>
  6844  </tr>
  6845  <tr>
  6846  <td style="white-space:nowrap">
  6847  <code>accessLogLevel</code>
  6848  <br>
  6849  <em>
  6850  <a href="#projectcontour.io/v1alpha1.AccessLogLevel">
  6851  AccessLogLevel
  6852  </a>
  6853  </em>
  6854  </td>
  6855  <td>
  6856  <em>(Optional)</em>
  6857  <p>AccessLogLevel sets the verbosity level of the access log.</p>
  6858  <p>Values: <code>info</code> (default, all requests are logged), <code>error</code> (all non-success requests, i.e. 300+ response code, are logged), <code>critical</code> (all 5xx requests are logged) and <code>disabled</code>.</p>
  6859  <p>Other values will produce an error.</p>
  6860  </td>
  6861  </tr>
  6862  </tbody>
  6863  </table>
  6864  <h3 id="projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings
  6865  </h3>
  6866  <p>
  6867  (<em>Appears on:</em>
  6868  <a href="#projectcontour.io/v1alpha1.ContourDeploymentSpec">ContourDeploymentSpec</a>)
  6869  </p>
  6870  <p>
  6871  <p>EnvoySettings contains settings for the Envoy part of the installation,
  6872  i.e. the xDS client/data plane and associated resources.</p>
  6873  </p>
  6874  <table>
  6875  <thead>
  6876  <tr>
  6877  <th>Field</th>
  6878  <th>Description</th>
  6879  </tr>
  6880  </thead>
  6881  <tbody>
  6882  <tr>
  6883  <td style="white-space:nowrap">
  6884  <code>workloadType</code>
  6885  <br>
  6886  <em>
  6887  <a href="#projectcontour.io/v1alpha1.WorkloadType">
  6888  WorkloadType
  6889  </a>
  6890  </em>
  6891  </td>
  6892  <td>
  6893  <em>(Optional)</em>
  6894  <p>WorkloadType is the type of workload to install Envoy
  6895  as. Choices are DaemonSet and Deployment. If unset, defaults
  6896  to DaemonSet.</p>
  6897  </td>
  6898  </tr>
  6899  <tr>
  6900  <td style="white-space:nowrap">
  6901  <code>replicas</code>
  6902  <br>
  6903  <em>
  6904  int32
  6905  </em>
  6906  </td>
  6907  <td>
  6908  <em>(Optional)</em>
  6909  <p>Deprecated: Use <code>DeploymentSettings.Replicas</code> instead.</p>
  6910  <p>Replicas is the desired number of Envoy replicas. If WorkloadType
  6911  is not &ldquo;Deployment&rdquo;, this field is ignored. Otherwise, if unset,
  6912  defaults to 2.</p>
  6913  <p>if both <code>DeploymentSettings.Replicas</code> and this one is set, use <code>DeploymentSettings.Replicas</code>.</p>
  6914  </td>
  6915  </tr>
  6916  <tr>
  6917  <td style="white-space:nowrap">
  6918  <code>networkPublishing</code>
  6919  <br>
  6920  <em>
  6921  <a href="#projectcontour.io/v1alpha1.NetworkPublishing">
  6922  NetworkPublishing
  6923  </a>
  6924  </em>
  6925  </td>
  6926  <td>
  6927  <p>NetworkPublishing defines how to expose Envoy to a network.</p>
  6928  </td>
  6929  </tr>
  6930  <tr>
  6931  <td style="white-space:nowrap">
  6932  <code>nodePlacement</code>
  6933  <br>
  6934  <em>
  6935  <a href="#projectcontour.io/v1alpha1.NodePlacement">
  6936  NodePlacement
  6937  </a>
  6938  </em>
  6939  </td>
  6940  <td>
  6941  <em>(Optional)</em>
  6942  <p>NodePlacement describes node scheduling configuration of Envoy pods.</p>
  6943  </td>
  6944  </tr>
  6945  <tr>
  6946  <td style="white-space:nowrap">
  6947  <code>extraVolumes</code>
  6948  <br>
  6949  <em>
  6950  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#volume-v1-core">
  6951  []Kubernetes core/v1.Volume
  6952  </a>
  6953  </em>
  6954  </td>
  6955  <td>
  6956  <em>(Optional)</em>
  6957  <p>ExtraVolumes holds the extra volumes to add.</p>
  6958  </td>
  6959  </tr>
  6960  <tr>
  6961  <td style="white-space:nowrap">
  6962  <code>extraVolumeMounts</code>
  6963  <br>
  6964  <em>
  6965  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#volumemount-v1-core">
  6966  []Kubernetes core/v1.VolumeMount
  6967  </a>
  6968  </em>
  6969  </td>
  6970  <td>
  6971  <em>(Optional)</em>
  6972  <p>ExtraVolumeMounts holds the extra volume mounts to add (normally used with extraVolumes).</p>
  6973  </td>
  6974  </tr>
  6975  <tr>
  6976  <td style="white-space:nowrap">
  6977  <code>podAnnotations</code>
  6978  <br>
  6979  <em>
  6980  map[string]string
  6981  </em>
  6982  </td>
  6983  <td>
  6984  <em>(Optional)</em>
  6985  <p>PodAnnotations defines annotations to add to the Envoy pods.
  6986  the annotations for Prometheus will be appended or overwritten with predefined value.</p>
  6987  </td>
  6988  </tr>
  6989  <tr>
  6990  <td style="white-space:nowrap">
  6991  <code>resources</code>
  6992  <br>
  6993  <em>
  6994  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#resourcerequirements-v1-core">
  6995  Kubernetes core/v1.ResourceRequirements
  6996  </a>
  6997  </em>
  6998  </td>
  6999  <td>
  7000  <em>(Optional)</em>
  7001  <p>Compute Resources required by envoy container.
  7002  Cannot be updated.
  7003  More info: <a href="https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/">https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/</a></p>
  7004  </td>
  7005  </tr>
  7006  <tr>
  7007  <td style="white-space:nowrap">
  7008  <code>logLevel</code>
  7009  <br>
  7010  <em>
  7011  <a href="#projectcontour.io/v1alpha1.LogLevel">
  7012  LogLevel
  7013  </a>
  7014  </em>
  7015  </td>
  7016  <td>
  7017  <em>(Optional)</em>
  7018  <p>LogLevel sets the log level for Envoy.
  7019  Allowed values are &ldquo;trace&rdquo;, &ldquo;debug&rdquo;, &ldquo;info&rdquo;, &ldquo;warn&rdquo;, &ldquo;error&rdquo;, &ldquo;critical&rdquo;, &ldquo;off&rdquo;.</p>
  7020  </td>
  7021  </tr>
  7022  <tr>
  7023  <td style="white-space:nowrap">
  7024  <code>daemonSet</code>
  7025  <br>
  7026  <em>
  7027  <a href="#projectcontour.io/v1alpha1.DaemonSetSettings">
  7028  DaemonSetSettings
  7029  </a>
  7030  </em>
  7031  </td>
  7032  <td>
  7033  <em>(Optional)</em>
  7034  <p>DaemonSet describes the settings for running envoy as a <code>DaemonSet</code>.
  7035  if <code>WorkloadType</code> is <code>Deployment</code>,it&rsquo;s must be nil</p>
  7036  </td>
  7037  </tr>
  7038  <tr>
  7039  <td style="white-space:nowrap">
  7040  <code>deployment</code>
  7041  <br>
  7042  <em>
  7043  <a href="#projectcontour.io/v1alpha1.DeploymentSettings">
  7044  DeploymentSettings
  7045  </a>
  7046  </em>
  7047  </td>
  7048  <td>
  7049  <em>(Optional)</em>
  7050  <p>Deployment describes the settings for running envoy as a <code>Deployment</code>.
  7051  if <code>WorkloadType</code> is <code>DaemonSet</code>,it&rsquo;s must be nil</p>
  7052  </td>
  7053  </tr>
  7054  <tr>
  7055  <td style="white-space:nowrap">
  7056  <code>baseID</code>
  7057  <br>
  7058  <em>
  7059  int32
  7060  </em>
  7061  </td>
  7062  <td>
  7063  <em>(Optional)</em>
  7064  <p>The base ID to use when allocating shared memory regions.
  7065  if Envoy needs to be run multiple times on the same machine, each running Envoy will need a unique base ID
  7066  so that the shared memory regions do not conflict.
  7067  defaults to 0.</p>
  7068  </td>
  7069  </tr>
  7070  </tbody>
  7071  </table>
  7072  <h3 id="projectcontour.io/v1alpha1.EnvoyTLS">EnvoyTLS
  7073  </h3>
  7074  <p>
  7075  (<em>Appears on:</em>
  7076  <a href="#projectcontour.io/v1alpha1.EnvoyListenerConfig">EnvoyListenerConfig</a>)
  7077  </p>
  7078  <p>
  7079  <p>EnvoyTLS describes tls parameters for Envoy listneners.</p>
  7080  </p>
  7081  <table>
  7082  <thead>
  7083  <tr>
  7084  <th>Field</th>
  7085  <th>Description</th>
  7086  </tr>
  7087  </thead>
  7088  <tbody>
  7089  <tr>
  7090  <td style="white-space:nowrap">
  7091  <code>minimumProtocolVersion</code>
  7092  <br>
  7093  <em>
  7094  string
  7095  </em>
  7096  </td>
  7097  <td>
  7098  <em>(Optional)</em>
  7099  <p>MinimumProtocolVersion is the minimum TLS version this vhost should
  7100  negotiate.</p>
  7101  <p>Values: <code>1.2</code> (default), <code>1.3</code>.</p>
  7102  <p>Other values will produce an error.</p>
  7103  </td>
  7104  </tr>
  7105  <tr>
  7106  <td style="white-space:nowrap">
  7107  <code>maximumProtocolVersion</code>
  7108  <br>
  7109  <em>
  7110  string
  7111  </em>
  7112  </td>
  7113  <td>
  7114  <em>(Optional)</em>
  7115  <p>MaximumProtocolVersion is the maximum TLS version this vhost should
  7116  negotiate.</p>
  7117  <p>Values: <code>1.2</code>, <code>1.3</code>(default).</p>
  7118  <p>Other values will produce an error.</p>
  7119  </td>
  7120  </tr>
  7121  <tr>
  7122  <td style="white-space:nowrap">
  7123  <code>cipherSuites</code>
  7124  <br>
  7125  <em>
  7126  []string
  7127  </em>
  7128  </td>
  7129  <td>
  7130  <em>(Optional)</em>
  7131  <p>CipherSuites defines the TLS ciphers to be supported by Envoy TLS
  7132  listeners when negotiating TLS 1.2. Ciphers are validated against the
  7133  set that Envoy supports by default. This parameter should only be used
  7134  by advanced users. Note that these will be ignored when TLS 1.3 is in
  7135  use.</p>
  7136  <p>This field is optional; when it is undefined, a Contour-managed ciphersuite list
  7137  will be used, which may be updated to keep it secure.</p>
  7138  <p>Contour&rsquo;s default list is:
  7139  - &ldquo;[ECDHE-ECDSA-AES128-GCM-SHA256|ECDHE-ECDSA-CHACHA20-POLY1305]&rdquo;
  7140  - &ldquo;[ECDHE-RSA-AES128-GCM-SHA256|ECDHE-RSA-CHACHA20-POLY1305]&rdquo;
  7141  - &ldquo;ECDHE-ECDSA-AES256-GCM-SHA384&rdquo;
  7142  - &ldquo;ECDHE-RSA-AES256-GCM-SHA384&rdquo;</p>
  7143  <p>Ciphers provided are validated against the following list:
  7144  - &ldquo;[ECDHE-ECDSA-AES128-GCM-SHA256|ECDHE-ECDSA-CHACHA20-POLY1305]&rdquo;
  7145  - &ldquo;[ECDHE-RSA-AES128-GCM-SHA256|ECDHE-RSA-CHACHA20-POLY1305]&rdquo;
  7146  - &ldquo;ECDHE-ECDSA-AES128-GCM-SHA256&rdquo;
  7147  - &ldquo;ECDHE-RSA-AES128-GCM-SHA256&rdquo;
  7148  - &ldquo;ECDHE-ECDSA-AES128-SHA&rdquo;
  7149  - &ldquo;ECDHE-RSA-AES128-SHA&rdquo;
  7150  - &ldquo;AES128-GCM-SHA256&rdquo;
  7151  - &ldquo;AES128-SHA&rdquo;
  7152  - &ldquo;ECDHE-ECDSA-AES256-GCM-SHA384&rdquo;
  7153  - &ldquo;ECDHE-RSA-AES256-GCM-SHA384&rdquo;
  7154  - &ldquo;ECDHE-ECDSA-AES256-SHA&rdquo;
  7155  - &ldquo;ECDHE-RSA-AES256-SHA&rdquo;
  7156  - &ldquo;AES256-GCM-SHA384&rdquo;
  7157  - &ldquo;AES256-SHA&rdquo;</p>
  7158  <p>Contour recommends leaving this undefined unless you are sure you must.</p>
  7159  <p>See: <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/transport_sockets/tls/v3/common.proto#extensions-transport-sockets-tls-v3-tlsparameters">https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/transport_sockets/tls/v3/common.proto#extensions-transport-sockets-tls-v3-tlsparameters</a>
  7160  Note: This list is a superset of what is valid for stock Envoy builds and those using BoringSSL FIPS.</p>
  7161  </td>
  7162  </tr>
  7163  </tbody>
  7164  </table>
  7165  <h3 id="projectcontour.io/v1alpha1.ExtensionProtocolVersion">ExtensionProtocolVersion
  7166  (<code>string</code> alias)</p></h3>
  7167  <p>
  7168  (<em>Appears on:</em>
  7169  <a href="#projectcontour.io/v1alpha1.ExtensionServiceSpec">ExtensionServiceSpec</a>)
  7170  </p>
  7171  <p>
  7172  <p>ExtensionProtocolVersion is the version of the GRPC protocol used
  7173  to access extension services. The only version currently supported
  7174  is &ldquo;v3&rdquo;.</p>
  7175  </p>
  7176  <table>
  7177  <thead>
  7178  <tr>
  7179  <th>Value</th>
  7180  <th>Description</th>
  7181  </tr>
  7182  </thead>
  7183  <tbody><tr><td><p>&#34;v2&#34;</p></td>
  7184  <td><p>SupportProtocolVersion2 requests the &ldquo;v2&rdquo; support protocol version.</p>
  7185  <p>Deprecated: this protocol version is no longer supported and the
  7186  constant is retained for backwards compatibility only.</p>
  7187  </td>
  7188  </tr><tr><td><p>&#34;v3&#34;</p></td>
  7189  <td><p>SupportProtocolVersion3 requests the &ldquo;v3&rdquo; support protocol version.</p>
  7190  </td>
  7191  </tr></tbody>
  7192  </table>
  7193  <h3 id="projectcontour.io/v1alpha1.ExtensionServiceSpec">ExtensionServiceSpec
  7194  </h3>
  7195  <p>
  7196  (<em>Appears on:</em>
  7197  <a href="#projectcontour.io/v1alpha1.ExtensionService">ExtensionService</a>)
  7198  </p>
  7199  <p>
  7200  <p>ExtensionServiceSpec defines the desired state of an ExtensionService resource.</p>
  7201  </p>
  7202  <table>
  7203  <thead>
  7204  <tr>
  7205  <th>Field</th>
  7206  <th>Description</th>
  7207  </tr>
  7208  </thead>
  7209  <tbody>
  7210  <tr>
  7211  <td style="white-space:nowrap">
  7212  <code>services</code>
  7213  <br>
  7214  <em>
  7215  <a href="#projectcontour.io/v1alpha1.ExtensionServiceTarget">
  7216  []ExtensionServiceTarget
  7217  </a>
  7218  </em>
  7219  </td>
  7220  <td>
  7221  <p>Services specifies the set of Kubernetes Service resources that
  7222  receive GRPC extension API requests.
  7223  If no weights are specified for any of the entries in
  7224  this array, traffic will be spread evenly across all the
  7225  services.
  7226  Otherwise, traffic is balanced proportionally to the
  7227  Weight field in each entry.</p>
  7228  </td>
  7229  </tr>
  7230  <tr>
  7231  <td style="white-space:nowrap">
  7232  <code>validation</code>
  7233  <br>
  7234  <em>
  7235  <a href="#projectcontour.io/v1.UpstreamValidation">
  7236  UpstreamValidation
  7237  </a>
  7238  </em>
  7239  </td>
  7240  <td>
  7241  <em>(Optional)</em>
  7242  <p>UpstreamValidation defines how to verify the backend service&rsquo;s certificate</p>
  7243  </td>
  7244  </tr>
  7245  <tr>
  7246  <td style="white-space:nowrap">
  7247  <code>protocol</code>
  7248  <br>
  7249  <em>
  7250  string
  7251  </em>
  7252  </td>
  7253  <td>
  7254  <em>(Optional)</em>
  7255  <p>Protocol may be used to specify (or override) the protocol used to reach this Service.
  7256  Values may be h2 or h2c. If omitted, protocol-selection falls back on Service annotations.</p>
  7257  </td>
  7258  </tr>
  7259  <tr>
  7260  <td style="white-space:nowrap">
  7261  <code>loadBalancerPolicy</code>
  7262  <br>
  7263  <em>
  7264  <a href="#projectcontour.io/v1.LoadBalancerPolicy">
  7265  LoadBalancerPolicy
  7266  </a>
  7267  </em>
  7268  </td>
  7269  <td>
  7270  <em>(Optional)</em>
  7271  <p>The policy for load balancing GRPC service requests. Note that the
  7272  <code>Cookie</code> and <code>RequestHash</code> load balancing strategies cannot be used
  7273  here.</p>
  7274  </td>
  7275  </tr>
  7276  <tr>
  7277  <td style="white-space:nowrap">
  7278  <code>timeoutPolicy</code>
  7279  <br>
  7280  <em>
  7281  <a href="#projectcontour.io/v1.TimeoutPolicy">
  7282  TimeoutPolicy
  7283  </a>
  7284  </em>
  7285  </td>
  7286  <td>
  7287  <em>(Optional)</em>
  7288  <p>The timeout policy for requests to the services.</p>
  7289  </td>
  7290  </tr>
  7291  <tr>
  7292  <td style="white-space:nowrap">
  7293  <code>protocolVersion</code>
  7294  <br>
  7295  <em>
  7296  <a href="#projectcontour.io/v1alpha1.ExtensionProtocolVersion">
  7297  ExtensionProtocolVersion
  7298  </a>
  7299  </em>
  7300  </td>
  7301  <td>
  7302  <em>(Optional)</em>
  7303  <p>This field sets the version of the GRPC protocol that Envoy uses to
  7304  send requests to the extension service. Since Contour always uses the
  7305  v3 Envoy API, this is currently fixed at &ldquo;v3&rdquo;. However, other
  7306  protocol options will be available in future.</p>
  7307  </td>
  7308  </tr>
  7309  </tbody>
  7310  </table>
  7311  <h3 id="projectcontour.io/v1alpha1.ExtensionServiceStatus">ExtensionServiceStatus
  7312  </h3>
  7313  <p>
  7314  (<em>Appears on:</em>
  7315  <a href="#projectcontour.io/v1alpha1.ExtensionService">ExtensionService</a>)
  7316  </p>
  7317  <p>
  7318  <p>ExtensionServiceStatus defines the observed state of an
  7319  ExtensionService resource.</p>
  7320  </p>
  7321  <table>
  7322  <thead>
  7323  <tr>
  7324  <th>Field</th>
  7325  <th>Description</th>
  7326  </tr>
  7327  </thead>
  7328  <tbody>
  7329  <tr>
  7330  <td style="white-space:nowrap">
  7331  <code>conditions</code>
  7332  <br>
  7333  <em>
  7334  <a href="#projectcontour.io/v1.DetailedCondition">
  7335  []DetailedCondition
  7336  </a>
  7337  </em>
  7338  </td>
  7339  <td>
  7340  <em>(Optional)</em>
  7341  <p>Conditions contains the current status of the ExtensionService resource.</p>
  7342  <p>Contour will update a single condition, <code>Valid</code>, that is in normal-true polarity.</p>
  7343  <p>Contour will not modify any other Conditions set in this block,
  7344  in case some other controller wants to add a Condition.</p>
  7345  </td>
  7346  </tr>
  7347  </tbody>
  7348  </table>
  7349  <h3 id="projectcontour.io/v1alpha1.ExtensionServiceTarget">ExtensionServiceTarget
  7350  </h3>
  7351  <p>
  7352  (<em>Appears on:</em>
  7353  <a href="#projectcontour.io/v1alpha1.ExtensionServiceSpec">ExtensionServiceSpec</a>)
  7354  </p>
  7355  <p>
  7356  <p>ExtensionServiceTarget defines an Kubernetes Service to target with
  7357  extension service traffic.</p>
  7358  </p>
  7359  <table>
  7360  <thead>
  7361  <tr>
  7362  <th>Field</th>
  7363  <th>Description</th>
  7364  </tr>
  7365  </thead>
  7366  <tbody>
  7367  <tr>
  7368  <td style="white-space:nowrap">
  7369  <code>name</code>
  7370  <br>
  7371  <em>
  7372  string
  7373  </em>
  7374  </td>
  7375  <td>
  7376  <p>Name is the name of Kubernetes service that will accept service
  7377  traffic.</p>
  7378  </td>
  7379  </tr>
  7380  <tr>
  7381  <td style="white-space:nowrap">
  7382  <code>port</code>
  7383  <br>
  7384  <em>
  7385  int
  7386  </em>
  7387  </td>
  7388  <td>
  7389  <p>Port (defined as Integer) to proxy traffic to since a service can have multiple defined.</p>
  7390  </td>
  7391  </tr>
  7392  <tr>
  7393  <td style="white-space:nowrap">
  7394  <code>weight</code>
  7395  <br>
  7396  <em>
  7397  uint32
  7398  </em>
  7399  </td>
  7400  <td>
  7401  <em>(Optional)</em>
  7402  <p>Weight defines proportion of traffic to balance to the Kubernetes Service.</p>
  7403  </td>
  7404  </tr>
  7405  </tbody>
  7406  </table>
  7407  <h3 id="projectcontour.io/v1alpha1.GatewayConfig">GatewayConfig
  7408  </h3>
  7409  <p>
  7410  (<em>Appears on:</em>
  7411  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  7412  </p>
  7413  <p>
  7414  <p>GatewayConfig holds the config for Gateway API controllers.</p>
  7415  </p>
  7416  <table>
  7417  <thead>
  7418  <tr>
  7419  <th>Field</th>
  7420  <th>Description</th>
  7421  </tr>
  7422  </thead>
  7423  <tbody>
  7424  <tr>
  7425  <td style="white-space:nowrap">
  7426  <code>controllerName</code>
  7427  <br>
  7428  <em>
  7429  string
  7430  </em>
  7431  </td>
  7432  <td>
  7433  <em>(Optional)</em>
  7434  <p>ControllerName is used to determine whether Contour should reconcile a
  7435  GatewayClass. The string takes the form of &ldquo;projectcontour.io/<namespace>/contour&rdquo;.
  7436  If unset, the gatewayclass controller will not be started.
  7437  Exactly one of ControllerName or GatewayRef must be set.</p>
  7438  </td>
  7439  </tr>
  7440  <tr>
  7441  <td style="white-space:nowrap">
  7442  <code>gatewayRef</code>
  7443  <br>
  7444  <em>
  7445  <a href="#projectcontour.io/v1alpha1.NamespacedName">
  7446  NamespacedName
  7447  </a>
  7448  </em>
  7449  </td>
  7450  <td>
  7451  <em>(Optional)</em>
  7452  <p>GatewayRef defines a specific Gateway that this Contour
  7453  instance corresponds to. If set, Contour will reconcile
  7454  only this gateway, and will not reconcile any gateway
  7455  classes.
  7456  Exactly one of ControllerName or GatewayRef must be set.</p>
  7457  </td>
  7458  </tr>
  7459  </tbody>
  7460  </table>
  7461  <h3 id="projectcontour.io/v1alpha1.HTTPProxyConfig">HTTPProxyConfig
  7462  </h3>
  7463  <p>
  7464  (<em>Appears on:</em>
  7465  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  7466  </p>
  7467  <p>
  7468  <p>HTTPProxyConfig defines parameters on HTTPProxy.</p>
  7469  </p>
  7470  <table>
  7471  <thead>
  7472  <tr>
  7473  <th>Field</th>
  7474  <th>Description</th>
  7475  </tr>
  7476  </thead>
  7477  <tbody>
  7478  <tr>
  7479  <td style="white-space:nowrap">
  7480  <code>disablePermitInsecure</code>
  7481  <br>
  7482  <em>
  7483  bool
  7484  </em>
  7485  </td>
  7486  <td>
  7487  <em>(Optional)</em>
  7488  <p>DisablePermitInsecure disables the use of the
  7489  permitInsecure field in HTTPProxy.</p>
  7490  <p>Contour&rsquo;s default is false.</p>
  7491  </td>
  7492  </tr>
  7493  <tr>
  7494  <td style="white-space:nowrap">
  7495  <code>rootNamespaces</code>
  7496  <br>
  7497  <em>
  7498  []string
  7499  </em>
  7500  </td>
  7501  <td>
  7502  <em>(Optional)</em>
  7503  <p>Restrict Contour to searching these namespaces for root ingress routes.</p>
  7504  </td>
  7505  </tr>
  7506  <tr>
  7507  <td style="white-space:nowrap">
  7508  <code>fallbackCertificate</code>
  7509  <br>
  7510  <em>
  7511  <a href="#projectcontour.io/v1alpha1.NamespacedName">
  7512  NamespacedName
  7513  </a>
  7514  </em>
  7515  </td>
  7516  <td>
  7517  <em>(Optional)</em>
  7518  <p>FallbackCertificate defines the namespace/name of the Kubernetes secret to
  7519  use as fallback when a non-SNI request is received.</p>
  7520  </td>
  7521  </tr>
  7522  </tbody>
  7523  </table>
  7524  <h3 id="projectcontour.io/v1alpha1.HTTPVersionType">HTTPVersionType
  7525  (<code>string</code> alias)</p></h3>
  7526  <p>
  7527  (<em>Appears on:</em>
  7528  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  7529  </p>
  7530  <p>
  7531  <p>HTTPVersionType is the name of a supported HTTP version.</p>
  7532  </p>
  7533  <table>
  7534  <thead>
  7535  <tr>
  7536  <th>Value</th>
  7537  <th>Description</th>
  7538  </tr>
  7539  </thead>
  7540  <tbody><tr><td><p>&#34;HTTP/1.1&#34;</p></td>
  7541  <td><p>HTTPVersion1 is the name of the HTTP/1.1 version.</p>
  7542  </td>
  7543  </tr><tr><td><p>&#34;HTTP/2&#34;</p></td>
  7544  <td><p>HTTPVersion2 is the name of the HTTP/2 version.</p>
  7545  </td>
  7546  </tr></tbody>
  7547  </table>
  7548  <h3 id="projectcontour.io/v1alpha1.HeadersPolicy">HeadersPolicy
  7549  </h3>
  7550  <p>
  7551  (<em>Appears on:</em>
  7552  <a href="#projectcontour.io/v1alpha1.PolicyConfig">PolicyConfig</a>)
  7553  </p>
  7554  <p>
  7555  </p>
  7556  <table>
  7557  <thead>
  7558  <tr>
  7559  <th>Field</th>
  7560  <th>Description</th>
  7561  </tr>
  7562  </thead>
  7563  <tbody>
  7564  <tr>
  7565  <td style="white-space:nowrap">
  7566  <code>set</code>
  7567  <br>
  7568  <em>
  7569  map[string]string
  7570  </em>
  7571  </td>
  7572  <td>
  7573  <em>(Optional)</em>
  7574  </td>
  7575  </tr>
  7576  <tr>
  7577  <td style="white-space:nowrap">
  7578  <code>remove</code>
  7579  <br>
  7580  <em>
  7581  []string
  7582  </em>
  7583  </td>
  7584  <td>
  7585  <em>(Optional)</em>
  7586  </td>
  7587  </tr>
  7588  </tbody>
  7589  </table>
  7590  <h3 id="projectcontour.io/v1alpha1.HealthConfig">HealthConfig
  7591  </h3>
  7592  <p>
  7593  (<em>Appears on:</em>
  7594  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>, 
  7595  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  7596  </p>
  7597  <p>
  7598  <p>HealthConfig defines the endpoints to enable health checks.</p>
  7599  </p>
  7600  <table>
  7601  <thead>
  7602  <tr>
  7603  <th>Field</th>
  7604  <th>Description</th>
  7605  </tr>
  7606  </thead>
  7607  <tbody>
  7608  <tr>
  7609  <td style="white-space:nowrap">
  7610  <code>address</code>
  7611  <br>
  7612  <em>
  7613  string
  7614  </em>
  7615  </td>
  7616  <td>
  7617  <em>(Optional)</em>
  7618  <p>Defines the health address interface.</p>
  7619  </td>
  7620  </tr>
  7621  <tr>
  7622  <td style="white-space:nowrap">
  7623  <code>port</code>
  7624  <br>
  7625  <em>
  7626  int
  7627  </em>
  7628  </td>
  7629  <td>
  7630  <em>(Optional)</em>
  7631  <p>Defines the health port.</p>
  7632  </td>
  7633  </tr>
  7634  </tbody>
  7635  </table>
  7636  <h3 id="projectcontour.io/v1alpha1.IngressConfig">IngressConfig
  7637  </h3>
  7638  <p>
  7639  (<em>Appears on:</em>
  7640  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  7641  </p>
  7642  <p>
  7643  <p>IngressConfig defines ingress specific config items.</p>
  7644  </p>
  7645  <table>
  7646  <thead>
  7647  <tr>
  7648  <th>Field</th>
  7649  <th>Description</th>
  7650  </tr>
  7651  </thead>
  7652  <tbody>
  7653  <tr>
  7654  <td style="white-space:nowrap">
  7655  <code>classNames</code>
  7656  <br>
  7657  <em>
  7658  []string
  7659  </em>
  7660  </td>
  7661  <td>
  7662  <em>(Optional)</em>
  7663  <p>Ingress Class Names Contour should use.</p>
  7664  </td>
  7665  </tr>
  7666  <tr>
  7667  <td style="white-space:nowrap">
  7668  <code>statusAddress</code>
  7669  <br>
  7670  <em>
  7671  string
  7672  </em>
  7673  </td>
  7674  <td>
  7675  <em>(Optional)</em>
  7676  <p>Address to set in Ingress object status.</p>
  7677  </td>
  7678  </tr>
  7679  </tbody>
  7680  </table>
  7681  <h3 id="projectcontour.io/v1alpha1.LogLevel">LogLevel
  7682  (<code>string</code> alias)</p></h3>
  7683  <p>
  7684  (<em>Appears on:</em>
  7685  <a href="#projectcontour.io/v1alpha1.ContourSettings">ContourSettings</a>, 
  7686  <a href="#projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings</a>)
  7687  </p>
  7688  <p>
  7689  <p>LogLevel is the logging levels available.</p>
  7690  </p>
  7691  <table>
  7692  <thead>
  7693  <tr>
  7694  <th>Value</th>
  7695  <th>Description</th>
  7696  </tr>
  7697  </thead>
  7698  <tbody><tr><td><p>&#34;critical&#34;</p></td>
  7699  <td><p>CriticalLog sets the log level for Envoy to <code>critical</code>.</p>
  7700  </td>
  7701  </tr><tr><td><p>&#34;debug&#34;</p></td>
  7702  <td><p>DebugLog sets the log level for Contour/Envoy to <code>debug</code>.</p>
  7703  </td>
  7704  </tr><tr><td><p>&#34;error&#34;</p></td>
  7705  <td><p>ErrorLog sets the log level for Envoy to <code>error</code>.</p>
  7706  </td>
  7707  </tr><tr><td><p>&#34;info&#34;</p></td>
  7708  <td><p>InfoLog sets the log level for Contour/Envoy to <code>info</code>.</p>
  7709  </td>
  7710  </tr><tr><td><p>&#34;off&#34;</p></td>
  7711  <td><p>OffLog disable logging for Envoy.</p>
  7712  </td>
  7713  </tr><tr><td><p>&#34;trace&#34;</p></td>
  7714  <td><p>TraceLog sets the log level for Envoy to <code>trace</code>.</p>
  7715  </td>
  7716  </tr><tr><td><p>&#34;warn&#34;</p></td>
  7717  <td><p>WarnLog sets the log level for Envoy to <code>warn</code>.</p>
  7718  </td>
  7719  </tr></tbody>
  7720  </table>
  7721  <h3 id="projectcontour.io/v1alpha1.MetricsConfig">MetricsConfig
  7722  </h3>
  7723  <p>
  7724  (<em>Appears on:</em>
  7725  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>, 
  7726  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  7727  </p>
  7728  <p>
  7729  <p>MetricsConfig defines the metrics endpoint.</p>
  7730  </p>
  7731  <table>
  7732  <thead>
  7733  <tr>
  7734  <th>Field</th>
  7735  <th>Description</th>
  7736  </tr>
  7737  </thead>
  7738  <tbody>
  7739  <tr>
  7740  <td style="white-space:nowrap">
  7741  <code>address</code>
  7742  <br>
  7743  <em>
  7744  string
  7745  </em>
  7746  </td>
  7747  <td>
  7748  <em>(Optional)</em>
  7749  <p>Defines the metrics address interface.</p>
  7750  </td>
  7751  </tr>
  7752  <tr>
  7753  <td style="white-space:nowrap">
  7754  <code>port</code>
  7755  <br>
  7756  <em>
  7757  int
  7758  </em>
  7759  </td>
  7760  <td>
  7761  <em>(Optional)</em>
  7762  <p>Defines the metrics port.</p>
  7763  </td>
  7764  </tr>
  7765  <tr>
  7766  <td style="white-space:nowrap">
  7767  <code>tls</code>
  7768  <br>
  7769  <em>
  7770  <a href="#projectcontour.io/v1alpha1.MetricsTLS">
  7771  MetricsTLS
  7772  </a>
  7773  </em>
  7774  </td>
  7775  <td>
  7776  <em>(Optional)</em>
  7777  <p>TLS holds TLS file config details.
  7778  Metrics and health endpoints cannot have same port number when metrics is served over HTTPS.</p>
  7779  </td>
  7780  </tr>
  7781  </tbody>
  7782  </table>
  7783  <h3 id="projectcontour.io/v1alpha1.MetricsTLS">MetricsTLS
  7784  </h3>
  7785  <p>
  7786  (<em>Appears on:</em>
  7787  <a href="#projectcontour.io/v1alpha1.MetricsConfig">MetricsConfig</a>)
  7788  </p>
  7789  <p>
  7790  <p>TLS holds TLS file config details.</p>
  7791  </p>
  7792  <table>
  7793  <thead>
  7794  <tr>
  7795  <th>Field</th>
  7796  <th>Description</th>
  7797  </tr>
  7798  </thead>
  7799  <tbody>
  7800  <tr>
  7801  <td style="white-space:nowrap">
  7802  <code>caFile</code>
  7803  <br>
  7804  <em>
  7805  string
  7806  </em>
  7807  </td>
  7808  <td>
  7809  <em>(Optional)</em>
  7810  <p>CA filename.</p>
  7811  </td>
  7812  </tr>
  7813  <tr>
  7814  <td style="white-space:nowrap">
  7815  <code>certFile</code>
  7816  <br>
  7817  <em>
  7818  string
  7819  </em>
  7820  </td>
  7821  <td>
  7822  <em>(Optional)</em>
  7823  <p>Client certificate filename.</p>
  7824  </td>
  7825  </tr>
  7826  <tr>
  7827  <td style="white-space:nowrap">
  7828  <code>keyFile</code>
  7829  <br>
  7830  <em>
  7831  string
  7832  </em>
  7833  </td>
  7834  <td>
  7835  <em>(Optional)</em>
  7836  <p>Client key filename.</p>
  7837  </td>
  7838  </tr>
  7839  </tbody>
  7840  </table>
  7841  <h3 id="projectcontour.io/v1alpha1.NamespacedName">NamespacedName
  7842  </h3>
  7843  <p>
  7844  (<em>Appears on:</em>
  7845  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>, 
  7846  <a href="#projectcontour.io/v1alpha1.GatewayConfig">GatewayConfig</a>, 
  7847  <a href="#projectcontour.io/v1alpha1.HTTPProxyConfig">HTTPProxyConfig</a>, 
  7848  <a href="#projectcontour.io/v1alpha1.RateLimitServiceConfig">RateLimitServiceConfig</a>, 
  7849  <a href="#projectcontour.io/v1alpha1.TracingConfig">TracingConfig</a>)
  7850  </p>
  7851  <p>
  7852  <p>NamespacedName defines the namespace/name of the Kubernetes resource referred from the config file.
  7853  Used for Contour config YAML file parsing, otherwise we could use K8s types.NamespacedName.</p>
  7854  </p>
  7855  <table>
  7856  <thead>
  7857  <tr>
  7858  <th>Field</th>
  7859  <th>Description</th>
  7860  </tr>
  7861  </thead>
  7862  <tbody>
  7863  <tr>
  7864  <td style="white-space:nowrap">
  7865  <code>name</code>
  7866  <br>
  7867  <em>
  7868  string
  7869  </em>
  7870  </td>
  7871  <td>
  7872  </td>
  7873  </tr>
  7874  <tr>
  7875  <td style="white-space:nowrap">
  7876  <code>namespace</code>
  7877  <br>
  7878  <em>
  7879  string
  7880  </em>
  7881  </td>
  7882  <td>
  7883  </td>
  7884  </tr>
  7885  </tbody>
  7886  </table>
  7887  <h3 id="projectcontour.io/v1alpha1.NetworkParameters">NetworkParameters
  7888  </h3>
  7889  <p>
  7890  (<em>Appears on:</em>
  7891  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  7892  </p>
  7893  <p>
  7894  <p>NetworkParameters hold various configurable network values.</p>
  7895  </p>
  7896  <table>
  7897  <thead>
  7898  <tr>
  7899  <th>Field</th>
  7900  <th>Description</th>
  7901  </tr>
  7902  </thead>
  7903  <tbody>
  7904  <tr>
  7905  <td style="white-space:nowrap">
  7906  <code>numTrustedHops</code>
  7907  <br>
  7908  <em>
  7909  uint32
  7910  </em>
  7911  </td>
  7912  <td>
  7913  <em>(Optional)</em>
  7914  <p>XffNumTrustedHops defines the number of additional ingress proxy hops from the
  7915  right side of the x-forwarded-for HTTP header to trust when determining the origin
  7916  client’s IP address.</p>
  7917  <p>See <a href="https://www.envoyproxy.io/docs/envoy/v1.17.0/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto?highlight=xff_num_trusted_hops">https://www.envoyproxy.io/docs/envoy/v1.17.0/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto?highlight=xff_num_trusted_hops</a>
  7918  for more information.</p>
  7919  <p>Contour&rsquo;s default is 0.</p>
  7920  </td>
  7921  </tr>
  7922  <tr>
  7923  <td style="white-space:nowrap">
  7924  <code>adminPort</code>
  7925  <br>
  7926  <em>
  7927  int
  7928  </em>
  7929  </td>
  7930  <td>
  7931  <em>(Optional)</em>
  7932  <p>Configure the port used to access the Envoy Admin interface.
  7933  If configured to port &ldquo;0&rdquo; then the admin interface is disabled.</p>
  7934  <p>Contour&rsquo;s default is 9001.</p>
  7935  </td>
  7936  </tr>
  7937  </tbody>
  7938  </table>
  7939  <h3 id="projectcontour.io/v1alpha1.NetworkPublishing">NetworkPublishing
  7940  </h3>
  7941  <p>
  7942  (<em>Appears on:</em>
  7943  <a href="#projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings</a>)
  7944  </p>
  7945  <p>
  7946  <p>NetworkPublishing defines the schema for publishing to a network.</p>
  7947  </p>
  7948  <table>
  7949  <thead>
  7950  <tr>
  7951  <th>Field</th>
  7952  <th>Description</th>
  7953  </tr>
  7954  </thead>
  7955  <tbody>
  7956  <tr>
  7957  <td style="white-space:nowrap">
  7958  <code>type</code>
  7959  <br>
  7960  <em>
  7961  <a href="#projectcontour.io/v1alpha1.NetworkPublishingType">
  7962  NetworkPublishingType
  7963  </a>
  7964  </em>
  7965  </td>
  7966  <td>
  7967  <em>(Optional)</em>
  7968  <p>NetworkPublishingType is the type of publishing strategy to use. Valid values are:</p>
  7969  <ul>
  7970  <li>LoadBalancerService</li>
  7971  </ul>
  7972  <p>In this configuration, network endpoints for Envoy use container networking.
  7973  A Kubernetes LoadBalancer Service is created to publish Envoy network
  7974  endpoints.</p>
  7975  <p>See: <a href="https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer">https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer</a></p>
  7976  <ul>
  7977  <li>NodePortService</li>
  7978  </ul>
  7979  <p>Publishes Envoy network endpoints using a Kubernetes NodePort Service.</p>
  7980  <p>In this configuration, Envoy network endpoints use container networking. A Kubernetes
  7981  NodePort Service is created to publish the network endpoints.</p>
  7982  <p>See: <a href="https://kubernetes.io/docs/concepts/services-networking/service/#nodeport">https://kubernetes.io/docs/concepts/services-networking/service/#nodeport</a></p>
  7983  <p>NOTE:
  7984  When provisioning an Envoy <code>NodePortService</code>, use Gateway Listeners&rsquo; port numbers to populate
  7985  the Service&rsquo;s node port values, there&rsquo;s no way to auto-allocate them.</p>
  7986  <p>See: <a href="https://github.com/projectcontour/contour/issues/4499">https://github.com/projectcontour/contour/issues/4499</a></p>
  7987  <ul>
  7988  <li>ClusterIPService</li>
  7989  </ul>
  7990  <p>Publishes Envoy network endpoints using a Kubernetes ClusterIP Service.</p>
  7991  <p>In this configuration, Envoy network endpoints use container networking. A Kubernetes
  7992  ClusterIP Service is created to publish the network endpoints.</p>
  7993  <p>See: <a href="https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types">https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types</a></p>
  7994  <p>If unset, defaults to LoadBalancerService.</p>
  7995  </td>
  7996  </tr>
  7997  <tr>
  7998  <td style="white-space:nowrap">
  7999  <code>externalTrafficPolicy</code>
  8000  <br>
  8001  <em>
  8002  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#serviceexternaltrafficpolicy-v1-core">
  8003  Kubernetes core/v1.ServiceExternalTrafficPolicy
  8004  </a>
  8005  </em>
  8006  </td>
  8007  <td>
  8008  <em>(Optional)</em>
  8009  <p>ExternalTrafficPolicy describes how nodes distribute service traffic they
  8010  receive on one of the Service&rsquo;s &ldquo;externally-facing&rdquo; addresses (NodePorts, ExternalIPs,
  8011  and LoadBalancer IPs).</p>
  8012  <p>If unset, defaults to &ldquo;Local&rdquo;.</p>
  8013  </td>
  8014  </tr>
  8015  <tr>
  8016  <td style="white-space:nowrap">
  8017  <code>ipFamilyPolicy</code>
  8018  <br>
  8019  <em>
  8020  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#ipfamilypolicy-v1-core">
  8021  Kubernetes core/v1.IPFamilyPolicy
  8022  </a>
  8023  </em>
  8024  </td>
  8025  <td>
  8026  <em>(Optional)</em>
  8027  <p>IPFamilyPolicy represents the dual-stack-ness requested or required by
  8028  this Service. If there is no value provided, then this field will be set
  8029  to SingleStack. Services can be &ldquo;SingleStack&rdquo; (a single IP family),
  8030  &ldquo;PreferDualStack&rdquo; (two IP families on dual-stack configured clusters or
  8031  a single IP family on single-stack clusters), or &ldquo;RequireDualStack&rdquo;
  8032  (two IP families on dual-stack configured clusters, otherwise fail).</p>
  8033  </td>
  8034  </tr>
  8035  <tr>
  8036  <td style="white-space:nowrap">
  8037  <code>serviceAnnotations</code>
  8038  <br>
  8039  <em>
  8040  map[string]string
  8041  </em>
  8042  </td>
  8043  <td>
  8044  <em>(Optional)</em>
  8045  <p>ServiceAnnotations is the annotations to add to
  8046  the provisioned Envoy service.</p>
  8047  </td>
  8048  </tr>
  8049  </tbody>
  8050  </table>
  8051  <h3 id="projectcontour.io/v1alpha1.NetworkPublishingType">NetworkPublishingType
  8052  (<code>string</code> alias)</p></h3>
  8053  <p>
  8054  (<em>Appears on:</em>
  8055  <a href="#projectcontour.io/v1alpha1.NetworkPublishing">NetworkPublishing</a>)
  8056  </p>
  8057  <p>
  8058  <p>NetworkPublishingType is a way to publish network endpoints.</p>
  8059  </p>
  8060  <table>
  8061  <thead>
  8062  <tr>
  8063  <th>Value</th>
  8064  <th>Description</th>
  8065  </tr>
  8066  </thead>
  8067  <tbody><tr><td><p>&#34;ClusterIPService&#34;</p></td>
  8068  <td><p>ClusterIPServicePublishingType publishes a network endpoint using a Kubernetes
  8069  ClusterIP Service.</p>
  8070  </td>
  8071  </tr><tr><td><p>&#34;LoadBalancerService&#34;</p></td>
  8072  <td><p>LoadBalancerServicePublishingType publishes a network endpoint using a Kubernetes
  8073  LoadBalancer Service.</p>
  8074  </td>
  8075  </tr><tr><td><p>&#34;NodePortService&#34;</p></td>
  8076  <td><p>NodePortServicePublishingType publishes a network endpoint using a Kubernetes
  8077  NodePort Service.</p>
  8078  </td>
  8079  </tr></tbody>
  8080  </table>
  8081  <h3 id="projectcontour.io/v1alpha1.NodePlacement">NodePlacement
  8082  </h3>
  8083  <p>
  8084  (<em>Appears on:</em>
  8085  <a href="#projectcontour.io/v1alpha1.ContourSettings">ContourSettings</a>, 
  8086  <a href="#projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings</a>)
  8087  </p>
  8088  <p>
  8089  <p>NodePlacement describes node scheduling configuration for pods.
  8090  If nodeSelector and tolerations are specified, the scheduler will use both to
  8091  determine where to place the pod(s).</p>
  8092  </p>
  8093  <table>
  8094  <thead>
  8095  <tr>
  8096  <th>Field</th>
  8097  <th>Description</th>
  8098  </tr>
  8099  </thead>
  8100  <tbody>
  8101  <tr>
  8102  <td style="white-space:nowrap">
  8103  <code>nodeSelector</code>
  8104  <br>
  8105  <em>
  8106  map[string]string
  8107  </em>
  8108  </td>
  8109  <td>
  8110  <em>(Optional)</em>
  8111  <p>NodeSelector is the simplest recommended form of node selection constraint
  8112  and specifies a map of key-value pairs. For the pod to be eligible
  8113  to run on a node, the node must have each of the indicated key-value pairs
  8114  as labels (it can have additional labels as well).</p>
  8115  <p>If unset, the pod(s) will be scheduled to any available node.</p>
  8116  </td>
  8117  </tr>
  8118  <tr>
  8119  <td style="white-space:nowrap">
  8120  <code>tolerations</code>
  8121  <br>
  8122  <em>
  8123  <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#toleration-v1-core">
  8124  []Kubernetes core/v1.Toleration
  8125  </a>
  8126  </em>
  8127  </td>
  8128  <td>
  8129  <em>(Optional)</em>
  8130  <p>Tolerations work with taints to ensure that pods are not scheduled
  8131  onto inappropriate nodes. One or more taints are applied to a node; this
  8132  marks that the node should not accept any pods that do not tolerate the
  8133  taints.</p>
  8134  <p>The default is an empty list.</p>
  8135  <p>See <a href="https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/">https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/</a>
  8136  for additional details.</p>
  8137  </td>
  8138  </tr>
  8139  </tbody>
  8140  </table>
  8141  <h3 id="projectcontour.io/v1alpha1.PolicyConfig">PolicyConfig
  8142  </h3>
  8143  <p>
  8144  (<em>Appears on:</em>
  8145  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  8146  </p>
  8147  <p>
  8148  <p>PolicyConfig holds default policy used if not explicitly set by the user</p>
  8149  </p>
  8150  <table>
  8151  <thead>
  8152  <tr>
  8153  <th>Field</th>
  8154  <th>Description</th>
  8155  </tr>
  8156  </thead>
  8157  <tbody>
  8158  <tr>
  8159  <td style="white-space:nowrap">
  8160  <code>requestHeaders</code>
  8161  <br>
  8162  <em>
  8163  <a href="#projectcontour.io/v1alpha1.HeadersPolicy">
  8164  HeadersPolicy
  8165  </a>
  8166  </em>
  8167  </td>
  8168  <td>
  8169  <em>(Optional)</em>
  8170  <p>RequestHeadersPolicy defines the request headers set/removed on all routes</p>
  8171  </td>
  8172  </tr>
  8173  <tr>
  8174  <td style="white-space:nowrap">
  8175  <code>responseHeaders</code>
  8176  <br>
  8177  <em>
  8178  <a href="#projectcontour.io/v1alpha1.HeadersPolicy">
  8179  HeadersPolicy
  8180  </a>
  8181  </em>
  8182  </td>
  8183  <td>
  8184  <em>(Optional)</em>
  8185  <p>ResponseHeadersPolicy defines the response headers set/removed on all routes</p>
  8186  </td>
  8187  </tr>
  8188  <tr>
  8189  <td style="white-space:nowrap">
  8190  <code>applyToIngress</code>
  8191  <br>
  8192  <em>
  8193  bool
  8194  </em>
  8195  </td>
  8196  <td>
  8197  <em>(Optional)</em>
  8198  <p>ApplyToIngress determines if the Policies will apply to ingress objects</p>
  8199  <p>Contour&rsquo;s default is false.</p>
  8200  </td>
  8201  </tr>
  8202  </tbody>
  8203  </table>
  8204  <h3 id="projectcontour.io/v1alpha1.RateLimitServiceConfig">RateLimitServiceConfig
  8205  </h3>
  8206  <p>
  8207  (<em>Appears on:</em>
  8208  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  8209  </p>
  8210  <p>
  8211  <p>RateLimitServiceConfig defines properties of a global Rate Limit Service.</p>
  8212  </p>
  8213  <table>
  8214  <thead>
  8215  <tr>
  8216  <th>Field</th>
  8217  <th>Description</th>
  8218  </tr>
  8219  </thead>
  8220  <tbody>
  8221  <tr>
  8222  <td style="white-space:nowrap">
  8223  <code>extensionService</code>
  8224  <br>
  8225  <em>
  8226  <a href="#projectcontour.io/v1alpha1.NamespacedName">
  8227  NamespacedName
  8228  </a>
  8229  </em>
  8230  </td>
  8231  <td>
  8232  <p>ExtensionService identifies the extension service defining the RLS.</p>
  8233  </td>
  8234  </tr>
  8235  <tr>
  8236  <td style="white-space:nowrap">
  8237  <code>domain</code>
  8238  <br>
  8239  <em>
  8240  string
  8241  </em>
  8242  </td>
  8243  <td>
  8244  <em>(Optional)</em>
  8245  <p>Domain is passed to the Rate Limit Service.</p>
  8246  </td>
  8247  </tr>
  8248  <tr>
  8249  <td style="white-space:nowrap">
  8250  <code>failOpen</code>
  8251  <br>
  8252  <em>
  8253  bool
  8254  </em>
  8255  </td>
  8256  <td>
  8257  <em>(Optional)</em>
  8258  <p>FailOpen defines whether to allow requests to proceed when the
  8259  Rate Limit Service fails to respond with a valid rate limit
  8260  decision within the timeout defined on the extension service.</p>
  8261  </td>
  8262  </tr>
  8263  <tr>
  8264  <td style="white-space:nowrap">
  8265  <code>enableXRateLimitHeaders</code>
  8266  <br>
  8267  <em>
  8268  bool
  8269  </em>
  8270  </td>
  8271  <td>
  8272  <em>(Optional)</em>
  8273  <p>EnableXRateLimitHeaders defines whether to include the X-RateLimit
  8274  headers X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset
  8275  (as defined by the IETF Internet-Draft linked below), on responses
  8276  to clients when the Rate Limit Service is consulted for a request.</p>
  8277  <p>ref. <a href="https://tools.ietf.org/id/draft-polli-ratelimit-headers-03.html">https://tools.ietf.org/id/draft-polli-ratelimit-headers-03.html</a></p>
  8278  </td>
  8279  </tr>
  8280  <tr>
  8281  <td style="white-space:nowrap">
  8282  <code>enableResourceExhaustedCode</code>
  8283  <br>
  8284  <em>
  8285  bool
  8286  </em>
  8287  </td>
  8288  <td>
  8289  <em>(Optional)</em>
  8290  <p>EnableResourceExhaustedCode enables translating error code 429 to
  8291  grpc code RESOURCE_EXHAUSTED. When disabled it&rsquo;s translated to UNAVAILABLE</p>
  8292  </td>
  8293  </tr>
  8294  <tr>
  8295  <td style="white-space:nowrap">
  8296  <code>defaultGlobalRateLimitPolicy</code>
  8297  <br>
  8298  <em>
  8299  <a href="#projectcontour.io/v1.GlobalRateLimitPolicy">
  8300  GlobalRateLimitPolicy
  8301  </a>
  8302  </em>
  8303  </td>
  8304  <td>
  8305  <em>(Optional)</em>
  8306  <p>DefaultGlobalRateLimitPolicy allows setting a default global rate limit policy for every HTTPProxy.
  8307  HTTPProxy can overwrite this configuration.</p>
  8308  </td>
  8309  </tr>
  8310  </tbody>
  8311  </table>
  8312  <h3 id="projectcontour.io/v1alpha1.ServerHeaderTransformationType">ServerHeaderTransformationType
  8313  (<code>string</code> alias)</p></h3>
  8314  <p>
  8315  (<em>Appears on:</em>
  8316  <a href="#projectcontour.io/v1alpha1.EnvoyListenerConfig">EnvoyListenerConfig</a>)
  8317  </p>
  8318  <p>
  8319  <p>ServerHeaderTransformation defines the action to be applied to the Server header on the response path</p>
  8320  </p>
  8321  <table>
  8322  <thead>
  8323  <tr>
  8324  <th>Value</th>
  8325  <th>Description</th>
  8326  </tr>
  8327  </thead>
  8328  <tbody><tr><td><p>&#34;append_if_absent&#34;</p></td>
  8329  <td><p>If no Server header is present, set it to &ldquo;envoy&rdquo;.
  8330  If a Server header is present, pass it through.</p>
  8331  </td>
  8332  </tr><tr><td><p>&#34;overwrite&#34;</p></td>
  8333  <td><p>Overwrite any Server header with &ldquo;envoy&rdquo;.
  8334  This is the default value.</p>
  8335  </td>
  8336  </tr><tr><td><p>&#34;pass_through&#34;</p></td>
  8337  <td><p>Pass through the value of the Server header, and do not append a header
  8338  if none is present.</p>
  8339  </td>
  8340  </tr></tbody>
  8341  </table>
  8342  <h3 id="projectcontour.io/v1alpha1.SocketOptions">SocketOptions
  8343  </h3>
  8344  <p>
  8345  (<em>Appears on:</em>
  8346  <a href="#projectcontour.io/v1alpha1.EnvoyListenerConfig">EnvoyListenerConfig</a>)
  8347  </p>
  8348  <p>
  8349  <p>SocketOptions defines configurable socket options for Envoy listeners.</p>
  8350  </p>
  8351  <table>
  8352  <thead>
  8353  <tr>
  8354  <th>Field</th>
  8355  <th>Description</th>
  8356  </tr>
  8357  </thead>
  8358  <tbody>
  8359  <tr>
  8360  <td style="white-space:nowrap">
  8361  <code>tos</code>
  8362  <br>
  8363  <em>
  8364  int32
  8365  </em>
  8366  </td>
  8367  <td>
  8368  <em>(Optional)</em>
  8369  <p>Defines the value for IPv4 TOS field (including 6 bit DSCP field) for IP packets originating from Envoy listeners.
  8370  Single value is applied to all listeners.
  8371  If listeners are bound to IPv6-only addresses, setting this option will cause an error.</p>
  8372  </td>
  8373  </tr>
  8374  <tr>
  8375  <td style="white-space:nowrap">
  8376  <code>trafficClass</code>
  8377  <br>
  8378  <em>
  8379  int32
  8380  </em>
  8381  </td>
  8382  <td>
  8383  <em>(Optional)</em>
  8384  <p>Defines the value for IPv6 Traffic Class field (including 6 bit DSCP field) for IP packets originating from the Envoy listeners.
  8385  Single value is applied to all listeners.
  8386  If listeners are bound to IPv4-only addresses, setting this option will cause an error.</p>
  8387  </td>
  8388  </tr>
  8389  </tbody>
  8390  </table>
  8391  <h3 id="projectcontour.io/v1alpha1.TLS">TLS
  8392  </h3>
  8393  <p>
  8394  (<em>Appears on:</em>
  8395  <a href="#projectcontour.io/v1alpha1.XDSServerConfig">XDSServerConfig</a>)
  8396  </p>
  8397  <p>
  8398  <p>TLS holds TLS file config details.</p>
  8399  </p>
  8400  <table>
  8401  <thead>
  8402  <tr>
  8403  <th>Field</th>
  8404  <th>Description</th>
  8405  </tr>
  8406  </thead>
  8407  <tbody>
  8408  <tr>
  8409  <td style="white-space:nowrap">
  8410  <code>caFile</code>
  8411  <br>
  8412  <em>
  8413  string
  8414  </em>
  8415  </td>
  8416  <td>
  8417  <em>(Optional)</em>
  8418  <p>CA filename.</p>
  8419  </td>
  8420  </tr>
  8421  <tr>
  8422  <td style="white-space:nowrap">
  8423  <code>certFile</code>
  8424  <br>
  8425  <em>
  8426  string
  8427  </em>
  8428  </td>
  8429  <td>
  8430  <em>(Optional)</em>
  8431  <p>Client certificate filename.</p>
  8432  </td>
  8433  </tr>
  8434  <tr>
  8435  <td style="white-space:nowrap">
  8436  <code>keyFile</code>
  8437  <br>
  8438  <em>
  8439  string
  8440  </em>
  8441  </td>
  8442  <td>
  8443  <em>(Optional)</em>
  8444  <p>Client key filename.</p>
  8445  </td>
  8446  </tr>
  8447  <tr>
  8448  <td style="white-space:nowrap">
  8449  <code>insecure</code>
  8450  <br>
  8451  <em>
  8452  bool
  8453  </em>
  8454  </td>
  8455  <td>
  8456  <em>(Optional)</em>
  8457  <p>Allow serving the xDS gRPC API without TLS.</p>
  8458  </td>
  8459  </tr>
  8460  </tbody>
  8461  </table>
  8462  <h3 id="projectcontour.io/v1alpha1.TimeoutParameters">TimeoutParameters
  8463  </h3>
  8464  <p>
  8465  (<em>Appears on:</em>
  8466  <a href="#projectcontour.io/v1alpha1.EnvoyConfig">EnvoyConfig</a>)
  8467  </p>
  8468  <p>
  8469  <p>TimeoutParameters holds various configurable proxy timeout values.</p>
  8470  </p>
  8471  <table>
  8472  <thead>
  8473  <tr>
  8474  <th>Field</th>
  8475  <th>Description</th>
  8476  </tr>
  8477  </thead>
  8478  <tbody>
  8479  <tr>
  8480  <td style="white-space:nowrap">
  8481  <code>requestTimeout</code>
  8482  <br>
  8483  <em>
  8484  string
  8485  </em>
  8486  </td>
  8487  <td>
  8488  <em>(Optional)</em>
  8489  <p>RequestTimeout sets the client request timeout globally for Contour. Note that
  8490  this is a timeout for the entire request, not an idle timeout. Omit or set to
  8491  &ldquo;infinity&rdquo; to disable the timeout entirely.</p>
  8492  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-request-timeout">https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-request-timeout</a>
  8493  for more information.</p>
  8494  </td>
  8495  </tr>
  8496  <tr>
  8497  <td style="white-space:nowrap">
  8498  <code>connectionIdleTimeout</code>
  8499  <br>
  8500  <em>
  8501  string
  8502  </em>
  8503  </td>
  8504  <td>
  8505  <em>(Optional)</em>
  8506  <p>ConnectionIdleTimeout defines how long the proxy should wait while there are
  8507  no active requests (for HTTP/1.1) or streams (for HTTP/2) before terminating
  8508  an HTTP connection. Set to &ldquo;infinity&rdquo; to disable the timeout entirely.</p>
  8509  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-idle-timeout">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-idle-timeout</a>
  8510  for more information.</p>
  8511  </td>
  8512  </tr>
  8513  <tr>
  8514  <td style="white-space:nowrap">
  8515  <code>streamIdleTimeout</code>
  8516  <br>
  8517  <em>
  8518  string
  8519  </em>
  8520  </td>
  8521  <td>
  8522  <em>(Optional)</em>
  8523  <p>StreamIdleTimeout defines how long the proxy should wait while there is no
  8524  request activity (for HTTP/1.1) or stream activity (for HTTP/2) before
  8525  terminating the HTTP request or stream. Set to &ldquo;infinity&rdquo; to disable the
  8526  timeout entirely.</p>
  8527  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-stream-idle-timeout">https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-stream-idle-timeout</a>
  8528  for more information.</p>
  8529  </td>
  8530  </tr>
  8531  <tr>
  8532  <td style="white-space:nowrap">
  8533  <code>maxConnectionDuration</code>
  8534  <br>
  8535  <em>
  8536  string
  8537  </em>
  8538  </td>
  8539  <td>
  8540  <em>(Optional)</em>
  8541  <p>MaxConnectionDuration defines the maximum period of time after an HTTP connection
  8542  has been established from the client to the proxy before it is closed by the proxy,
  8543  regardless of whether there has been activity or not. Omit or set to &ldquo;infinity&rdquo; for
  8544  no max duration.</p>
  8545  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration</a>
  8546  for more information.</p>
  8547  </td>
  8548  </tr>
  8549  <tr>
  8550  <td style="white-space:nowrap">
  8551  <code>delayedCloseTimeout</code>
  8552  <br>
  8553  <em>
  8554  string
  8555  </em>
  8556  </td>
  8557  <td>
  8558  <em>(Optional)</em>
  8559  <p>DelayedCloseTimeout defines how long envoy will wait, once connection
  8560  close processing has been initiated, for the downstream peer to close
  8561  the connection before Envoy closes the socket associated with the connection.</p>
  8562  <p>Setting this timeout to &lsquo;infinity&rsquo; will disable it, equivalent to setting it to &lsquo;0&rsquo;
  8563  in Envoy. Leaving it unset will result in the Envoy default value being used.</p>
  8564  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-delayed-close-timeout">https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-delayed-close-timeout</a>
  8565  for more information.</p>
  8566  </td>
  8567  </tr>
  8568  <tr>
  8569  <td style="white-space:nowrap">
  8570  <code>connectionShutdownGracePeriod</code>
  8571  <br>
  8572  <em>
  8573  string
  8574  </em>
  8575  </td>
  8576  <td>
  8577  <em>(Optional)</em>
  8578  <p>ConnectionShutdownGracePeriod defines how long the proxy will wait between sending an
  8579  initial GOAWAY frame and a second, final GOAWAY frame when terminating an HTTP/2 connection.
  8580  During this grace period, the proxy will continue to respond to new streams. After the final
  8581  GOAWAY frame has been sent, the proxy will refuse new streams.</p>
  8582  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-drain-timeout">https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-drain-timeout</a>
  8583  for more information.</p>
  8584  </td>
  8585  </tr>
  8586  <tr>
  8587  <td style="white-space:nowrap">
  8588  <code>connectTimeout</code>
  8589  <br>
  8590  <em>
  8591  string
  8592  </em>
  8593  </td>
  8594  <td>
  8595  <em>(Optional)</em>
  8596  <p>ConnectTimeout defines how long the proxy should wait when establishing connection to upstream service.
  8597  If not set, a default value of 2 seconds will be used.</p>
  8598  <p>See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-connect-timeout">https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-connect-timeout</a>
  8599  for more information.</p>
  8600  </td>
  8601  </tr>
  8602  </tbody>
  8603  </table>
  8604  <h3 id="projectcontour.io/v1alpha1.TracingConfig">TracingConfig
  8605  </h3>
  8606  <p>
  8607  (<em>Appears on:</em>
  8608  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  8609  </p>
  8610  <p>
  8611  <p>TracingConfig defines properties for exporting trace data to OpenTelemetry.</p>
  8612  </p>
  8613  <table>
  8614  <thead>
  8615  <tr>
  8616  <th>Field</th>
  8617  <th>Description</th>
  8618  </tr>
  8619  </thead>
  8620  <tbody>
  8621  <tr>
  8622  <td style="white-space:nowrap">
  8623  <code>includePodDetail</code>
  8624  <br>
  8625  <em>
  8626  bool
  8627  </em>
  8628  </td>
  8629  <td>
  8630  <em>(Optional)</em>
  8631  <p>IncludePodDetail defines a flag.
  8632  If it is true, contour will add the pod name and namespace to the span of the trace.
  8633  the default is true.
  8634  Note: The Envoy pods MUST have the HOSTNAME and CONTOUR_NAMESPACE environment variables set for this to work properly.</p>
  8635  </td>
  8636  </tr>
  8637  <tr>
  8638  <td style="white-space:nowrap">
  8639  <code>serviceName</code>
  8640  <br>
  8641  <em>
  8642  string
  8643  </em>
  8644  </td>
  8645  <td>
  8646  <p>ServiceName defines the name for the service.
  8647  contour&rsquo;s default is contour.</p>
  8648  </td>
  8649  </tr>
  8650  <tr>
  8651  <td style="white-space:nowrap">
  8652  <code>overallSampling</code>
  8653  <br>
  8654  <em>
  8655  string
  8656  </em>
  8657  </td>
  8658  <td>
  8659  <em>(Optional)</em>
  8660  <p>OverallSampling defines the sampling rate of trace data.
  8661  contour&rsquo;s default is 100.</p>
  8662  </td>
  8663  </tr>
  8664  <tr>
  8665  <td style="white-space:nowrap">
  8666  <code>maxPathTagLength</code>
  8667  <br>
  8668  <em>
  8669  uint32
  8670  </em>
  8671  </td>
  8672  <td>
  8673  <em>(Optional)</em>
  8674  <p>MaxPathTagLength defines maximum length of the request path
  8675  to extract and include in the HttpUrl tag.
  8676  contour&rsquo;s default is 256.</p>
  8677  </td>
  8678  </tr>
  8679  <tr>
  8680  <td style="white-space:nowrap">
  8681  <code>customTags</code>
  8682  <br>
  8683  <em>
  8684  <a href="#projectcontour.io/v1alpha1.*github.com/projectcontour/contour/apis/projectcontour/v1alpha1.CustomTag">
  8685  []*github.com/projectcontour/contour/apis/projectcontour/v1alpha1.CustomTag
  8686  </a>
  8687  </em>
  8688  </td>
  8689  <td>
  8690  <em>(Optional)</em>
  8691  <p>CustomTags defines a list of custom tags with unique tag name.</p>
  8692  </td>
  8693  </tr>
  8694  <tr>
  8695  <td style="white-space:nowrap">
  8696  <code>extensionService</code>
  8697  <br>
  8698  <em>
  8699  <a href="#projectcontour.io/v1alpha1.NamespacedName">
  8700  NamespacedName
  8701  </a>
  8702  </em>
  8703  </td>
  8704  <td>
  8705  <p>ExtensionService identifies the extension service defining the otel-collector.</p>
  8706  </td>
  8707  </tr>
  8708  </tbody>
  8709  </table>
  8710  <h3 id="projectcontour.io/v1alpha1.WorkloadType">WorkloadType
  8711  (<code>string</code> alias)</p></h3>
  8712  <p>
  8713  (<em>Appears on:</em>
  8714  <a href="#projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings</a>)
  8715  </p>
  8716  <p>
  8717  <p>WorkloadType is the type of Kubernetes workload to use for a component.</p>
  8718  </p>
  8719  <h3 id="projectcontour.io/v1alpha1.XDSServerConfig">XDSServerConfig
  8720  </h3>
  8721  <p>
  8722  (<em>Appears on:</em>
  8723  <a href="#projectcontour.io/v1alpha1.ContourConfigurationSpec">ContourConfigurationSpec</a>)
  8724  </p>
  8725  <p>
  8726  <p>XDSServerConfig holds the config for the Contour xDS server.</p>
  8727  </p>
  8728  <table>
  8729  <thead>
  8730  <tr>
  8731  <th>Field</th>
  8732  <th>Description</th>
  8733  </tr>
  8734  </thead>
  8735  <tbody>
  8736  <tr>
  8737  <td style="white-space:nowrap">
  8738  <code>type</code>
  8739  <br>
  8740  <em>
  8741  <a href="#projectcontour.io/v1alpha1.XDSServerType">
  8742  XDSServerType
  8743  </a>
  8744  </em>
  8745  </td>
  8746  <td>
  8747  <em>(Optional)</em>
  8748  <p>Defines the XDSServer to use for <code>contour serve</code>.</p>
  8749  <p>Values: <code>contour</code> (default), <code>envoy</code>.</p>
  8750  <p>Other values will produce an error.</p>
  8751  </td>
  8752  </tr>
  8753  <tr>
  8754  <td style="white-space:nowrap">
  8755  <code>address</code>
  8756  <br>
  8757  <em>
  8758  string
  8759  </em>
  8760  </td>
  8761  <td>
  8762  <em>(Optional)</em>
  8763  <p>Defines the xDS gRPC API address which Contour will serve.</p>
  8764  <p>Contour&rsquo;s default is &ldquo;0.0.0.0&rdquo;.</p>
  8765  </td>
  8766  </tr>
  8767  <tr>
  8768  <td style="white-space:nowrap">
  8769  <code>port</code>
  8770  <br>
  8771  <em>
  8772  int
  8773  </em>
  8774  </td>
  8775  <td>
  8776  <em>(Optional)</em>
  8777  <p>Defines the xDS gRPC API port which Contour will serve.</p>
  8778  <p>Contour&rsquo;s default is 8001.</p>
  8779  </td>
  8780  </tr>
  8781  <tr>
  8782  <td style="white-space:nowrap">
  8783  <code>tls</code>
  8784  <br>
  8785  <em>
  8786  <a href="#projectcontour.io/v1alpha1.TLS">
  8787  TLS
  8788  </a>
  8789  </em>
  8790  </td>
  8791  <td>
  8792  <em>(Optional)</em>
  8793  <p>TLS holds TLS file config details.</p>
  8794  <p>Contour&rsquo;s default is { caFile: &ldquo;/certs/ca.crt&rdquo;, certFile: &ldquo;/certs/tls.cert&rdquo;, keyFile: &ldquo;/certs/tls.key&rdquo;, insecure: false }.</p>
  8795  </td>
  8796  </tr>
  8797  </tbody>
  8798  </table>
  8799  <h3 id="projectcontour.io/v1alpha1.XDSServerType">XDSServerType
  8800  (<code>string</code> alias)</p></h3>
  8801  <p>
  8802  (<em>Appears on:</em>
  8803  <a href="#projectcontour.io/v1alpha1.XDSServerConfig">XDSServerConfig</a>)
  8804  </p>
  8805  <p>
  8806  <p>XDSServerType is the type of xDS server implementation.</p>
  8807  </p>
  8808  <table>
  8809  <thead>
  8810  <tr>
  8811  <th>Value</th>
  8812  <th>Description</th>
  8813  </tr>
  8814  </thead>
  8815  <tbody><tr><td><p>&#34;contour&#34;</p></td>
  8816  <td><p>Use Contour&rsquo;s xDS server.</p>
  8817  </td>
  8818  </tr><tr><td><p>&#34;envoy&#34;</p></td>
  8819  <td><p>Use the upstream <code>go-control-plane</code>-based xDS server.</p>
  8820  </td>
  8821  </tr></tbody>
  8822  </table>
  8823  <hr/>
  8824  <p><em>
  8825  Generated with <code>gen-crd-api-reference-docs</code>.
  8826  </em></p>