const testGroup …
const testVersion …
const testResource …
const testNamespace …
const testName …
const testKind …
const testAPIVersion …
func newPartialObjectMetadata(apiVersion, kind, namespace, name string) *metav1.PartialObjectMetadata { … }
func newPartialObjectMetadataWithAnnotations(annotations map[string]string) *metav1.PartialObjectMetadata { … }
func TestList(t *testing.T) { … }
type patchTestCase …
func (tc *patchTestCase) runner(t *testing.T) { … }
func (tc *patchTestCase) verifyErr(err error) error { … }
func (tc *patchTestCase) verifyResult(result *metav1.PartialObjectMetadata) error { … }
func TestPatch(t *testing.T) { … }