func TestPlugin_Validate(t *testing.T) { … } type testAttributes … func (t *testAttributes) GetResource() schema.GroupVersionResource { … } func (t *testAttributes) GetSubresource() string { … } func (t *testAttributes) GetObject() runtime.Object { … } func (t *testAttributes) GetName() string { … } func errStr(err error) string { … } func pemWithGroup(group string) []byte { … }