We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1607a9 commit f9d4206Copy full SHA for f9d4206
fixtures/exec-python.yaml
@@ -3,7 +3,7 @@ kind: ScrapeConfig
3
metadata:
4
name: exec-python
5
spec:
6
- schedule: "@every 5m"
+ schedule: '@every 5m'
7
exec:
8
- type: Kubernetes::Node
9
id: $.metadata.name
@@ -12,6 +12,7 @@ spec:
12
#!/usr/bin/env python3
13
# Python script with shebang detection
14
# KUBECONFIG env var is automatically set from connections.kubernetes
15
+ import sys
16
import json
17
import subprocess
18
0 commit comments