Update go dependencies
This commit is contained in:
parent
55ccaf4be3
commit
2882fb5ebe
457 changed files with 54614 additions and 19833 deletions
9
vendor/k8s.io/utils/CONTRIBUTING.md
generated
vendored
Normal file
9
vendor/k8s.io/utils/CONTRIBUTING.md
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Contributing
|
||||
|
||||
Thanks for taking the time to join our community and start contributing!
|
||||
|
||||
The [Contributor Guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md)
|
||||
provides detailed instructions on how to get your ideas and bug fixes seen and accepted.
|
||||
|
||||
Please remember to sign the [CNCF CLA](https://github.com/kubernetes/community/blob/master/CLA.md) and
|
||||
read and observe the [Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
|
||||
15
vendor/k8s.io/utils/OWNERS
generated
vendored
Normal file
15
vendor/k8s.io/utils/OWNERS
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# See the OWNERS docs at https://go.k8s.io/owners
|
||||
approvers:
|
||||
- apelisse
|
||||
- dashpole
|
||||
- deads2k
|
||||
- lavalamp
|
||||
- mengqiy
|
||||
- thockin
|
||||
reviewers:
|
||||
- apelisse
|
||||
- dashpole
|
||||
- deads2k
|
||||
- lavalamp
|
||||
- mengqiy
|
||||
- thockin
|
||||
6
vendor/k8s.io/utils/README.md
generated
vendored
6
vendor/k8s.io/utils/README.md
generated
vendored
|
|
@ -45,6 +45,8 @@ an existing package to this repository.
|
|||
|
||||
- [Clock](/clock) provides an interface for time-based operations. It allows
|
||||
mocking time for testing.
|
||||
|
||||
- [Pointers](/pointers) provides some functions for pointer-based operations.
|
||||
|
||||
[Build Status]: https://travis-ci.org/kubernetes/utils.svg?branch=master
|
||||
[Go standard libs]: https://golang.org/pkg/#stdlib
|
||||
|
|
@ -55,3 +57,7 @@ an existing package to this repository.
|
|||
[kubeadm]: https://github.com/kubernetes/kubeadm
|
||||
[kubectl]: https://github.com/kubernetes/kubectl
|
||||
[instructions for moving]: ./HOWTOMOVE.md
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue