Incorrect LabelSelectorBuilder
lbruun opened this issue · 0 comments
lbruun commented
All methods in LabelSelectorBuilder
incorrectly returns the implementation (LabelSelectorBuilderImpl
), rather than LabelSelectorBuilder
.
Impact: The usage examples currently works "by accident", but any use of LabelSelectorBuilder where the type cannot be directly inferred will fail.
Fixed in PR#230.