github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/serving.kserve.io/InferenceService/testdata/degraded.yaml (about)

     1  apiVersion: serving.kserve.io/v1beta1
     2  kind: InferenceService
     3  metadata:
     4    name: helloworld
     5    namespace: default
     6  spec: {}
     7  status:
     8    conditions:
     9    - lastTransitionTime: "2022-06-14T03:45:38Z"
    10      reason: Predictor ingress not created
    11      status: "False"
    12      type: IngressReady
    13    - lastTransitionTime: "2022-06-14T03:45:38Z"
    14      message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.'
    15      reason: RevisionFailed
    16      status: "False"
    17      type: PredictorConfigurationReady
    18    - lastTransitionTime: "2022-06-14T03:45:38Z"
    19      message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.'
    20      reason: RevisionFailed
    21      status: "False"
    22      type: PredictorReady
    23    - lastTransitionTime: "2022-06-14T03:45:38Z"
    24      severity: Info
    25      status: "True"
    26      type: PredictorRouteReady
    27    - lastTransitionTime: "2022-06-14T03:45:38Z"
    28      reason: Predictor ingress not created
    29      status: "False"
    30      type: Ready