Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPruneController ¶
func NewPruneController( targetNamespace string, podResourcePrefix string, certDir string, command []string, configMapGetter corev1client.ConfigMapsGetter, podGetter corev1client.PodsGetter, operatorClient v1helpers.StaticPodOperatorClient, kubeInformersForTargetNamespace informers.SharedInformerFactory, eventRecorder events.Recorder, ) factory.Controller
NewPruneController creates a new pruning controller
Types ¶
type PruneController ¶
type PruneController struct {
// contains filtered or unexported fields
}
PruneController is a controller that watches static installer pod revision statuses and spawns a pruner pod to delete old revision resources from disk
Click to show internal directories.
Click to hide internal directories.