Class KubernetesVisitor<P>


  • public class KubernetesVisitor<P>
    extends org.openrewrite.yaml.YamlVisitor<P>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openrewrite.yaml.tree.Yaml visitDocument​(org.openrewrite.yaml.tree.Yaml.Document document, P p)  
      Kubernetes.ResourceDocument visitKubernetes​(Kubernetes.ResourceDocument resource, P p)  
      • Methods inherited from class org.openrewrite.yaml.YamlVisitor

        autoFormat, autoFormat, autoFormat, getLanguage, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitDocuments, visitMapping, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntry
      • Methods inherited from class org.openrewrite.TreeVisitor

        debugOnChange, defaultValue, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, postVisit, preVisit, setCursor, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KubernetesVisitor

        public KubernetesVisitor()
    • Method Detail

      • visitDocument

        public org.openrewrite.yaml.tree.Yaml visitDocument​(org.openrewrite.yaml.tree.Yaml.Document document,
                                                            P p)
        Overrides:
        visitDocument in class org.openrewrite.yaml.YamlVisitor<P>