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 390dc49 commit 155dad0Copy full SHA for 155dad0
pkg/feature/feature.go
@@ -59,7 +59,7 @@ type Feature struct {
59
}
60
61
// Action is a func type which can be used for different purposes while having access to Feature struct.
62
-type Action func(ctx context.Context, feature *Feature) error
+type Action func(ctx context.Context, f *Feature) error
63
64
// Apply applies the feature to the cluster.
65
// It creates a FeatureTracker resource to establish ownership and reports the result of the operation as a condition.
0 commit comments