mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-02-22 00:32:59 +08:00
Merge pull request #71223 from sttts/sttts-openapi-aggreation-without-clone
openapi-aggregation: speed up merging from 1 sec to 50-100 ms Kubernetes-commit: 6912bbb153ef53a0ece34e7dae74ca79bfc07b82
This commit is contained in:
commit
713d159512
488
Godeps/Godeps.json
generated
488
Godeps/Godeps.json
generated
File diff suppressed because it is too large
Load Diff
2
Godeps/OWNERS
generated
2
Godeps/OWNERS
generated
@ -1,4 +1,2 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
approvers:
|
||||||
- dep-approvers
|
- dep-approvers
|
||||||
|
10
vendor/k8s.io/code-generator/cmd/import-boss/main.go
generated
vendored
10
vendor/k8s.io/code-generator/cmd/import-boss/main.go
generated
vendored
@ -22,9 +22,13 @@ limitations under the License.
|
|||||||
//
|
//
|
||||||
// If an ".import-restrictions" file is found, then all imports of the package
|
// If an ".import-restrictions" file is found, then all imports of the package
|
||||||
// are checked against each "rule" in the file. A rule consists of three parts:
|
// are checked against each "rule" in the file. A rule consists of three parts:
|
||||||
// * A SelectorRegexp, to select the import paths that the rule applies to.
|
//
|
||||||
// * A list of AllowedPrefixes
|
// - A SelectorRegexp, to select the import paths that the rule applies to.
|
||||||
// * A list of ForbiddenPrefixes
|
//
|
||||||
|
// - A list of AllowedPrefixes
|
||||||
|
//
|
||||||
|
// - A list of ForbiddenPrefixes
|
||||||
|
//
|
||||||
// An import is allowed if it matches at least one allowed prefix and does not
|
// An import is allowed if it matches at least one allowed prefix and does not
|
||||||
// match any forbidden prefix. An example file looks like this:
|
// match any forbidden prefix. An example file looks like this:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user