Documentation
¶
Index ¶
- func NormalizeVersion(version string) string
- type ImageConfiguration
- func GetBenthosImage(ctx core.Context, stack *v1beta1.Stack, version string) (*ImageConfiguration, error)
- func GetCaddyImage(ctx core.Context, stack *v1beta1.Stack) (*ImageConfiguration, error)
- func GetFormanceImage(ctx core.Context, stack *v1beta1.Stack, name, version string) (*ImageConfiguration, error)
- func GetImageConfiguration(ctx core.Context, stackName string, image string) (*ImageConfiguration, error)
- func GetNatsBoxImage(ctx core.Context, stack *v1beta1.Stack, version string) (*ImageConfiguration, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeVersion ¶
Types ¶
type ImageConfiguration ¶
type ImageConfiguration struct {
Registry string
Image string
Version string
PullSecrets []v1.LocalObjectReference
}
ghcr.io/<organization>/<repository>:<version> public.ecr.aws/<organization>/jeffail/benthos:<version> docker.io/<organization|user>/<image>:<version> version: "v2.0.0-rc.35-scratch@sha256:4a29620448a90f3ae50d2e375c993b86ef141ead4b6ac1edd1674e9ff6b933f8" docker.io/<organization|user>/<image>:v2.0.0-rc.35-scratch@sha256:4a29620448a90f3ae50d2e375c993b86ef141ead4b6ac1edd1674e9ff6b933f8
func GetBenthosImage ¶
func GetCaddyImage ¶
func GetFormanceImage ¶
func GetImageConfiguration ¶
func GetNatsBoxImage ¶
func (*ImageConfiguration) GetFullImageName ¶
func (cfg *ImageConfiguration) GetFullImageName() string
func (*ImageConfiguration) String ¶
func (o *ImageConfiguration) String() string
Click to show internal directories.
Click to hide internal directories.