Documentation ¶
Index ¶
Constants ¶
View Source
const ( MemoryRequest = "256Mi" CPURequest = "100m" MemoryLimit = "512Mi" CPULimit = "2000m" )
Variables ¶
This section is empty.
Functions ¶
func InspectCluster ¶
func InspectCluster() error
InspectCluster will verify the availability of extra features available to the cluster, such as Prometheus and OpenShift Routes.
func IsPrometheusAPIAvailable ¶
func IsPrometheusAPIAvailable() bool
IsPrometheusAPIAvailable returns true if the Prometheus API is present.
func IsRouteAPIAvailable ¶
func IsRouteAPIAvailable() bool
IsRouteAPIAvailable returns true if the Route API is present.
func VerifyPrometheusAPI ¶
func VerifyPrometheusAPI() error
VerifyPrometheusAPI will verify that the Prometheus API is present.
func VerifyRouteAPI ¶
func VerifyRouteAPI() error
VerifyRouteAPI will verify that the Route API is present.
Types ¶
type Reconciler ¶
Reconciler reconciles a Instance object
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.