Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OpenshiftMonitoringNamespace is the namespace in which the OpenShift // monitoring components are deployed. OpenshiftMonitoringNamespace = "openshift-monitoring" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deleter ¶
type Deleter struct {
// contains filtered or unexported fields
}
Deleter deletes a resource and ignores NotFound errors.
func NewDeleter ¶
type Reconciler ¶
type Reconciler interface {
Reconcile(ctx context.Context, c client.Client, scheme *runtime.Scheme) error
}
This interface is used by the resourceManagers to reconicle the resources they watch. If any component needs special treatment in the reconcile loop, create a new type that implements this interface.
func NewOptionalUpdater ¶
NewOptionalUpdater ensures that a resource is present or absent depending on the `cond` value (true: present).
Click to show internal directories.
Click to hide internal directories.