Documentation ¶ Index ¶ type Parser func New(options ...options.ParserOption) *Parser func (p *Parser) ParseFS(ctx context.Context, target fs.FS, path string) (map[string][]interface{}, error) func (p *Parser) SetDebugWriter(writer io.Writer) func (p *Parser) SetSkipRequiredCheck(b bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct { k8s.Parser // contains filtered or unexported fields } func New ¶ func New(options ...options.ParserOption) *Parser New creates a new K8s parser func (*Parser) ParseFS ¶ func (p *Parser) ParseFS(ctx context.Context, target fs.FS, path string) (map[string][]interface{}, error) func (*Parser) SetDebugWriter ¶ func (p *Parser) SetDebugWriter(writer io.Writer) func (*Parser) SetSkipRequiredCheck ¶ func (p *Parser) SetSkipRequiredCheck(b bool) Source Files ¶ View all Source files parser.go Click to show internal directories. Click to hide internal directories.