Parcourir la source

fix ServiceAccountCheck struct missing json tag quote

qitian il y a 4 ans
Parent
commit
0fa37e4327
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg/cloud/provider.go

+ 1 - 1
pkg/cloud/provider.go

@@ -185,7 +185,7 @@ type ServiceAccountStatus struct {
 type ServiceAccountCheck struct {
 	Message        string `json:"message"`
 	Status         bool   `json:"status"`
-	AdditionalInfo string `json:additionalInfo`
+	AdditionalInfo string `json:"additionalInfo"`
 }
 
 type PricingSources struct {