package
0.2.0-alpha.14
Repository: https://github.com/onexstack/onex.git
Documentation: pkg.go.dev

# Packages

Package options contains flags and options for initializing an apiserver.

# Functions

CreateOneXAPIServerConfig creates all the resources for running kube-apiserver, but runs none of them.
CreateProxyTransport creates the dialer infrastructure to connect to the nodes.
CreateServerChain creates the apiservers connected via delegation.
NewAPIServerCommand creates a *cobra.Command object with default parameters.
NewConfig creates all the resources for running kube-apiserver, but runs none of them.
Run runs the specified APIServer.
WithAdmissionInitializers returns an Option function that sets the external admission initializers in the ServerRunOptions.
WithAdmissionPlugin returns an Option function that adds an admission plugin to the recommended plugin order list and registers the plugin using the provided RegisterFunc in the ServerRunOptions.
WithAlternateDNS returns an Option function that sets the alternate DNS configurations in the ServerRunOptions.
WithLegacyCode returns an Option that sets the external group versions in the ServerRunOptions.
WithOpenAPIDefinitions sets the OpenAPI definitions for the server.
WithPostStartHook returns an Option function that sets the external post-start hook with the given name in the ServerRunOptions.
WithRESTStorageProviders returns an Option function that sets the external REST storage providers in the ServerRunOptions.
WithSharedInformerFactory returns an Option function that sets the external SharedInformerFactory in the ServerRunOptions.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author