Versions in this module Expand all Collapse all v1 v1.8.1 Mar 10, 2020 Changes in this version + func ApplyImagePullSecret(secret string, podspec apiv1.PodSpec) *apiv1.PodSpec + func MergeContainer(dst *apiv1.Container, src *apiv1.Container) (*apiv1.Container, error) + func MergePodSpec(imagePullPolicy apiv1.PullPolicy, srcPodSpec *apiv1.PodSpec, ...) (*apiv1.PodSpec, error) + func WaitTimeout(wg *sync.WaitGroup, timeout time.Duration)