Class Intent (0.6.0)

Intent(value)

The possible intents of a deployment unit.

Enums

Name Description
INTENT_UNSPECIFIED Unspecified intent.
CREATE_DEPLOYMENT Create deployment in the unit from the deployment spec.
UPDATE_DEPLOYMENT Update deployment in the unit.
DELETE_DEPLOYMENT Delete deployment in the unit.
RECREATE_DEPLOYMENT Recreate deployment in the unit.
CLEAN_UP Delete deployment in latest successful revision while no longer referenced in any deployment unit in the current deployment group.
UNCHANGED Expected to be unchanged.