provider-hsdp

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2022 License: Apache-2.0

README

Crossplane HSDP Provider

provider-hsdp is a Crossplane provider that is built using Upjet code generation tools and exposes XRM-conformant managed resources for the HSDP API.

Getting Started

Install the provider by using the following command after changing the image tag to the latest release:

kubectl crossplane provider install philipssoftware/provider-hsdp:v0.1.0

Alternatively, you can use declarative installation:

cat <<EOF | kubectl apply -f -
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: upjet-provider-hsdp
spec:
  package: philipssoftware/provider-hsdp:v0.1.0
EOF

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

Known limitations

  • Fields which are marked with ForceNew in the Terraform provider do not trigger recreation of resources via Crossplane currently. This is a known issue and will be addressed once CRD Validation rules suport becomes widely available starting in Kubernetes 1.25+

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

Directories

Path Synopsis
Package apis contains Kubernetes API for the provider.
Package apis contains Kubernetes API for the provider.
iam/v1alpha1
+kubebuilder:object:generate=true +groupName=iam.hsdp.jet.crossplane.io +versionName=v1alpha1
+kubebuilder:object:generate=true +groupName=iam.hsdp.jet.crossplane.io +versionName=v1alpha1
v1alpha1
Package v1alpha1 contains the core resources of the hsdp jet provider.
Package v1alpha1 contains the core resources of the hsdp jet provider.
v1beta1
Package v1beta1 contains the core resources of the hsdp upjet provider.
Package v1beta1 contains the core resources of the hsdp upjet provider.
cmd
generator command
provider command
iam
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL