Skip to content

Commit e175ac9

Browse files
author
smarunich
committed
more fixes
1 parent b1f2ff8 commit e175ac9

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

management/documentation.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package main
22

33
import (
44
"fmt"
5-
"strings"
65
)
76

87
// DocumentationGenerator handles automatic API documentation generation

management/k8s.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/google/uuid"
1514
appsv1 "k8s.io/api/apps/v1"
1615
corev1 "k8s.io/api/core/v1"
1716
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

management/monitoring.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package main
22

33
import (
4-
"encoding/json"
54
"fmt"
6-
"log"
75
"time"
86
)
97

management/utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"fmt"
55
"os/exec"
66
"strings"
7-
"time"
87

98
"gopkg.in/yaml.v2"
109
)

0 commit comments

Comments
 (0)