argo-cd/resource_customizations/serving.knative.dev/Service/testdata/progressing.yaml

22 lines
604 B
YAML
Raw Normal View History

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: helloworld
namespace: default
spec: {}
status:
conditions:
- lastTransitionTime: "2022-06-20T04:14:22Z"
status: "True"
type: ConfigurationsReady
- lastTransitionTime: "2022-06-20T04:14:22Z"
message: A gradual rollout of the latest revision(s) is in progress.
reason: RolloutInProgress
status: Unknown
type: Ready
- lastTransitionTime: "2022-06-20T04:14:22Z"
message: A gradual rollout of the latest revision(s) is in progress.
reason: RolloutInProgress
status: Unknown
type: RoutesReady