package
0.0.0-20180808100249-78b82e5bd2e0
Repository: https://github.com/ncabatoff/flux.git
Documentation: pkg.go.dev
# Functions
FindFluxHelmReleaseContainers examines the Values from a FluxHelmRelease (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.
# Constants
No description provided by the author
ReleaseContainerName is the name used when flux interprets a FluxHelmRelease as having a container with an image, by virtue of having a `values` stanza with an image field:
spec: ..
# Structs
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
FluxHelmRelease 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
# 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