0

I wanted to know what $. refers to in Google deployment manager templates

Reference 1

Reference 2

What are the set of functions that be used along with $. ?

Varunkumar Manohar
  • 887
  • 3
  • 11
  • 29

1 Answers1

1

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.

Asif Tanwir
  • 119
  • 6