Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ContainerChanged (0.11 sec)

  1. pkg/kubelet/pleg/pleg.go

    	// the state of the pod cannot be captured by any single event above.
    	PodSync PodLifeCycleEventType = "PodSync"
    	// ContainerChanged - event type when the new state of container is unknown.
    	ContainerChanged PodLifeCycleEventType = "ContainerChanged"
    )
    
    // PodLifecycleEvent is an event that reflects the change of the pod state.
    type PodLifecycleEvent struct {
    	// The pod ID.
    	ID types.UID
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 26 16:14:26 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top