We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f2ff8 commit e175ac9Copy full SHA for e175ac9
management/documentation.go
@@ -2,7 +2,6 @@ package main
2
3
import (
4
"fmt"
5
- "strings"
6
)
7
8
// DocumentationGenerator handles automatic API documentation generation
management/k8s.go
@@ -11,7 +11,6 @@ import (
11
"strings"
12
"time"
13
14
- "github.com/google/uuid"
15
appsv1 "k8s.io/api/apps/v1"
16
corev1 "k8s.io/api/core/v1"
17
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
management/monitoring.go
@@ -1,9 +1,7 @@
1
package main
- "encoding/json"
- "log"
9
management/utils.go
@@ -4,7 +4,6 @@ import (
"os/exec"
- "time"
"gopkg.in/yaml.v2"
10
0 commit comments