# Functions
NewCreateServer creates a new http.Handler for the create server operation.
NewCreateServerAccepted creates CreateServerAccepted with default headers values.
NewCreateServerBadRequest creates CreateServerBadRequest with default headers values.
NewCreateServerConflict creates CreateServerConflict with default headers values.
NewCreateServerCreated creates CreateServerCreated with default headers values.
NewCreateServerDefault creates CreateServerDefault with default headers values.
NewCreateServerParams creates a new CreateServerParams object with the default values initialized.
NewDeleteServer creates a new http.Handler for the delete server operation.
NewDeleteServerAccepted creates DeleteServerAccepted with default headers values.
NewDeleteServerDefault creates DeleteServerDefault with default headers values.
NewDeleteServerNoContent creates DeleteServerNoContent with default headers values.
NewDeleteServerNotFound creates DeleteServerNotFound with default headers values.
NewDeleteServerParams creates a new DeleteServerParams object with the default values initialized.
NewGetServer creates a new http.Handler for the get server operation.
NewGetServerDefault creates GetServerDefault with default headers values.
NewGetServerNotFound creates GetServerNotFound with default headers values.
NewGetServerOK creates GetServerOK with default headers values.
NewGetServerParams creates a new GetServerParams object no default values defined in spec.
NewGetServers creates a new http.Handler for the get servers operation.
NewGetServersDefault creates GetServersDefault with default headers values.
NewGetServersOK creates GetServersOK with default headers values.
NewGetServersParams creates a new GetServersParams object no default values defined in spec.
NewReplaceServer creates a new http.Handler for the replace server operation.
NewReplaceServerAccepted creates ReplaceServerAccepted with default headers values.
NewReplaceServerBadRequest creates ReplaceServerBadRequest with default headers values.
NewReplaceServerDefault creates ReplaceServerDefault with default headers values.
NewReplaceServerNotFound creates ReplaceServerNotFound with default headers values.
NewReplaceServerOK creates ReplaceServerOK with default headers values.
NewReplaceServerParams creates a new ReplaceServerParams object with the default values initialized.
# Constants
CreateServerAcceptedCode is the HTTP code returned for type CreateServerAccepted.
CreateServerBadRequestCode is the HTTP code returned for type CreateServerBadRequest.
CreateServerConflictCode is the HTTP code returned for type CreateServerConflict.
CreateServerCreatedCode is the HTTP code returned for type CreateServerCreated.
DeleteServerAcceptedCode is the HTTP code returned for type DeleteServerAccepted.
DeleteServerNoContentCode is the HTTP code returned for type DeleteServerNoContent.
DeleteServerNotFoundCode is the HTTP code returned for type DeleteServerNotFound.
GetServerNotFoundCode is the HTTP code returned for type GetServerNotFound.
GetServerOKCode is the HTTP code returned for type GetServerOK.
GetServersOKCode is the HTTP code returned for type GetServersOK.
ReplaceServerAcceptedCode is the HTTP code returned for type ReplaceServerAccepted.
ReplaceServerBadRequestCode is the HTTP code returned for type ReplaceServerBadRequest.
ReplaceServerNotFoundCode is the HTTP code returned for type ReplaceServerNotFound.
ReplaceServerOKCode is the HTTP code returned for type ReplaceServerOK.
# Structs
CreateServer swagger:route POST /services/haproxy/configuration/servers Server createServer
Add a new server
Adds a new server in the specified backend in the configuration file.
CreateServerAccepted Configuration change accepted and reload requested
swagger:response createServerAccepted
*/.
CreateServerBadRequest Bad request
swagger:response createServerBadRequest
*/.
CreateServerConflict The specified resource already exists
swagger:response createServerConflict
*/.
CreateServerCreated Server created
swagger:response createServerCreated
*/.
CreateServerDefault General Error
swagger:response createServerDefault
*/.
CreateServerParams contains all the bound params for the create server operation typically these are obtained from a http.Request
swagger:parameters createServer.
CreateServerURL generates an URL for the create server operation.
DeleteServer swagger:route DELETE /services/haproxy/configuration/servers/{name} Server deleteServer
Delete a server
Deletes a server configuration by it's name in the specified backend.
DeleteServerAccepted Configuration change accepted and reload requested
swagger:response deleteServerAccepted
*/.
DeleteServerDefault General Error
swagger:response deleteServerDefault
*/.
DeleteServerNoContent Server deleted
swagger:response deleteServerNoContent
*/.
DeleteServerNotFound The specified resource was not found
swagger:response deleteServerNotFound
*/.
DeleteServerParams contains all the bound params for the delete server operation typically these are obtained from a http.Request
swagger:parameters deleteServer.
DeleteServerURL generates an URL for the delete server operation.
GetServer swagger:route GET /services/haproxy/configuration/servers/{name} Server getServer
Return one server
Returns one server configuration by it's name in the specified backend.
GetServerDefault General Error
swagger:response getServerDefault
*/.
GetServerNotFound The specified resource was not found
swagger:response getServerNotFound
*/.
GetServerOK Successful operation
swagger:response getServerOK
*/.
GetServerOKBody get server o k body swagger:model GetServerOKBody.
GetServerParams contains all the bound params for the get server operation typically these are obtained from a http.Request
swagger:parameters getServer.
GetServers swagger:route GET /services/haproxy/configuration/servers Server getServers
Return an array of servers
Returns an array of all servers that are configured in specified backend.
GetServersDefault General Error
swagger:response getServersDefault
*/.
GetServersOK Successful operation
swagger:response getServersOK
*/.
GetServersOKBody get servers o k body swagger:model GetServersOKBody.
GetServersParams contains all the bound params for the get servers operation typically these are obtained from a http.Request
swagger:parameters getServers.
GetServersURL generates an URL for the get servers operation.
GetServerURL generates an URL for the get server operation.
ReplaceServer swagger:route PUT /services/haproxy/configuration/servers/{name} Server replaceServer
Replace a server
Replaces a server configuration by it's name in the specified backend.
ReplaceServerAccepted Configuration change accepted and reload requested
swagger:response replaceServerAccepted
*/.
ReplaceServerBadRequest Bad request
swagger:response replaceServerBadRequest
*/.
ReplaceServerDefault General Error
swagger:response replaceServerDefault
*/.
ReplaceServerNotFound The specified resource was not found
swagger:response replaceServerNotFound
*/.
ReplaceServerOK Server replaced
swagger:response replaceServerOK
*/.
ReplaceServerParams contains all the bound params for the replace server operation typically these are obtained from a http.Request
swagger:parameters replaceServer.
ReplaceServerURL generates an URL for the replace server operation.
# Interfaces
CreateServerHandler interface for that can handle valid create server params.
DeleteServerHandler interface for that can handle valid delete server params.
GetServerHandler interface for that can handle valid get server params.
GetServersHandler interface for that can handle valid get servers params.
ReplaceServerHandler interface for that can handle valid replace server params.
# Type aliases
CreateServerHandlerFunc turns a function with the right signature into a create server handler.
DeleteServerHandlerFunc turns a function with the right signature into a delete server handler.
GetServerHandlerFunc turns a function with the right signature into a get server handler.
GetServersHandlerFunc turns a function with the right signature into a get servers handler.
ReplaceServerHandlerFunc turns a function with the right signature into a replace server handler.