Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2018 Changes in this version + type Client interface + Create func(namespace string, templateValues interface{}) error + Delete func(namespace string, name string) error + Get func(namespace, name string) (runtime.Object, error) + List func(namespace string, labels map[string]string) ([]metav1.Object, error) + Plural func() string + Reify func(templateValues interface{}) ([]byte, error) + Update func(object runtime.Object) (runtime.Object, error) + func NewGenericClient(resource dynamic.ResourceInterface, templateFileName string, ...) Client