We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a7534 commit 271adb0Copy full SHA for 271adb0
pkg/apis/configuration/v1/types.go
@@ -108,7 +108,7 @@ type ProviderSpecificProperty struct {
108
109
// PolicyReference references a policy by name and an optional namespace.
110
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
+ // 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.
112
Name string `json:"name"`
113
// The namespace of a policy. If not specified, the namespace of the VirtualServer resource is used.
114
Namespace string `json:"namespace"`
0 commit comments