nolar / kopf

A Python framework to write Kubernetes operators in just a few lines of code

Home Page:https://kopf.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`FieldSpec` and `resolve` does not support list access

majkrzak opened this issue · comments

Long story short

Currently it is not possible to specify the list fields like status.containerStatuses[0].state via the field parameter of the handlers.

Kopf version

1.37.1

Kubernetes version

1.27.6+k3s1

Python version

3.11.6

Code

No response

Logs

No response

Additional information

No response