Skip to content

Commit

Permalink
Add comment and fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Sep 6, 2024
1 parent 3d9ec19 commit 4f7d822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/mode/static/state/graph/snippets_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
staticConds "github.com/nginxinc/nginx-gateway-fabric/internal/mode/static/state/conditions"
)

// SnippetsFilter represents a ngfAPI.SnippetsFilter.
type SnippetsFilter struct {
// Source is the SnippetsFilter.
Source *ngfAPI.SnippetsFilter
Expand Down
2 changes: 1 addition & 1 deletion site/content/reference/cli-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This command configures NGINX for a single NGINX Gateway Fabric resource.
| _usage-report-server-url_ | _string_ | The base server URL of the NGINX Plus usage reporting server. |
| _usage-report-cluster-name_ | _string_ | The display name of the Kubernetes cluster in the NGINX Plus usage reporting server. |
| _usage-report-skip-verify_ | _bool_ | Disable client verification of the NGINX Plus usage reporting server certificate. |
| _snippets-filters_ | _bool_ | Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX config for HTTPRoute and GRPCRoute resources. |
| _snippets-filters_ | _bool_ | Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX config for HTTPRoute and GRPCRoute resources. |
{{% /bootstrap-table %}}

## Sleep
Expand Down

0 comments on commit 4f7d822

Please sign in to comment.