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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ For an example of configuring cloud resources, refer to [configuration-aws-netwo
65
65
4. Create your API (`CompositeResourceDefinition`) like the one for `App` in [package-configuration/apis/apps/definition.yaml](package-configuration/apis/apps/definition.yaml)
66
66
5. Create an example in the `examples` directory like [examples/apps/example.yaml](examples/apps/example.yaml)
67
67
6. Build, locally-run and `crossplane render` your Composition. See the [Development](#development) section.
68
-
7. Package and deploy your function to a Crossplane cluster[#building-and-packaging](#building-and-packaging).
68
+
7. Package and deploy your function to a Crossplane cluster. See [Building and Packaging](#building-and-packaging).
69
69
70
70
## Running the Example Package
71
71
@@ -89,14 +89,14 @@ spec:
89
89
Once installed, confirm that the package and dependencies are installed:
@@ -154,7 +154,7 @@ To develop Compositions using Typescript, the following is recommended:
154
154
- Node.js 24 or later recommended.
155
155
- npm
156
156
- Docker (for building the Node container image)
157
-
- Both TypeScript 5+ and TypeScript 7 (tsgo) are supported.
157
+
- Both TypeScript 5+ (tsc) and TypeScript 7 (tsgo) compilers are supported.
158
158
159
159
## Project Structure
160
160
@@ -290,7 +290,7 @@ the Function and dependencies to a Crossplane environment.
290
290
The function package can be installed into a cluster and the `definition.yaml` and `composition.yaml` files located in [package-configuration/apis/apps/](package-configuration/apis/apps/) can be applied to the cluster using `kubectl`. The
291
291
manifest to build the function package is located in [package-function/crossplane.yaml](package-function/crossplane.yaml).
292
292
293
-
To install everything together in a Configuration package, [package-configuration/crossplane.yaml](package-configuration/crossplane.yaml).
293
+
To install everything together in a Configuration package, use [package-configuration/crossplane.yaml](package-configuration/crossplane.yaml).
0 commit comments