# Functions

Deleting returns a condition that indicates the resource is currently being deleted.
Pending returns a condition that indicates the resource is currently pending.
ReconcileError returns a condition indicating that the Controller encountered an error while reconciling the resource.
ReconcileSuccess returns a condition indicating that the Controller successfully completed the most recent reconciliation of the resource.

# Constants

ArgoCDRoleFinalizerName is the name of the finalizer used to delete the Role.
ArgoCDRoleFinalizerName is the name of the finalizer used to delete the Role.
Reasons a resource is or is not synced.
Reasons a resource is or is not synced.
Reasons a resource is or is not synced.
TypePending resources are believed to be pending.
TypeReady resources are believed to be ready to handle work.
TypeSynced resources are believed to be in sync with the Kubernetes resources that manage their lifecycle.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

ArgoCDRole is the Schema for the roles API.
ArgoCDRoleBinding is the Schema for the argocdrolebindings API.
ArgoCDRoleBindingList contains a list of ArgoCDRoleBinding.
ArgoCDRoleBindingSpec defines the desired state of ArgoCDRoleBinding.
ArgoCDRoleBindingStatus defines the observed state of ArgoCDRoleBinding.
ArgoCDRoleList contains a list of Role.
ArgocdRoleRef defines the reference to the role being granted.
ArgoCDRoleSpec defines the desired state of Role.
ArgoCDRoleStatus defines the observed state of Role.
A Condition that may apply to a resource.
Rules define the desired set of permissions.
Subject defines the subject being bound to ArgoCDRole.

# Type aliases

A ConditionReason represents the reason a resource is in a condition.
A ConditionType represents a condition a resource could be in.