File tree 1 file changed +2
-5
lines changed 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,8 @@ import (
28
28
templatelister "github.com/openshift/client-go/template/listers/template/v1"
29
29
)
30
30
31
- // TemplateInstanceFinalizerController watches for new TemplateInstance objects and
32
- // instantiates the template contained within, using parameters read from a
33
- // linked Secret object. The TemplateInstanceFinalizerController instantiates objects
34
- // using its own service account, first verifying that the requester also has
35
- // permissions to instantiate.
31
+ // TemplateInstanceFinalizerController watches for deletion of TemplateInstance objects
32
+ // and handles the cleanup of the associated resources before removing the finalizer.
36
33
type TemplateInstanceFinalizerController struct {
37
34
dynamicRestMapper meta.RESTMapper
38
35
client dynamic.Interface
You can’t perform that action at this time.
0 commit comments