This commit is contained in:
parent
2441f259cf
commit
cc95c8b704
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue