proxy

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SecretMountPath  = "/var/lib/dynatrace/secrets/internal-proxy"
	SecretVolumeName = "internal-proxy-secret-volume"

	SecretHost          = "host"
	SecretHostMountPath = SecretMountPath + "/" + SecretHost

	SecretPort          = "port"
	SecretPortMountPath = SecretMountPath + "/" + SecretPort

	SecretUsername          = "username"
	SecretUsernameMountPath = SecretMountPath + "/" + SecretUsername

	SecretPassword          = "password"
	SecretPasswordMountPath = SecretMountPath + "/" + SecretPassword
)

Variables

This section is empty.

Functions

func BuildSecretName

func BuildSecretName(dynakubeName string) string

func BuildVolumeMount

func BuildVolumeMount() corev1.VolumeMount

Types

type Reconciler

type Reconciler struct {
	// contains filtered or unexported fields
}

Reconciler manages the proxy secret generation for the dynatrace namespace.

func NewReconciler

func NewReconciler(client client.Client, apiReader client.Reader, scheme *runtime.Scheme, dynakube *dynatracev1beta1.DynaKube) *Reconciler

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL