Package org.openrewrite.kubernetes
Class KubernetesParser
java.lang.Object
org.openrewrite.yaml.YamlParser
org.openrewrite.kubernetes.KubernetesParser
- All Implemented Interfaces:
org.openrewrite.Parser
Deprecated.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openrewrite.Parser
org.openrewrite.Parser.Input -
Method Summary
Modifier and TypeMethodDescriptionstatic KubernetesParser.Builderbuilder()Deprecated.Stream<org.openrewrite.SourceFile> parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Deprecated.Methods inherited from class org.openrewrite.yaml.YamlParser
accept, parse, sourcePathFromSourceTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.Parser
accept, acceptedInputs, getCharset, parse, parse, requirePrintEqualsInput, reset
-
Method Details
-
builder
Deprecated. -
parseInputs
public Stream<org.openrewrite.SourceFile> parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Deprecated.- Specified by:
parseInputsin interfaceorg.openrewrite.Parser- Overrides:
parseInputsin classorg.openrewrite.yaml.YamlParser
-
Traits.