Skip to content

Commit

Permalink
Update function CRD template
Browse files Browse the repository at this point in the history
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
welteki authored and alexellis committed Jun 17, 2024
1 parent d74d745 commit bfc008e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions chart/openfaas/templates/openfaas.com_functions-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,30 @@ spec:
observedGeneration:
format: int64
type: integer
profiles:
description: OpenFaaS Profiles that are applied to this function
items:
description: AppliedProfile describes an OpenFaaS profile that is
applied to the function
properties:
observedGeneration:
description: The generation of the OpenFaaS profile object that
was applied to the function
format: int64
type: integer
profileRef:
description: Reference to the applied Profile object
properties:
name:
type: string
namespace:
type: string
type: object
required:
- observedGeneration
- profileRef
type: object
type: array
replicas:
format: int32
type: integer
Expand Down

0 comments on commit bfc008e

Please sign in to comment.