Skip to content

Commit

Permalink
Resolve comments to refactor comment of object
Browse files Browse the repository at this point in the history
Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan committed Feb 9, 2024
1 parent 26247e2 commit fcabf6f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apis/projectcontour/v1alpha1/contourdeployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type ContourSettings struct {
// +kubebuilder:validation:MaxItems=42
WatchNamespaces []contour_api_v1.Namespace `json:"watchNamespaces,omitempty"`

// DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
// DisabledFeatures defines an array of resources that will be ignored by
// contour reconciler.
// +optional
// +kubebuilder:validation:Type=array
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/01-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ spec:
type: object
disabledFeatures:
description: |-
DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
DisabledFeatures defines an array of resources that will be ignored by
contour reconciler.
items:
enum:
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ spec:
type: object
disabledFeatures:
description: |-
DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
DisabledFeatures defines an array of resources that will be ignored by
contour reconciler.
items:
enum:
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour-gateway-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ spec:
type: object
disabledFeatures:
description: |-
DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
DisabledFeatures defines an array of resources that will be ignored by
contour reconciler.
items:
enum:
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ spec:
type: object
disabledFeatures:
description: |-
DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
DisabledFeatures defines an array of resources that will be ignored by
contour reconciler.
items:
enum:
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ spec:
type: object
disabledFeatures:
description: |-
DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
DisabledFeatures defines an array of resources that will be ignored by
contour reconciler.
items:
enum:
Expand Down
2 changes: 1 addition & 1 deletion internal/provisioner/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ type ContourSpec struct {
// default is nil, contour will watch resource of all namespaces
WatchNamespaces []contourv1.Namespace

// DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
// DisabledFeatures defines an array of resources that will be ignored by
// contour reconciler.
DisabledFeatures []contourv1.Feature
}
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/main/config/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -6304,7 +6304,7 @@ <h3 id="projectcontour.io/v1alpha1.ContourSettings">ContourSettings
</td>
<td>
<em>(Optional)</em>
<p>DisabledFeatures defines an array of Gateway API CRDs that will be ignored by
<p>DisabledFeatures defines an array of resources that will be ignored by
contour reconciler.</p>
</td>
</tr>
Expand Down

0 comments on commit fcabf6f

Please sign in to comment.