xrally / xrally-kubernetes

A set of xRally plugins to run workloads against Kubernetes platform.
Apache License 2.0
16 stars 8 forks source link

Fix omitted argument values for service module #18

Closed prazumovsky closed 6 years ago

prazumovsky commented 6 years ago

Add resource_type values for all functions to display message with the actual resource type instead of None.

Also change ready_replicas in wait_for_ready_replicas to replicas argument value in case of ready_replicas could be None.