# Functions
ApplyFilters retrieves clusters in OCM which match the filters given.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenerateQuery returns an OCM search query to retrieve all clusters matching an expression (ie- "foo%").
GetAccount Function allows to get a single account with any identifier (username, ID).
No description provided by the author
GetCluster Function allows to get a single cluster with any identifier (displayname, ID, or external ID).
GetClusterAnyStatus returns an OCM cluster object given an OCM connection and cluster id (internal id, external id, and name all supported).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns the hive shard corresponding to a cluster e.g.
GetJiraClient creates a jira client that connects to https://issues.redhat.com.
No description provided by the author
No description provided by the author
getLatestVersion connects to the GitHub API and returns the latest osdctl tag name Interesting Note: GitHub only shows the latest "stable" tag.
GetManagementCluster returns the OCM Cluster object for a provided clusterId.
GetOrganization returns an *amv1.Organization given an OCM cluster name, external id, or internal id as key.
No description provided by the author
No description provided by the author
GetSubscription Function allows to get a single subscription with any identifier (displayname, ID, internal or external ID).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StreamErrorln prints the given error msg using the provided IOStreams.
StreamPrint prints the given msg using the provided IOStreams.
StreamPrintln appends a newline then prints the given msg using the provided IOStreams.
StreamRead retrieves input from the provided IOStreams up to (and including) the delimiter given.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
version, version, GOOS, GOARCH.
No description provided by the author
# Variables
GitCommit is the short git commit hash from the environment Will be set during build process via GoReleaser See also: https://pkg.go.dev/cmd/link.
No description provided by the author
Version is the tag version from the environment Will be set during build process via GoReleaser See also: https://pkg.go.dev/cmd/link.
# Structs
Config describes the OCM client configuration Taken wholesale from openshift-online/ocm-cli.
No description provided by the author