mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* add flagger.app/Canary health check lua script and tests * add flagger.app/Canary health check lua script and tests, fix type * add handle for flagger Initialized phase * add handle for flagger Initialized phase and test
28 lines
757 B
YAML
28 lines
757 B
YAML
apiVersion: flagger.app/v1beta1
|
|
kind: Canary
|
|
metadata:
|
|
generation: 1
|
|
labels:
|
|
app.kubernetes.io/instance: podinfo
|
|
name: podinfo
|
|
namespace: default
|
|
resourceVersion: "2268395"
|
|
selfLink: /apis/flagger.app/v1beta1/namespaces/default/canaries/podinfo
|
|
uid: 82df0136-0248-4a95-9c60-3184792614ea
|
|
spec: {}
|
|
status:
|
|
canaryWeight: 0
|
|
conditions:
|
|
- lastTransitionTime: "2020-07-03T13:36:22Z"
|
|
lastUpdateTime: "2020-07-03T13:36:22Z"
|
|
message: Canary analysis completed successfully, promotion finished.
|
|
reason: Succeeded
|
|
status: "True"
|
|
type: Promoted
|
|
failedChecks: 0
|
|
iterations: 0
|
|
lastAppliedSpec: 658bbf784f
|
|
lastPromotedSpec: 658bbf784f
|
|
lastTransitionTime: "2020-07-03T13:36:22Z"
|
|
phase: Succeeded
|
|
trackedConfigs: {}
|