manifest

package
v0.0.0-...-afc9998 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const ManifestsPathEnvVar = "MANIFESTS_PATH"

Variables

This section is empty.

Functions

func GetImageOverrides

func GetImageOverrides(mch *operatorsv1.MultiClusterHub) (map[string]string, error)

GetImageOverrides Reads and formats full image reference from image manifest file.

Types

type ManifestImage

type ManifestImage struct {
	ImageKey     string `json:"image-key"`
	ImageName    string `json:"image-name"`
	ImageVersion string `json:"image-version"`

	// remote registry where image is stored
	ImageRemote string `json:"image-remote"`

	// immutable sha version identifier
	ImageDigest string `json:"image-digest"`

	ImageTag string `json:"image-tag"`
}

ManifestImage contains details for a specific image version

type ManifestTemplate

type ManifestTemplate struct {
	TemplateOverrides map[string]interface{} `json:"templateOverrides" yaml:"templateOverrides"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL