Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for adjustLifecycle (0.43 sec)

  1. pkg/api/pod/util.go

    			continue
    		}
    		adjustLifecycle(podSpec.Containers[i].Lifecycle)
    		if podSpec.Containers[i].Lifecycle.PreStop == nil && podSpec.Containers[i].Lifecycle.PostStart == nil {
    			podSpec.Containers[i].Lifecycle = nil
    		}
    	}
    
    	for i := range podSpec.InitContainers {
    		if podSpec.InitContainers[i].Lifecycle == nil {
    			continue
    		}
    		adjustLifecycle(podSpec.InitContainers[i].Lifecycle)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
Back to top