NodeDriver.spec
Specification of the desired behavior 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 |
|---|---|
active | Active specifies if the driver can be used to provision clusters. |
addCloudCredential | AddCloudCredential determines if an associated cloud credential dynamic schema should be created for this driver even if it is not enabled. |
builtin | Builtin specifies if a driver is built into Rancher via rancher-machine. |
checksum | Checksum is used to represent the expected content of the driver binary. When this value changes, the driver binary will be redownloaded from its URL.
|
description | Description provides a short explanation of what the driver does. |
displayName | DisplayName specifies the publicly visible name of the driver shown in the Rancher UI.
|
externalId | ExternalID is not currently used. |
uiUrl | UIURL is the url to load for a customized Add Nodes screen for this driver. |
url | URL defines the location of the driver binary that will be downloaded when the driver is enabled. This can either be an absolute url to a remote resource, or a reference to localhost. |
WhitelistDomains is a list of domains which will be automatically white-listed by Rancher to allow for the driver to be downloaded. |