Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Conversation

@BlaineEXE
Copy link
Contributor

@BlaineEXE BlaineEXE commented Jun 14, 2024

Begin the process of moving API directories into ./client. We believe https://github.com/kubernetes-csi/external-snapshotter is using the latest best practices for CSI, Kubernetes, and Golang projects and are following its structure as a guide.

  • mv ./apis -> ./client/apis
  • mv ./crds -> ./client/config/crd (note the change from crds to crd)
  • mv ./hack -> ./client/hack
  • disable CI tests in Makefile while things are expected to be failing (replace with TODO note)

No further changes are made in order to keep the changes for this commit concise.

This means that the hack scripts are broken, and the go mod may not be working either. This is intended at this time because we want to track hack script and go mod changes explicitly, which will come next.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 14, 2024
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 14, 2024
Begin the process of moving API directories into ./client. We believe
https://github.com/kubernetes-csi/external-snapshotter is using the latest best practices for
CSI, Kubernetes, and Golang projects and are following its structure as a guide.

- mv ./apis -> ./client/apis
- mv ./crds -> ./client/config/crd (note the change from crds to crd)
- mv ./hack -> ./client/hack
- disable CI tests in Makefile while things are expected to be failing

No further changes are made in order to keep the changes for this commit concise.

Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
@xing-yang
Copy link
Contributor

Can you add a note about the TODO in the PR description?

@xing-yang
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 20, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BlaineEXE, xing-yang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [BlaineEXE,xing-yang]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 276cf4b into kubernetes-retired:monorepo Jun 20, 2024
@BlaineEXE BlaineEXE deleted the start-api-reorg branch June 20, 2024 17:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants