Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init operator including DNS apis and controllers #1

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

mikenairn
Copy link
Member

operator-sdk version: v1.33.0
kubebuilder layout v4

operator-sdk init --domain kuadrant.io --repo github.com/kuadrant/kuadrant-dns-operator
operator-sdk create api --version v1alpha1 --kind ManagedZone --resource --controller
operator-sdk create api --version v1alpha1 --kind DNSRecord --resource --controller
operator-sdk create api --version v1alpha1 --kind DNSHealthCheckProbe --resource --controller
make manifests
make build
make docker-build
make bundle
make bundle-build

operator-sdk version: v1.33.0
kubebuilder layout v4

```
operator-sdk init --domain kuadrant.io --repo github.com/kuadrant/kuadrant-dns-operator
operator-sdk create api --version v1alpha1 --kind ManagedZone --resource --controller
operator-sdk create api --version v1alpha1 --kind DNSRecord --resource --controller
operator-sdk create api --version v1alpha1 --kind DNSHealthCheckProbe --resource --controller
make manifests
make build
make docker-build
make bundle
make bundle-build
```
@mikenairn mikenairn merged commit 0f8c4ce into Kuadrant:main Feb 2, 2024
1 check passed
@mikenairn mikenairn deleted the init_operator branch February 2, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant