# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SchemeGroupVersion is group version used to register these objects.
# Structs
A Repo is a managed resource that represents a Krateo Git Repository +kubebuilder:printcolumn:name="ORIGIN_COMMIT_ID",type="string",JSONPath=".status.originCommitId" +kubebuilder:printcolumn:name="ORIGIN_BRANCH",type="string",JSONPath=".status.originBranch" +kubebuilder:printcolumn:name="TARGET_COMMIT_ID",type="string",JSONPath=".status.targetCommitId" +kubebuilder:printcolumn:name="TARGET_BRANCH",type="string",JSONPath=".status.targetBranch" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Namespaced,categories={git,krateo}.
RepoList contains a list of Repo.
No description provided by the author
A RepoSpec defines the desired state of a Repo.
A RepoStatus represents the observed state of a Repo.