Interface protos.google.cloud.deploy.v1.CustomCanaryDeployment.IPhaseConfig (3.6.0)

Properties of a PhaseConfig.

Package

@google-cloud/deploy

Properties

percentage

percentage?: (number|null);

PhaseConfig percentage

phaseId

phaseId?: (string|null);

PhaseConfig phaseId

postdeploy

postdeploy?: (google.cloud.deploy.v1.IPostdeploy|null);

PhaseConfig postdeploy

predeploy

predeploy?: (google.cloud.deploy.v1.IPredeploy|null);

PhaseConfig predeploy

profiles

profiles?: (string[]|null);

PhaseConfig profiles

verify

verify?: (boolean|null);

PhaseConfig verify