ContainerImage.Pinniped/internal
Matt Moyer 74a328de41 Fix linter error in certauthority.
The error was:
```
internal/certauthority/certauthority.go:68:15: err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"expected CA to be a single certificate, found %d certificates\", certCount)" (goerr113)
		return nil, fmt.Errorf("expected CA to be a single certificate, found %d certificates", certCount)
		            ^
exit status 1
```

I'm not sure if I love this err113 linter.
2020-07-27 12:33:33 -07:00
..
autoregistration Describe why/how we recover type meta using scheme 2020-07-19 01:28:25 -04:00
certauthority Fix linter error in certauthority. 2020-07-27 12:33:33 -07:00
controller Add initial controller boilerplate and example controller 2020-07-22 22:27:55 -04:00
downward Add a package for loading Downward API metadata. 2020-07-16 14:25:23 -05:00
mocks/mockcertissuer Add generated mock for loginrequest.CertIssuer interface. 2020-07-27 12:33:33 -07:00