Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
bump api version from v1alpha1 to v1beta1
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
  • Loading branch information
rebtoor committed Oct 23, 2023
1 parent 3ca68c9 commit b7ee638
Show file tree
Hide file tree
Showing 40 changed files with 4,204 additions and 316 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ help: ## Display this help.
manifests: gowork controller-gen crd-to-markdown ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(CONTROLLER_GEN) rbac:roleName=manager-role crd$(CRDDESC_OVERRIDE) webhook paths="./..." output:crd:artifacts:config=config/crd/bases && \
rm -rf api/bases && cp -a config/crd/bases api/
$(CRD_MARKDOWN) -f api/v1alpha1/openstack_ansibleee_types.go -n OpenStackAnsibleEE > docs/openstack_ansibleee.md
$(CRD_MARKDOWN) -f api/v1beta1/openstack_ansibleee_types.go -n OpenStackAnsibleEE > docs/openstack_ansibleee.md

.PHONY: generate
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
Expand Down
8 changes: 6 additions & 2 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Code generated by tool. DO NOT EDIT.
# This file is used to track the info used to scaffold your project
# and allow the plugins properly work.
# More info: https://book.kubebuilder.io/reference/project-config.html
domain: openstack.org
layout:
- go.kubebuilder.io/v3
Expand All @@ -14,8 +18,8 @@ resources:
domain: openstack.org
group: ansibleee
kind: OpenStackAnsibleEE
path: github.com/openstack-k8s-operators/openstack-ansibleee-operator/api/v1alpha1
version: v1alpha1
path: github.com/openstack-k8s-operators/openstack-ansibleee-operator/api/v1beta1
version: v1beta1
webhooks:
defaulting: true
validation: true
Expand Down
Loading

0 comments on commit b7ee638

Please sign in to comment.