github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/serving.knative.dev/Service/testdata/progressing.yaml (about) 1 apiVersion: serving.knative.dev/v1 2 kind: Service 3 metadata: 4 name: helloworld 5 namespace: default 6 spec: {} 7 status: 8 conditions: 9 - lastTransitionTime: "2022-06-20T04:14:22Z" 10 status: "True" 11 type: ConfigurationsReady 12 - lastTransitionTime: "2022-06-20T04:14:22Z" 13 message: A gradual rollout of the latest revision(s) is in progress. 14 reason: RolloutInProgress 15 status: Unknown 16 type: Ready 17 - lastTransitionTime: "2022-06-20T04:14:22Z" 18 message: A gradual rollout of the latest revision(s) is in progress. 19 reason: RolloutInProgress 20 status: Unknown 21 type: RoutesReady