Skip to content

Commit cb76224

Browse files
authored
Remove helpers in api repo (#315)
These are moved to sdk-go Signed-off-by: Jian Qiu <[email protected]>
1 parent 3d94ce8 commit cb76224

File tree

561 files changed

+27
-106051
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

561 files changed

+27
-106051
lines changed

.github/workflows/cloudevents-integration-test.yml

Lines changed: 0 additions & 107 deletions
This file was deleted.

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ name: Go
33
on:
44
workflow_dispatch: {}
55
pull_request:
6-
paths-ignore:
7-
- 'cloudevents/**'
86
branches:
97
- main
108
- release-*
119
push:
12-
paths-ignore:
13-
- 'cloudevents/**'
1410
branches:
1511
- main
1612
- release-*

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ verify: check-env verify-scripts verify-codegen-crds verify-gocilint
5454

5555
update-scripts:
5656
hack/update-deepcopy.sh
57-
# Using controller-gen as a workaround for cluster:v1alpha1 because gengo
58-
# isn't respecting deepcopy-gen:false nor does it support generics
59-
# Issue: https://github.com/kubernetes/gengo/issues/225
60-
$(CONTROLLER_GEN) object:headerFile="hack/empty.txt" paths="./cluster/v1alpha1"
6157
hack/update-swagger-docs.sh
6258
hack/update-codegen.sh
6359
hack/update-v1beta1-crds.sh

cloudevents/README.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)