kubernetes-letsencrypt icon indicating copy to clipboard operation
kubernetes-letsencrypt copied to clipboard

Deprecate single-domain annotation syntax

Open tazjin opened this issue 7 years ago • 0 comments

Currently the type of the annotation field is technically something like Either<String, List<String>> with this silly line:

if (requestAnnotation.startsWith("[")) {

I don't remember why I added support for that but it should be removed.

As this is a breaking change I'm tagging it as 2.0.

tazjin avatar May 21 '17 15:05 tazjin