k3s/pkg/kubelet/prober
Clayton Coleman ce62f3d4a0
ExecProbes should be able to do simple env var substitution
For containers that don't have bash, we should support env substitution
like we do on command and args. However, without major refactoring
valueFrom is not supportable from inside the prober. For now, implement
substitution based on hardcoded env and leave TODOs for future work.
2017-02-28 22:46:04 -05:00
..
results refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
testing start the apimachinery repo 2017-01-11 09:09:48 -05:00
BUILD ExecProbes should be able to do simple env var substitution 2017-02-28 22:46:04 -05:00
common_test.go ExecProbes should be able to do simple env var substitution 2017-02-28 22:46:04 -05:00
prober.go ExecProbes should be able to do simple env var substitution 2017-02-28 22:46:04 -05:00
prober_manager.go move client/record 2017-01-31 19:14:13 -05:00
prober_manager_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
prober_test.go ExecProbes should be able to do simple env var substitution 2017-02-28 22:46:04 -05:00
worker.go ExecProbes should be able to do simple env var substitution 2017-02-28 22:46:04 -05:00
worker_test.go Revert "Merge pull request #41202 from dashpole/revert-41095-deletion_pod_lifecycle" 2017-02-15 08:44:03 -08:00