Documentation ¶
Index ¶
Constants ¶
View Source
const ( MEIDOutdatedReason = "MEIDOutdated" MEIDEmptyReason = "MEIDEmpty" MEIDConditionType = "MonitoredEntity" )
Variables ¶
This section is empty.
Functions ¶
func NewReconciler ¶
func NewReconciler( dtClient dynatrace.Client, dk *dynakube.DynaKube, ) controllers.Reconciler
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
type ReconcilerBuilder ¶
type ReconcilerBuilder func( dtClient dynatrace.Client, dk *dynakube.DynaKube, ) controllers.Reconciler
Click to show internal directories.
Click to hide internal directories.