Interface LabelService.Validator
- All Known Implementing Classes:
LabelServiceImpl.ValidatorImpl
- Enclosing interface:
- LabelService
public static interface LabelService.Validator
Provides methods for validating inputs to create, retrieve, update or delete labels.
-
Method Summary
Modifier and TypeMethodDescriptionvalidateLabelExists
(String labelName) Validates if a label exists with a valid label name.
-
Method Details
-
validateLabelExists
Validates if a label exists with a valid label name.
-