# Functions
GenerateServiceAccountTokenSecret returns a pointer to a secret with the given name and namespace with ServiceAccountToken type and the given serviceAccountName as the annotation.
GenerateUserData generates the desired value of userdata secret.
GetPrivateKey fetches the specified secret and extracts the private key data.
# Constants
PrivateKeySecret is the name of the private key secret provided by the user.
PrivateKeySecretKey is the key within the private key secret which holds the private key.
TLSSecret is the name of the TLS secret that servica-ca-operator creates.
UserDataSecret is the name of the userData secret that WMCO creates.