Versions in this module Expand all Collapse all v2 v2.0.1 Mar 22, 2026 v2.0.0 Mar 22, 2026 Changes in this version + func BoolPtr(t bool) *bool + func Coalesce(str ...string) string + func Int32Ptr(i int32) *int32 + func Int64Ptr(i int64) *int64 + func MergeEnvFromSource(srcs ...[]corev1.EnvFromSource) []corev1.EnvFromSource + func MergeEnvVar(envs ...[]corev1.EnvVar) []corev1.EnvVar + func MergeLabels(lbls ...map[string]string) map[string]string + func MergeMounts(mounts ...[]corev1.VolumeMount) []corev1.VolumeMount Other modules containing this package go.wasmcloud.dev/runtime-operator