github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/openfaas.com/Function/testdata/healthy.yaml (about)

     1  apiVersion: openfaas.com/v1
     2  kind: Function
     3  metadata:
     4    annotations:
     5      kubectl.kubernetes.io/last-applied-configuration: |
     6        {"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"}}
     7    creationTimestamp: "2024-04-29T13:38:50Z"
     8    generation: 1
     9    name: env
    10    namespace: openfaas-fn
    11    resourceVersion: "580323"
    12    uid: 865f74b9-cbc5-455a-abd7-4a1cdeae22d1
    13  spec:
    14    annotations: {}
    15    environment:
    16      fprocess: env
    17      test: "yes"
    18    image: ghcr.io/openfaas/alpine:latest
    19    labels: {}
    20    name: env
    21  status:
    22    availableReplicas: 1
    23    conditions:
    24    - lastTransitionTime: "2024-04-29T13:38:50Z"
    25      message: Deployment and service reconciled
    26      observedGeneration: 1
    27      reason: Ready
    28      status: "True"
    29      type: Ready
    30    - lastTransitionTime: "2024-04-29T13:38:53Z"
    31      message: At least one replica available
    32      observedGeneration: 1
    33      reason: ReplicaAvailable
    34      status: "True"
    35      type: Healthy
    36    replicas: 1