package
1.6.0-alpha.0
Repository: https://github.com/andrewsykim/kubernetes.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Parse parsed the given text and return a node Parser.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

ArrayNode holds start, end, step information for array index selection.
FieldNode holds field of struct.
FilterNode holds operand and operator information for filter.
FloatNode holds float value.
IdentifierNode holds an identifier.
IntNode holds integer value.
No description provided by the author
ListNode holds a sequence of nodes.
ParamsEntry holds param information for ArrayNode.
No description provided by the author
RecursiveNode means a recursive descent operator.
TextNode holds plain text.
UnionNode is union of ListNode.
WildcardNode means a wildcard.

# Interfaces

No description provided by the author

# Type aliases

NodeType identifies the type of a parse tree node.