Skip to content

Commit f695965

Browse files
Update doc/user-guide.md
1 parent d7ee4bd commit f695965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type MemcachedStatus struct {
9191
}
9292
```
9393

94-
**NOTE** To know more about `+listType=set` see : https://godoc.org/k8s.io/kube-openapi/pkg/idl
94+
**NOTE:** Comment directives, such as +listType=set, are necessary for certain situations to avoid API rule violations when generating OpenAPI files. See https://godoc.org/k8s.io/kube-openapi/pkg/idl learn more.
9595

9696
After modifying the `*_types.go` file always run the following command to update the generated code for that resource type:
9797

0 commit comments

Comments
 (0)