flux v2.9.5

GitRepository.status

GitRepositoryStatus records the observed state of a Git repository.

10 fields
GitRepository.status fields and descriptions
Field / TypeDescription
object

Artifact represents the last successful GitRepository reconciliation.

object[]

Conditions holds the conditions for the GitRepository.

object[]

IncludedArtifacts contains a list of the last successfully included Artifacts as instructed by GitRepositorySpec.Include.

lastHandledReconcileAt
string

LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected.

observedGeneration
integer

ObservedGeneration is the last observed generation of the GitRepository object.

  • format: int64
observedIgnore
string

ObservedIgnore is the observed exclusion patterns used for constructing the source artifact.

object[]

ObservedInclude is the observed list of GitRepository resources used to produce the current Artifact.

observedRecurseSubmodules
boolean

ObservedRecurseSubmodules is the observed resource submodules configuration used to produce the current Artifact.

string[]

ObservedSparseCheckout is the observed list of directories used to produce the current Artifact.

sourceVerificationMode
string

SourceVerificationMode is the last used verification mode indicating which Git object(s) have been verified.