Package org.openrewrite.kubernetes
Class KubernetesVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.yaml.tree.Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.kubernetes.KubernetesVisitor<P>
public class KubernetesVisitor<P>
extends org.openrewrite.yaml.YamlVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KubernetesModelbooleanisAcceptable(org.openrewrite.SourceFile sourceFile, P p) voidMethods inherited from class org.openrewrite.yaml.YamlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchor, visitDocument, visitDocumentEnd, visitDocuments, visitMapping, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntryMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
KubernetesVisitor
public KubernetesVisitor()
-
-
Method Details
-
isAcceptable
- Overrides:
isAcceptablein classorg.openrewrite.yaml.YamlVisitor<P>
-
getKubernetesModel
-
maybeUpdateModel
public void maybeUpdateModel()
-