Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SM43 committed Jun 16, 2021
1 parent 2e6ef48 commit 3628843
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/kubernetes/webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ import (

var types = map[schema.GroupVersionKind]resourcesemantics.GenericCRD{
v1alpha1.SchemeGroupVersion.WithKind("TektonConfig"): &v1alpha1.TektonConfig{},
//v1alpha1.SchemeGroupVersion.WithKind("ClusterInterceptor"): &v1alpha1.ClusterInterceptor{},
//v1alpha1.SchemeGroupVersion.WithKind("EventListener"): &v1alpha1.EventListener{},
//v1alpha1.SchemeGroupVersion.WithKind("TriggerBinding"): &v1alpha1.TriggerBinding{},
//v1alpha1.SchemeGroupVersion.WithKind("TriggerTemplate"): &v1alpha1.TriggerTemplate{},
//v1alpha1.SchemeGroupVersion.WithKind("Trigger"): &v1alpha1.Trigger{},
}

func NewDefaultingAdmissionController(ctx context.Context, cmw configmap.Watcher) *controller.Impl {
Expand Down

0 comments on commit 3628843

Please # to comment.