We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca0816 commit 0b66a1dCopy full SHA for 0b66a1d
testdata/phase-2-plugins/simple-external-plugin/main.go
@@ -12,8 +12,6 @@ import (
12
"sigs.k8s.io/kubebuilder/v3/pkg/plugin/external"
13
)
14
15
-// TODO(everettraven): clean this up a bit and add detailed comments discussing how this works with the Phase 2 Plugins
16
-
17
func main() {
18
// In this sample we will implement all the plugin operations in the run function
19
run()
0 commit comments