-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
What happened (please include outputs or screenshots):
The docstring makes reference to both the sinceSeconds and sinceTime parameters which exist in the CLI, but I see that only the since_seconds kwarg is accepted by the Python client
What you expected to happen:
I expected the since_time kwarg to be accepted
How to reproduce it (as minimally and precisely as possible):
Pass since_time attribute to the CoreV1Api method read_namespaced_pod_log
Anything else we need to know?:
n/a
Environment:
- Kubernetes version (
kubectl version): v1.19.0 - OS (e.g., MacOS 10.13.6): Linux
- Python version (
python --version) 3.6.10 - Python client version (
pip list | grep kubernetes) 12.0.0
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.