Skip to content

Commit

Permalink
Remove selective deployment from edgenet
Browse files Browse the repository at this point in the history
  • Loading branch information
ubombar committed Mar 19, 2024
1 parent 0156812 commit 450f45a
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 664 deletions.
9 changes: 0 additions & 9 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,4 @@ resources:
kind: TenantResourceQuota
path: github.com/edgenet-project/edgenet-software/api/multitenancy/v1
version: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: edge-net.io
group: deployments
kind: SelectiveDeployment
path: github.com/edgenet-project/edgenet-software/api/deployments/v1
version: v1
version: "3"
36 changes: 0 additions & 36 deletions api/deployments/v1/groupversion_info.go

This file was deleted.

55 changes: 0 additions & 55 deletions api/deployments/v1/selectivedeployment_types.go

This file was deleted.

114 changes: 0 additions & 114 deletions api/deployments/v1/zz_generated.deepcopy.go

This file was deleted.

50 changes: 0 additions & 50 deletions config/crd/bases/deployments.edge-net.io_selectivedeployments.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@ resources:
# - edgenet_system_namespace.yaml
- bases/multitenancy.edge-net.io_tenants.yaml
- bases/multitenancy.edge-net.io_tenantresourcequotas.yaml
- bases/deployments.edge-net.io_selectivedeployments.yaml
#+kubebuilder:scaffold:crdkustomizeresource

patches:
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
# patches here are for enabling the conversion webhook for each CRD
#- path: patches/webhook_in_multitenancy_tenants.yaml
#- path: patches/webhook_in_multitenancy_tenantresourcequotas.yaml
#- path: patches/webhook_in_deployments_selectivedeployments.yaml
#+kubebuilder:scaffold:crdkustomizewebhookpatch

# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
#- path: patches/cainjection_in_multitenancy_tenants.yaml
#- path: patches/cainjection_in_multitenancy_tenantresourcequotas.yaml
#- path: patches/cainjection_in_deployments_selectivedeployments.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch

# [WEBHOOK] To enable webhook, uncomment the following section
Expand Down
31 changes: 0 additions & 31 deletions config/rbac/deployments_selectivedeployment_editor_role.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions config/rbac/deployments_selectivedeployment_viewer_role.yaml

This file was deleted.

Loading

0 comments on commit 450f45a

Please sign in to comment.