Kaynağa Gözat

fix ServiceAccountCheck struct missing json tag quote

qitian 5 yıl önce
ebeveyn
işleme
0fa37e4327
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 {