Skip to content

Commit 271adb0

Browse files
finalising the updates types.go files 2
1 parent 70a7534 commit 271adb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/configuration/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type ProviderSpecificProperty struct {
108108

109109
// PolicyReference references a policy by name and an optional namespace.
110110
type PolicyReference struct {
111-
// The name of a policy. If the policy doesn’t exist or invalid, NGINX will respond with an error response with the 500 status code. v
111+
// The name of a policy. If the policy doesn’t exist or invalid, NGINX will respond with an error response with the 500 status code.
112112
Name string `json:"name"`
113113
// The namespace of a policy. If not specified, the namespace of the VirtualServer resource is used.
114114
Namespace string `json:"namespace"`

0 commit comments

Comments
 (0)