Skip to content

Commit

Permalink
chore: tidy up code
Browse files Browse the repository at this point in the history
  • Loading branch information
sophon-zt committed Nov 15, 2023
1 parent ec00340 commit 874d6af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/controller/builder/builder_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,3 @@ func (builder *ServiceBuilder) Optimize4ExternalTraffic() *ServiceBuilder {
}
return builder
}

func (builder *ServiceBuilder) SetAnnotations(annotations map[string]string) *ServiceBuilder {
builder.get().SetAnnotations(annotations)
return builder
}

0 comments on commit 874d6af

Please sign in to comment.