# Functions

CalculateUpgrades fetches and calculates all the update payloads from the specified upstream Cincinnati stack given the current and target version and channel.
FindRelease will find the minimum or maximum release for a set of ReleaseChannels.
GetChannelMinOrMax fetches the minimum or maximum version from the specified upstream Cincinnati stack given architecture and channel.
GetChannels fetches the channels containing update payloads from the specified upstream Cincinnati stack.
GetUpdates fetches the requested update payload from the specified upstream Cincinnati stack given the current version, architecture, and channel.
GetUpdatesInRange will return all update payload within a semver range for a specified channel and architecture.
GetVersions will return all update payloads from the specified upstream Cincinnati stack given architecture and channel.
No description provided by the author
No description provided by the author
NewOCPClient creates a new OCP Cincinnati client with the given client identifier.
NewOKDClient creates a new OKD Cincinnati client with the given client identifier.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
GraphMediaType is the media-type specified in the HTTP Accept header of requests sent to the Cincinnati-v1 Graph API.
OkdUpdateURL is the Cincinnati endpoint for the OKD platform.
No description provided by the author
No description provided by the author
UpdateURL is the Cincinnati endpoint for the OpenShift platform.

# Variables

ErrNoPreviousRelease is returned when no releases can be found in the release channels.

# Structs

No description provided by the author
No description provided by the author
Error is returned when are unable to get updates.
No description provided by the author

# Interfaces

No description provided by the author
Client is a Cincinnati client which can be used to fetch update graphs from an upstream Cincinnati stack.
No description provided by the author
No description provided by the author

# Type aliases

Update is a single node from the update graph.