diff --git a/apis/core/v1alpha1/resource.go b/apis/core/v1alpha1/resource.go index 99dd0f7..56a203d 100644 --- a/apis/core/v1alpha1/resource.go +++ b/apis/core/v1alpha1/resource.go @@ -23,6 +23,8 @@ import ( const ( // ResourceCredentialsSecretEndpointKey is the key inside a connection secret for the connection 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 = "username" // ResourceCredentialsSecretPasswordKey is the key inside a connection secret for the connection password