Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInfoHelper ¶
Types ¶
type InfoHelper ¶
type InfoHelper interface { // UpdateInfos sets the mapping and client for the provided Info // objects. This must be called at a time when all needed resource // types are available in the RESTMapper. UpdateInfos(infos []*resource.Info) error BuildInfos(objs []*unstructured.Unstructured) ([]*resource.Info, error) }
InfoHelper provides functions for interacting with Info objects.
Click to show internal directories.
Click to hide internal directories.