Versions in this module Expand all Collapse all v0 v0.0.2 Oct 1, 2021 Changes in this version type Interface + func NewFromControllerFactory(factory controller.SharedControllerFactory) (Interface, error) v0.0.1 Oct 1, 2021 Changes in this version + const GroupName + const Version + var AddToScheme = SchemeBuilder.AddToScheme + var DaemonSetGroupVersionKind = schema.GroupVersionKind + var DaemonSetGroupVersionResource = schema.GroupVersionResource + var DaemonSetResource = metav1.APIResource + var DeploymentGroupVersionKind = schema.GroupVersionKind + var DeploymentGroupVersionResource = schema.GroupVersionResource + var DeploymentResource = metav1.APIResource + var ReplicaSetGroupVersionKind = schema.GroupVersionKind + var ReplicaSetGroupVersionResource = schema.GroupVersionResource + var ReplicaSetResource = metav1.APIResource + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + var StatefulSetGroupVersionKind = schema.GroupVersionKind + var StatefulSetGroupVersionResource = schema.GroupVersionResource + var StatefulSetResource = metav1.APIResource + func Kind(kind string) schema.GroupKind + func NewDaemonSet(namespace, name string, obj v1.DaemonSet) *v1.DaemonSet + func NewDeployment(namespace, name string, obj v1.Deployment) *v1.Deployment + func NewReplicaSet(namespace, name string, obj v1.ReplicaSet) *v1.ReplicaSet + func NewStatefulSet(namespace, name string, obj v1.StatefulSet) *v1.StatefulSet + func Resource(resource string) schema.GroupResource + type Client struct + func (c *Client) DaemonSets(namespace string) DaemonSetInterface + func (c *Client) Deployments(namespace string) DeploymentInterface + func (c *Client) RESTClient() rest.Interface + func (c *Client) ReplicaSets(namespace string) ReplicaSetInterface + func (c *Client) Start(ctx context.Context, threadiness int) error + func (c *Client) StatefulSets(namespace string) StatefulSetInterface + func (c *Client) Sync(ctx context.Context) error + type DaemonSetChangeHandlerFunc func(obj *v1.DaemonSet) (runtime.Object, error) + type DaemonSetController interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, handler DaemonSetHandlerFunc) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, handler DaemonSetHandlerFunc) + Enqueue func(namespace, name string) + EnqueueAfter func(namespace, name string, after time.Duration) + Generic func() controller.GenericController + Informer func() cache.SharedIndexInformer + Lister func() DaemonSetLister + Start func(ctx context.Context, threadiness int) error + Sync func(ctx context.Context) error + type DaemonSetHandlerFunc func(key string, obj *v1.DaemonSet) (runtime.Object, error) + func NewDaemonSetLifecycleAdapter(name string, clusterScoped bool, client DaemonSetInterface, ...) DaemonSetHandlerFunc + type DaemonSetInterface interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedFeatureLifecycle func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, sync DaemonSetHandlerFunc) + AddClusterScopedLifecycle func(ctx context.Context, name, clusterName string, lifecycle DaemonSetLifecycle) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddFeatureLifecycle func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, sync DaemonSetHandlerFunc) + AddLifecycle func(ctx context.Context, name string, lifecycle DaemonSetLifecycle) + Controller func() DaemonSetController + Create func(*v1.DaemonSet) (*v1.DaemonSet, error) + Delete func(name string, options *metav1.DeleteOptions) error + DeleteCollection func(deleteOpts *metav1.DeleteOptions, listOpts metav1.ListOptions) error + DeleteNamespaced func(namespace, name string, options *metav1.DeleteOptions) error + Get func(name string, opts metav1.GetOptions) (*v1.DaemonSet, error) + GetNamespaced func(namespace, name string, opts metav1.GetOptions) (*v1.DaemonSet, error) + List func(opts metav1.ListOptions) (*DaemonSetList, error) + ListNamespaced func(namespace string, opts metav1.ListOptions) (*DaemonSetList, error) + ObjectClient func() *objectclient.ObjectClient + Update func(*v1.DaemonSet) (*v1.DaemonSet, error) + Watch func(opts metav1.ListOptions) (watch.Interface, error) + type DaemonSetLifecycle interface + Create func(obj *v1.DaemonSet) (runtime.Object, error) + Remove func(obj *v1.DaemonSet) (runtime.Object, error) + Updated func(obj *v1.DaemonSet) (runtime.Object, error) + type DaemonSetList struct + Items []v1.DaemonSet + func (in *DaemonSetList) DeepCopy() *DaemonSetList + func (in *DaemonSetList) DeepCopyInto(out *DaemonSetList) + func (in *DaemonSetList) DeepCopyObject() runtime.Object + type DaemonSetLister interface + Get func(namespace, name string) (*v1.DaemonSet, error) + List func(namespace string, selector labels.Selector) (ret []*v1.DaemonSet, err error) + type DaemonSetsGetter interface + DaemonSets func(namespace string) DaemonSetInterface + type DeploymentChangeHandlerFunc func(obj *v1.Deployment) (runtime.Object, error) + type DeploymentController interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, handler DeploymentHandlerFunc) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, handler DeploymentHandlerFunc) + Enqueue func(namespace, name string) + EnqueueAfter func(namespace, name string, after time.Duration) + Generic func() controller.GenericController + Informer func() cache.SharedIndexInformer + Lister func() DeploymentLister + Start func(ctx context.Context, threadiness int) error + Sync func(ctx context.Context) error + type DeploymentHandlerFunc func(key string, obj *v1.Deployment) (runtime.Object, error) + func NewDeploymentLifecycleAdapter(name string, clusterScoped bool, client DeploymentInterface, ...) DeploymentHandlerFunc + type DeploymentInterface interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedFeatureLifecycle func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, sync DeploymentHandlerFunc) + AddClusterScopedLifecycle func(ctx context.Context, name, clusterName string, lifecycle DeploymentLifecycle) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddFeatureLifecycle func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, sync DeploymentHandlerFunc) + AddLifecycle func(ctx context.Context, name string, lifecycle DeploymentLifecycle) + Controller func() DeploymentController + Create func(*v1.Deployment) (*v1.Deployment, error) + Delete func(name string, options *metav1.DeleteOptions) error + DeleteCollection func(deleteOpts *metav1.DeleteOptions, listOpts metav1.ListOptions) error + DeleteNamespaced func(namespace, name string, options *metav1.DeleteOptions) error + Get func(name string, opts metav1.GetOptions) (*v1.Deployment, error) + GetNamespaced func(namespace, name string, opts metav1.GetOptions) (*v1.Deployment, error) + List func(opts metav1.ListOptions) (*DeploymentList, error) + ListNamespaced func(namespace string, opts metav1.ListOptions) (*DeploymentList, error) + ObjectClient func() *objectclient.ObjectClient + Update func(*v1.Deployment) (*v1.Deployment, error) + Watch func(opts metav1.ListOptions) (watch.Interface, error) + type DeploymentLifecycle interface + Create func(obj *v1.Deployment) (runtime.Object, error) + Remove func(obj *v1.Deployment) (runtime.Object, error) + Updated func(obj *v1.Deployment) (runtime.Object, error) + type DeploymentList struct + Items []v1.Deployment + func (in *DeploymentList) DeepCopy() *DeploymentList + func (in *DeploymentList) DeepCopyInto(out *DeploymentList) + func (in *DeploymentList) DeepCopyObject() runtime.Object + type DeploymentLister interface + Get func(namespace, name string) (*v1.Deployment, error) + List func(namespace string, selector labels.Selector) (ret []*v1.Deployment, err error) + type DeploymentsGetter interface + Deployments func(namespace string) DeploymentInterface + type Interface interface + RESTClient func() rest.Interface + func NewForConfig(config rest.Config) (Interface, error) + type ReplicaSetChangeHandlerFunc func(obj *v1.ReplicaSet) (runtime.Object, error) + type ReplicaSetController interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, handler ReplicaSetHandlerFunc) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, handler ReplicaSetHandlerFunc) + Enqueue func(namespace, name string) + EnqueueAfter func(namespace, name string, after time.Duration) + Generic func() controller.GenericController + Informer func() cache.SharedIndexInformer + Lister func() ReplicaSetLister + Start func(ctx context.Context, threadiness int) error + Sync func(ctx context.Context) error + type ReplicaSetHandlerFunc func(key string, obj *v1.ReplicaSet) (runtime.Object, error) + func NewReplicaSetLifecycleAdapter(name string, clusterScoped bool, client ReplicaSetInterface, ...) ReplicaSetHandlerFunc + type ReplicaSetInterface interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedFeatureLifecycle func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, sync ReplicaSetHandlerFunc) + AddClusterScopedLifecycle func(ctx context.Context, name, clusterName string, lifecycle ReplicaSetLifecycle) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddFeatureLifecycle func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, sync ReplicaSetHandlerFunc) + AddLifecycle func(ctx context.Context, name string, lifecycle ReplicaSetLifecycle) + Controller func() ReplicaSetController + Create func(*v1.ReplicaSet) (*v1.ReplicaSet, error) + Delete func(name string, options *metav1.DeleteOptions) error + DeleteCollection func(deleteOpts *metav1.DeleteOptions, listOpts metav1.ListOptions) error + DeleteNamespaced func(namespace, name string, options *metav1.DeleteOptions) error + Get func(name string, opts metav1.GetOptions) (*v1.ReplicaSet, error) + GetNamespaced func(namespace, name string, opts metav1.GetOptions) (*v1.ReplicaSet, error) + List func(opts metav1.ListOptions) (*ReplicaSetList, error) + ListNamespaced func(namespace string, opts metav1.ListOptions) (*ReplicaSetList, error) + ObjectClient func() *objectclient.ObjectClient + Update func(*v1.ReplicaSet) (*v1.ReplicaSet, error) + Watch func(opts metav1.ListOptions) (watch.Interface, error) + type ReplicaSetLifecycle interface + Create func(obj *v1.ReplicaSet) (runtime.Object, error) + Remove func(obj *v1.ReplicaSet) (runtime.Object, error) + Updated func(obj *v1.ReplicaSet) (runtime.Object, error) + type ReplicaSetList struct + Items []v1.ReplicaSet + func (in *ReplicaSetList) DeepCopy() *ReplicaSetList + func (in *ReplicaSetList) DeepCopyInto(out *ReplicaSetList) + func (in *ReplicaSetList) DeepCopyObject() runtime.Object + type ReplicaSetLister interface + Get func(namespace, name string) (*v1.ReplicaSet, error) + List func(namespace string, selector labels.Selector) (ret []*v1.ReplicaSet, err error) + type ReplicaSetsGetter interface + ReplicaSets func(namespace string) ReplicaSetInterface + type StatefulSetChangeHandlerFunc func(obj *v1.StatefulSet) (runtime.Object, error) + type StatefulSetController interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, handler StatefulSetHandlerFunc) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, handler StatefulSetHandlerFunc) + Enqueue func(namespace, name string) + EnqueueAfter func(namespace, name string, after time.Duration) + Generic func() controller.GenericController + Informer func() cache.SharedIndexInformer + Lister func() StatefulSetLister + Start func(ctx context.Context, threadiness int) error + Sync func(ctx context.Context) error + type StatefulSetHandlerFunc func(key string, obj *v1.StatefulSet) (runtime.Object, error) + func NewStatefulSetLifecycleAdapter(name string, clusterScoped bool, client StatefulSetInterface, ...) StatefulSetHandlerFunc + type StatefulSetInterface interface + AddClusterScopedFeatureHandler func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedFeatureLifecycle func(ctx context.Context, enabled func() bool, name, clusterName string, ...) + AddClusterScopedHandler func(ctx context.Context, name, clusterName string, sync StatefulSetHandlerFunc) + AddClusterScopedLifecycle func(ctx context.Context, name, clusterName string, lifecycle StatefulSetLifecycle) + AddFeatureHandler func(ctx context.Context, enabled func() bool, name string, ...) + AddFeatureLifecycle func(ctx context.Context, enabled func() bool, name string, ...) + AddHandler func(ctx context.Context, name string, sync StatefulSetHandlerFunc) + AddLifecycle func(ctx context.Context, name string, lifecycle StatefulSetLifecycle) + Controller func() StatefulSetController + Create func(*v1.StatefulSet) (*v1.StatefulSet, error) + Delete func(name string, options *metav1.DeleteOptions) error + DeleteCollection func(deleteOpts *metav1.DeleteOptions, listOpts metav1.ListOptions) error + DeleteNamespaced func(namespace, name string, options *metav1.DeleteOptions) error + Get func(name string, opts metav1.GetOptions) (*v1.StatefulSet, error) + GetNamespaced func(namespace, name string, opts metav1.GetOptions) (*v1.StatefulSet, error) + List func(opts metav1.ListOptions) (*StatefulSetList, error) + ListNamespaced func(namespace string, opts metav1.ListOptions) (*StatefulSetList, error) + ObjectClient func() *objectclient.ObjectClient + Update func(*v1.StatefulSet) (*v1.StatefulSet, error) + Watch func(opts metav1.ListOptions) (watch.Interface, error) + type StatefulSetLifecycle interface + Create func(obj *v1.StatefulSet) (runtime.Object, error) + Remove func(obj *v1.StatefulSet) (runtime.Object, error) + Updated func(obj *v1.StatefulSet) (runtime.Object, error) + type StatefulSetList struct + Items []v1.StatefulSet + func (in *StatefulSetList) DeepCopy() *StatefulSetList + func (in *StatefulSetList) DeepCopyInto(out *StatefulSetList) + func (in *StatefulSetList) DeepCopyObject() runtime.Object + type StatefulSetLister interface + Get func(namespace, name string) (*v1.StatefulSet, error) + List func(namespace string, selector labels.Selector) (ret []*v1.StatefulSet, err error) + type StatefulSetsGetter interface + StatefulSets func(namespace string) StatefulSetInterface