> The primary use case for these APIs is to all...
# general
c
The primary use case for these APIs is to allow nested, properties with
known values to be accessed via the lifted property accessor even when
the containing property is not fully know. A common example of this
pattern is the
metadata.name
property of a Kubernetes
Namespace
object: while other properties of the
metadata
bag may be unknown,
name
is often known. These APIs allow
ns.metadata.name
to return a
known value in this case.
luckily theres a great git commit status message that listed exactly what my name was