Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
rename make command to make it more readable

Co-authored-by: Jimmi Dyson <jimmi.dyson@nutanix.com>
  • Loading branch information
deepakm-ntnx and jimmidyson authored Dec 12, 2023
1 parent 4ba2324 commit 415721e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ test-clusterclass-delete:
rm ccls-test1.yaml || true


.PHONY: test-kubectl-clusterclass
test-kubectl-clusterclass:
.PHONY: list-clusterclass-resources
list-clusterclass-resources:
kubectl -n capx-system get endpoints
kubectl -n $(TEST_NAMESPACE) get cluster,machine,MachineDeployment
kubectl -n $(TEST_NAMESPACE) get NutanixCluster,NutanixMachine
Expand Down

0 comments on commit 415721e

Please sign in to comment.