Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Expand ¶
func Expand(resources []*unstructured.Unstructured) ([]*unstructured.Unstructured, error)
Types ¶
type Expander ¶
type Expander struct {
// contains filtered or unexported fields
}
func NewExpander ¶
func NewExpander(resources []*unstructured.Unstructured) (*Expander, error)
func (*Expander) Expand ¶
func (er *Expander) Expand(resource *unstructured.Unstructured) ([]*expansion.Resultant, error)
func (*Expander) NamespaceForResource ¶
func (er *Expander) NamespaceForResource(r *unstructured.Unstructured) (*corev1.Namespace, bool)
Click to show internal directories.
Click to hide internal directories.