Documentation ¶
Index ¶
- Constants
- func ConvertMasterConfigToKubeAPIServerConfig(input *configapi.MasterConfig) *configapi.KubeAPIServerConfig
- func ConvertNetworkConfigToAdmissionConfig(masterConfig *configapi.MasterConfig) error
- func NewOpenShiftKubeAPIServerServerCommand(name, basename string, out, errout io.Writer) *cobra.Command
- func RunOpenShiftKubeAPIServerServer(kubeAPIServerConfig *configapi.KubeAPIServerConfig) error
- type OpenShiftKubeAPIServerServer
Constants ¶
View Source
const RecommendedStartAPIServerName = "openshift-kube-apiserver"
Variables ¶
This section is empty.
Functions ¶
func ConvertMasterConfigToKubeAPIServerConfig ¶
func ConvertMasterConfigToKubeAPIServerConfig(input *configapi.MasterConfig) *configapi.KubeAPIServerConfig
func ConvertNetworkConfigToAdmissionConfig ¶
func ConvertNetworkConfigToAdmissionConfig(masterConfig *configapi.MasterConfig) error
func RunOpenShiftKubeAPIServerServer ¶
func RunOpenShiftKubeAPIServerServer(kubeAPIServerConfig *configapi.KubeAPIServerConfig) error
Types ¶
type OpenShiftKubeAPIServerServer ¶
func (*OpenShiftKubeAPIServerServer) RunAPIServer ¶
func (o *OpenShiftKubeAPIServerServer) RunAPIServer() error
RunAPIServer takes the options and starts the etcd server
func (*OpenShiftKubeAPIServerServer) StartAPIServer ¶
func (o *OpenShiftKubeAPIServerServer) StartAPIServer() error
StartAPIServer calls RunAPIServer and then waits forever
func (*OpenShiftKubeAPIServerServer) Validate ¶
func (o *OpenShiftKubeAPIServerServer) Validate() error
Click to show internal directories.
Click to hide internal directories.