Class CertificateRemovalChangeValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.change.CertificateRemovalChangeValidator
- All Implemented Interfaces:
ChangeValidator
Check that data plane certificates are not removed from a cluster.
- Author:
- mortent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Validation.ChangeContext context) Validates changes from the previous to the next model.
-
Constructor Details
-
CertificateRemovalChangeValidator
public CertificateRemovalChangeValidator()
-
-
Method Details
-
validate
Description copied from interface:ChangeValidatorValidates changes from the previous to the next model. Necessary actions by the user should be reported through the context; seeValidatorfor more details.- Specified by:
validatein interfaceChangeValidator
-