Class CloudClientsValidator

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

public class CloudClientsValidator extends Object implements Validator
Validates that trusted data plane certificates are valid
Author:
bjorncs
  • Constructor Details

    • CloudClientsValidator

      public CloudClientsValidator()
  • Method Details

    • validate

      public void validate(Validation.Context ctx)
      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