Skip to content

Commit

Permalink
gen crd
Browse files Browse the repository at this point in the history
Signed-off-by: gang.liu <[email protected]>
  • Loading branch information
izturn committed Jul 3, 2023
1 parent 6d1ea30 commit ed4cf2d
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apis/projectcontour/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions examples/contour/01-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,13 @@ spec:
Contour pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Contour pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Contour replicas. If if
Expand Down Expand Up @@ -3165,6 +3172,13 @@ spec:
Envoy pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Envoy pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Envoy replicas. If WorkloadType
Expand Down
14 changes: 14 additions & 0 deletions examples/render/contour-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,13 @@ spec:
Contour pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Contour pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Contour replicas. If if
Expand Down Expand Up @@ -3378,6 +3385,13 @@ spec:
Envoy pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Envoy pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Envoy replicas. If WorkloadType
Expand Down
14 changes: 14 additions & 0 deletions examples/render/contour-gateway-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,13 @@ spec:
Contour pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Contour pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Contour replicas. If if
Expand Down Expand Up @@ -3179,6 +3186,13 @@ spec:
Envoy pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Envoy pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Envoy replicas. If WorkloadType
Expand Down
14 changes: 14 additions & 0 deletions examples/render/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,13 @@ spec:
Contour pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Contour pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Contour replicas. If if
Expand Down Expand Up @@ -3384,6 +3391,13 @@ spec:
Envoy pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Envoy pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Envoy replicas. If WorkloadType
Expand Down
14 changes: 14 additions & 0 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,13 @@ spec:
Contour pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Contour pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Contour replicas. If if
Expand Down Expand Up @@ -3378,6 +3385,13 @@ spec:
Envoy pods. the annotations for Prometheus will be appended
or overwritten with predefined value.
type: object
podLabels:
additionalProperties:
type: string
description: PodLabels defines labels to add to the Envoy pods.
If there is a label with the same key as in `ContourDeploymentSpec.ResourceLabels`,
the one here has a higher priority.
type: object
replicas:
description: "Deprecated: Use `DeploymentSettings.Replicas` instead.
\n Replicas is the desired number of Envoy replicas. If WorkloadType
Expand Down
30 changes: 30 additions & 0 deletions site/content/docs/main/config/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -6088,6 +6088,21 @@ <h3 id="projectcontour.io/v1alpha1.ContourSettings">ContourSettings
the annotations for Prometheus will be appended or overwritten with predefined value.</p>
</td>
</tr>
<tr>
<td style="white-space:nowrap">
<code>podLabels</code>
<br>
<em>
map[string]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>PodLabels defines labels to add to the Contour pods.
If there is a label with the same key as in <code>ContourDeploymentSpec.ResourceLabels</code>,
the one here has a higher priority.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="projectcontour.io/v1alpha1.CustomTag">CustomTag
Expand Down Expand Up @@ -6892,6 +6907,21 @@ <h3 id="projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings
</tr>
<tr>
<td style="white-space:nowrap">
<code>podLabels</code>
<br>
<em>
map[string]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>PodLabels defines labels to add to the Envoy pods.
If there is a label with the same key as in <code>ContourDeploymentSpec.ResourceLabels</code>,
the one here has a higher priority.</p>
</td>
</tr>
<tr>
<td style="white-space:nowrap">
<code>resources</code>
<br>
<em>
Expand Down

0 comments on commit ed4cf2d

Please sign in to comment.