Skip to content

Commit

Permalink
feat: add function local development
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Dec 20, 2023
1 parent cca0f99 commit dc8fbce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/resources/basic/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: kcl-function
annotations:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl
package: kcllang/crossplane-kcl:0.1.0

0 comments on commit dc8fbce

Please sign in to comment.