Class KubernetesParser

java.lang.Object
org.openrewrite.yaml.YamlParser
org.openrewrite.kubernetes.KubernetesParser
All Implemented Interfaces:
org.openrewrite.Parser<org.openrewrite.yaml.tree.Yaml.Documents>

public final class KubernetesParser extends org.openrewrite.yaml.YamlParser
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.openrewrite.Parser

    org.openrewrite.Parser.Input
  • Method Summary

    Modifier and Type
    Method
    Description
     
    List<org.openrewrite.yaml.tree.Yaml.Documents>
    parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx)
     

    Methods inherited from class org.openrewrite.yaml.YamlParser

    accept, parse, sourcePathFromSourceText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openrewrite.Parser

    accept, acceptedInputs, parse, parse, reset
  • Method Details

    • builder

      public static KubernetesParser.Builder builder()
    • parseInputs

      public List<org.openrewrite.yaml.tree.Yaml.Documents> parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx)
      Specified by:
      parseInputs in interface org.openrewrite.Parser<org.openrewrite.yaml.tree.Yaml.Documents>
      Overrides:
      parseInputs in class org.openrewrite.yaml.YamlParser