Invalid label causes panic in Python SDK #552
Labels
area/sdk
Related to the Kubernetes SDKs (nodejs, Python, etc.)
kind/bug
Some behavior is incorrect or out of spec
language/python
p1
A bug severe enough to be the next item assigned to an engineer
Milestone
causes the following panic:
Labels should be a dict rather than a string (e.g.
"labels": {"foo": "true"}
, not"labels": "foo"
), but this error should be caught before it causes a panic in the provider.The text was updated successfully, but these errors were encountered: