Sleep¶
The sleep
operation provides a means to sleep for a configured duration.
Configuration¶
The full structure of the Sleep
is documented here.
Features¶
Supported features | |
---|---|
Bindings support | |
Outputs support | |
Templating support | |
Operation checks support |
Examples¶
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
name: example
spec:
steps:
- try:
- sleep:
duration: 30s