Skip to content

field metav1.ObjectMeta is missing godoc comment #88

Closed
@guettli

Description

@guettli

.../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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions