// copy the subjects, labels, and annotations from the former to create the latter.
klog.V(1).Infof("copying subjects, labels, and annotations from ClusterRoleBinding %q to template %q",existingBindingName,clusterRoleBindingToCreate.Name)
t.Errorf("publicInfoViewerRoleBinding.Annotations[\"rbac.authorization.kubernetes.io/autoupdate\"] should be %v, got %v",publicInfoViewerRoleBinding.Annotations["rbac.authorization.kubernetes.io/autoupdate"],"false")
t.Errorf("publicInfoViewerRoleBinding.Annotations[\"rbac-discovery-upgrade-test\"] should be %v, got %v",publicInfoViewerRoleBinding.Annotations["rbac-discovery-upgrade-test"],"pass")
t.Errorf("`system:public-info-viewer` should have inherited Subjects from `system:discovery` Wanted: %v, got %v",newDiscRoleBinding.Subjects,publicInfoViewerRoleBinding.Subjects)