Documentation
¶
Index ¶
- type ApoxyServerOptions
- func (o *ApoxyServerOptions) ApplyRecommendedConfigFns(in *genericapiserver.RecommendedConfig) *genericapiserver.RecommendedConfig
- func (o *ApoxyServerOptions) Config() (*serverapiserver.Config, error)
- func (o ApoxyServerOptions) GetRESTOptions(resource schema.GroupResource, _ runtime.Object) (generic.RESTOptions, error)
- func (o ApoxyServerOptions) RunApoxyServer(ctx context.Context) (<-chan struct{}, error)
- type RecommendedConfigFn
- type ServerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApoxyServerOptions ¶
type ApoxyServerOptions struct {
// contains filtered or unexported fields
}
func NewApoxyServerOptions ¶
func NewApoxyServerOptions( scheme *runtime.Scheme, codecs serializer.CodecFactory, codec runtime.Codec, recommendedConfigFns []RecommendedConfigFn, apis map[schema.GroupVersionResource]serverapiserver.StorageProvider, serverOptions *ServerOptions, ) *ApoxyServerOptions
func (*ApoxyServerOptions) ApplyRecommendedConfigFns ¶
func (o *ApoxyServerOptions) ApplyRecommendedConfigFns(in *genericapiserver.RecommendedConfig) *genericapiserver.RecommendedConfig
func (*ApoxyServerOptions) Config ¶
func (o *ApoxyServerOptions) Config() (*serverapiserver.Config, error)
func (ApoxyServerOptions) GetRESTOptions ¶
func (o ApoxyServerOptions) GetRESTOptions(resource schema.GroupResource, _ runtime.Object) (generic.RESTOptions, error)
func (ApoxyServerOptions) RunApoxyServer ¶
func (o ApoxyServerOptions) RunApoxyServer(ctx context.Context) (<-chan struct{}, error)
type RecommendedConfigFn ¶
type RecommendedConfigFn func(*genericapiserver.RecommendedConfig) *genericapiserver.RecommendedConfig
func SetOpenAPIDefinitionFn ¶
func SetOpenAPIDefinitionFn(scheme *runtime.Scheme, name, version string, defs openapicommon.GetOpenAPIDefinitions) RecommendedConfigFn
type ServerOptions ¶
type ServerOptions struct {
StdOut io.Writer
StdErr io.Writer
RecommendedOptions *apiserveropts.RecommendedOptions
}
func NewServerOptions ¶
func NewServerOptions(codec runtime.Codec) *ServerOptions
Click to show internal directories.
Click to hide internal directories.