latestRevision property

bool? latestRevision
getter/setter pair

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target.

When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

Implementation

core.bool? latestRevision;