Petrov-Daniil
Results
2
issues of
Petrov-Daniil
standard lib has this functionality, ``` api_ = client.CoreV1Api() api_.delete_namespaced_pod('name', 'default', grace_period_seconds=0) ``` analog - `kubectl delete pod ... --grace-period=0`
Thank you for the opportunity to offer something new for the project. Is it possible to add functionality to generate random data for an HTTP response? In particular, so that...