Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Scheme contains the types needed by the resource metrics API. Scheme = runtime.NewScheme() // Codecs is a codec factory for serving the resource metrics API. Codecs = serializer.NewCodecFactory(Scheme) )
Functions ¶
func BuildStorage ¶
func BuildStorage(providers *ProviderConfig) []generic.APIGroupInfo
BuildStorage constructs APIGroupInfo for the packages.apps.redhat.com and packages.operators.coreos.com API groups.
func InstallStorage ¶
func InstallStorage(providers *ProviderConfig, server *generic.GenericAPIServer) error
InstallStorage builds the storage for the packages.apps.redhat.com and packages.operators.coreos.com API groups and then installs them into the given API server.
Types ¶
type ProviderConfig ¶
type ProviderConfig struct {
Provider provider.PackageManifestProvider
}
ProviderConfig holds the providers for packagemanifests.
Click to show internal directories.
Click to hide internal directories.