Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KotsadmPullSecret ¶
func KotsadmPullSecret(namespace string, options types.KotsadmOptions) *corev1.Secret
func KotsadmRegistry ¶
func KotsadmRegistry(options types.KotsadmOptions) string
func KotsadmTag ¶
func KotsadmTag(options types.KotsadmOptions) string
return "alpha" for all invalid versions of kots, kotsadm tag that matches this version for others
Types ¶
type ImageRewriteFunc ¶
type ImageRewriteFunc func(upstreamImage string, alwaysRewrite bool) (image string, imagePullSecrets []corev1.LocalObjectReference, err error)
func ImageRewriteKotsadmRegistry ¶ added in v1.33.0
func ImageRewriteKotsadmRegistry(namespace string, registryOptions *types.KotsadmOptions) ImageRewriteFunc
Click to show internal directories.
Click to hide internal directories.