ClusterRepo.status
RepoStatus contains details of the Helm repository that is currently being used in the cluster. More info: kubectl explain clusterrepo.status
| Field / Type | Description |
|---|---|
branch | Branch is the Git branch in the git repository used to fetch the Helm repository. |
commit | Commit is the latest commit in the cloned git repository by Rancher. |
Conditions contain information about when the status conditions were updated and to what. | |
downloadTime | DownloadTime is the time when the index was last downloaded.
|
indexConfigMapName | IndexConfigMapName is the name of the configmap which stores the Helm repository index. |
indexConfigMapNamespace | IndexConfigMapNamespace is the namespace of the Helm repository index configmap in which it resides. |
indexConfigMapResourceVersion | IndexConfigMapResourceVersion is the resourceversion of the Helm repository index configmap. |
nextRetryAt | The time the next retry will happen
|
numberOfRetries | Number of times the handler will retry if it gets a 429 error |
observedGeneration | ObservedGeneration is used by Rancher controller to track the latest generation of the resource that it triggered on.
|
shouldNotSkip | If the handler should be skipped or not |
url | URL used for fetching the Helm repository index file. |