mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Adds test-case for Progressing, Degraded, Healthy and Suspended, to avoid users having to update their Argo ConfigMaps by hand. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
30 lines
905 B
YAML
30 lines
905 B
YAML
---
|
|
apiVersion: openfaas.com/v1
|
|
kind: Function
|
|
metadata:
|
|
annotations:
|
|
kubectl.kubernetes.io/last-applied-configuration: |
|
|
{"apiVersion":"openfaas.com/v1","kind":"Function","metadata":{"annotations":{},"name":"env","namespace":"openfaas-fn"},"spec":{"annotations":{},"environment":{"fprocess":"env","test":"yes"},"image":"ghcr.io/openfaas/alpine:latest","labels":{},"name":"env"}}
|
|
creationTimestamp: "2024-04-29T13:38:50Z"
|
|
generation: 1
|
|
name: env
|
|
namespace: openfaas-fn
|
|
resourceVersion: "580277"
|
|
uid: 865f74b9-cbc5-455a-abd7-4a1cdeae22d1
|
|
spec:
|
|
annotations: {}
|
|
environment:
|
|
fprocess: env
|
|
test: "yes"
|
|
image: ghcr.io/openfaas/alpine:latest
|
|
labels: {}
|
|
name: env
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: "2024-04-29T13:38:50Z"
|
|
message: Function queued for creation
|
|
observedGeneration: 1
|
|
reason: Reconciling
|
|
status: "True"
|
|
type: Reconciling
|
|
---
|