package
1.4.0-pre-alpha-2
Repository: https://github.com/vmware-tanzu/tanzu-framework.git
Documentation: pkg.go.dev

# Functions

NewApplyTKGConfigForDocker creates a new http.Handler for the apply t k g config for docker operation.
NewApplyTKGConfigForDockerBadRequest creates ApplyTKGConfigForDockerBadRequest with default headers values.
NewApplyTKGConfigForDockerInternalServerError creates ApplyTKGConfigForDockerInternalServerError with default headers values.
NewApplyTKGConfigForDockerOK creates ApplyTKGConfigForDockerOK with default headers values.
NewApplyTKGConfigForDockerParams creates a new ApplyTKGConfigForDockerParams object no default values defined in spec.
NewCheckIfDockerDaemonAvailable creates a new http.Handler for the check if docker daemon available operation.
NewCheckIfDockerDaemonAvailableBadRequest creates CheckIfDockerDaemonAvailableBadRequest with default headers values.
NewCheckIfDockerDaemonAvailableInternalServerError creates CheckIfDockerDaemonAvailableInternalServerError with default headers values.
NewCheckIfDockerDaemonAvailableOK creates CheckIfDockerDaemonAvailableOK with default headers values.
NewCheckIfDockerDaemonAvailableParams creates a new CheckIfDockerDaemonAvailableParams object no default values defined in spec.
NewCreateDockerRegionalCluster creates a new http.Handler for the create docker regional cluster operation.
NewCreateDockerRegionalClusterBadRequest creates CreateDockerRegionalClusterBadRequest with default headers values.
NewCreateDockerRegionalClusterInternalServerError creates CreateDockerRegionalClusterInternalServerError with default headers values.
NewCreateDockerRegionalClusterOK creates CreateDockerRegionalClusterOK with default headers values.
NewCreateDockerRegionalClusterParams creates a new CreateDockerRegionalClusterParams object no default values defined in spec.
NewGenerateTKGConfigForDocker creates a new http.Handler for the generate t k g config for docker operation.
NewGenerateTKGConfigForDockerBadRequest creates GenerateTKGConfigForDockerBadRequest with default headers values.
NewGenerateTKGConfigForDockerInternalServerError creates GenerateTKGConfigForDockerInternalServerError with default headers values.
NewGenerateTKGConfigForDockerOK creates GenerateTKGConfigForDockerOK with default headers values.
NewGenerateTKGConfigForDockerParams creates a new GenerateTKGConfigForDockerParams object no default values defined in spec.

# Constants

ApplyTKGConfigForDockerBadRequestCode is the HTTP code returned for type ApplyTKGConfigForDockerBadRequest.
ApplyTKGConfigForDockerInternalServerErrorCode is the HTTP code returned for type ApplyTKGConfigForDockerInternalServerError.
ApplyTKGConfigForDockerOKCode is the HTTP code returned for type ApplyTKGConfigForDockerOK.
CheckIfDockerDaemonAvailableBadRequestCode is the HTTP code returned for type CheckIfDockerDaemonAvailableBadRequest.
CheckIfDockerDaemonAvailableInternalServerErrorCode is the HTTP code returned for type CheckIfDockerDaemonAvailableInternalServerError.
CheckIfDockerDaemonAvailableOKCode is the HTTP code returned for type CheckIfDockerDaemonAvailableOK.
CreateDockerRegionalClusterBadRequestCode is the HTTP code returned for type CreateDockerRegionalClusterBadRequest.
CreateDockerRegionalClusterInternalServerErrorCode is the HTTP code returned for type CreateDockerRegionalClusterInternalServerError.
CreateDockerRegionalClusterOKCode is the HTTP code returned for type CreateDockerRegionalClusterOK.
GenerateTKGConfigForDockerBadRequestCode is the HTTP code returned for type GenerateTKGConfigForDockerBadRequest.
GenerateTKGConfigForDockerInternalServerErrorCode is the HTTP code returned for type GenerateTKGConfigForDockerInternalServerError.
GenerateTKGConfigForDockerOKCode is the HTTP code returned for type GenerateTKGConfigForDockerOK.

