voiage.governance.validate_maturity_label
validate_maturity_label
Section titled “validate_maturity_label”validate_maturity_label([positional or keyword] label: str = None) -> NoneRaise :class:ValueError if label is not a governed maturity level.
Parameters
Section titled “Parameters”label The maturity label to check.
Raises
Section titled “Raises”ValueError
If label is not one of :data:MATURITY_PROMOTION_ORDER.
Parameters:
labelstr
Returns: None