Skip to content

Commit

Permalink
Add doc for adding new resources
Browse files Browse the repository at this point in the history
- Cherry-picked from crossplane-contrib/provider-jet-aws#123
  by @turkenh
- Extended the late-initialization section with an example use-case

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed Oct 22, 2021
1 parent ee24164 commit ca1816f
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 36 deletions.
38 changes: 2 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,9 @@ kubectl crossplane install provider crossplane/provider-tf-azure:v0.2.1

You can see the API reference [here](https://doc.crds.dev/github.com/crossplane-contrib/provider-tf-azure).

## Developing
## Contributing

Run code-generation pipeline:
```console
make prepare.azurerm
go run cmd/generator/main.go
```

Run against a Kubernetes cluster:

```console
make run
```

Build, push, and install:

```console
make all
```

Build image:

```console
make image
```

Push image:

```console
make push
```

Build binary:

```console
make build
```
Please refer to the [Adding New Resources](/docs/adding-resources.md) guide.

## Report a Bug

Expand Down
Loading

0 comments on commit ca1816f

Please sign in to comment.