Update main.go
All checks were successful
Build Go Binary / build (push) Successful in 37s

This commit is contained in:
holzi1005 2025-08-06 09:03:14 +02:00
parent 2441f259cf
commit cc95c8b704

View file

@ -119,6 +119,7 @@ func main() {
Metadata struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Annotations map[string]string `json:"annotations"`
} `json:"metadata"`
Spec struct {
Type string `json:"type"`