Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PostStartHookError (0.51 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	// ErrPreStartHook - failed to execute PreStartHook
    	ErrPreStartHook = errors.New("PreStartHookError")
    	// ErrPostStartHook - failed to execute PostStartHook
    	ErrPostStartHook = errors.New("PostStartHookError")
    )
    
    // recordContainerEvent should be used by the runtime manager for all container related events.
    // it has sanity checks to ensure that we do not write events that can abuse our masters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
Back to top