github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/serving.knative.dev/Service/testdata/degraded.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-14T03:45:38Z" 10 message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.' 11 reason: RevisionFailed 12 status: "False" 13 type: ConfigurationsReady 14 - lastTransitionTime: "2022-06-14T03:45:38Z" 15 message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.' 16 reason: RevisionFailed 17 status: "False" 18 type: Ready 19 - lastTransitionTime: "2022-06-16T09:35:11Z" 20 status: "True" 21 type: RoutesReady