deploymentType
The deployment type. It defines the mode for updating a component, as follows:
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. You can only specify description
in this mode.
CURRENT_VERSION
In this mode, the component is deployed and updated with the new serviceSpec
, templateSource
, and/or type
that you provide. Only requested parameters are updated.