Class ConflictResult (1.13.1)

ConflictResult(value)

Whether there were python modules conflict during image build.

Enums

Name Description
CONFLICT_RESULT_UNSPECIFIED It is unknown whether build had conflicts or not.
CONFLICT There were python packages conflicts.
NO_CONFLICT There were no python packages conflicts.