Package io.fabric8.crd.generator.visitor
Class LabelSelectorPathDetector
- java.lang.Object
-
- io.sundr.builder.TypedVisitor<io.sundr.codegen.model.TypeDefBuilder>
-
- io.fabric8.crd.generator.visitor.AnnotatedPropertyPathDetector
-
- io.fabric8.crd.generator.visitor.LabelSelectorPathDetector
-
- All Implemented Interfaces:
io.sundr.builder.Visitor<io.sundr.codegen.model.TypeDefBuilder>
public class LabelSelectorPathDetector extends AnnotatedPropertyPathDetector
-
-
Field Summary
-
Fields inherited from class io.fabric8.crd.generator.visitor.AnnotatedPropertyPathDetector
DOT, STATUS
-
-
Constructor Summary
Constructors Constructor Description LabelSelectorPathDetector()LabelSelectorPathDetector(String prefix)
-
Method Summary
-
Methods inherited from class io.fabric8.crd.generator.visitor.AnnotatedPropertyPathDetector
getPath, visit
-
-
-
-
Constructor Detail
-
LabelSelectorPathDetector
public LabelSelectorPathDetector()
-
LabelSelectorPathDetector
public LabelSelectorPathDetector(String prefix)
-
-