Versions in this module Expand all Collapse all v0 v0.0.2 Jun 30, 2019 Changes in this version + func NewRestarterInitializers() map[string]NewRestarterFunc + func PickValidObjects(objects map[string]runtime.Object, enable, disable []string) ([]runtime.Object, error) + type DaemonSetRestarter struct + ClientSet kubernetes.Interface + Disable []string + Enable []string + Namespace string + Tag string + func (d *DaemonSetRestarter) List() ([]runtime.Object, error) + func (d *DaemonSetRestarter) Restart(objects []runtime.Object) error type DeploymentRestarter + Disable []string + Enable []string + type NewRestarterFunc func(cs kubernetes.Interface, namespace string, tag string, ...) Restarter + type Restarter interface + List func() ([]runtime.Object, error) + Restart func(objects []runtime.Object) error + func NewDaemonSetRestarter(cs kubernetes.Interface, namespace string, tag string, ...) Restarter v0.0.1 Jun 19, 2019 Changes in this version + type DeploymentRestarter struct + ClientSet kubernetes.Interface + EnableSet []string + Namespace string + Tag string + func NewDeploymentRestarter(clientSet kubernetes.Interface, namespace string, tag string, ...) *DeploymentRestarter + func (d *DeploymentRestarter) List() ([]runtime.Object, error) + func (d *DeploymentRestarter) Restart(objects []runtime.Object) error + type ObjectRestarter interface + List func() ([]runtime.Object, error) + Restart func(objects []runtime.Object) error