github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/serving.kserve.io/InferenceService/testdata/stopped.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      serving.kserve.io/stop: 'true'
     9  spec: {}
    10  status:
    11    conditions:
    12    - lastTransitionTime: '2024-05-16T18:48:56Z'
    13      reason: Stopped
    14      status: 'False'
    15      type: PredictorReady
    16    - lastTransitionTime: '2024-05-16T18:48:56Z'
    17      reason: Stopped
    18      status: 'False'
    19      type: Ready
    20    - lastTransitionTime: '2024-05-16T18:48:56Z'
    21      severity: Info
    22      status: 'True'
    23      type: Stopped