# Functions
NewGetAPIEndpoints creates a new http.Handler for the get API endpoints operation.
NewGetAPIEndpointsDefault creates GetAPIEndpointsDefault with default headers values.
NewGetAPIEndpointsOK creates GetAPIEndpointsOK with default headers values.
NewGetAPIEndpointsParams creates a new GetAPIEndpointsParams object no default values defined in spec.
NewGetConfigurationEndpoints creates a new http.Handler for the get configuration endpoints operation.
NewGetConfigurationEndpointsDefault creates GetConfigurationEndpointsDefault with default headers values.
NewGetConfigurationEndpointsOK creates GetConfigurationEndpointsOK with default headers values.
NewGetConfigurationEndpointsParams creates a new GetConfigurationEndpointsParams object no default values defined in spec.
NewGetHaproxyEndpoints creates a new http.Handler for the get haproxy endpoints operation.
NewGetHaproxyEndpointsDefault creates GetHaproxyEndpointsDefault with default headers values.
NewGetHaproxyEndpointsOK creates GetHaproxyEndpointsOK with default headers values.
NewGetHaproxyEndpointsParams creates a new GetHaproxyEndpointsParams object no default values defined in spec.
NewGetServicesEndpoints creates a new http.Handler for the get services endpoints operation.
NewGetServicesEndpointsDefault creates GetServicesEndpointsDefault with default headers values.
NewGetServicesEndpointsOK creates GetServicesEndpointsOK with default headers values.
NewGetServicesEndpointsParams creates a new GetServicesEndpointsParams object no default values defined in spec.
NewGetStatsEndpoints creates a new http.Handler for the get stats endpoints operation.
NewGetStatsEndpointsDefault creates GetStatsEndpointsDefault with default headers values.
NewGetStatsEndpointsOK creates GetStatsEndpointsOK with default headers values.
NewGetStatsEndpointsParams creates a new GetStatsEndpointsParams object no default values defined in spec.
# Constants
GetAPIEndpointsOKCode is the HTTP code returned for type GetAPIEndpointsOK.
GetConfigurationEndpointsOKCode is the HTTP code returned for type GetConfigurationEndpointsOK.
GetHaproxyEndpointsOKCode is the HTTP code returned for type GetHaproxyEndpointsOK.
GetServicesEndpointsOKCode is the HTTP code returned for type GetServicesEndpointsOK.
GetStatsEndpointsOKCode is the HTTP code returned for type GetStatsEndpointsOK.
# Structs
GetAPIEndpoints swagger:route GET / Discovery getApiEndpoints
Return list of root endpoints
Returns a list of root endpoints.
GetAPIEndpointsDefault General Error
swagger:response getApiEndpointsDefault
*/.
GetAPIEndpointsOK Success
swagger:response getApiEndpointsOK
*/.
GetAPIEndpointsParams contains all the bound params for the get API endpoints operation typically these are obtained from a http.Request
swagger:parameters getAPIEndpoints.
GetAPIEndpointsURL generates an URL for the get API endpoints operation.
GetConfigurationEndpoints swagger:route GET /services/haproxy/configuration Discovery getConfigurationEndpoints
Return list of HAProxy advanced configuration endpoints
Returns a list of endpoints to be used for advanced configuration of HAProxy objects.
GetConfigurationEndpointsDefault General Error
swagger:response getConfigurationEndpointsDefault
*/.
GetConfigurationEndpointsOK Success
swagger:response getConfigurationEndpointsOK
*/.
GetConfigurationEndpointsParams contains all the bound params for the get configuration endpoints operation typically these are obtained from a http.Request
swagger:parameters getConfigurationEndpoints.
GetConfigurationEndpointsURL generates an URL for the get configuration endpoints operation.
GetHaproxyEndpoints swagger:route GET /services/haproxy Discovery getHaproxyEndpoints
Return list of HAProxy related endpoints
Returns a list of HAProxy related endpoints.
GetHaproxyEndpointsDefault General Error
swagger:response getHaproxyEndpointsDefault
*/.
GetHaproxyEndpointsOK Success
swagger:response getHaproxyEndpointsOK
*/.
GetHaproxyEndpointsParams contains all the bound params for the get haproxy endpoints operation typically these are obtained from a http.Request
swagger:parameters getHaproxyEndpoints.
GetHaproxyEndpointsURL generates an URL for the get haproxy endpoints operation.
GetServicesEndpoints swagger:route GET /services Discovery getServicesEndpoints
Return list of service endpoints
Returns a list of API managed services endpoints.
GetServicesEndpointsDefault General Error
swagger:response getServicesEndpointsDefault
*/.
GetServicesEndpointsOK Success
swagger:response getServicesEndpointsOK
*/.
GetServicesEndpointsParams contains all the bound params for the get services endpoints operation typically these are obtained from a http.Request
swagger:parameters getServicesEndpoints.
GetServicesEndpointsURL generates an URL for the get services endpoints operation.
GetStatsEndpoints swagger:route GET /services/haproxy/stats Discovery getStatsEndpoints
Return list of HAProxy stats endpoints
Returns a list of HAProxy stats endpoints.
GetStatsEndpointsDefault General Error
swagger:response getStatsEndpointsDefault
*/.
GetStatsEndpointsOK Success
swagger:response getStatsEndpointsOK
*/.
GetStatsEndpointsParams contains all the bound params for the get stats endpoints operation typically these are obtained from a http.Request
swagger:parameters getStatsEndpoints.
GetStatsEndpointsURL generates an URL for the get stats endpoints operation.
# Interfaces
GetAPIEndpointsHandler interface for that can handle valid get API endpoints params.
GetConfigurationEndpointsHandler interface for that can handle valid get configuration endpoints params.
GetHaproxyEndpointsHandler interface for that can handle valid get haproxy endpoints params.
GetServicesEndpointsHandler interface for that can handle valid get services endpoints params.
GetStatsEndpointsHandler interface for that can handle valid get stats endpoints params.
# Type aliases
GetAPIEndpointsHandlerFunc turns a function with the right signature into a get API endpoints handler.
GetConfigurationEndpointsHandlerFunc turns a function with the right signature into a get configuration endpoints handler.
GetHaproxyEndpointsHandlerFunc turns a function with the right signature into a get haproxy endpoints handler.
GetServicesEndpointsHandlerFunc turns a function with the right signature into a get services endpoints handler.
GetStatsEndpointsHandlerFunc turns a function with the right signature into a get stats endpoints handler.