Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeYAML ¶
func DecodeYAML(r io.Reader) ([]*unstructured.Unstructured, error)
Types ¶
type IgnoreResources ¶
type IgnoreResources struct{}
func (IgnoreResources) Apply ¶
func (IgnoreResources) Apply(obj *unstructured.Unstructured)
type Namespace ¶
type Namespace string
func (Namespace) Apply ¶
func (n Namespace) Apply(obj *unstructured.Unstructured)
type Option ¶
type Option interface {
Apply(obj *unstructured.Unstructured)
}
Click to show internal directories.
Click to hide internal directories.