Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
  • Loading branch information
skriss committed Mar 7, 2024
1 parent e086a3f commit 93d05c8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/contour/01-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down Expand Up @@ -4828,7 +4828,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions examples/render/contour-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down Expand Up @@ -5048,7 +5048,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions examples/render/contour-gateway-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down Expand Up @@ -4839,7 +4839,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions examples/render/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down Expand Up @@ -4864,7 +4864,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down Expand Up @@ -5048,7 +5048,7 @@ spec:
type:
description: |-
Defines the XDSServer to use for `contour serve`.
Values: `contour` (default), `envoy`.
Values: `envoy` (default), `contour (deprecated)`.
Other values will produce an error.
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/main/config/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -9029,7 +9029,7 @@ <h3 id="projectcontour.io/v1alpha1.XDSServerConfig">XDSServerConfig
<td>
<em>(Optional)</em>
<p>Defines the XDSServer to use for <code>contour serve</code>.</p>
<p>Values: <code>contour</code> (default), <code>envoy</code>.</p>
<p>Values: <code>envoy</code> (default), <code>contour (deprecated)</code>.</p>
<p>Other values will produce an error.</p>
</td>
</tr>
Expand Down Expand Up @@ -9096,7 +9096,7 @@ <h3 id="projectcontour.io/v1alpha1.XDSServerType">XDSServerType
</tr>
</thead>
<tbody><tr><td><p>&#34;contour&#34;</p></td>
<td><p>Use Contour&rsquo;s xDS server.</p>
<td><p>Use Contour&rsquo;s xDS server (deprecated).</p>
</td>
</tr><tr><td><p>&#34;envoy&#34;</p></td>
<td><p>Use the upstream <code>go-control-plane</code>-based xDS server.</p>
Expand Down

0 comments on commit 93d05c8

Please sign in to comment.