# Functions

Add creates a new IAM Partial Policy Controller and adds it to the Manager with default RBAC.
The status.AllBindings in the returned IAMPartialPolicy reflects a mix of user specified bindings and the existing bindings associated with the GCP resource.
ComputePartialPolicyWithRemainingBindings returns the IAMPartialPolicy that results after the user's last applied bindings (as specified by the input IAMPartialPolicy) are deleted from the underlying IAM Policy (as specified by the input IAMPolicy).
No description provided by the author
NewReconciler returns a new reconcile.Reconciler.
ToIAMPolicySkeleton creates an IAMPolicy struct with ObjectMeta and resource reference copied from the partial policy.

# Structs

IAMMemberIdentityResolver helps to resolve referenced member identity.
ReconcileIAMPartialPolicy is a reconciler for handling IAM partial policies.

# Interfaces

No description provided by the author