mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 22:12:44 +00:00
k8s_scale - add option label_selectors and continue_on_error (#114)
k8s_scale suppport for label selector
This commit is contained in:
@@ -40,4 +40,10 @@ options:
|
||||
is ignored.
|
||||
type: int
|
||||
default: 20
|
||||
wait_sleep:
|
||||
description:
|
||||
- Number of seconds to sleep between checks.
|
||||
default: 5
|
||||
type: int
|
||||
version_added: 2.0.0
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user