docs
docs copied to clipboard
Python `kubernetes.yaml.ConfigFile` docs refer to `file` arg, should be `file_id`
File: docs/reference/pkg/kubernetes/yaml/configfile.md
First time user, first time bug reporter - so thanks for your patience.
Super minor thing. The online Python documentation for kubernetes.yaml.ConfigFile() lists file as an argument --which doesn't exist-- instead, should be file_id. It also doesn't denote this as a required argument.
If this is just a matter of updating content/docs/reference/pkg/kubernetes/yaml/configfile.md, I'd be more than happy to lend a hand and do a PR for this kind of thing. Just let me know.