Type Provider API - Extend existing internal CDM API
https://cloud.google.com/deployment-manager/docs/configuration/type-providers/process-adding-api
Suppose I currently have a composite type but would like to override the default Update implementation? I believe creating a new type and implementing a Type Provider API would allow that. However, most behaviors of that API should be inherited from what is done today by the CDM for my composite type. Could you explain how the current behavior could be trivially extended for such a common use case?

1 comment
-
Anonymous commented
There is a sample on the Deployment Manager github repo for using Type Provider with Actions (alpha).