Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def from_yaml(self, yml):
"""
Construct the Parameter objects as configured in the YAML file.
:param yml:
"""
for definition in yml:
self.extend(ParameterFactory.new(self.service, self.cluster, yml=definition))