Class EndpointCertificateSecretsValidator


  • public class EndpointCertificateSecretsValidator
    extends Validator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(VespaModel model, DeployState deployState)
      This check is delayed until validation to allow node provisioning to complete while we are waiting for cert
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndpointCertificateSecretsValidator

        public EndpointCertificateSecretsValidator()
    • Method Detail

      • validate

        public void validate​(VespaModel model,
                             DeployState deployState)
        This check is delayed until validation to allow node provisioning to complete while we are waiting for cert
        Specified by:
        validate in class Validator
        Parameters:
        model - a VespaModel object
        deployState - The DeployState built from building the model