Hi, I can see that gcp.apigateway.Gateway is not yet supported with YAML. Are there some specific consumables/resources that will never be available in yaml or there is a plan to make everything available in all languages?
asking now before I make a decision whether to use yaml or python.
b
brave-planet-10645
03/10/2023, 9:51 AM
It should be supported. The “coming soon” (which I’m assuming you’re referring to) in the example is because for some reason we just don’t have an example. But it will work. You might have to do a translation in your head for what the input names will be (looking at typescript they’re probably going to be similar)
But I’ll raise an issue that they haven’t been generated for some reason
s
straight-fireman-55591
03/10/2023, 9:51 AM
thanks, yes I was referring to The “coming soon”.
is there anything that will not work in yaml but it will in python or both should be equally supported ?
b
brave-planet-10645
03/10/2023, 9:54 AM
Should be equally supported. The “SDK” (in quotes because is it really an SDK?) for YAML is generated in the same way as the other languages so you should have consistency.