Documentation ¶
Index ¶
Constants ¶
View Source
const GroupName = ""
GroupName is the group name use in this package
Variables ¶
View Source
var Codecs = serializer.NewCodecFactory(Scheme)
Codecs provides access to encoding and decoding for the scheme
View Source
var GroupFactoryRegistry = make(announced.APIGroupFactoryRegistry)
GroupFactoryRegistry is the APIGroupFactoryRegistry (overlaps a bit with Registry, see comments in package 'announced' for details)
View Source
var ParameterCodec = runtime.NewParameterCodec(Scheme)
ParameterCodec handles versioning of objects that are converted to query parameters.
View Source
var Registry = registered.NewOrDie(os.Getenv("API_VERSIONS"))
Registry is an instance of an API registry. This is an interim step to start removing the idea of a global API registry.
View Source
var Scheme = runtime.NewScheme()
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.