Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
// contains filtered or unexported fields
}
func (*Object) AsUnstructured ¶
func (o *Object) AsUnstructured() (*unstructured.Unstructured, error)
type ObjectList ¶
type ObjectList struct {
Items []*Object
}
func (*ObjectList) AsUnstructured ¶
func (o *ObjectList) AsUnstructured() ([]*unstructured.Unstructured, error)
type Parser ¶
type Parser struct {
IncludeLocalConfig bool
}
func (Parser) AsObjectList ¶
func (p Parser) AsObjectList(resources map[string]string) (*ObjectList, error)
func (Parser) AsUnstructureds ¶
func (p Parser) AsUnstructureds(resources map[string]string) ([]*unstructured.Unstructured, error)
Click to show internal directories.
Click to hide internal directories.