Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ddfd0f7

Browse files
authoredMay 16, 2025··
Merge pull request #60 from kcp-dev/sdk-module
Introduce standalone SDK
2 parents 3c8f5f0 + c462a86 commit ddfd0f7

File tree

59 files changed

+611
-115
lines changed

Some content is hidden

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

59 files changed

+611
-115
lines changed
 

‎hack/verify-boilerplate.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,22 @@ source hack/lib.sh
2222
make --no-print-directory _tools/boilerplate
2323

2424
echo "Checking file boilerplates…"
25+
26+
set -x
27+
2528
_tools/boilerplate \
2629
-boilerplates hack/boilerplate \
2730
-exclude .github \
2831
-exclude internal/certificates/triple \
32+
-exclude sdk/applyconfiguration \
2933
-exclude sdk/clientset \
3034
-exclude sdk/informers \
3135
-exclude sdk/listers \
3236
-exclude test/crds
37+
38+
_tools/boilerplate \
39+
-boilerplates hack/boilerplate/generated \
40+
sdk/applyconfiguration \
41+
sdk/clientset \
42+
sdk/informers \
43+
sdk/listers

‎internal/resources/reconciling/zz_generated_reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The KCP Authors.
2+
Copyright The KCP Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

‎internal/sync/apis/dummy/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.