You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the expected id field for the GetResource method on Helm charts is not consistent between all SDKs. For example, Go is expecting the fully qualified GVK (networking.k8s.io/v1beta1/Ingress), while TypeScript is expecting the simplified GVK (networking/v1beta1/Ingress).
Since we don't want to make a backward incompatible change, we should probably support either format going forward.
The text was updated successfully, but these errors were encountered:
Problem description
It looks like the expected
id
field for theGetResource
method on Helm charts is not consistent between all SDKs. For example, Go is expecting the fully qualified GVK (networking.k8s.io/v1beta1/Ingress
), while TypeScript is expecting the simplified GVK (networking/v1beta1/Ingress
).Since we don't want to make a backward incompatible change, we should probably support either format going forward.
The text was updated successfully, but these errors were encountered: