commithash

package
v0.0.0-...-0936e0c Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvCommitHashMap

type EnvCommitHashMap map[string]RadixDeploymentCommit

EnvCommitHashMap Last commit hashes in environments

type Provider

type Provider interface {
	// GetLastCommitHashesForEnvironments  Gets last successful environment Radix deployment commit hashes
	GetLastCommitHashesForEnvironments() (EnvCommitHashMap, error)
}

func NewProvider

func NewProvider(kubeClient kubernetes.Interface, radixClient radixclient.Interface, appName string, environments []string) Provider

NewProvider New instance of the Radix deployment commit hashes provider

type RadixDeploymentCommit

type RadixDeploymentCommit struct {
	RadixDeploymentName string
	CommitHash          string
}

Jump to

Keyboard shortcuts

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