mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
22 lines
604 B
YAML
22 lines
604 B
YAML
|
|
apiVersion: serving.knative.dev/v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: helloworld
|
||
|
|
namespace: default
|
||
|
|
spec: {}
|
||
|
|
status:
|
||
|
|
conditions:
|
||
|
|
- lastTransitionTime: "2022-06-20T04:14:22Z"
|
||
|
|
status: "True"
|
||
|
|
type: ConfigurationsReady
|
||
|
|
- lastTransitionTime: "2022-06-20T04:14:22Z"
|
||
|
|
message: A gradual rollout of the latest revision(s) is in progress.
|
||
|
|
reason: RolloutInProgress
|
||
|
|
status: Unknown
|
||
|
|
type: Ready
|
||
|
|
- lastTransitionTime: "2022-06-20T04:14:22Z"
|
||
|
|
message: A gradual rollout of the latest revision(s) is in progress.
|
||
|
|
reason: RolloutInProgress
|
||
|
|
status: Unknown
|
||
|
|
type: RoutesReady
|