Skip to content

Commit

Permalink
Merge pull request #59 from hasheddan/clean-crds
Browse files Browse the repository at this point in the history
Update crds.clean target to run after generation
  • Loading branch information
displague authored Jun 8, 2021
2 parents 2492903 + 8b6f84d commit d24ee2d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ crds.clean:
@find $(CRD_DIR) -name *.yaml.sed -delete || $(FAIL)
@$(OK) cleaned generated CRDs

generate.run: crds.clean
generate.done: crds.clean

# integration tests
e2e.run: test-integration
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+8 −0 makelib/golang.mk
2 changes: 0 additions & 2 deletions package/crds/metal.equinix.com_providerconfigs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 0 additions & 2 deletions package/crds/metal.equinix.com_providerconfigusages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 0 additions & 2 deletions package/crds/ports.metal.equinix.com_assignments.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 0 additions & 2 deletions package/crds/server.metal.equinix.com_devices.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 0 additions & 2 deletions package/crds/vlan.metal.equinix.com_virtualnetworks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand Down

0 comments on commit d24ee2d

Please sign in to comment.