Documentation ¶
Index ¶
Constants ¶
View Source
const ( SecretMountPath = "/var/lib/dynatrace/secrets/internal-proxy" SecretVolumeName = "internal-proxy-secret-volume" )
Variables ¶
This section is empty.
Functions ¶
func BuildSecretName ¶
func BuildVolumeMount ¶
func BuildVolumeMount() corev1.VolumeMount
func NewReconciler ¶
func NewReconciler(client client.Client, apiReader client.Reader, dk *dynakube.DynaKube) controllers.Reconciler
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler manages the proxy secret generation for the dynatrace namespace.
type ReconcilerBuilder ¶ added in v1.4.0
type ReconcilerBuilder func(client client.Client, apiReader client.Reader, dk *dynakube.DynaKube) controllers.Reconciler
Click to show internal directories.
Click to hide internal directories.