1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 14:59:16 +00:00

Rename machine to node

This commit is contained in:
Darren Shepherd
2018-02-10 09:32:21 -07:00
parent d7732e9117
commit c494fd1585
7 changed files with 108 additions and 118 deletions

View File

@@ -30,7 +30,7 @@ var transitioningMap = map[string]string{
"Downloaded": "downloading",
"Inactive": "deactivating",
"Initialized": "initializing",
"MachinesCreated": "provisioning",
"NodesCreated": "provisioning",
"PodScheduled": "scheduling",
"Progressing": "updating",
"Provisioned": "provisioning",