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