Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddImagePullSecretFromSpec ¶
func AddImagePullSecretFromSpec(spec *toolsetsv1beta1.Argocd, resultFilePath string) error
func AddPostStartFromSpec ¶
func AddPostStartFromSpec(spec *toolsetsv1beta1.Argocd, resultFilePath string) error
Types ¶
type CustomImage ¶
type CustomImage struct { ImageRepository string ImageTag string AddSecretVolumes []*SecretVolume AddVolumeMounts []*VolumeMount }
func FromSpec ¶
func FromSpec(spec *toolsetsv1beta1.Argocd, imageTags map[string]string) *CustomImage
type SecretVolume ¶
Click to show internal directories.
Click to hide internal directories.