# Constants
CloudMachineKind is the kind of CloudMachine.
EtcdClusterIDAnnotationName defines the name of the annotation applied to in memory etcd pods to track the cluster ID of the etcd member each pod represent.
EtcdLeaderFromAnnotationName defines the name of the annotation applied to in memory etcd pods to track leadership status of the etcd member each pod represent.
EtcdMemberIDAnnotationName defines the name of the annotation applied to in memory etcd pods to track the member ID of the etcd member each pod represent.
EtcdMemberRemoved is added to etcd pods which have been removed from the etcd cluster.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
CloudMachine represents a machine in memory.
CloudMachineList contains a list of CloudMachine.
CloudMachineSpec is the spec of CloudMachine.
CloudMachineStatus is the status of CloudMachine.