Documentation ¶
Index ¶
Constants ¶
View Source
const ( TenantTokenName = "tenant-token" CommunicationEndpointsName = "communication-endpoints" CommunicationHosts = "communication-hosts" TenantUUIDName = "tenant-uuid" TokenBasePath = "/var/lib/dynatrace/secrets/tokens" TenantTokenMountPoint = TokenBasePath + "/tenant-token" TenantSecretVolumeName = "connection-info-secret" EnvDtServer = "DT_SERVER" EnvDtTenant = "DT_TENANT" )
Variables ¶
This section is empty.
Functions ¶
func GetCommunicationHosts ¶ added in v0.11.0
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile() error
Click to show internal directories.
Click to hide internal directories.