DeploymentCondition constructor
const
DeploymentCondition({})
Default constructor.
Implementation
const DeploymentCondition({
this.lastTransitionTime,
this.lastUpdateTime,
this.message,
this.reason,
required this.status,
required this.type,
});