# Functions
CheckGitHubError maps the GitHub error string to a GitHubError.
IgnoreAlreadyExists returns true if the error is GitHubAlreadyExistsError.
# Constants
GitHubAlreadyExistsError is returned when a resource already exists.
GitHubResourceNotFound is returned when a resource already is missing.
# 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
GitHubOrg is the Schema for the githuborgs API.
GitHubOrgList contains a list of GitHubOrg.
GitHubOrgSpec defines the desired state of GitHubOrg.
GitHubOrgStatus defines the observed state of GitHubOrg.
GitHubRepository defines the GitHub repository to be created.
GitHubTeam is a group of GitHub users.
# Type aliases
GitHubError is an error type that represents an error returned from the GitHub API.