Closed
Description
.../foo_type.go:N:M: field metav1.ObjectMeta is missing godoc comment
Do you really want a godoc for ObjectMeta?
type Foo struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
I think a godoc for ObjecMeta would decrease the signal-noise-ratio in the source code.
Same for Conditions
.
Metadata
Metadata
Assignees
Labels
No labels