Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { Name string Kind string Unstructured *unstructured.Unstructured Object runtime.Object }
type TektonParser ¶
type TektonParser struct {
// contains filtered or unexported fields
}
func ForReader ¶
func ForReader(r io.Reader) *TektonParser
func (*TektonParser) Parse ¶
func (t *TektonParser) Parse() (*Resource, error)
Click to show internal directories.
Click to hide internal directories.