GitRepository.status
GitRepositoryStatus records the observed state of a Git repository.
| Field / Type | Description |
|---|---|
Artifact represents the last successful GitRepository reconciliation. | |
Conditions holds the conditions for the GitRepository. | |
IncludedArtifacts contains a list of the last successfully included Artifacts as instructed by GitRepositorySpec.Include. | |
lastHandledReconcileAt | LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected. |
observedGeneration | ObservedGeneration is the last observed generation of the GitRepository object.
|
observedIgnore | ObservedIgnore is the observed exclusion patterns used for constructing the source artifact. |
ObservedInclude is the observed list of GitRepository resources used to produce the current Artifact. | |
observedRecurseSubmodules | ObservedRecurseSubmodules is the observed resource submodules configuration used to produce the current Artifact. |