NodeDriver.status
Most recent observed status of the Node Driver. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
| Field / Type | Description |
|---|---|
appliedChecksum | AppliedChecksum is the last known checksum of the driver. This is used to determine when a Driver needs to be redownloaded from its URL. |
appliedDockerMachineVersion | AppliedDockerMachineVersion specifies the last docker machine version (a.k.a rancher-machine) which provides this driver. When this version is incremented, Rancher will query the rancher-machine driver to obtain its arguments and update the automatically generated schema and associated machine config object. This field is only specified for drivers bundled within Rancher via rancher-machine. |
appliedURL | AppliedURL is the url last used to download the driver. |
Conditions is a representation of the current state of the driver, this includes its installation status (Downloaded, Installed), as well as its current state (Active, Inactive). Information related to errors encountered while transitioning to one of these states will be populated in the Message and Reason fields. |