Documentation ¶
Index ¶
Constants ¶
View Source
const ( ActiveGateAuthTokenName = "auth-token" // Buffer to avoid warnings in the UI AuthTokenBuffer = time.Hour * 24 AuthTokenRotationInterval = time.Hour*24*30 - AuthTokenBuffer )
View Source
const ActiveGateAuthTokenSecretConditionType string = "ActiveGateAuthTokenSecret"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func NewReconciler(clt client.Client, apiReader client.Reader, dynakube *dynatracev1beta2.DynaKube, dtc dtclient.Client) *Reconciler
Click to show internal directories.
Click to hide internal directories.