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 7fa7757 commit e46f176Copy full SHA for e46f176
internal/store/builder.go
@@ -51,6 +51,10 @@ import (
51
"k8s.io/kube-state-metrics/v2/pkg/watch"
52
)
53
54
+// Make sure the internal Builder implements the public BuilderInterface.
55
+// New Builder methods should be added to the public BuilderInterface.
56
+var _ ksmtypes.BuilderInterface = &Builder{}
57
+
58
// Builder helps to build store. It follows the builder pattern
59
// (https://en.wikipedia.org/wiki/Builder_pattern).
60
type Builder struct {
0 commit comments