Formatting.

This commit is contained in:
2025-10-14 07:13:00 +00:00
parent afb0e09aae
commit 2fd71c32dc
6 changed files with 35 additions and 36 deletions

View File

@@ -38,13 +38,13 @@ func (k *Kubectl) DeploymentExists(name, namespace string) bool {
// PodInfo represents pod information from kubectl
type PodInfo struct {
Name string
Status string
Ready string
Restarts int
Age string
Node string
IP string
Name string
Status string
Ready string
Restarts int
Age string
Node string
IP string
}
// DeploymentInfo represents deployment information