mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Hannah DeFazio <h2defazio@gmail.com> Co-authored-by: Hannah DeFazio <h2defazio@gmail.com>
29 lines
746 B
YAML
29 lines
746 B
YAML
apiVersion: serving.kserve.io/v1beta1
|
|
kind: InferenceService
|
|
metadata:
|
|
name: helloworld
|
|
namespace: default
|
|
spec: {}
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: "2023-06-20T22:44:51Z"
|
|
status: "True"
|
|
type: IngressReady
|
|
- lastTransitionTime: "2023-06-20T22:44:50Z"
|
|
severity: Info
|
|
status: "True"
|
|
type: PredictorConfigurationReady
|
|
- lastTransitionTime: "2023-06-20T22:44:51Z"
|
|
status: "True"
|
|
type: PredictorReady
|
|
- lastTransitionTime: "2023-06-20T22:44:51Z"
|
|
severity: Info
|
|
status: "True"
|
|
type: PredictorRouteReady
|
|
- lastTransitionTime: "2023-06-20T22:44:51Z"
|
|
status: "True"
|
|
type: Ready
|
|
- lastTransitionTime: "2023-06-20T22:44:51Z"
|
|
severity: Info
|
|
status: 'False'
|
|
type: Stopped
|