Skip to content

Commit db7fe8c

Browse files
committed
feat(deps): upgrade kubernetes api to 1.35
Also upgrading other kubernetes related tooling and lint
1 parent 6a04bef commit db7fe8c

File tree

275 files changed

+3294
-1208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+3294
-1208
lines changed

cmd/util/doc-gen/generators/traitmetadatagen.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ func (g *traitMetaDataGen) getTraitID(t *types.Type) string {
109109
}
110110

111111
func (g *traitMetaDataGen) buildDescription(t *types.Type, traitID string, td *traitMetaData) {
112-
desc := []string(nil)
113-
desc = append(desc, filterOutTagsAndComments(t.CommentLines)...)
112+
desc := filterOutTagsAndComments(t.CommentLines)
114113
td.Name = traitID
115114
td.Description = ""
116115
for _, line := range desc {

0 commit comments

Comments
 (0)