package
2.0.0-rc2+incompatible
Repository: https://github.com/deis/workflow-manager-api.git
Documentation: pkg.go.dev

# Functions

ClusterCheckin route handler.
ClustersAge is the handler for the GET /{apiVersion}/clusters/age endpoint.
ClustersCount route handler.
GetCluster route handler.
GetComponentTrainVersions route handler.
GetLatestVersions is the handler for the POST /{apiVersion}/versions/latest endpoint.
GetLatestVersionsForV2 is the handler for the POST /v2/versions/latest endpoint.
GetVersion route handler.
Ping is the handler for the ping endpoint.
PublishVersion route handler.

# Constants

APIVersionPathKey is the path key for the API version placeholder.
ComponentPathKey is the path key for the component placeholder.
ContentTypeHeaderKey is the name of the "Content-Type" header.
JSONContentType is the value of the "Content-Type" header passed for JSON data.
TrainPathKey is the path key for the train placeholder.

# Structs

ComponentVersionsJSONWrapper is the JSON compatible struct that holds a slice of types.ComponentVersion structs.
SparseComponentAndTrainInfo is the JSON compatible struct that holds a SparseComponentInfo and SparseVersionInfo.
SparseComponentAndTrainInfoJSONWrapper is the JSON compatible struct that holds a slice of SparseComponentAndTrainInfo structs.
SparseComponentInfo is the JSON compatible struct that holds limited data about a component.
SparseVersionInfo is the JSON compatible struct that holds limited data about a component version.