Traceback (most recent call last):
File "/root/kr8s/../diff-exporter/1.py", line 20, in <module>
secret.name
File "/root/kr8s/kr8s/_objects.py", line 142, in name
raise ValueError("Resource does not have a name")
ValueError: Resource does not have a name
Which project are you reporting a bug for?
kr8s
What happened?
The object is completely rest after we call delete() method on it, and we can't use it later.
Example of the code:
Produce the following exception:
Anything else?
No response