type property

String? type
final

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

Implementation

final String? type;