-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate crds by kubebuilder #11
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
addb9f8
to
b39e696
Compare
The following users are mentioned in OWNERS file(s) but are untrusted for the following reasons. One way to make the user trusted is to add them as members of the kubeedge org. You can then trigger verification by writing
|
b39e696
to
8c42f4e
Compare
/verify-owners |
/cc @TymonXie @khalid-davis |
@llhuii: GitHub didn't allow me to request PR reviews from the following users: TymonXie, khalid-davis. Note that only kubeedge members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-label do-not-merge/invalid-owners-file |
@llhuii: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
8c42f4e
to
132531e
Compare
@@ -22,6 +22,8 @@ import ( | |||
|
|||
// +genclient | |||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object | |||
// +kubebuilder:resource:path=models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no explict path marker to just use the name of struct Model
all original crd yaml files under build/crds/sedna are deleted |
Instead of manully maintaining these crd yaml files under build/crds/sedna, we use kubebuilder to generate them. Signed-off-by: llhuii <liulinghui@huawei.com>
132531e
to
9654d3c
Compare
/cc @fisherxu |
/verify-owners |
Hi @fisherxu, seems that the prow plugin kubeedge-bot used has a bug due to label "do-not-merge/invalid-owners-file" still attaching this pr. |
/verify-owners |
Has manually removed. @llhuii |
/hold |
@llhuii: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/close |
fix #10