# Functions
CreateGenericChannelObject create a generic channel object with the dynamic client and channel's meta data.
GetAddressableURI returns the uri for the given resource that implements Addressable duck-type.
GetGenericObject returns a generic object representing a Kubernetes resource.
GetGenericObjectList returns a generic object list representing a list of Kubernetes resource.
No description provided by the author
WaitForResourceReady polls the status of the MetaResource from client every interval until isResourceReady returns `true` indicating it is done, returns an error or timeout.
WaitForResourcesReady waits until all the specified resources in the given namespace are ready.