type A … func (A) GetObjectKind() schema.ObjectKind { … } func (a A) DeepCopyObject() runtime.Object { … } func TestRecognizer(t *testing.T) { … }
type A … func (A) GetObjectKind() schema.ObjectKind { … } func (a A) DeepCopyObject() runtime.Object { … } func TestRecognizer(t *testing.T) { … }