rancher v2.15.1

ClusterRepo.status

RepoStatus contains details of the Helm repository that is currently being used in the cluster. More info: kubectl explain clusterrepo.status

12 fields
ClusterRepo.status fields and descriptions
Field / TypeDescription
branch
string

Branch is the Git branch in the git repository used to fetch the Helm repository.

commit
string

Commit is the latest commit in the cloned git repository by Rancher.

object[]

Conditions contain information about when the status conditions were updated and to what.

downloadTime
string

DownloadTime is the time when the index was last downloaded.

  • format: date-time
indexConfigMapName
string

IndexConfigMapName is the name of the configmap which stores the Helm repository index.

indexConfigMapNamespace
string

IndexConfigMapNamespace is the namespace of the Helm repository index configmap in which it resides.

indexConfigMapResourceVersion
string

IndexConfigMapResourceVersion is the resourceversion of the Helm repository index configmap.

nextRetryAt
string

The time the next retry will happen

  • format: date-time
numberOfRetries
integer

Number of times the handler will retry if it gets a 429 error

observedGeneration
integer required

ObservedGeneration is used by Rancher controller to track the latest generation of the resource that it triggered on.

  • format: int64
shouldNotSkip
boolean

If the handler should be skipped or not

url
string

URL used for fetching the Helm repository index file.