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 ¶
Click to show internal directories.
Click to hide internal directories.