Documentation ¶
Overview ¶
inject renders Go source files with injected pinning values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PinningValues ¶
type PinningValues struct { // Package is the name of the package to generate. Package string // Ident is the base identifier of the generated constants. Ident string // Registry string Registry string // Prefix is the prefix of the container image name. Prefix string // Name is the name of the container image. Name string // Tag is the (optional) tag of the container image. Tag string // Digest is the digest of the container image. Digest string }
PinningValues contains the values to inject into the generated source code.
Click to show internal directories.
Click to hide internal directories.