Documentation ¶
Index ¶
Constants ¶
View Source
const RecommendedStartAPIServerName = "openshift-apiserver"
Variables ¶
This section is empty.
Functions ¶
func RunOpenShiftAPIServer ¶
func RunOpenShiftAPIServer(serverConfig *openshiftcontrolplanev1.OpenShiftAPIServerConfig, stopCh <-chan struct{}) error
Types ¶
type OpenShiftAPIServer ¶
func (*OpenShiftAPIServer) RunAPIServer ¶
func (o *OpenShiftAPIServer) RunAPIServer(stopCh <-chan struct{}) error
RunAPIServer takes the options, starts the API server and waits until stopCh is closed or initial listening fails.
func (*OpenShiftAPIServer) Validate ¶
func (o *OpenShiftAPIServer) Validate() error
func (*OpenShiftAPIServer) WithoutNetworkingAPI ¶
func (o *OpenShiftAPIServer) WithoutNetworkingAPI() *OpenShiftAPIServer
Click to show internal directories.
Click to hide internal directories.