Versions in this module Expand all Collapse all v1 v1.0.3 Jan 13, 2020 v1.0.0 Dec 20, 2019 Changes in this version + const ConsumesKey + const DeploymentKey + var RestartKey = fmt.Sprintf("%s/restart-by-entanglement", apis.GroupName) + func AddRestart(ctx context.Context, config *config.Config, mgr manager.Manager) error + func NewBOSHLinkPodMutator(log *zap.SugaredLogger, config *config.Config) *wh.OperatorWebhook + func NewPodMutator(log *zap.SugaredLogger, config *config.Config) admission.Handler + func NewRestartReconciler(ctx context.Context, config *config.Config, mgr manager.Manager) reconcile.Reconciler + type PodMutator struct + func (m *PodMutator) Handle(ctx context.Context, req admission.Request) admission.Response + func (m *PodMutator) InjectClient(c client.Client) error + func (m *PodMutator) InjectDecoder(d *admission.Decoder) error + type ReconcileRestart struct + func (r *ReconcileRestart) Reconcile(request reconcile.Request) (reconcile.Result, error)