github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/projectcontour.io/ExtensionService/testdata/degraded.yaml (about) 1 apiVersion: projectcontour.io/v1alpha1 2 kind: ExtensionService 3 metadata: 4 generation: 1 5 name: example 6 spec: 7 circuitBreakerPolicy: 8 maxConnections: 102400 9 maxPendingRequests: 1024000 10 maxRequests: 102400 11 maxRetries: 102400 12 protocol: h2c 13 services: 14 - name: doesnt-exist 15 port: 9091 16 timeoutPolicy: 17 response: 1s 18 status: 19 conditions: 20 - errors: 21 - message: 'Spec.Routes unresolved service reference: service "doesnt-exist" not found' 22 reason: ServiceUnresolvedReference 23 status: "True" 24 type: ServiceError 25 lastTransitionTime: '2024-08-08T16:53:29Z' 26 message: At least one error present, see Errors for details 27 observedGeneration: 1 28 reason: ErrorPresent 29 status: 'False' 30 type: Valid