We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db8728 commit 56ef9d3Copy full SHA for 56ef9d3
pkg/lintcontext/mocks/endpoints.go
@@ -8,7 +8,7 @@ import (
8
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
9
)
10
11
-// AddMockEndpoint adds a mock Endpoint to LintContext
+// AddMockEndpoints adds a mock Endpoint to LintContext
12
func (l *MockLintContext) AddMockEndpoints(t *testing.T, name string) {
13
require.NotEmpty(t, name)
14
l.objects[name] = &coreV1.Endpoints{
0 commit comments