Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenShiftClusterEnricher ¶
type OpenShiftClusterEnricher interface {
Enrich(ctx context.Context, ocs ...*api.OpenShiftCluster)
}
OpenShiftClusterEnricher must update the cluster object with data received from API server
func NewBestEffortEnricher ¶
func NewBestEffortEnricher(log *logrus.Entry, env env.Interface) OpenShiftClusterEnricher
NewBestEffortEnricher returns an enricher that attempts to populate fields, but ignores errors in case of failures
Click to show internal directories.
Click to hide internal directories.