// TestHelpersRoundTrip confirms that the rbac.New* helper functions produce RBAC objects that match objects // that have gone through conversion and defaulting. This is required because these helper functions are // used to create the bootstrap RBAC policy which is used during reconciliation. If they produced objects // that did not match, reconciliation would incorrectly add duplicate data to the cluster's RBAC policy. func TestHelpersRoundTrip(t *testing.T) { … } func TestResourceMatches(t *testing.T) { … } func TestPolicyRuleBuilder(t *testing.T) { … }