-
Notifications
You must be signed in to change notification settings - Fork 76
/
.licenseignore
186 lines (186 loc) · 7.18 KB
/
.licenseignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
pkg/binder/cache/debugger/comparer.go
pkg/binder/cache/debugger/comparer_test.go
pkg/binder/cache/debugger/debugger.go
pkg/binder/cache/debugger/dumper.go
pkg/binder/cache/debugger/signal.go
pkg/binder/cache/debugger/signal_windows.go
pkg/binder/cache/interface.go
pkg/binder/framework/plugins/nodeports/node_ports.go
pkg/binder/framework/plugins/nodeports/node_ports_test.go
pkg/binder/framework/plugins/nodevolumelimits/csi.go
pkg/binder/framework/plugins/nodevolumelimits/non_csi.go
pkg/binder/framework/plugins/volumebinding/volume_binding.go
pkg/binder/framework/plugins/volumebinding/volume_binding_test.go
pkg/dispatcher/internal/queue/priority_queue.go
pkg/dispatcher/internal/queue/priority_queue_test.go
pkg/dispatcher/internal/queue/types.go
pkg/scheduler/cache/debugger/comparer.go
pkg/scheduler/cache/debugger/comparer_test.go
pkg/scheduler/cache/debugger/debugger.go
pkg/scheduler/cache/debugger/dumper.go
pkg/scheduler/cache/debugger/signal.go
pkg/scheduler/cache/debugger/signal_windows.go
pkg/scheduler/cache/interface.go
pkg/scheduler/eventhandlers.go
pkg/scheduler/eventhandlers_test.go
pkg/scheduler/factory.go
pkg/scheduler/factory_test.go
pkg/scheduler/framework/plugins/helper/shape_score.go
pkg/scheduler/framework/plugins/imagelocality/image_locality.go
pkg/scheduler/framework/plugins/imagelocality/image_locality_test.go
pkg/scheduler/framework/plugins/nodeaffinity/node_affinity.go
pkg/scheduler/framework/plugins/nodeaffinity/node_affinity_test.go
pkg/scheduler/framework/plugins/nodelabel/node_label.go
pkg/scheduler/framework/plugins/nodelabel/node_label_test
pkg/scheduler/framework/plugins/nodeports/node_ports.go
pkg/scheduler/framework/plugins/nodeports/node_ports_test.go
pkg/scheduler/framework/plugins/noderesources/balance_allocated_test.go
pkg/scheduler/framework/plugins/noderesources/fit.go
pkg/scheduler/framework/plugins/noderesources/fit_test.go
pkg/scheduler/framework/plugins/noderesources/least_allocated.go
pkg/scheduler/framework/plugins/noderesources/least_allocated_test.go
pkg/scheduler/framework/plugins/noderesources/most_allocated.go
pkg/scheduler/framework/plugins/noderesources/most_allocated_test.go
pkg/scheduler/framework/plugins/noderesources/test_util.go
pkg/scheduler/framework/plugins/nodeunschedulable/node_unschedulable.go
pkg/scheduler/framework/plugins/nodeunschedulable/node_unschedulable_test.go
pkg/scheduler/framework/plugins/nodevolumelimits/csi.go
pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go
pkg/scheduler/framework/plugins/tainttoleration/taint_toleration.go
pkg/scheduler/framework/plugins/tainttoleration/taint_toleration_test.go
pkg/scheduler/framework/plugins/volumebinding/volume_binding.go
pkg/scheduler/framework/plugins/volumebinding/volume_binding_test.go
pkg/scheduler/framework/registry.go
pkg/scheduler/framework/runtime/framework.go
pkg/scheduler/framework/runtime/framework_test.go
pkg/scheduler/framework/runtime/metrics_recorder.go
pkg/scheduler/queue/priority_queue.go
pkg/scheduler/queue/priority_queue_test.go
pkg/scheduler/queue/scheduling_queue.go
pkg/scheduler/scheduler.go
pkg/scheduler/scheduler_test.go
pkg/scheduler/testing/fakehandle/unit_framework_helpers.go
pkg/scheduler/testing/framework_helpers.go
pkg/testing-helper/workload_prep.go
pkg/testing-helper/wrappers.go
pkg/util/clock.go
pkg/util/cmd/events.go
pkg/util/controller/controller_utils.go
pkg/util/controller/controller_utils_test.go
pkg/util/controller/testutil/test_utils.go
pkg/util/deployment/deployment_util.go
pkg/util/deployment/deployment_util_test.go
pkg/util/events.go
pkg/util/hash/hash.go
pkg/util/hash/hash_test.go
pkg/util/heap/heap.go
pkg/util/heap/heap_test.go
pkg/util/node/node.go
pkg/util/node/node_util.go
pkg/util/non_zero.go
pkg/util/non_zero_test.go
pkg/util/parallelize/error_channel.go
pkg/util/parallelize/error_channel_test.go
pkg/util/securitycontext/fake.go
pkg/util/taints/taints.go
pkg/util/taints/taints_test.go
pkg/util/topologies.go
pkg/util/topologies_test.go
pkg/util/utils.go
pkg/util/utils_test.go
pkg/util/validation/validation.go
pkg/version/base.go
pkg/volume/persistentvolume/testing/testing.go
pkg/volume/persistentvolume/util/util.go
pkg/volume/scheduling/metrics/metrics.go
pkg/volume/scheduling/scheduler_assume_cache.go
pkg/volume/scheduling/scheduler_assume_cache_test.go
pkg/volume/scheduling/scheduler_binder.go
pkg/volume/scheduling/scheduler_binder_cache.go
pkg/volume/scheduling/scheduler_binder_cache_test.go
pkg/volume/scheduling/scheduler_binder_fake.go
pkg/volume/scheduling/scheduler_binder_test.go
test/e2e/e2e.go
test/e2e/e2e_test.go
test/e2e/framework/auth/helpers.go
test/e2e/framework/cleanup.go
test/e2e/framework/config/config.go
test/e2e/framework/config/config_test.go
test/e2e/framework/expect.go
test/e2e/framework/flake_reporting_util.go
test/e2e/framework/framework.go
test/e2e/framework/ginkgowrapper/wrapper.go
test/e2e/framework/kubectl/kubectl_utils.go
test/e2e/framework/kubelet/stats/v1alpha1/types.go
test/e2e/framework/log.go
test/e2e/framework/log/logger.go
test/e2e/framework/log_size_monitoring.go
test/e2e/framework/log_test.go
test/e2e/framework/metrics/api.go
test/e2e/framework/metrics/api_server_metrics.go
test/e2e/framework/metrics/cluster_autoscaler_metrics.go
test/e2e/framework/metrics/controller_manager_metrics.go
test/e2e/framework/metrics/e2e_metrics.go
test/e2e/framework/metrics/interesting_metrics.go
test/e2e/framework/metrics/kubelet_metrics.go
test/e2e/framework/metrics/latencies.go
test/e2e/framework/metrics/metrics_grabber.go
test/e2e/framework/metrics/pod.go
test/e2e/framework/metrics/scheduler_metrics.go
test/e2e/framework/node/resource.go
test/e2e/framework/node/runtimeclass.go
test/e2e/framework/node/wait.go
test/e2e/framework/node/wait_test.go
test/e2e/framework/nodes_util.go
test/e2e/framework/pod/create.go
test/e2e/framework/pod/delete.go
test/e2e/framework/pod/node_selection.go
test/e2e/framework/pod/resource.go
test/e2e/framework/pod/resource_test.go
test/e2e/framework/pod/wait.go
test/e2e/framework/pods.go
test/e2e/framework/ports.go
test/e2e/framework/provider.go
test/e2e/framework/rc/rc_utils.go
test/e2e/framework/replicaset/rest.go
test/e2e/framework/replicaset/wait.go
test/e2e/framework/resource/resources.go
test/e2e/framework/resource/runtimeobj.go
test/e2e/framework/resource_usage_gatherer.go
test/e2e/framework/skipper/skipper.go
test/e2e/framework/ssh/ssh.go
test/e2e/framework/test_context.go
test/e2e/framework/testfiles/testfiles.go
test/e2e/framework/util.go
test/e2e/perftype/perftype.go
test/e2e/reporters/progress.go
test/e2e/reporters/testDetails.go
test/e2e/scheduling/events.go
test/e2e/scheduling/framework.go
test/e2e/scheduling/preemption.go
test/e2e/suites.go
test/e2e/system/system_utils.go
test/e2e/system/system_utils_test.go
test/e2e/viperconfig.go
test/e2e/viperconfig_test.go
test/utils/admission_webhook.go
test/utils/audit.go
test/utils/conditions.go
test/utils/crd/crd_util.go
test/utils/create_resources.go
test/utils/delete_resources.go
test/utils/density_utils.go
test/utils/deployment.go
test/utils/harness/harness.go
test/utils/image/manifest.go
test/utils/image/manifest_test.go
test/utils/junit/junit.go
test/utils/node.go
test/utils/paths.go
test/utils/pki_helpers.go
test/utils/pod_store.go
test/utils/replicaset.go
test/utils/runners.go
test/utils/tmpdir.go
test/utils/update_resources.go
vendor