Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInfoHelper ¶
func NewInfoHelper(mapper meta.RESTMapper, factory util.Factory) *infoHelper
Types ¶
type InfoHelper ¶
type InfoHelper interface { // UpdateInfo sets the mapping and client for the provided Info // object. This must be called at a time when all needed resource // types are available in the RESTMapper. UpdateInfo(info *resource.Info) error BuildInfo(obj *unstructured.Unstructured) (*resource.Info, error) }
InfoHelper provides functions for interacting with Info objects.
Click to show internal directories.
Click to hide internal directories.