Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsConfig ¶
type AppsConfig struct { GenericConfig *genericapiserver.Config CoreAPIServerClientConfig *restclient.Config KubeletClientConfig *kubeletclient.KubeletClientConfig // TODO these should all become local eventually Scheme *runtime.Scheme Registry *registered.APIRegistrationManager Codecs serializer.CodecFactory // contains filtered or unexported fields }
AppsConfig is a non-serializeable config for running an apps.openshift.io apiserver
func (*AppsConfig) Complete ¶
func (c *AppsConfig) Complete() completedConfig
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
func (*AppsConfig) SkipComplete ¶
func (c *AppsConfig) SkipComplete() completedConfig
SkipComplete provides a way to construct a server instance without config completion.
func (*AppsConfig) V1RESTStorage ¶
func (c *AppsConfig) V1RESTStorage() (map[string]rest.Storage, error)
type AppsServer ¶
type AppsServer struct {
GenericAPIServer *genericapiserver.GenericAPIServer
}
type LegacyLegacyDCRollbackMutator ¶
type LegacyLegacyDCRollbackMutator struct { CoreAPIServerClientConfig *restclient.Config Version schema.GroupVersion }
LegacyLegacyDCRollbackMutator allows us to inject a one-off endpoint into oapi
func (LegacyLegacyDCRollbackMutator) Mutate ¶
func (l LegacyLegacyDCRollbackMutator) Mutate(legacyStorage map[schema.GroupVersion]map[string]rest.Storage)
Click to show internal directories.
Click to hide internal directories.