I wanted to know what $.
refers to in Google deployment manager templates
What are the set of functions that be used along with $.
?
I wanted to know what $.
refers to in Google deployment manager templates
What are the set of functions that be used along with $.
?
It looks like a way to dynamically put in values based on certain conditions, but there's no documentation on this particular syntax. I can see the "$." in jinja configuration and MongoDB's documentation also shows the same concept; just that in Deployment Manager, it's $.ifNull ...
There are other set of functions that are used such as: $.resource, $.concat, etc. But again, we don't have a documented reference for the list.