provider-mongodbatlas is a Crossplane provider that
is built using Upjet code
generation tools and exposes XRM-conformant managed resources for the
MongoDBAtlas API.
Install the provider by using the following command after changing the image tag to the latest release:
kubectl apply -f - <<EOF
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-mongodbatlas
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-mongodbatlas:v1.1.0
EOF
You can see the API reference here.
Refer to the dedicated document for information about how to import existing resources.
Run code-generation pipeline:
go run cmd/generator/main.goRun against a Kubernetes cluster (out of cluster):
make runor (deploying in-cluster):
make local-deployReview your code:
make reviewableBuild, push, and install:
make allBuild image:
make imagePush image:
make pushBuild 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-mongodbatlas is run according to the same
Governance
and Ownership
structure as the core Crossplane project.
provider-mongodbatlas adheres to the same Code of
Conduct
as the core Crossplane project.
provider-mongodbatlas is under the Apache 2.0 license.