Defines a Secret containing the credentials for the User. If this field is omitted, random a username and
password will be generated. The Secret must have the following keys in its Data field:
* `username` – Must be present or the import will fail.
* `passwordHash` – The SHA-512 hash of the password. If the hash is an empty string, a passwordless user
will be created. For more information, see https://www.rabbitmq.com/docs/passwords.
* `password` – Plain-text password. Will be used only if the `passwordHash` key is missing.
Note that this import only occurs at creation time, and is ignored once a password has been set on a User.
name
string
Name of the referent.
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names