cogolabs/fleet2kubes

View on GitHub
pkg/kubes/service.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type ServicePort should have comment or be unexported
Open

type ServicePort struct {
Severity: Minor
Found in pkg/kubes/service.go by golint

exported function NewService should have comment or be unexported
Open

func NewService(name string, IP string, port int) *Service {
Severity: Minor
Found in pkg/kubes/service.go by golint

exported type Service should have comment or be unexported
Open

type Service struct {
Severity: Minor
Found in pkg/kubes/service.go by golint

There are no issues that match your filters.

Category
Status