Class InfrastructureDeploymentValidator

java.lang.Object
com.yahoo.vespa.model.application.validation.InfrastructureDeploymentValidator
All Implemented Interfaces:
Validator

public class InfrastructureDeploymentValidator extends Object implements Validator
Validator to check that only infrastructure tenant can use non-default application-type
Author:
mortent
  • Constructor Details

    • InfrastructureDeploymentValidator

      public InfrastructureDeploymentValidator()
  • Method Details

    • validate

      public void validate(Validation.Context context)
      Description copied from interface: Validator
      Validates the input Vespa model; illegal configuration should be reported through the context, while other problems (system error, insufficient quota, etc.) should be thrown.
      Specified by:
      validate in interface Validator