package
0.0.0-20221205081027-fb1d94189521
Repository: https://github.com/ti-net2/apiserver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Package filters contains all the http handler chain filters which _are_ api related, i.e.
Package handlers contains HTTP handlers to implement the apiserver APIs.
No description provided by the author
No description provided by the author
Package request contains everything around extracting info from a http request object.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AddObjectParams converts a runtime.Object into a set of go-restful Param() definitions on the route.
GetArticleForNoun returns the article needed for the given noun.
GetResourceKind returns the external group version kind registered for the given storage object.

# Constants

No description provided by the author
No description provided by the author

# Structs

APIGroupVersion is a helper for exposing rest.Storage objects as http.Handlers via go-restful It handles URLs of the form: /${storage_key}[/${object_name}] Where 'storage_key' points to a rest.Storage object stored in storage.
No description provided by the author

# Interfaces

ConvertabilityChecker indicates what versions a GroupKind is available in.
An interface to see if one storage supports override its default verb for monitoring.