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