mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add initializing canary phase/status condition reason
Fix HPA reconciliation min replicas diff
This commit is contained in:
@@ -38,6 +38,8 @@ type CanaryCondition struct {
|
||||
type CanaryPhase string
|
||||
|
||||
const (
|
||||
// CanaryPhaseInitializing means the canary initializing is underway
|
||||
CanaryPhaseInitializing CanaryPhase = "Initializing"
|
||||
// CanaryPhaseInitialized means the primary deployment, hpa and ClusterIP services
|
||||
// have been created along with the service mesh or ingress objects
|
||||
CanaryPhaseInitialized CanaryPhase = "Initialized"
|
||||
|
||||
Reference in New Issue
Block a user