# Structs

ApplyTKGConfigForDocker swagger:route POST /api/providers/docker/tkgconfig docker applyTKGConfigForDocker Apply the changes to TKG configuration file for docker" */.
ApplyTKGConfigForDockerBadRequest Bad request swagger:response applyTKGConfigForDockerBadRequest */.
ApplyTKGConfigForDockerInternalServerError Internal server error swagger:response applyTKGConfigForDockerInternalServerError */.
ApplyTKGConfigForDockerOK Apply change to TKG configuration successfully swagger:response applyTKGConfigForDockerOK */.
ApplyTKGConfigForDockerParams contains all the bound params for the apply t k g config for docker operation typically these are obtained from a http.Request swagger:parameters applyTKGConfigForDocker.
ApplyTKGConfigForDockerURL generates an URL for the apply t k g config for docker operation.
CheckIfDockerDaemonAvailable swagger:route GET /api/providers/docker/daemon docker checkIfDockerDaemonAvailable Check if docker deamon is available */.
CheckIfDockerDaemonAvailableBadRequest Bad request swagger:response checkIfDockerDaemonAvailableBadRequest */.
CheckIfDockerDaemonAvailableInternalServerError Internal server error swagger:response checkIfDockerDaemonAvailableInternalServerError */.
CheckIfDockerDaemonAvailableOK Checked the docker daemon status successfully.
CheckIfDockerDaemonAvailableParams contains all the bound params for the check if docker daemon available operation typically these are obtained from a http.Request swagger:parameters checkIfDockerDaemonAvailable.
CheckIfDockerDaemonAvailableURL generates an URL for the check if docker daemon available operation.
CreateDockerRegionalCluster swagger:route POST /api/providers/docker/create docker createDockerRegionalCluster Create Docker regional cluster */.
CreateDockerRegionalClusterBadRequest Bad request swagger:response createDockerRegionalClusterBadRequest */.
CreateDockerRegionalClusterInternalServerError Internal server error swagger:response createDockerRegionalClusterInternalServerError */.
CreateDockerRegionalClusterOK Creating regional cluster started successfully swagger:response createDockerRegionalClusterOK */.
CreateDockerRegionalClusterParams contains all the bound params for the create docker regional cluster operation typically these are obtained from a http.Request swagger:parameters createDockerRegionalCluster.
CreateDockerRegionalClusterURL generates an URL for the create docker regional cluster operation.
GenerateTKGConfigForDocker swagger:route POST /api/providers/docker/generate docker generateTKGConfigForDocker Generate TKG configuration file for Docker" */.
GenerateTKGConfigForDockerBadRequest Bad request swagger:response generateTKGConfigForDockerBadRequest */.
GenerateTKGConfigForDockerInternalServerError Internal server error swagger:response generateTKGConfigForDockerInternalServerError */.
GenerateTKGConfigForDockerOK Generated TKG configuration successfully swagger:response generateTKGConfigForDockerOK */.
GenerateTKGConfigForDockerParams contains all the bound params for the generate t k g config for docker operation typically these are obtained from a http.Request swagger:parameters generateTKGConfigForDocker.
GenerateTKGConfigForDockerURL generates an URL for the generate t k g config for docker operation.

# Interfaces

ApplyTKGConfigForDockerHandler interface for that can handle valid apply t k g config for docker params.
CheckIfDockerDaemonAvailableHandler interface for that can handle valid check if docker daemon available params.
CreateDockerRegionalClusterHandler interface for that can handle valid create docker regional cluster params.
GenerateTKGConfigForDockerHandler interface for that can handle valid generate t k g config for docker params.

# Type aliases

ApplyTKGConfigForDockerHandlerFunc turns a function with the right signature into a apply t k g config for docker handler.
CheckIfDockerDaemonAvailableHandlerFunc turns a function with the right signature into a check if docker daemon available handler.
CreateDockerRegionalClusterHandlerFunc turns a function with the right signature into a create docker regional cluster handler.
GenerateTKGConfigForDockerHandlerFunc turns a function with the right signature into a generate t k g config for docker handler.