README ¶
Upjet Equinix Provider
provider-jet-equinix
is a Crossplane provider that
is built using Upjet code
generation tools and exposes XRM-conformant managed resources for the
Equinix API.
Getting Started
Install the provider by using the following command after changing the image tag to the latest release:
kubectl crossplane install provider crossplane/provider-jet-equinix: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.
Developing
Run code-generation pipeline:
go run cmd/generator/main.go "$PWD"
Run against a Kubernetes cluster:
make run
Build, push, and install:
make all
Build binary:
make build
Report a Bug
For filing bugs, suggesting improvements, or requesting new features, please open an issue.
Contact
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
Governance and Owners
provider-jet-equinix is run according to the same Governance and Ownership structure as the core Crossplane project.
Code of Conduct
provider-jet-equinix adheres to the same Code of Conduct as the core Crossplane project.
Licensing
provider-jet-equinix is under the Apache 2.0 license.
Directories ¶
Path | Synopsis |
---|---|
Package apis contains Kubernetes API for the provider.
|
Package apis contains Kubernetes API for the provider. |
ecx/v1alpha1
+kubebuilder:object:generate=true +groupName=ecx.equinix.jet.crossplane.io +versionName=v1alpha1
|
+kubebuilder:object:generate=true +groupName=ecx.equinix.jet.crossplane.io +versionName=v1alpha1 |
fabric/v1alpha1
+kubebuilder:object:generate=true +groupName=fabric.equinix.jet.crossplane.io +versionName=v1alpha1
|
+kubebuilder:object:generate=true +groupName=fabric.equinix.jet.crossplane.io +versionName=v1alpha1 |
metal/v1alpha1
+kubebuilder:object:generate=true +groupName=metal.equinix.jet.crossplane.io +versionName=v1alpha1
|
+kubebuilder:object:generate=true +groupName=metal.equinix.jet.crossplane.io +versionName=v1alpha1 |
network/v1alpha1
+kubebuilder:object:generate=true +groupName=network.equinix.jet.crossplane.io +versionName=v1alpha1
|
+kubebuilder:object:generate=true +groupName=network.equinix.jet.crossplane.io +versionName=v1alpha1 |
v1alpha1
Package v1alpha1 contains the core resources of the equinix jet provider.
|
Package v1alpha1 contains the core resources of the equinix jet provider. |
cmd
|
|
internal
|