package
1.25.4
Repository: https://github.com/fluxcd/flux.git
Documentation: pkg.go.dev

# Functions

FindHelmReleaseContainers examines the Values from a HelmRelease (manifest, or cluster resource, or otherwise) and calls visit with each container name and image it finds, as well as procedure for changing the image value.
Load takes paths to directories or files, and creates an object set based on the file(s) therein.
ParseMultidoc takes a dump of config (a multidoc YAML) and constructs an object set from the resources represented therein.
No description provided by the author

# Constants

This is the previously-used prefix for annotations; many manifests in the wild will still be using it, so it's included here for backward-compatibility.
No description provided by the author
No description provided by the author
ImageBasePath is the default base path for image path mappings in a HelmRelease resource.
ImageRegistryPrefix is the annotation key prefix for image registry path mappings.
ImageRepositoryPrefix is the annotation key prefix for image repository path mappings.
ImageRepositoryPrefix is the annotation key prefix for image tag path mappings.
No description provided by the author
ReleaseContainerName is the name used when Flux interprets a HelmRelease as having a container with an image, by virtue of having a `values` stanza with an image field: spec: ..

# Structs

ContainerImageMap holds the YAML dot notation paths to a container image.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HelmRelease echoes the generated type for the custom resource definition.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

KubeManifest represents a manifest for a Kubernetes resource.

# Type aliases

No description provided by the author
Env is a bag of Name, Value pairs that are treated somewhat like a map.
No description provided by the author