util.connectionDetail
Create connectionDetails for Compositions.
Index
fn fromConnectionSecretKey(key, name='-same as key-')fn fromFieldPath(key, name)fn fromValue(value, name)
Fields
fn fromConnectionSecretKey
fromConnectionSecretKey(key, name='-same as key-')
Derive the XR's connection detail field name from the key of the composed resource's connection secret. The argument name defaults to the value of key.
fn fromFieldPath
fromFieldPath(key, name)
Derive the XR's connection detail field name from the key field path of the composed resource.
fn fromValue
fromValue(value, name)
Always sets the XR's connection detail field name to value.