Warning
This project has been archived as per Crossplane's project governance for community extension projects and is no longer actively maintained.
It is recommended to use the provider-datadog project instead.
provider-jet-datadog is a Crossplane provider that
is built using Terrajet code
generation tools and exposes XRM-conformant managed resources for the
Datadog API.
Install the provider by using the following command after changing the image tag to the latest release:
kubectl crossplane install provider crossplane/provider-jet-datadog:v0.1.0
Alternatively, you can use declarative installation:
kubectl apply -f examples/install.yaml
Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.
You can see the API reference here.
Setup Git submodules.
make submodulesGenerate the Terrajet Provider.
make generateRun against a Kubernetes cluster:
make runBuild, push, and install:
make allBuild binary:
make buildFor filing bugs, suggesting improvements, or requesting new features, please open an issue.
Please use the following to reach members of the community:
- Slack: Join our slack channel
- Forums: crossplane-dev
- Twitter: @crossplane_io
- Email: info@crossplane.io
provider-jet-datadog is run according to the same Governance and Ownership structure as the core Crossplane project.
provider-jet-datadog adheres to the same Code of Conduct as the core Crossplane project.
provider-jet-datadog is under the Apache 2.0 license.