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

Commit

Permalink
Merge pull request #278 from fao89/testingbeta
Browse files Browse the repository at this point in the history
Redirect v1alpha1 to v1beta1
  • Loading branch information
openshift-merge-bot[bot] authored Dec 11, 2023
2 parents 5d91d38 + 32ea1e3 commit 2baddf9
Show file tree
Hide file tree
Showing 44 changed files with 3,524 additions and 271 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
4 changes: 2 additions & 2 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,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 2baddf9

Please sign in to comment.