File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ api_paths="./apis/scheduling/v1alpha1/...;./vendor/github.com/k8stopologyawaresc
34
34
35
35
${CONTROLLER_GEN} ${CRD_OPTIONS} paths=" ${api_paths} " output:dir=" ./manifests/crds"
36
36
37
- if ! _out=" $( git --no-pager diff -I " edited\smanually " - -exit-code ./manifests) " ; then
37
+ if ! _out=" $( git --no-pager diff --exit-code ./manifests) " ; then
38
38
echo " Generated output differs" >&2
39
39
echo " ${_out} " >&2
40
40
echo " Verification for CRD generators failed."
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- api-approved.kubernetes.io : https://github.com/kubernetes-sigs/scheduler-plugins/pull/432 # edited manually
7
6
controller-gen.kubebuilder.io/version : v0.11.1
8
7
creationTimestamp : null
9
8
name : appgroups.appgroup.diktyo.x-k8s.io
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- api-approved.kubernetes.io : https://github.com/kubernetes-sigs/scheduler-plugins/pull/432 # edited manually
7
6
controller-gen.kubebuilder.io/version : v0.11.1
8
7
creationTimestamp : null
9
8
name : networktopologies.networktopology.diktyo.x-k8s.io
You can’t perform that action at this time.
0 commit comments