Difference between revisions of "Cannot unmarshal XXXXX into Go struct field"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 8: Line 8:
  
  
  [[Cannot unmarshal object into Go value of type]] jsonpatch.Patch
+
  Error: INSTALLATION FAILED: 1 error occurred:
 +
* Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal string into Go struct field
 +
PodSpec.spec.template.[[spec.imagePullSecrets]] of type v1.[[LocalObjectReference]]
 +
 +
Solution: imagePullSecrets: [{ name: yourSecret }]
  
[[Cannot unmarshal number into Go struct field]] ObjectMeta.metadata.labels [[of type string]]
+
 
 +
<code>[[Cannot unmarshal object into Go value of type]] jsonpatch.Patch</code>
 +
 
 +
<code>[[Cannot unmarshal number into Go struct field]] ObjectMeta.metadata.labels [[of type string]]</code>
 +
 
 +
[[could not unmarshal JSON]]: json: [[cannot unmarshal bool into Go value of type]]
 +
 
 +
[[json: cannot unmarshal bool into Go struct field IngressSpec.spec.tls of type v1.IngressTLS]]
  
 
== Related ==
 
== Related ==

Latest revision as of 05:39, 18 July 2024

Advertising: