Class ConflictResult (1.12.0)

ConflictResult(value)

Whether there were python modules conflict during image build.

Values: CONFLICT_RESULT_UNSPECIFIED (0): It is unknown whether build had conflicts or not. CONFLICT (1): There were python packages conflicts. NO_CONFLICT (2): There were no python packages conflicts.