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

# Functions

NewRetrieveTMCInstallYml creates a new http.Handler for the retrieve t m c install yml operation.
NewRetrieveTMCInstallYmlBadGateway creates RetrieveTMCInstallYmlBadGateway with default headers values.
NewRetrieveTMCInstallYmlBadRequest creates RetrieveTMCInstallYmlBadRequest with default headers values.
NewRetrieveTMCInstallYmlInternalServerError creates RetrieveTMCInstallYmlInternalServerError with default headers values.
NewRetrieveTMCInstallYmlOK creates RetrieveTMCInstallYmlOK with default headers values.
NewRetrieveTMCInstallYmlParams creates a new RetrieveTMCInstallYmlParams object no default values defined in spec.

# Constants

RetrieveTMCInstallYmlBadGatewayCode is the HTTP code returned for type RetrieveTMCInstallYmlBadGateway.
RetrieveTMCInstallYmlBadRequestCode is the HTTP code returned for type RetrieveTMCInstallYmlBadRequest.
RetrieveTMCInstallYmlInternalServerErrorCode is the HTTP code returned for type RetrieveTMCInstallYmlInternalServerError.
RetrieveTMCInstallYmlOKCode is the HTTP code returned for type RetrieveTMCInstallYmlOK.

# Structs

RetrieveTMCInstallYml swagger:route GET /api/integration/tmc tmc retrieveTMCInstallYml Retrieves TMC install yml from provided URL */.
RetrieveTMCInstallYmlBadGateway Bad Gateway swagger:response retrieveTMCInstallYmlBadGateway */.
RetrieveTMCInstallYmlBadRequest Bad request swagger:response retrieveTMCInstallYmlBadRequest */.
RetrieveTMCInstallYmlInternalServerError Internal server error swagger:response retrieveTMCInstallYmlInternalServerError */.
RetrieveTMCInstallYmlOK Successfully retrieved TMC install yml.
RetrieveTMCInstallYmlParams contains all the bound params for the retrieve t m c install yml operation typically these are obtained from a http.Request swagger:parameters retrieveTMCInstallYml.
RetrieveTMCInstallYmlURL generates an URL for the retrieve t m c install yml operation.

# Interfaces

RetrieveTMCInstallYmlHandler interface for that can handle valid retrieve t m c install yml params.

# Type aliases

RetrieveTMCInstallYmlHandlerFunc turns a function with the right signature into a retrieve t m c install yml handler.