Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeInitContainers ¶
func MergeInitContainers(base []corev1.Container, patches []corev1.Container) ([]corev1.Container, error)
MergeInitContainers performs a strategic merge of init containers. Containers with the same name in the patch will be merged into the base, and new containers will be appended. The merge uses Kubernetes' strategic merge patch semantics with name as the merge key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.