Documentation ¶
Index ¶
Constants ¶
View Source
const (
EmptyCommunicationHostsReason = "EmptyCommunicationHosts"
)
Variables ¶
View Source
var NoOneAgentCommunicationHostsError = errors.New("no communication hosts for OneAgent are available")
Functions ¶
func GetCommunicationHosts ¶
func GetCommunicationHosts(dynakube *dynatracev1beta2.DynaKube) []dtclient.CommunicationHost
func NewReconciler ¶
func NewReconciler(clt client.Client, apiReader client.Reader, dtc dtclient.Client, dynakube *dynatracev1beta2.DynaKube) controllers.Reconciler
Types ¶
type ReconcilerBuilder ¶
type ReconcilerBuilder func(clt client.Client, apiReader client.Reader, dtc dtclient.Client, dynakube *dynatracev1beta2.DynaKube) controllers.Reconciler
Click to show internal directories.
Click to hide internal directories.