Skip to content

Commit

Permalink
Add godoc for items field of DNSNameResolverList.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadeepsen committed Oct 17, 2023
1 parent 0640cfe commit 90e20fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions network/v1alpha1/types_dnsnameresolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ type DNSNameResolverList struct {
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
metav1.ListMeta `json:"metadata,omitempty"`

// items gives the list of DNSNameResolvers.
Items []DNSNameResolver `json:"items"`
}
1 change: 1 addition & 0 deletions network/v1alpha1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -21847,6 +21847,7 @@
"type": "string"
},
"items": {
"description": "items gives the list of DNSNameResolvers.",
"type": "array",
"items": {
"default": {},
Expand Down

0 comments on commit 90e20fd

Please sign in to comment.