- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for matchExitCode (0.14 sec)
-
cni/pkg/repair/repaircontroller.go
return trimmedTerminationMessage == "" || trimmedTerminationMessage == strings.TrimSpace(state.Message) } // Helper function; checks that container exit code matches filter matchExitCode := func(state *corev1.ContainerStateTerminated) bool { // If we are filtering on init container exit code and the termination message does not match, exit if ec := c.cfg.InitExitCode; ec == 0 || ec == int(state.ExitCode) {
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Sat Feb 10 00:31:55 UTC 2024 - 10.4K bytes - Viewed (0)