Documentation ¶
Index ¶
Constants ¶
View Source
const (
// CLUSTERS_V1_PATH is a path to the OCM clusters service
METRICS_API_PATH = "/metrics"
)
Variables ¶
View Source
var ( // ErrClusterIdNotFound is an error describing the cluster ID can not be found ErrClusterIdNotFound = fmt.Errorf("OCM did not return a valid cluster ID: pull-secret may be invalid OR cluster's owner is disabled/banned in OCM") )
Functions ¶
This section is empty.
Types ¶
type DvoClientBuilder ¶
DvoClientBuilder enables implementation of a DVO client.
func NewBuilder ¶
func NewBuilder() DvoClientBuilder
NewBuilder creates a new DvoClientBuilder instance
Click to show internal directories.
Click to hide internal directories.