You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Crossplane Function Template - TypeScript <!-- omit in toc -->
2
2
3
-
This repository is a template for building Crossplane composition functions in TypeScript using the [@crossplane-org/function-sdk-typescript](https://github.com/upbound/function-sdk-typescript).
3
+
This repository is a template for building Crossplane composition functions in TypeScript using the [@crossplane-org/function-sdk-typescript](https://github.com/crossplane/function-sdk-typescript).
4
4
5
5
-[Overview](#overview)
6
+
-[Quick Start](#quick-start)
6
7
-[Running the Example Package](#running-the-example-package)
7
8
-[Installing the Package](#installing-the-package)
8
9
-[Deploy the Example Manifest](#deploy-the-example-manifest)
@@ -55,6 +56,15 @@ create any type of Kubernetes resource.
55
56
56
57
For an example of configuring cloud resources, refer to [configuration-aws-network-ts](https://github.com/upbound/configuration-aws-network-ts).
57
58
59
+
## Quick Start
60
+
61
+
1. Clone this repository
62
+
2. Update [package.json](package.json) for your Project.
63
+
3. Update the code at [src/function.ts](src/function.ts)
64
+
4. Create your API (`CompositeResourceDefinition`) like the one for `App` in [package-configuration/apis/apps/definition.yaml](package-configuration/apis/apps/definition.yaml)
65
+
5. Create an example in the `examples` directory like [examples/apps/example.yaml](examples/apps/example.yaml)
66
+
6. Build, locally-run and `crossplane render` your Composition. See the [Development](#development) section.
67
+
58
68
## Running the Example Package
59
69
60
70
The configuration and function are published to the [Upbound Marketplace](https://marketplace.upbound.io),
0 commit comments