Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ help: ## Display this help.
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
mkdir -p config/operator/rbac && \
$(CONTROLLER_GEN) crd$(CRDDESC_OVERRIDE) output:crd:artifacts:config=config/crd/bases webhook paths="./..." && \
$(CONTROLLER_GEN) rbac:roleName=manager-role paths="{./apis/lightspeed/...,./apis/client/...,./apis/core/...,./apis/dataplane/...,./controllers/lightspeed/...,./controllers/client/...,./controllers/core/...,./controllers/dataplane/...,./pkg/...}" output:dir=config/rbac && \
$(CONTROLLER_GEN) rbac:roleName=manager-role paths="{./apis/client/...,./apis/core/...,./apis/dataplane/...,./controllers/client/...,./controllers/core/...,./controllers/dataplane/...,./pkg/...}" output:dir=config/rbac && \
$(CONTROLLER_GEN) rbac:roleName=operator-role paths="./controllers/operator/..." paths="./apis/operator/..." output:dir=config/operator/rbac && \
rm -f apis/bases/* && cp -a config/crd/bases apis/

Expand Down
9 changes: 0 additions & 9 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,4 @@ resources:
kind: OpenStack
path: github.com/openstack-k8s-operators/openstack-operator/apis/operator/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openstack.org
group: lightspeed
kind: OpenStackLightspeed
path: github.com/openstack-k8s-operators/openstack-operator/apis/lightspeed/v1beta1
version: v1beta1
version: "3"
96 changes: 0 additions & 96 deletions apis/bases/lightspeed.openstack.org_openstacklightspeeds.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions apis/lightspeed/v1beta1/conditions.go

This file was deleted.

36 changes: 0 additions & 36 deletions apis/lightspeed/v1beta1/groupversion_info.go

This file was deleted.

124 changes: 0 additions & 124 deletions apis/lightspeed/v1beta1/openstacklightspeed_types.go

This file was deleted.

28 changes: 0 additions & 28 deletions apis/lightspeed/v1beta1/webhook_suite_test.go

This file was deleted.

Loading