File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
deleteOrphaned : true
9
9
- source : build/dockerfile.scheduler
10
10
dest : build/dockerfile.scheduler
11
- - source : hack
12
- dest : hack
11
+ - source : hack/
12
+ dest : hack/
13
13
exclude : |
14
14
update-codegen.sh
15
15
verify-codegen.sh
16
16
lib/version.sh
17
17
verify-helm.sh
18
- - source : manifests/crds
19
- dest : manifests/crds
18
+ - source : manifests/crds/
19
+ dest : manifests/crds/
20
20
deleteOrphaned : true
21
- - source : manifests/install/scheduler
22
- dest : manifests/install/scheduler
21
+ - source : manifests/install/scheduler/
22
+ dest : manifests/install/scheduler/
23
23
exclude : |
24
24
kube-scheduler-arbiter-config.yaml
25
- - source : pkg/apis/v1alpha1
26
- dest : pkg/apis/v1alpha1
25
+ - source : pkg/apis/v1alpha1/
26
+ dest : pkg/apis/v1alpha1/
27
27
deleteOrphaned : true
28
- - source : pkg/utils
29
- dest : pkg/utils
28
+ - source : pkg/utils/
29
+ dest : pkg/utils/
30
30
deleteOrphaned : true
31
31
- source : tests/export-logs.sh
32
32
dest : tests/export-logs.sh
You can’t perform that action at this time.
0 commit comments