Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isPreviouslyInitialized (0.26 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    			}
    		}
    
    		if !isPreviouslyInitialized {
    			// the one before this init container has been initialized
    			isPreviouslyInitialized = true
    		}
    	}
    
    	// this means no init containers have been started,
    	// start the first one
    	if !isPreviouslyInitialized {
    		changes.InitContainersToStart = append(changes.InitContainersToStart, 0)
    	}
    
    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