mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Signed-off-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Dan Garfield <dan@codefresh.io>
16 lines
377 B
YAML
16 lines
377 B
YAML
apiVersion: serving.kserve.io/v1beta1
|
|
kind: InferenceService
|
|
metadata:
|
|
name: helloworld
|
|
namespace: default
|
|
spec: {}
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: '2024-05-30T22:43:16Z'
|
|
status: 'False'
|
|
type: PredictorReady
|
|
- lastTransitionTime: '2024-05-30T22:43:16Z'
|
|
status: 'False'
|
|
type: Ready
|
|
modelStatus:
|
|
transitionStatus: InProgress
|