Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructForTargetEnvironment ¶
func ConstructForTargetEnvironment(config *radixv1.RadixApplication, activeRadixDeployment *radixv1.RadixDeployment, jobName, imageTag, branch string, componentImages pipeline.DeployComponentImages, envName string, defaultEnvVars radixv1.EnvVarsMap, radixConfigHash, buildSecretHash string, buildContext *model.PrepareBuildContext, componentsToDeploy []string) (*radixv1.RadixDeployment, error)
ConstructForTargetEnvironment Will build a deployment for target environment
func GetCurrentRadixDeployment ¶
func GetCurrentRadixDeployment(kubeUtil *kube.Kube, namespace string) (*radixv1.RadixDeployment, error)
GetCurrentRadixDeployment Returns active RadixDeployment if it exists and if it is available to get
Types ¶
type PreservingDeployComponents ¶
type PreservingDeployComponents struct { DeployComponents []radixv1.RadixDeployComponent DeployJobComponents []radixv1.RadixDeployJobComponent }
PreservingDeployComponents DeployComponents, not to be updated during deployment, but transferred from an active deployment
Click to show internal directories.
Click to hide internal directories.