github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/serving.kserve.io/InferenceService/testdata/healthy_raw.yaml (about)

     1  apiVersion: serving.kserve.io/v1beta1
     2  kind: InferenceService
     3  metadata:
     4    name: helloworld
     5    namespace: default
     6    annotations:
     7      serving.kserve.io/deploymentMode: RawDeployment
     8  spec: {}
     9  status:
    10    conditions:
    11    - lastTransitionTime: '2024-05-14T03:49:11Z'
    12      status: 'True'
    13      type: IngressReady
    14    - lastTransitionTime: '2024-05-16T18:48:56Z'
    15      status: 'True'
    16      type: PredictorReady
    17    - lastTransitionTime: '2024-05-16T18:48:56Z'
    18      status: 'True'
    19      type: Ready
    20    - lastTransitionTime: '2024-05-16T18:48:56Z'
    21      severity: Info
    22      status: 'False'
    23      type: Stopped