Versions in this module Expand all Collapse all v0 v0.0.1 Oct 24, 2017 Changes in this version + var ErrVersionOutdated = errors.New("requested version is outdated in apiserver") + func CreateCustomResources(context Context, resources []CustomResource) error + func NewHTTPClient(group, version string, schemeBuilder runtime.SchemeBuilder) (*rest.RESTClient, *runtime.Scheme, error) + type Context struct + APIExtensionClientset apiextensionsclient.Interface + Clientset kubernetes.Interface + Interval time.Duration + Timeout time.Duration + type CustomResource struct + Group string + Kind string + Name string + Plural string + Scope apiextensionsv1beta1.ResourceScope + Version string + type ResourceWatcher struct + func NewWatcher(resource CustomResource, namespace string, ...) *ResourceWatcher + func (w *ResourceWatcher) Watch(objType runtime.Object, done chan struct{}) error