add port key to connection secret key constants
Signed-off-by: Muvaffak Onus <onus.muvaffak@gmail.com>
This commit is contained in:
parent
a56c70ba62
commit
516d642cd1
|
@ -23,6 +23,8 @@ import (
|
||||||
const (
|
const (
|
||||||
// ResourceCredentialsSecretEndpointKey is the key inside a connection secret for the connection endpoint
|
// ResourceCredentialsSecretEndpointKey is the key inside a connection secret for the connection endpoint
|
||||||
ResourceCredentialsSecretEndpointKey = "endpoint"
|
ResourceCredentialsSecretEndpointKey = "endpoint"
|
||||||
|
// ResourceCredentialsSecretPortKey is the key inside a connection secret for the connection port
|
||||||
|
ResourceCredentialsSecretPortKey = "port"
|
||||||
// ResourceCredentialsSecretUserKey is the key inside a connection secret for the connection user
|
// ResourceCredentialsSecretUserKey is the key inside a connection secret for the connection user
|
||||||
ResourceCredentialsSecretUserKey = "username"
|
ResourceCredentialsSecretUserKey = "username"
|
||||||
// ResourceCredentialsSecretPasswordKey is the key inside a connection secret for the connection password
|
// ResourceCredentialsSecretPasswordKey is the key inside a connection secret for the connection password
|
||||||
|
|
Loading…
Reference in New Issue