package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateCrtLoad creates a new http.Handler for the create crt load operation.
NewCreateCrtLoadAccepted creates CreateCrtLoadAccepted with default headers values.
NewCreateCrtLoadBadRequest creates CreateCrtLoadBadRequest with default headers values.
NewCreateCrtLoadConflict creates CreateCrtLoadConflict with default headers values.
NewCreateCrtLoadCreated creates CreateCrtLoadCreated with default headers values.
NewCreateCrtLoadDefault creates CreateCrtLoadDefault with default headers values.
NewCreateCrtLoadParams creates a new CreateCrtLoadParams object with the default values initialized.
NewDeleteCrtLoad creates a new http.Handler for the delete crt load operation.
NewDeleteCrtLoadAccepted creates DeleteCrtLoadAccepted with default headers values.
NewDeleteCrtLoadDefault creates DeleteCrtLoadDefault with default headers values.
NewDeleteCrtLoadNoContent creates DeleteCrtLoadNoContent with default headers values.
NewDeleteCrtLoadNotFound creates DeleteCrtLoadNotFound with default headers values.
NewDeleteCrtLoadParams creates a new DeleteCrtLoadParams object with the default values initialized.
NewGetCrtLoad creates a new http.Handler for the get crt load operation.
NewGetCrtLoadDefault creates GetCrtLoadDefault with default headers values.
NewGetCrtLoadNotFound creates GetCrtLoadNotFound with default headers values.
NewGetCrtLoadOK creates GetCrtLoadOK with default headers values.
NewGetCrtLoadParams creates a new GetCrtLoadParams object
There are no default values defined in the spec.
NewGetCrtLoads creates a new http.Handler for the get crt loads operation.
NewGetCrtLoadsDefault creates GetCrtLoadsDefault with default headers values.
NewGetCrtLoadsOK creates GetCrtLoadsOK with default headers values.
NewGetCrtLoadsParams creates a new GetCrtLoadsParams object
There are no default values defined in the spec.
NewReplaceCrtLoad creates a new http.Handler for the replace crt load operation.
NewReplaceCrtLoadAccepted creates ReplaceCrtLoadAccepted with default headers values.
NewReplaceCrtLoadBadRequest creates ReplaceCrtLoadBadRequest with default headers values.
NewReplaceCrtLoadDefault creates ReplaceCrtLoadDefault with default headers values.
NewReplaceCrtLoadNotFound creates ReplaceCrtLoadNotFound with default headers values.
NewReplaceCrtLoadOK creates ReplaceCrtLoadOK with default headers values.
NewReplaceCrtLoadParams creates a new ReplaceCrtLoadParams object with the default values initialized.
# Constants
CreateCrtLoadAcceptedCode is the HTTP code returned for type CreateCrtLoadAccepted.
CreateCrtLoadBadRequestCode is the HTTP code returned for type CreateCrtLoadBadRequest.
CreateCrtLoadConflictCode is the HTTP code returned for type CreateCrtLoadConflict.
CreateCrtLoadCreatedCode is the HTTP code returned for type CreateCrtLoadCreated.
DeleteCrtLoadAcceptedCode is the HTTP code returned for type DeleteCrtLoadAccepted.
DeleteCrtLoadNoContentCode is the HTTP code returned for type DeleteCrtLoadNoContent.
DeleteCrtLoadNotFoundCode is the HTTP code returned for type DeleteCrtLoadNotFound.
GetCrtLoadNotFoundCode is the HTTP code returned for type GetCrtLoadNotFound.
GetCrtLoadOKCode is the HTTP code returned for type GetCrtLoadOK.
GetCrtLoadsOKCode is the HTTP code returned for type GetCrtLoadsOK.
ReplaceCrtLoadAcceptedCode is the HTTP code returned for type ReplaceCrtLoadAccepted.
ReplaceCrtLoadBadRequestCode is the HTTP code returned for type ReplaceCrtLoadBadRequest.
ReplaceCrtLoadNotFoundCode is the HTTP code returned for type ReplaceCrtLoadNotFound.
ReplaceCrtLoadOKCode is the HTTP code returned for type ReplaceCrtLoadOK.
# Structs
CreateCrtLoad swagger:route POST /services/haproxy/configuration/crt_loads CrtLoad createCrtLoad
# Add a new certificate to load
Adds a new load entry to the specified crt_store section in the configuration
*/.
CreateCrtLoadAccepted Configuration change accepted and reload requested
swagger:response createCrtLoadAccepted
*/.
CreateCrtLoadBadRequest Bad request
swagger:response createCrtLoadBadRequest
*/.
CreateCrtLoadConflict The specified resource already exists
swagger:response createCrtLoadConflict
*/.
CreateCrtLoadCreated Certificate load entry created
swagger:response createCrtLoadCreated
*/.
CreateCrtLoadDefault General Error
swagger:response createCrtLoadDefault
*/.
CreateCrtLoadParams contains all the bound params for the create crt load operation typically these are obtained from a http.Request
swagger:parameters createCrtLoad.
CreateCrtLoadURL generates an URL for the create crt load operation.
DeleteCrtLoad swagger:route DELETE /services/haproxy/configuration/crt_loads/{certificate} CrtLoad deleteCrtLoad
# Delete a certificate load entry
Deletes a load entry by its certificate name in the specified crt_store section
*/.
DeleteCrtLoadAccepted Configuration change accepted and reload requested
swagger:response deleteCrtLoadAccepted
*/.
DeleteCrtLoadDefault General Error
swagger:response deleteCrtLoadDefault
*/.
DeleteCrtLoadNoContent Certificate load entry deleted
swagger:response deleteCrtLoadNoContent
*/.
DeleteCrtLoadNotFound The specified resource was not found
swagger:response deleteCrtLoadNotFound
*/.
DeleteCrtLoadParams contains all the bound params for the delete crt load operation typically these are obtained from a http.Request
swagger:parameters deleteCrtLoad.
DeleteCrtLoadURL generates an URL for the delete crt load operation.
GetCrtLoad swagger:route GET /services/haproxy/configuration/crt_loads/{certificate} CrtLoad getCrtLoad
# Return one certificate load entry
Returns one load entry by its certificate name in the specified crt_store
*/.
GetCrtLoadDefault General Error
swagger:response getCrtLoadDefault
*/.
GetCrtLoadNotFound The specified resource was not found
swagger:response getCrtLoadNotFound
*/.
GetCrtLoadOK Successful operation
swagger:response getCrtLoadOK
*/.
GetCrtLoadParams contains all the bound params for the get crt load operation typically these are obtained from a http.Request
swagger:parameters getCrtLoad.
GetCrtLoads swagger:route GET /services/haproxy/configuration/crt_loads CrtLoad getCrtLoads
# Return an array of loaded certificates
Returns the list of loaded certificates from the specified crt_store
*/.
GetCrtLoadsDefault General Error
swagger:response getCrtLoadsDefault
*/.
GetCrtLoadsOK Successful operation
swagger:response getCrtLoadsOK
*/.
GetCrtLoadsParams contains all the bound params for the get crt loads operation typically these are obtained from a http.Request
swagger:parameters getCrtLoads.
GetCrtLoadsURL generates an URL for the get crt loads operation.
GetCrtLoadURL generates an URL for the get crt load operation.
ReplaceCrtLoad swagger:route PUT /services/haproxy/configuration/crt_loads/{certificate} CrtLoad replaceCrtLoad
# Replace a certificate load entry
Replaces a load entry by its certificate name in the specified crt_store section
*/.
ReplaceCrtLoadAccepted Configuration change accepted and reload requested
swagger:response replaceCrtLoadAccepted
*/.
ReplaceCrtLoadBadRequest Bad request
swagger:response replaceCrtLoadBadRequest
*/.
ReplaceCrtLoadDefault General Error
swagger:response replaceCrtLoadDefault
*/.
ReplaceCrtLoadNotFound The specified resource was not found
swagger:response replaceCrtLoadNotFound
*/.
ReplaceCrtLoadOK Certificate load entry replaced
swagger:response replaceCrtLoadOK
*/.
ReplaceCrtLoadParams contains all the bound params for the replace crt load operation typically these are obtained from a http.Request
swagger:parameters replaceCrtLoad.
ReplaceCrtLoadURL generates an URL for the replace crt load operation.
# Interfaces
CreateCrtLoadHandler interface for that can handle valid create crt load params.
DeleteCrtLoadHandler interface for that can handle valid delete crt load params.
GetCrtLoadHandler interface for that can handle valid get crt load params.
GetCrtLoadsHandler interface for that can handle valid get crt loads params.
ReplaceCrtLoadHandler interface for that can handle valid replace crt load params.
# Type aliases
CreateCrtLoadHandlerFunc turns a function with the right signature into a create crt load handler.
DeleteCrtLoadHandlerFunc turns a function with the right signature into a delete crt load handler.
GetCrtLoadHandlerFunc turns a function with the right signature into a get crt load handler.
GetCrtLoadsHandlerFunc turns a function with the right signature into a get crt loads handler.
ReplaceCrtLoadHandlerFunc turns a function with the right signature into a replace crt load handler.