mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
fix linter issues (#329)
* fix linter issues * replace fmt with logger Signed-off-by: Fabian Kammel <fk@edgeless.systems> Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
1859dc1718
commit
985585f578
8 changed files with 41 additions and 16 deletions
|
@ -579,7 +579,7 @@ func (s *stubClusterUtil) RestartKubelet() error {
|
|||
return s.restartKubeletErr
|
||||
}
|
||||
|
||||
func (s *stubClusterUtil) FixCilium(nodeName string) {
|
||||
func (s *stubClusterUtil) FixCilium(nodeName string, log *logger.Logger) {
|
||||
}
|
||||
|
||||
type stubConfigProvider struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue