Documentation
¶
Overview ¶
Package install registers the clusterregistry API group and adds its types to a scheme.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Scheme is the scheme used for the clusterregistry API. Scheme = runtime.NewScheme() // Registry is the registry used for the clusterregistry API. Registry = registered.NewOrDie("") // Codecs is the set of codecs for the clusterregistry API. Codecs = serializer.NewCodecFactory(Scheme) )
Functions ¶
func Install ¶
func Install(groupFactoryRegistry announced.APIGroupFactoryRegistry, registry *registered.APIRegistrationManager, scheme *runtime.Scheme)
Install registers the clusterregistry API group and adds its types to a scheme.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.