--- 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 ---