# Structs
KeyValueOrSecretKeySelectorPair is useful when wanting to realize a map as a list of key/value pairs where each value could also reference data stored in a Secret resource.
KeyValuePair is useful when wanting to realize a map as a list of key/value pairs.
LocalObjectRef describes a reference to another object in the same namespace as the referrer.
NameValuePair is useful when wanting to realize a map as a list of name/value pairs.
PartialObjectRef describes a reference to another object in the same namespace as the referrer.
SecretKeySelector references data from a Secret resource by a specific key.
ValueOrSecretKeySelector describes a value from either a SecretKeySelector or value directly in this object.