generated: ./hack/update-vendor.sh
This commit is contained in:

committed by
Jiahui Feng

parent
d7a3d5d19b
commit
73ffb49203
5
vendor/k8s.io/kube-openapi/pkg/common/common.go
generated
vendored
5
vendor/k8s.io/kube-openapi/pkg/common/common.go
generated
vendored
@@ -57,6 +57,11 @@ type PathHandler interface {
|
||||
Handle(path string, handler http.Handler)
|
||||
}
|
||||
|
||||
type PathHandlerByGroupVersion interface {
|
||||
Handle(path string, handler http.Handler)
|
||||
HandlePrefix(path string, handler http.Handler)
|
||||
}
|
||||
|
||||
// Config is set of configuration for openAPI spec generation.
|
||||
type Config struct {
|
||||
// List of supported protocols such as https, http, etc.
|
||||
|
Reference in New Issue
Block a user