containerized-data-importer/vendor/golang.org/x/net/http2
Alexander Wels 6dce12f090
Move CRDS from apiextensions v1beta1 to v1. (#1307)
* Move CRDS from apiextensions v1beta1 to v1.
Ensure that our code based schema validation matches the types in the api.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Ran go mod tidy and vendor in attempt to see if we could use newer runtime controller, but our go version too old.
Addressed review comments.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Addressed more review comments and fixed k8s-1.18 functional test failing.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Remove categories 'all' from cluster scoped CRDs

Signed-off-by: Alexander Wels <awels@redhat.com>
2020-08-01 01:01:50 +02:00
..
hpack Move CRDS from apiextensions v1beta1 to v1. (#1307) 2020-08-01 01:01:50 +02:00
.gitignore Init'd glide, Vendored in dependencies 2018-01-18 16:59:08 -06:00
BUILD.bazel initial bazelification of CDI (#986) 2019-10-15 15:55:44 -04:00
ciphers.go update kubernetes client/tools to 1.12.4 and controller runtime to 0.1.9 2019-01-08 16:10:30 -05:00
client_conn_pool.go Move CRDS from apiextensions v1beta1 to v1. (#1307) 2020-08-01 01:01:50 +02:00
databuffer.go Init'd glide, Vendored in dependencies 2018-01-18 16:59:08 -06:00
Dockerfile Init'd glide, Vendored in dependencies 2018-01-18 16:59:08 -06:00
errors.go Init'd glide, Vendored in dependencies 2018-01-18 16:59:08 -06:00
flow.go Move CRDS from apiextensions v1beta1 to v1. (#1307) 2020-08-01 01:01:50 +02:00
frame.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00
go111.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00
gotrack.go Init'd glide, Vendored in dependencies 2018-01-18 16:59:08 -06:00
headermap.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00
http2.go Move CRDS from apiextensions v1beta1 to v1. (#1307) 2020-08-01 01:01:50 +02:00
Makefile Init'd glide, Vendored in dependencies 2018-01-18 16:59:08 -06:00
not_go111.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00
pipe.go alpha to beta snapshot API (#1206) 2020-05-20 15:25:28 +02:00
README Init'd glide, Vendored in dependencies 2018-01-18 16:59:08 -06:00
server.go Move CRDS from apiextensions v1beta1 to v1. (#1307) 2020-08-01 01:01:50 +02:00
transport.go Move CRDS from apiextensions v1beta1 to v1. (#1307) 2020-08-01 01:01:50 +02:00
write.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00
writesched_priority.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00
writesched_random.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00
writesched.go Move dependency management to go modules instead of glide. (#989) 2019-10-09 15:02:17 -04:00

This is a work-in-progress HTTP/2 implementation for Go.

It will eventually live in the Go standard library and won't require
any changes to your code to use.  It will just be automatic.

Status:

* The server support is pretty good. A few things are missing
  but are being worked on.
* The client work has just started but shares a lot of code
  is coming along much quicker.

Docs are at https://godoc.org/golang.org/x/net/http2

Demo test server at https://http2.golang.org/

Help & bug reports welcome!

Contributing: https://golang.org/doc/contribute.html
Bugs:         https://golang.org/issue/new?title=x/net/http2:+